Пример #1
0
 /// <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(MainForm));
     this.Map = new DataPlotter.Plotter();
     this.SuspendLayout();
     //
     // Map
     //
     this.Map.AutoSize     = true;
     this.Map.BorderBottom = 30;
     this.Map.BorderLeft   = 30;
     this.Map.BorderRight  = 20;
     this.Map.BorderTop    = 20;
     this.Map.ColorAxis    = System.Drawing.Color.Black;
     this.Map.ColorBg      = System.Drawing.Color.White;
     this.Map.ColorDraw    = System.Drawing.Color.DarkBlue;
     this.Map.ColorGrid    = System.Drawing.Color.LightGray;
     this.Map.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.Map.DrawMode     = DataPlotter.Plotter.DrawModeType.Dot;
     this.Map.Font         = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Map.FontAxis     = new System.Drawing.Font("Arial", 8F);
     this.Map.Location     = new System.Drawing.Point(0, 0);
     this.Map.Name         = "Map";
     this.Map.PenWidth     = 4;
     this.Map.Size         = new System.Drawing.Size(584, 562);
     this.Map.TabIndex     = 0;
     this.Map.XData        = null;
     this.Map.XGrid        = 10D;
     this.Map.XLogBase     = 0;
     this.Map.XRangeEnd    = 100D;
     this.Map.XRangeStart  = 0D;
     this.Map.YData        = null;
     this.Map.YGrid        = 10D;
     this.Map.YLogBase     = 0;
     this.Map.YRangeEnd    = 100D;
     this.Map.YRangeStart  = 0D;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(584, 562);
     this.Controls.Add(this.Map);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "MainForm";
     this.Text = "Genetic Algorithm Solution Plotter";
     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() {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.Map = new DataPlotter.Plotter();
            this.SuspendLayout();
            // 
            // Map
            // 
            this.Map.AutoSize = true;
            this.Map.BorderBottom = 30;
            this.Map.BorderLeft = 30;
            this.Map.BorderRight = 20;
            this.Map.BorderTop = 20;
            this.Map.ColorAxis = System.Drawing.Color.Black;
            this.Map.ColorBg = System.Drawing.Color.White;
            this.Map.ColorDraw = System.Drawing.Color.DarkBlue;
            this.Map.ColorGrid = System.Drawing.Color.LightGray;
            this.Map.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Map.DrawMode = DataPlotter.Plotter.DrawModeType.Dot;
            this.Map.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Map.FontAxis = new System.Drawing.Font("Arial", 8F);
            this.Map.Location = new System.Drawing.Point(0, 0);
            this.Map.Name = "Map";
            this.Map.PenWidth = 4;
            this.Map.Size = new System.Drawing.Size(584, 562);
            this.Map.TabIndex = 0;
            this.Map.XData = null;
            this.Map.XGrid = 10D;
            this.Map.XLogBase = 0;
            this.Map.XRangeEnd = 100D;
            this.Map.XRangeStart = 0D;
            this.Map.YData = null;
            this.Map.YGrid = 10D;
            this.Map.YLogBase = 0;
            this.Map.YRangeEnd = 100D;
            this.Map.YRangeStart = 0D;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(584, 562);
            this.Controls.Add(this.Map);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "MainForm";
            this.Text = "Genetic Algorithm Solution Plotter";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Пример #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.button1       = new System.Windows.Forms.Button();
     this.button2       = new System.Windows.Forms.Button();
     this.button3       = new System.Windows.Forms.Button();
     this.button4       = new System.Windows.Forms.Button();
     this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
     this.pl            = new DataPlotter.Plotter();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button1.Location = new System.Drawing.Point(10, 405);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(86, 26);
     this.button1.TabIndex = 3;
     this.button1.Text     = "Xlin/Ylin";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button2.Location = new System.Drawing.Point(106, 405);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(86, 26);
     this.button2.TabIndex = 4;
     this.button2.Text     = "Xlin/Ylog";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button3.Location = new System.Drawing.Point(202, 405);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(86, 26);
     this.button3.TabIndex = 5;
     this.button3.Text     = "Xlog/Ylin";
     this.button3.Click   += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button4.Location = new System.Drawing.Point(298, 405);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(86, 26);
     this.button4.TabIndex = 6;
     this.button4.Text     = "Xlog/Ylog";
     this.button4.Click   += new System.EventHandler(this.button4_Click);
     //
     // propertyGrid1
     //
     this.propertyGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.propertyGrid1.CommandsVisibleIfAvailable = true;
     this.propertyGrid1.LargeButtons          = false;
     this.propertyGrid1.LineColor             = System.Drawing.SystemColors.ScrollBar;
     this.propertyGrid1.Location              = new System.Drawing.Point(432, 9);
     this.propertyGrid1.Name                  = "propertyGrid1";
     this.propertyGrid1.SelectedObject        = this.pl;
     this.propertyGrid1.Size                  = new System.Drawing.Size(269, 422);
     this.propertyGrid1.TabIndex              = 7;
     this.propertyGrid1.Text                  = "propertyGrid1";
     this.propertyGrid1.ViewBackColor         = System.Drawing.SystemColors.Window;
     this.propertyGrid1.ViewForeColor         = System.Drawing.SystemColors.WindowText;
     this.propertyGrid1.Click                += new System.EventHandler(this.propertyGrid1_Click);
     this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
     //
     // pl
     //
     this.pl.BorderBottom = 50;
     this.pl.BorderLeft   = 50;
     this.pl.BorderRight  = 30;
     this.pl.BorderTop    = 30;
     this.pl.ColorAxis    = System.Drawing.Color.Black;
     this.pl.ColorBg      = System.Drawing.Color.White;
     this.pl.ColorDraw    = System.Drawing.Color.DarkBlue;
     this.pl.ColorGrid    = System.Drawing.Color.LightGray;
     this.pl.DrawMode     = DataPlotter.Plotter.DrawModeType.Line;
     this.pl.FontAxis     = new System.Drawing.Font("Arial", 8F);
     this.pl.Location     = new System.Drawing.Point(8, 8);
     this.pl.Name         = "pl";
     this.pl.PenWidth     = 2;
     this.pl.Size         = new System.Drawing.Size(416, 392);
     this.pl.TabIndex     = 8;
     this.pl.XData        = null;
     this.pl.XGrid        = 10;
     this.pl.XLogBase     = 0;
     this.pl.XRangeEnd    = 100;
     this.pl.XRangeStart  = 0;
     this.pl.YData        = null;
     this.pl.YGrid        = 10;
     this.pl.YLogBase     = 0;
     this.pl.YRangeEnd    = 100;
     this.pl.YRangeStart  = 0;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(710, 436);
     this.Controls.Add(this.pl);
     this.Controls.Add(this.propertyGrid1);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.ResumeLayout(false);
 }
Пример #4
0
 /// <summary>
 /// �����̳� ������ �ʿ��� �޼����Դϴ�.
 /// �� �޼����� ������ �ڵ� ������� �������� ���ʽÿ�.
 /// </summary>
 private void InitializeComponent()
 {
     this.plotter1 = new DataPlotter.Plotter();
     this.plotter3 = new DataPlotter.Plotter();
     this.plotter2 = new DataPlotter.Plotter();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.SuspendLayout();
     //
     // plotter1
     //
     this.plotter1.BorderBottom = 50;
     this.plotter1.BorderLeft = 50;
     this.plotter1.BorderRight = 30;
     this.plotter1.BorderTop = 30;
     this.plotter1.ColorAxis = System.Drawing.Color.Black;
     this.plotter1.ColorBg = System.Drawing.Color.White;
     this.plotter1.ColorDraw = System.Drawing.Color.DarkBlue;
     this.plotter1.ColorGrid = System.Drawing.Color.LightGray;
     this.plotter1.Dock = System.Windows.Forms.DockStyle.Left;
     this.plotter1.DrawMode = DataPlotter.Plotter.DrawModeType.Line;
     this.plotter1.FontAxis = new System.Drawing.Font("Arial", 8F);
     this.plotter1.FontLabel = new System.Drawing.Font("����", 9F);
     this.plotter1.FontTitle = new System.Drawing.Font("����", 9F);
     this.plotter1.Interval = 0;
     this.plotter1.IsOctave = false;
     this.plotter1.Location = new System.Drawing.Point(0, 0);
     this.plotter1.MarkerSize = 4;
     this.plotter1.MarkerType = DataPlotter.Plotter.MarkerModeType.None;
     this.plotter1.Name = "plotter1";
     this.plotter1.PenWidth = 1;
     this.plotter1.ShowGrid = true;
     this.plotter1.ShowLegend = false;
     this.plotter1.Size = new System.Drawing.Size(326, 378);
     this.plotter1.TabIndex = 23;
     this.plotter1.Title = "Absorption Coefficient (Rigid Backing)";
     this.plotter1.TitleColor = System.Drawing.Color.Black;
     this.plotter1.XAxisMode = DataPlotter.Plotter.XAxisModeType.Linear;
     this.plotter1.XGrid = 10;
     this.plotter1.XLabel = "X Axis";
     this.plotter1.XLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter1.XRangeEnd = 100;
     this.plotter1.XRangeStart = 0;
     this.plotter1.YAxisMode = DataPlotter.Plotter.YAxisModeType.Linear;
     this.plotter1.YGrid = 10;
     this.plotter1.YLabel = "Y Axis";
     this.plotter1.YLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter1.YRangeEnd = 100;
     this.plotter1.YRangeStart = 0;
     this.plotter1.ZAxisMode = DataPlotter.Plotter.ZAxisModeType.Linear;
     this.plotter1.ZLabel = "Z Axis";
     this.plotter1.ZLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter1.ZRangeEnd = 100;
     this.plotter1.ZRangeStart = 0;
     //
     // plotter3
     //
     this.plotter3.BorderBottom = 50;
     this.plotter3.BorderLeft = 50;
     this.plotter3.BorderRight = 30;
     this.plotter3.BorderTop = 30;
     this.plotter3.ColorAxis = System.Drawing.Color.Black;
     this.plotter3.ColorBg = System.Drawing.Color.White;
     this.plotter3.ColorDraw = System.Drawing.Color.DarkBlue;
     this.plotter3.ColorGrid = System.Drawing.Color.LightGray;
     this.plotter3.Dock = System.Windows.Forms.DockStyle.Right;
     this.plotter3.DrawMode = DataPlotter.Plotter.DrawModeType.Line;
     this.plotter3.FontAxis = new System.Drawing.Font("Arial", 8F);
     this.plotter3.FontLabel = new System.Drawing.Font("����", 9F);
     this.plotter3.FontTitle = new System.Drawing.Font("����", 9F);
     this.plotter3.Interval = 0;
     this.plotter3.IsOctave = false;
     this.plotter3.Location = new System.Drawing.Point(684, 0);
     this.plotter3.MarkerSize = 4;
     this.plotter3.MarkerType = DataPlotter.Plotter.MarkerModeType.None;
     this.plotter3.Name = "plotter3";
     this.plotter3.PenWidth = 1;
     this.plotter3.ShowGrid = true;
     this.plotter3.ShowLegend = false;
     this.plotter3.Size = new System.Drawing.Size(326, 378);
     this.plotter3.TabIndex = 24;
     this.plotter3.Title = "Transmission Loss";
     this.plotter3.TitleColor = System.Drawing.Color.Black;
     this.plotter3.XAxisMode = DataPlotter.Plotter.XAxisModeType.Linear;
     this.plotter3.XGrid = 10;
     this.plotter3.XLabel = "X Axis";
     this.plotter3.XLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter3.XRangeEnd = 100;
     this.plotter3.XRangeStart = 0;
     this.plotter3.YAxisMode = DataPlotter.Plotter.YAxisModeType.Linear;
     this.plotter3.YGrid = 10;
     this.plotter3.YLabel = "Y Axis";
     this.plotter3.YLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter3.YRangeEnd = 100;
     this.plotter3.YRangeStart = 0;
     this.plotter3.ZAxisMode = DataPlotter.Plotter.ZAxisModeType.Linear;
     this.plotter3.ZLabel = "Z Axis";
     this.plotter3.ZLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter3.ZRangeEnd = 100;
     this.plotter3.ZRangeStart = 0;
     //
     // plotter2
     //
     this.plotter2.BorderBottom = 50;
     this.plotter2.BorderLeft = 50;
     this.plotter2.BorderRight = 30;
     this.plotter2.BorderTop = 30;
     this.plotter2.ColorAxis = System.Drawing.Color.Black;
     this.plotter2.ColorBg = System.Drawing.Color.White;
     this.plotter2.ColorDraw = System.Drawing.Color.DarkBlue;
     this.plotter2.ColorGrid = System.Drawing.Color.LightGray;
     this.plotter2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.plotter2.DrawMode = DataPlotter.Plotter.DrawModeType.Line;
     this.plotter2.FontAxis = new System.Drawing.Font("Arial", 8F);
     this.plotter2.FontLabel = new System.Drawing.Font("����", 9F);
     this.plotter2.FontTitle = new System.Drawing.Font("����", 9F);
     this.plotter2.Interval = 0;
     this.plotter2.IsOctave = false;
     this.plotter2.Location = new System.Drawing.Point(336, 0);
     this.plotter2.MarkerSize = 4;
     this.plotter2.MarkerType = DataPlotter.Plotter.MarkerModeType.None;
     this.plotter2.Name = "plotter2";
     this.plotter2.PenWidth = 1;
     this.plotter2.ShowGrid = true;
     this.plotter2.ShowLegend = false;
     this.plotter2.Size = new System.Drawing.Size(338, 378);
     this.plotter2.TabIndex = 25;
     this.plotter2.Title = "Absorption Coefficient (anechoic termination)";
     this.plotter2.TitleColor = System.Drawing.Color.Black;
     this.plotter2.XAxisMode = DataPlotter.Plotter.XAxisModeType.Linear;
     this.plotter2.XGrid = 10;
     this.plotter2.XLabel = "X Axis";
     this.plotter2.XLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter2.XRangeEnd = 100;
     this.plotter2.XRangeStart = 0;
     this.plotter2.YAxisMode = DataPlotter.Plotter.YAxisModeType.Linear;
     this.plotter2.YGrid = 10;
     this.plotter2.YLabel = "Y Axis";
     this.plotter2.YLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter2.YRangeEnd = 100;
     this.plotter2.YRangeStart = 0;
     this.plotter2.ZAxisMode = DataPlotter.Plotter.ZAxisModeType.Linear;
     this.plotter2.ZLabel = "Z Axis";
     this.plotter2.ZLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter2.ZRangeEnd = 100;
     this.plotter2.ZRangeStart = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
     this.pictureBox1.Location = new System.Drawing.Point(326, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(10, 378);
     this.pictureBox1.TabIndex = 26;
     this.pictureBox1.TabStop = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Right;
     this.pictureBox2.Location = new System.Drawing.Point(674, 0);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(10, 378);
     this.pictureBox2.TabIndex = 27;
     this.pictureBox2.TabStop = false;
     //
     // dgMultyGraph
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize = new System.Drawing.Size(1010, 378);
     this.Controls.Add(this.plotter2);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.plotter3);
     this.Controls.Add(this.plotter1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name = "dgMultyGraph";
     this.Text = "Graph Compare";
     this.Load += new System.EventHandler(this.dgMultyGraph_Load);
     this.ResumeLayout(false);
 }
Пример #5
0
 /// <summary> 
 /// �����̳� ������ �ʿ��� �޼����Դϴ�. 
 /// �� �޼����� ������ �ڵ� ������� �������� ���ʽÿ�.
 /// </summary>
 private void InitializeComponent()
 {
     this.gbAdjustmentRange = new System.Windows.Forms.GroupBox();
     this.edtStep = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.btnStepOK = new System.Windows.Forms.Button();
     this.edtTo = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.edtFrom = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.pictureBox7 = new System.Windows.Forms.PictureBox();
     this.pictureBox8 = new System.Windows.Forms.PictureBox();
     this.label3 = new System.Windows.Forms.Label();
     this.edtParameter = new System.Windows.Forms.TextBox();
     this.btnOK = new System.Windows.Forms.Button();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.pnlParameter = new System.Windows.Forms.Panel();
     this.label4 = new System.Windows.Forms.Label();
     this.edtRemark = new System.Windows.Forms.TextBox();
     this.pictureBox6 = new System.Windows.Forms.PictureBox();
     this.pictureBox5 = new System.Windows.Forms.PictureBox();
     this.pictureBox9 = new System.Windows.Forms.PictureBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnSave = new System.Windows.Forms.Button();
     this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
     this.btnGraphSave = new System.Windows.Forms.Button();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnGraphEdit = new System.Windows.Forms.Button();
     this.pictureBox11 = new System.Windows.Forms.PictureBox();
     this.btnEditCancel = new System.Windows.Forms.Button();
     this.pictureBox10 = new System.Windows.Forms.PictureBox();
     this.plotter1 = new DataPlotter.Plotter();
     this.gbAdjustmentRange.SuspendLayout();
     this.pnlParameter.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // gbAdjustmentRange
     //
     this.gbAdjustmentRange.Controls.Add(this.edtStep);
     this.gbAdjustmentRange.Controls.Add(this.label5);
     this.gbAdjustmentRange.Controls.Add(this.btnStepOK);
     this.gbAdjustmentRange.Controls.Add(this.edtTo);
     this.gbAdjustmentRange.Controls.Add(this.label2);
     this.gbAdjustmentRange.Controls.Add(this.edtFrom);
     this.gbAdjustmentRange.Controls.Add(this.label1);
     this.gbAdjustmentRange.Controls.Add(this.pictureBox7);
     this.gbAdjustmentRange.Controls.Add(this.pictureBox8);
     this.gbAdjustmentRange.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gbAdjustmentRange.Enabled = false;
     this.gbAdjustmentRange.Location = new System.Drawing.Point(10, 433);
     this.gbAdjustmentRange.Name = "gbAdjustmentRange";
     this.gbAdjustmentRange.Size = new System.Drawing.Size(690, 63);
     this.gbAdjustmentRange.TabIndex = 6;
     this.gbAdjustmentRange.TabStop = false;
     this.gbAdjustmentRange.Text = "Adjustment range";
     //
     // edtStep
     //
     this.edtStep.Location = new System.Drawing.Point(496, 32);
     this.edtStep.Name = "edtStep";
     this.edtStep.Size = new System.Drawing.Size(96, 21);
     this.edtStep.TabIndex = 3;
     this.edtStep.Text = "";
     this.edtStep.TextChanged += new System.EventHandler(this.edtFrom_TextChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(448, 32);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(32, 23);
     this.label5.TabIndex = 5;
     this.label5.Text = "Step";
     //
     // btnStepOK
     //
     this.btnStepOK.BackColor = System.Drawing.SystemColors.Control;
     this.btnStepOK.Dock = System.Windows.Forms.DockStyle.Right;
     this.btnStepOK.Location = new System.Drawing.Point(631, 27);
     this.btnStepOK.Name = "btnStepOK";
     this.btnStepOK.Size = new System.Drawing.Size(56, 23);
     this.btnStepOK.TabIndex = 4;
     this.btnStepOK.Text = "OK";
     this.btnStepOK.Click += new System.EventHandler(this.btnStepOK_Click);
     //
     // edtTo
     //
     this.edtTo.Location = new System.Drawing.Point(288, 32);
     this.edtTo.Name = "edtTo";
     this.edtTo.Size = new System.Drawing.Size(136, 21);
     this.edtTo.TabIndex = 2;
     this.edtTo.Text = "";
     this.edtTo.TextChanged += new System.EventHandler(this.edtFrom_TextChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(264, 32);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(16, 23);
     this.label2.TabIndex = 2;
     this.label2.Text = "to";
     //
     // edtFrom
     //
     this.edtFrom.Location = new System.Drawing.Point(80, 32);
     this.edtFrom.Name = "edtFrom";
     this.edtFrom.Size = new System.Drawing.Size(168, 21);
     this.edtFrom.TabIndex = 1;
     this.edtFrom.Text = "";
     this.edtFrom.TextChanged += new System.EventHandler(this.edtFrom_TextChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(32, 32);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 23);
     this.label1.TabIndex = 0;
     this.label1.Text = "from";
     //
     // pictureBox7
     //
     this.pictureBox7.Dock = System.Windows.Forms.DockStyle.Top;
     this.pictureBox7.Location = new System.Drawing.Point(3, 17);
     this.pictureBox7.Name = "pictureBox7";
     this.pictureBox7.Size = new System.Drawing.Size(684, 10);
     this.pictureBox7.TabIndex = 7;
     this.pictureBox7.TabStop = false;
     //
     // pictureBox8
     //
     this.pictureBox8.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox8.Location = new System.Drawing.Point(3, 50);
     this.pictureBox8.Name = "pictureBox8";
     this.pictureBox8.Size = new System.Drawing.Size(684, 10);
     this.pictureBox8.TabIndex = 8;
     this.pictureBox8.TabStop = false;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 12);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(136, 23);
     this.label3.TabIndex = 7;
     this.label3.Text = "New parameter value";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // edtParameter
     //
     this.edtParameter.Location = new System.Drawing.Point(144, 13);
     this.edtParameter.Name = "edtParameter";
     this.edtParameter.Size = new System.Drawing.Size(200, 21);
     this.edtParameter.TabIndex = 8;
     this.edtParameter.Text = "";
     this.edtParameter.TextChanged += new System.EventHandler(this.edtFrom_TextChanged);
     //
     // btnOK
     //
     this.btnOK.BackColor = System.Drawing.SystemColors.Control;
     this.btnOK.Dock = System.Windows.Forms.DockStyle.Right;
     this.btnOK.Location = new System.Drawing.Point(634, 10);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(56, 23);
     this.btnOK.TabIndex = 9;
     this.btnOK.Text = "OK";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.White;
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(710, 10);
     this.pictureBox1.TabIndex = 11;
     this.pictureBox1.TabStop = false;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.White;
     this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Left;
     this.pictureBox2.Location = new System.Drawing.Point(0, 10);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(10, 562);
     this.pictureBox2.TabIndex = 12;
     this.pictureBox2.TabStop = false;
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.White;
     this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Right;
     this.pictureBox3.Location = new System.Drawing.Point(700, 10);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(10, 562);
     this.pictureBox3.TabIndex = 13;
     this.pictureBox3.TabStop = false;
     //
     // pictureBox4
     //
     this.pictureBox4.BackColor = System.Drawing.Color.White;
     this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox4.Location = new System.Drawing.Point(10, 562);
     this.pictureBox4.Name = "pictureBox4";
     this.pictureBox4.Size = new System.Drawing.Size(690, 10);
     this.pictureBox4.TabIndex = 14;
     this.pictureBox4.TabStop = false;
     //
     // pnlParameter
     //
     this.pnlParameter.Controls.Add(this.label4);
     this.pnlParameter.Controls.Add(this.edtRemark);
     this.pnlParameter.Controls.Add(this.btnOK);
     this.pnlParameter.Controls.Add(this.pictureBox6);
     this.pnlParameter.Controls.Add(this.pictureBox5);
     this.pnlParameter.Controls.Add(this.label3);
     this.pnlParameter.Controls.Add(this.edtParameter);
     this.pnlParameter.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlParameter.Enabled = false;
     this.pnlParameter.Location = new System.Drawing.Point(10, 496);
     this.pnlParameter.Name = "pnlParameter";
     this.pnlParameter.Size = new System.Drawing.Size(690, 43);
     this.pnlParameter.TabIndex = 16;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(368, 12);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(48, 23);
     this.label4.TabIndex = 10;
     this.label4.Text = "ReMark";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // edtRemark
     //
     this.edtRemark.Location = new System.Drawing.Point(424, 13);
     this.edtRemark.Name = "edtRemark";
     this.edtRemark.Size = new System.Drawing.Size(176, 21);
     this.edtRemark.TabIndex = 11;
     this.edtRemark.Text = "";
     //
     // pictureBox6
     //
     this.pictureBox6.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox6.Location = new System.Drawing.Point(0, 33);
     this.pictureBox6.Name = "pictureBox6";
     this.pictureBox6.Size = new System.Drawing.Size(690, 10);
     this.pictureBox6.TabIndex = 1;
     this.pictureBox6.TabStop = false;
     //
     // pictureBox5
     //
     this.pictureBox5.Dock = System.Windows.Forms.DockStyle.Top;
     this.pictureBox5.Location = new System.Drawing.Point(0, 0);
     this.pictureBox5.Name = "pictureBox5";
     this.pictureBox5.Size = new System.Drawing.Size(690, 10);
     this.pictureBox5.TabIndex = 0;
     this.pictureBox5.TabStop = false;
     //
     // pictureBox9
     //
     this.pictureBox9.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox9.Location = new System.Drawing.Point(10, 423);
     this.pictureBox9.Name = "pictureBox9";
     this.pictureBox9.Size = new System.Drawing.Size(690, 10);
     this.pictureBox9.TabIndex = 17;
     this.pictureBox9.TabStop = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.btnSave);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(10, 539);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(690, 23);
     this.panel1.TabIndex = 15;
     //
     // btnSave
     //
     this.btnSave.BackColor = System.Drawing.SystemColors.Control;
     this.btnSave.Dock = System.Windows.Forms.DockStyle.Right;
     this.btnSave.Enabled = false;
     this.btnSave.Location = new System.Drawing.Point(570, 0);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(120, 23);
     this.btnSave.TabIndex = 21;
     this.btnSave.Text = "DataBase Save";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // propertyGrid1
     //
     this.propertyGrid1.CommandsBackColor = System.Drawing.Color.White;
     this.propertyGrid1.CommandsVisibleIfAvailable = true;
     this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Right;
     this.propertyGrid1.LargeButtons = false;
     this.propertyGrid1.LineColor = System.Drawing.SystemColors.ScrollBar;
     this.propertyGrid1.Location = new System.Drawing.Point(488, 10);
     this.propertyGrid1.Name = "propertyGrid1";
     this.propertyGrid1.SelectedObject = this.plotter1;
     this.propertyGrid1.Size = new System.Drawing.Size(212, 413);
     this.propertyGrid1.TabIndex = 18;
     this.propertyGrid1.Text = "propertyGrid1";
     this.propertyGrid1.ViewBackColor = System.Drawing.SystemColors.Window;
     this.propertyGrid1.ViewForeColor = System.Drawing.SystemColors.WindowText;
     this.propertyGrid1.Visible = false;
     this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
     //
     // btnGraphSave
     //
     this.btnGraphSave.BackColor = System.Drawing.SystemColors.Control;
     this.btnGraphSave.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnGraphSave.Location = new System.Drawing.Point(0, 0);
     this.btnGraphSave.Name = "btnGraphSave";
     this.btnGraphSave.Size = new System.Drawing.Size(144, 23);
     this.btnGraphSave.TabIndex = 20;
     this.btnGraphSave.Text = "Graph Save";
     this.btnGraphSave.Click += new System.EventHandler(this.btnGraphSave_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnGraphEdit);
     this.panel2.Controls.Add(this.pictureBox11);
     this.panel2.Controls.Add(this.btnEditCancel);
     this.panel2.Controls.Add(this.pictureBox10);
     this.panel2.Controls.Add(this.btnGraphSave);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(10, 400);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(478, 23);
     this.panel2.TabIndex = 21;
     //
     // btnGraphEdit
     //
     this.btnGraphEdit.BackColor = System.Drawing.SystemColors.Control;
     this.btnGraphEdit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnGraphEdit.Location = new System.Drawing.Point(154, 0);
     this.btnGraphEdit.Name = "btnGraphEdit";
     this.btnGraphEdit.Size = new System.Drawing.Size(186, 23);
     this.btnGraphEdit.TabIndex = 24;
     this.btnGraphEdit.Text = "Graph Edit";
     this.btnGraphEdit.Click += new System.EventHandler(this.btnGraphEdit_Click);
     //
     // pictureBox11
     //
     this.pictureBox11.Dock = System.Windows.Forms.DockStyle.Right;
     this.pictureBox11.Location = new System.Drawing.Point(340, 0);
     this.pictureBox11.Name = "pictureBox11";
     this.pictureBox11.Size = new System.Drawing.Size(10, 23);
     this.pictureBox11.TabIndex = 23;
     this.pictureBox11.TabStop = false;
     //
     // btnEditCancel
     //
     this.btnEditCancel.BackColor = System.Drawing.SystemColors.Control;
     this.btnEditCancel.Dock = System.Windows.Forms.DockStyle.Right;
     this.btnEditCancel.Enabled = false;
     this.btnEditCancel.Location = new System.Drawing.Point(350, 0);
     this.btnEditCancel.Name = "btnEditCancel";
     this.btnEditCancel.Size = new System.Drawing.Size(128, 23);
     this.btnEditCancel.TabIndex = 22;
     this.btnEditCancel.Text = "Edit Cancel";
     this.btnEditCancel.Click += new System.EventHandler(this.btnEditCancel_Click);
     //
     // pictureBox10
     //
     this.pictureBox10.Dock = System.Windows.Forms.DockStyle.Left;
     this.pictureBox10.Location = new System.Drawing.Point(144, 0);
     this.pictureBox10.Name = "pictureBox10";
     this.pictureBox10.Size = new System.Drawing.Size(10, 23);
     this.pictureBox10.TabIndex = 21;
     this.pictureBox10.TabStop = false;
     //
     // plotter1
     //
     this.plotter1.BorderBottom = 50;
     this.plotter1.BorderLeft = 50;
     this.plotter1.BorderRight = 30;
     this.plotter1.BorderTop = 30;
     this.plotter1.ColorAxis = System.Drawing.Color.Black;
     this.plotter1.ColorBg = System.Drawing.Color.White;
     this.plotter1.ColorDraw = System.Drawing.Color.DarkBlue;
     this.plotter1.ColorGrid = System.Drawing.Color.LightGray;
     this.plotter1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.plotter1.DrawMode = DataPlotter.Plotter.DrawModeType.Line;
     this.plotter1.FontAxis = new System.Drawing.Font("Arial", 8F);
     this.plotter1.FontLabel = new System.Drawing.Font("����", 9F);
     this.plotter1.FontTitle = new System.Drawing.Font("����", 9F);
     this.plotter1.Interval = 0;
     this.plotter1.IsOctave = false;
     this.plotter1.Location = new System.Drawing.Point(10, 10);
     this.plotter1.MarkerSize = 4;
     this.plotter1.MarkerType = DataPlotter.Plotter.MarkerModeType.None;
     this.plotter1.Name = "plotter1";
     this.plotter1.PenWidth = 1;
     this.plotter1.ShowGrid = true;
     this.plotter1.ShowLegend = false;
     this.plotter1.Size = new System.Drawing.Size(478, 390);
     this.plotter1.TabIndex = 22;
     this.plotter1.Title = "Plotter Example";
     this.plotter1.TitleColor = System.Drawing.Color.Black;
     this.plotter1.XAxisMode = DataPlotter.Plotter.XAxisModeType.Linear;
     this.plotter1.XGrid = 10;
     this.plotter1.XLabel = "X Axis";
     this.plotter1.XLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter1.XRangeEnd = 100;
     this.plotter1.XRangeStart = 0;
     this.plotter1.YAxisMode = DataPlotter.Plotter.YAxisModeType.Linear;
     this.plotter1.YGrid = 10;
     this.plotter1.YLabel = "Y Axis";
     this.plotter1.YLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter1.YRangeEnd = 100;
     this.plotter1.YRangeStart = 0;
     this.plotter1.ZAxisMode = DataPlotter.Plotter.ZAxisModeType.Linear;
     this.plotter1.ZLabel = "Z Axis";
     this.plotter1.ZLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter1.ZRangeEnd = 100;
     this.plotter1.ZRangeStart = 0;
     //
     // ucSensitivityAnalysis
     //
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.plotter1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.propertyGrid1);
     this.Controls.Add(this.pictureBox9);
     this.Controls.Add(this.gbAdjustmentRange);
     this.Controls.Add(this.pnlParameter);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.Name = "ucSensitivityAnalysis";
     this.Size = new System.Drawing.Size(710, 572);
     this.Load += new System.EventHandler(this.ucSensitivityAnalysis_Load);
     this.gbAdjustmentRange.ResumeLayout(false);
     this.pnlParameter.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
     this.pl = new DataPlotter.Plotter();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button1.Location = new System.Drawing.Point(10, 405);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(86, 26);
     this.button1.TabIndex = 3;
     this.button1.Text = "Xlin/Ylin";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button2.Location = new System.Drawing.Point(106, 405);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(86, 26);
     this.button2.TabIndex = 4;
     this.button2.Text = "Xlin/Ylog";
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button3.Location = new System.Drawing.Point(202, 405);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(86, 26);
     this.button3.TabIndex = 5;
     this.button3.Text = "Xlog/Ylin";
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button4.Location = new System.Drawing.Point(298, 405);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(86, 26);
     this.button4.TabIndex = 6;
     this.button4.Text = "Xlog/Ylog";
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // propertyGrid1
     //
     this.propertyGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.propertyGrid1.CommandsVisibleIfAvailable = true;
     this.propertyGrid1.LargeButtons = false;
     this.propertyGrid1.LineColor = System.Drawing.SystemColors.ScrollBar;
     this.propertyGrid1.Location = new System.Drawing.Point(432, 9);
     this.propertyGrid1.Name = "propertyGrid1";
     this.propertyGrid1.SelectedObject = this.pl;
     this.propertyGrid1.Size = new System.Drawing.Size(269, 422);
     this.propertyGrid1.TabIndex = 7;
     this.propertyGrid1.Text = "propertyGrid1";
     this.propertyGrid1.ViewBackColor = System.Drawing.SystemColors.Window;
     this.propertyGrid1.ViewForeColor = System.Drawing.SystemColors.WindowText;
     this.propertyGrid1.Click += new System.EventHandler(this.propertyGrid1_Click);
     this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
     //
     // pl
     //
     this.pl.BorderBottom = 50;
     this.pl.BorderLeft = 50;
     this.pl.BorderRight = 30;
     this.pl.BorderTop = 30;
     this.pl.ColorAxis = System.Drawing.Color.Black;
     this.pl.ColorBg = System.Drawing.Color.White;
     this.pl.ColorDraw = System.Drawing.Color.DarkBlue;
     this.pl.ColorGrid = System.Drawing.Color.LightGray;
     this.pl.DrawMode = DataPlotter.Plotter.DrawModeType.Line;
     this.pl.FontAxis = new System.Drawing.Font("Arial", 8F);
     this.pl.Location = new System.Drawing.Point(8, 8);
     this.pl.Name = "pl";
     this.pl.PenWidth = 2;
     this.pl.Size = new System.Drawing.Size(416, 392);
     this.pl.TabIndex = 8;
     this.pl.XData = null;
     this.pl.XGrid = 10;
     this.pl.XLogBase = 0;
     this.pl.XRangeEnd = 100;
     this.pl.XRangeStart = 0;
     this.pl.YData = null;
     this.pl.YGrid = 10;
     this.pl.YLogBase = 0;
     this.pl.YRangeEnd = 100;
     this.pl.YRangeStart = 0;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize = new System.Drawing.Size(710, 436);
     this.Controls.Add(this.pl);
     this.Controls.Add(this.propertyGrid1);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// �����̳� ������ �ʿ��� �޼����Դϴ�. 
 /// �� �޼����� ������ �ڵ� ������� �������� ���ʽÿ�.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnRigidBacking = new System.Windows.Forms.Button();
     this.btnAnechoicTermination = new System.Windows.Forms.Button();
     this.btnTransmissionLoss = new System.Windows.Forms.Button();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pictureBox6 = new System.Windows.Forms.PictureBox();
     this.pictureBox5 = new System.Windows.Forms.PictureBox();
     this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
     this.plotter1 = new DataPlotter.Plotter();
     this.btnGraphSave = new System.Windows.Forms.Button();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnGraphEdit = new System.Windows.Forms.Button();
     this.pictureBox8 = new System.Windows.Forms.PictureBox();
     this.btnGraphHide = new System.Windows.Forms.Button();
     this.pictureBox7 = new System.Windows.Forms.PictureBox();
     this.pictureBox9 = new System.Windows.Forms.PictureBox();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // btnRigidBacking
     //
     this.btnRigidBacking.BackColor = System.Drawing.SystemColors.Control;
     this.btnRigidBacking.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.btnRigidBacking.Location = new System.Drawing.Point(0, 16);
     this.btnRigidBacking.Name = "btnRigidBacking";
     this.btnRigidBacking.Size = new System.Drawing.Size(690, 24);
     this.btnRigidBacking.TabIndex = 0;
     this.btnRigidBacking.Text = "Absorption Coefficient for rigid backing";
     this.btnRigidBacking.Click += new System.EventHandler(this.btnRigidBacking_Click);
     //
     // btnAnechoicTermination
     //
     this.btnAnechoicTermination.BackColor = System.Drawing.SystemColors.Control;
     this.btnAnechoicTermination.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.btnAnechoicTermination.Location = new System.Drawing.Point(0, 52);
     this.btnAnechoicTermination.Name = "btnAnechoicTermination";
     this.btnAnechoicTermination.Size = new System.Drawing.Size(690, 24);
     this.btnAnechoicTermination.TabIndex = 1;
     this.btnAnechoicTermination.Text = "Absorption Coefficient for anechoic termination";
     this.btnAnechoicTermination.Click += new System.EventHandler(this.btnAnechoicTermination_Click);
     //
     // btnTransmissionLoss
     //
     this.btnTransmissionLoss.BackColor = System.Drawing.SystemColors.Control;
     this.btnTransmissionLoss.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.btnTransmissionLoss.Location = new System.Drawing.Point(0, 88);
     this.btnTransmissionLoss.Name = "btnTransmissionLoss";
     this.btnTransmissionLoss.Size = new System.Drawing.Size(690, 24);
     this.btnTransmissionLoss.TabIndex = 2;
     this.btnTransmissionLoss.Text = "Transmission Loss";
     this.btnTransmissionLoss.Click += new System.EventHandler(this.btnTransmissionLoss_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.White;
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(10, 572);
     this.pictureBox1.TabIndex = 5;
     this.pictureBox1.TabStop = false;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.White;
     this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Top;
     this.pictureBox2.Location = new System.Drawing.Point(10, 0);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(700, 10);
     this.pictureBox2.TabIndex = 6;
     this.pictureBox2.TabStop = false;
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.White;
     this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox3.Location = new System.Drawing.Point(10, 562);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(700, 10);
     this.pictureBox3.TabIndex = 7;
     this.pictureBox3.TabStop = false;
     //
     // pictureBox4
     //
     this.pictureBox4.BackColor = System.Drawing.Color.White;
     this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Right;
     this.pictureBox4.Location = new System.Drawing.Point(700, 10);
     this.pictureBox4.Name = "pictureBox4";
     this.pictureBox4.Size = new System.Drawing.Size(10, 552);
     this.pictureBox4.TabIndex = 8;
     this.pictureBox4.TabStop = false;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox9);
     this.panel1.Controls.Add(this.btnRigidBacking);
     this.panel1.Controls.Add(this.pictureBox6);
     this.panel1.Controls.Add(this.btnAnechoicTermination);
     this.panel1.Controls.Add(this.pictureBox5);
     this.panel1.Controls.Add(this.btnTransmissionLoss);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(10, 450);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(690, 112);
     this.panel1.TabIndex = 9;
     //
     // pictureBox6
     //
     this.pictureBox6.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox6.Location = new System.Drawing.Point(0, 40);
     this.pictureBox6.Name = "pictureBox6";
     this.pictureBox6.Size = new System.Drawing.Size(690, 12);
     this.pictureBox6.TabIndex = 5;
     this.pictureBox6.TabStop = false;
     //
     // pictureBox5
     //
     this.pictureBox5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox5.Location = new System.Drawing.Point(0, 76);
     this.pictureBox5.Name = "pictureBox5";
     this.pictureBox5.Size = new System.Drawing.Size(690, 12);
     this.pictureBox5.TabIndex = 4;
     this.pictureBox5.TabStop = false;
     //
     // propertyGrid1
     //
     this.propertyGrid1.CommandsBackColor = System.Drawing.Color.White;
     this.propertyGrid1.CommandsVisibleIfAvailable = true;
     this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Right;
     this.propertyGrid1.LargeButtons = false;
     this.propertyGrid1.LineColor = System.Drawing.SystemColors.ScrollBar;
     this.propertyGrid1.Location = new System.Drawing.Point(500, 10);
     this.propertyGrid1.Name = "propertyGrid1";
     this.propertyGrid1.SelectedObject = this.plotter1;
     this.propertyGrid1.Size = new System.Drawing.Size(200, 440);
     this.propertyGrid1.TabIndex = 11;
     this.propertyGrid1.Text = "propertyGrid1";
     this.propertyGrid1.ViewBackColor = System.Drawing.SystemColors.Window;
     this.propertyGrid1.ViewForeColor = System.Drawing.SystemColors.WindowText;
     this.propertyGrid1.Visible = false;
     this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
     //
     // plotter1
     //
     this.plotter1.BorderBottom = 50;
     this.plotter1.BorderLeft = 50;
     this.plotter1.BorderRight = 30;
     this.plotter1.BorderTop = 30;
     this.plotter1.ColorAxis = System.Drawing.Color.Black;
     this.plotter1.ColorBg = System.Drawing.Color.White;
     this.plotter1.ColorDraw = System.Drawing.Color.DarkBlue;
     this.plotter1.ColorGrid = System.Drawing.Color.LightGray;
     this.plotter1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.plotter1.DrawMode = DataPlotter.Plotter.DrawModeType.Line;
     this.plotter1.FontAxis = new System.Drawing.Font("Arial", 8F);
     this.plotter1.FontLabel = new System.Drawing.Font("����", 9F);
     this.plotter1.FontTitle = new System.Drawing.Font("����", 9F);
     this.plotter1.Interval = 0;
     this.plotter1.IsOctave = false;
     this.plotter1.Location = new System.Drawing.Point(10, 10);
     this.plotter1.MarkerSize = 4;
     this.plotter1.MarkerType = DataPlotter.Plotter.MarkerModeType.None;
     this.plotter1.Name = "plotter1";
     this.plotter1.PenWidth = 1;
     this.plotter1.ShowGrid = true;
     this.plotter1.ShowLegend = false;
     this.plotter1.Size = new System.Drawing.Size(490, 417);
     this.plotter1.TabIndex = 14;
     this.plotter1.Title = "Plotter Example";
     this.plotter1.TitleColor = System.Drawing.Color.Black;
     this.plotter1.XAxisMode = DataPlotter.Plotter.XAxisModeType.Linear;
     this.plotter1.XGrid = 10;
     this.plotter1.XLabel = "X Axis";
     this.plotter1.XLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter1.XRangeEnd = 100;
     this.plotter1.XRangeStart = 0;
     this.plotter1.YAxisMode = DataPlotter.Plotter.YAxisModeType.Linear;
     this.plotter1.YGrid = 10;
     this.plotter1.YLabel = "Y Axis";
     this.plotter1.YLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter1.YRangeEnd = 100;
     this.plotter1.YRangeStart = 0;
     this.plotter1.ZAxisMode = DataPlotter.Plotter.ZAxisModeType.Linear;
     this.plotter1.ZLabel = "Z Axis";
     this.plotter1.ZLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter1.ZRangeEnd = 100;
     this.plotter1.ZRangeStart = 0;
     //
     // btnGraphSave
     //
     this.btnGraphSave.BackColor = System.Drawing.SystemColors.Control;
     this.btnGraphSave.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnGraphSave.Location = new System.Drawing.Point(0, 0);
     this.btnGraphSave.Name = "btnGraphSave";
     this.btnGraphSave.Size = new System.Drawing.Size(160, 23);
     this.btnGraphSave.TabIndex = 12;
     this.btnGraphSave.Text = "Graph Save";
     this.btnGraphSave.Click += new System.EventHandler(this.btnGraphSave_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnGraphEdit);
     this.panel2.Controls.Add(this.pictureBox8);
     this.panel2.Controls.Add(this.btnGraphHide);
     this.panel2.Controls.Add(this.pictureBox7);
     this.panel2.Controls.Add(this.btnGraphSave);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(10, 427);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(490, 23);
     this.panel2.TabIndex = 13;
     //
     // btnGraphEdit
     //
     this.btnGraphEdit.BackColor = System.Drawing.SystemColors.Control;
     this.btnGraphEdit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnGraphEdit.Location = new System.Drawing.Point(170, 0);
     this.btnGraphEdit.Name = "btnGraphEdit";
     this.btnGraphEdit.Size = new System.Drawing.Size(174, 23);
     this.btnGraphEdit.TabIndex = 14;
     this.btnGraphEdit.Text = "Graph Edit";
     this.btnGraphEdit.Click += new System.EventHandler(this.btnGraphEdit_Click);
     //
     // pictureBox8
     //
     this.pictureBox8.Dock = System.Windows.Forms.DockStyle.Right;
     this.pictureBox8.Location = new System.Drawing.Point(344, 0);
     this.pictureBox8.Name = "pictureBox8";
     this.pictureBox8.Size = new System.Drawing.Size(10, 23);
     this.pictureBox8.TabIndex = 16;
     this.pictureBox8.TabStop = false;
     //
     // btnGraphHide
     //
     this.btnGraphHide.BackColor = System.Drawing.SystemColors.Control;
     this.btnGraphHide.Dock = System.Windows.Forms.DockStyle.Right;
     this.btnGraphHide.Enabled = false;
     this.btnGraphHide.Location = new System.Drawing.Point(354, 0);
     this.btnGraphHide.Name = "btnGraphHide";
     this.btnGraphHide.Size = new System.Drawing.Size(136, 23);
     this.btnGraphHide.TabIndex = 15;
     this.btnGraphHide.Text = "Edit Cancel";
     this.btnGraphHide.Click += new System.EventHandler(this.btnGraphHide_Click);
     //
     // pictureBox7
     //
     this.pictureBox7.Dock = System.Windows.Forms.DockStyle.Left;
     this.pictureBox7.Location = new System.Drawing.Point(160, 0);
     this.pictureBox7.Name = "pictureBox7";
     this.pictureBox7.Size = new System.Drawing.Size(10, 23);
     this.pictureBox7.TabIndex = 13;
     this.pictureBox7.TabStop = false;
     //
     // pictureBox9
     //
     this.pictureBox9.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox9.Location = new System.Drawing.Point(0, 4);
     this.pictureBox9.Name = "pictureBox9";
     this.pictureBox9.Size = new System.Drawing.Size(690, 12);
     this.pictureBox9.TabIndex = 6;
     this.pictureBox9.TabStop = false;
     //
     // ucMaterialPerformanceAnalysis
     //
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.plotter1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.propertyGrid1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.Name = "ucMaterialPerformanceAnalysis";
     this.Size = new System.Drawing.Size(710, 572);
     this.Load += new System.EventHandler(this.ucMaterialPerformanceAnalysis_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnRigidBacking        = new System.Windows.Forms.Button();
     this.btnAnechoicTermination = new System.Windows.Forms.Button();
     this.btnTransmissionLoss    = new System.Windows.Forms.Button();
     this.pictureBox1            = new System.Windows.Forms.PictureBox();
     this.pictureBox2            = new System.Windows.Forms.PictureBox();
     this.pictureBox3            = new System.Windows.Forms.PictureBox();
     this.pictureBox4            = new System.Windows.Forms.PictureBox();
     this.panel1          = new System.Windows.Forms.Panel();
     this.pictureBox6     = new System.Windows.Forms.PictureBox();
     this.pictureBox5     = new System.Windows.Forms.PictureBox();
     this.propertyGrid1   = new System.Windows.Forms.PropertyGrid();
     this.plotter1        = new DataPlotter.Plotter();
     this.btnGraphSave    = new System.Windows.Forms.Button();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.panel2          = new System.Windows.Forms.Panel();
     this.btnGraphEdit    = new System.Windows.Forms.Button();
     this.pictureBox8     = new System.Windows.Forms.PictureBox();
     this.btnGraphHide    = new System.Windows.Forms.Button();
     this.pictureBox7     = new System.Windows.Forms.PictureBox();
     this.pictureBox9     = new System.Windows.Forms.PictureBox();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // btnRigidBacking
     //
     this.btnRigidBacking.BackColor = System.Drawing.SystemColors.Control;
     this.btnRigidBacking.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.btnRigidBacking.Location  = new System.Drawing.Point(0, 16);
     this.btnRigidBacking.Name      = "btnRigidBacking";
     this.btnRigidBacking.Size      = new System.Drawing.Size(690, 24);
     this.btnRigidBacking.TabIndex  = 0;
     this.btnRigidBacking.Text      = "Absorption Coefficient for rigid backing";
     this.btnRigidBacking.Click    += new System.EventHandler(this.btnRigidBacking_Click);
     //
     // btnAnechoicTermination
     //
     this.btnAnechoicTermination.BackColor = System.Drawing.SystemColors.Control;
     this.btnAnechoicTermination.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.btnAnechoicTermination.Location  = new System.Drawing.Point(0, 52);
     this.btnAnechoicTermination.Name      = "btnAnechoicTermination";
     this.btnAnechoicTermination.Size      = new System.Drawing.Size(690, 24);
     this.btnAnechoicTermination.TabIndex  = 1;
     this.btnAnechoicTermination.Text      = "Absorption Coefficient for anechoic termination";
     this.btnAnechoicTermination.Click    += new System.EventHandler(this.btnAnechoicTermination_Click);
     //
     // btnTransmissionLoss
     //
     this.btnTransmissionLoss.BackColor = System.Drawing.SystemColors.Control;
     this.btnTransmissionLoss.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.btnTransmissionLoss.Location  = new System.Drawing.Point(0, 88);
     this.btnTransmissionLoss.Name      = "btnTransmissionLoss";
     this.btnTransmissionLoss.Size      = new System.Drawing.Size(690, 24);
     this.btnTransmissionLoss.TabIndex  = 2;
     this.btnTransmissionLoss.Text      = "Transmission Loss";
     this.btnTransmissionLoss.Click    += new System.EventHandler(this.btnTransmissionLoss_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.White;
     this.pictureBox1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.pictureBox1.Location  = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(10, 572);
     this.pictureBox1.TabIndex  = 5;
     this.pictureBox1.TabStop   = false;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.White;
     this.pictureBox2.Dock      = System.Windows.Forms.DockStyle.Top;
     this.pictureBox2.Location  = new System.Drawing.Point(10, 0);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(700, 10);
     this.pictureBox2.TabIndex  = 6;
     this.pictureBox2.TabStop   = false;
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.White;
     this.pictureBox3.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox3.Location  = new System.Drawing.Point(10, 562);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(700, 10);
     this.pictureBox3.TabIndex  = 7;
     this.pictureBox3.TabStop   = false;
     //
     // pictureBox4
     //
     this.pictureBox4.BackColor = System.Drawing.Color.White;
     this.pictureBox4.Dock      = System.Windows.Forms.DockStyle.Right;
     this.pictureBox4.Location  = new System.Drawing.Point(700, 10);
     this.pictureBox4.Name      = "pictureBox4";
     this.pictureBox4.Size      = new System.Drawing.Size(10, 552);
     this.pictureBox4.TabIndex  = 8;
     this.pictureBox4.TabStop   = false;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox9);
     this.panel1.Controls.Add(this.btnRigidBacking);
     this.panel1.Controls.Add(this.pictureBox6);
     this.panel1.Controls.Add(this.btnAnechoicTermination);
     this.panel1.Controls.Add(this.pictureBox5);
     this.panel1.Controls.Add(this.btnTransmissionLoss);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(10, 450);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(690, 112);
     this.panel1.TabIndex = 9;
     //
     // pictureBox6
     //
     this.pictureBox6.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox6.Location = new System.Drawing.Point(0, 40);
     this.pictureBox6.Name     = "pictureBox6";
     this.pictureBox6.Size     = new System.Drawing.Size(690, 12);
     this.pictureBox6.TabIndex = 5;
     this.pictureBox6.TabStop  = false;
     //
     // pictureBox5
     //
     this.pictureBox5.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox5.Location = new System.Drawing.Point(0, 76);
     this.pictureBox5.Name     = "pictureBox5";
     this.pictureBox5.Size     = new System.Drawing.Size(690, 12);
     this.pictureBox5.TabIndex = 4;
     this.pictureBox5.TabStop  = false;
     //
     // propertyGrid1
     //
     this.propertyGrid1.CommandsBackColor          = System.Drawing.Color.White;
     this.propertyGrid1.CommandsVisibleIfAvailable = true;
     this.propertyGrid1.Dock                  = System.Windows.Forms.DockStyle.Right;
     this.propertyGrid1.LargeButtons          = false;
     this.propertyGrid1.LineColor             = System.Drawing.SystemColors.ScrollBar;
     this.propertyGrid1.Location              = new System.Drawing.Point(500, 10);
     this.propertyGrid1.Name                  = "propertyGrid1";
     this.propertyGrid1.SelectedObject        = this.plotter1;
     this.propertyGrid1.Size                  = new System.Drawing.Size(200, 440);
     this.propertyGrid1.TabIndex              = 11;
     this.propertyGrid1.Text                  = "propertyGrid1";
     this.propertyGrid1.ViewBackColor         = System.Drawing.SystemColors.Window;
     this.propertyGrid1.ViewForeColor         = System.Drawing.SystemColors.WindowText;
     this.propertyGrid1.Visible               = false;
     this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
     //
     // plotter1
     //
     this.plotter1.BorderBottom = 50;
     this.plotter1.BorderLeft   = 50;
     this.plotter1.BorderRight  = 30;
     this.plotter1.BorderTop    = 30;
     this.plotter1.ColorAxis    = System.Drawing.Color.Black;
     this.plotter1.ColorBg      = System.Drawing.Color.White;
     this.plotter1.ColorDraw    = System.Drawing.Color.DarkBlue;
     this.plotter1.ColorGrid    = System.Drawing.Color.LightGray;
     this.plotter1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.plotter1.DrawMode     = DataPlotter.Plotter.DrawModeType.Line;
     this.plotter1.FontAxis     = new System.Drawing.Font("Arial", 8F);
     this.plotter1.FontLabel    = new System.Drawing.Font("굴림", 9F);
     this.plotter1.FontTitle    = new System.Drawing.Font("굴림", 9F);
     this.plotter1.Interval     = 0;
     this.plotter1.IsOctave     = false;
     this.plotter1.Location     = new System.Drawing.Point(10, 10);
     this.plotter1.MarkerSize   = 4;
     this.plotter1.MarkerType   = DataPlotter.Plotter.MarkerModeType.None;
     this.plotter1.Name         = "plotter1";
     this.plotter1.PenWidth     = 1;
     this.plotter1.ShowGrid     = true;
     this.plotter1.ShowLegend   = false;
     this.plotter1.Size         = new System.Drawing.Size(490, 417);
     this.plotter1.TabIndex     = 14;
     this.plotter1.Title        = "Plotter Example";
     this.plotter1.TitleColor   = System.Drawing.Color.Black;
     this.plotter1.XAxisMode    = DataPlotter.Plotter.XAxisModeType.Linear;
     this.plotter1.XGrid        = 10;
     this.plotter1.XLabel       = "X Axis";
     this.plotter1.XLabelColor  = System.Drawing.Color.DarkBlue;
     this.plotter1.XRangeEnd    = 100;
     this.plotter1.XRangeStart  = 0;
     this.plotter1.YAxisMode    = DataPlotter.Plotter.YAxisModeType.Linear;
     this.plotter1.YGrid        = 10;
     this.plotter1.YLabel       = "Y Axis";
     this.plotter1.YLabelColor  = System.Drawing.Color.DarkBlue;
     this.plotter1.YRangeEnd    = 100;
     this.plotter1.YRangeStart  = 0;
     this.plotter1.ZAxisMode    = DataPlotter.Plotter.ZAxisModeType.Linear;
     this.plotter1.ZLabel       = "Z Axis";
     this.plotter1.ZLabelColor  = System.Drawing.Color.DarkBlue;
     this.plotter1.ZRangeEnd    = 100;
     this.plotter1.ZRangeStart  = 0;
     //
     // btnGraphSave
     //
     this.btnGraphSave.BackColor = System.Drawing.SystemColors.Control;
     this.btnGraphSave.Dock      = System.Windows.Forms.DockStyle.Left;
     this.btnGraphSave.Location  = new System.Drawing.Point(0, 0);
     this.btnGraphSave.Name      = "btnGraphSave";
     this.btnGraphSave.Size      = new System.Drawing.Size(160, 23);
     this.btnGraphSave.TabIndex  = 12;
     this.btnGraphSave.Text      = "Graph Save";
     this.btnGraphSave.Click    += new System.EventHandler(this.btnGraphSave_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnGraphEdit);
     this.panel2.Controls.Add(this.pictureBox8);
     this.panel2.Controls.Add(this.btnGraphHide);
     this.panel2.Controls.Add(this.pictureBox7);
     this.panel2.Controls.Add(this.btnGraphSave);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(10, 427);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(490, 23);
     this.panel2.TabIndex = 13;
     //
     // btnGraphEdit
     //
     this.btnGraphEdit.BackColor = System.Drawing.SystemColors.Control;
     this.btnGraphEdit.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.btnGraphEdit.Location  = new System.Drawing.Point(170, 0);
     this.btnGraphEdit.Name      = "btnGraphEdit";
     this.btnGraphEdit.Size      = new System.Drawing.Size(174, 23);
     this.btnGraphEdit.TabIndex  = 14;
     this.btnGraphEdit.Text      = "Graph Edit";
     this.btnGraphEdit.Click    += new System.EventHandler(this.btnGraphEdit_Click);
     //
     // pictureBox8
     //
     this.pictureBox8.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pictureBox8.Location = new System.Drawing.Point(344, 0);
     this.pictureBox8.Name     = "pictureBox8";
     this.pictureBox8.Size     = new System.Drawing.Size(10, 23);
     this.pictureBox8.TabIndex = 16;
     this.pictureBox8.TabStop  = false;
     //
     // btnGraphHide
     //
     this.btnGraphHide.BackColor = System.Drawing.SystemColors.Control;
     this.btnGraphHide.Dock      = System.Windows.Forms.DockStyle.Right;
     this.btnGraphHide.Enabled   = false;
     this.btnGraphHide.Location  = new System.Drawing.Point(354, 0);
     this.btnGraphHide.Name      = "btnGraphHide";
     this.btnGraphHide.Size      = new System.Drawing.Size(136, 23);
     this.btnGraphHide.TabIndex  = 15;
     this.btnGraphHide.Text      = "Edit Cancel";
     this.btnGraphHide.Click    += new System.EventHandler(this.btnGraphHide_Click);
     //
     // pictureBox7
     //
     this.pictureBox7.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pictureBox7.Location = new System.Drawing.Point(160, 0);
     this.pictureBox7.Name     = "pictureBox7";
     this.pictureBox7.Size     = new System.Drawing.Size(10, 23);
     this.pictureBox7.TabIndex = 13;
     this.pictureBox7.TabStop  = false;
     //
     // pictureBox9
     //
     this.pictureBox9.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox9.Location = new System.Drawing.Point(0, 4);
     this.pictureBox9.Name     = "pictureBox9";
     this.pictureBox9.Size     = new System.Drawing.Size(690, 12);
     this.pictureBox9.TabIndex = 6;
     this.pictureBox9.TabStop  = false;
     //
     // ucMaterialPerformanceAnalysis
     //
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.plotter1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.propertyGrid1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.Name  = "ucMaterialPerformanceAnalysis";
     this.Size  = new System.Drawing.Size(710, 572);
     this.Load += new System.EventHandler(this.ucMaterialPerformanceAnalysis_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// �����̳� ������ �ʿ��� �޼����Դϴ�. 
 /// �� �޼����� ������ �ڵ� ������� �������� ���ʽÿ�.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label22 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.edtName = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.chLossFactor = new System.Windows.Forms.CheckBox();
     this.chYoungsModulus = new System.Windows.Forms.CheckBox();
     this.chPoissionsRatio = new System.Windows.Forms.CheckBox();
     this.chThermalCharLength = new System.Windows.Forms.CheckBox();
     this.chViscousCharLength = new System.Windows.Forms.CheckBox();
     this.chProsity = new System.Windows.Forms.CheckBox();
     this.chStructureFactor = new System.Windows.Forms.CheckBox();
     this.chFlowResistivity = new System.Windows.Forms.CheckBox();
     this.edtThickness = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.edtBulkDensity = new System.Windows.Forms.TextBox();
     this.edtThermalCharLength = new System.Windows.Forms.TextBox();
     this.edtStructureFactor = new System.Windows.Forms.TextBox();
     this.edtProsity = new System.Windows.Forms.TextBox();
     this.edtViscousCharLength = new System.Windows.Forms.TextBox();
     this.edtFlowResistivity = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.edtPoissionsRatio = new System.Windows.Forms.TextBox();
     this.edtYoungsModulus = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.edtLossFactor = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.rdoAbsorption = new System.Windows.Forms.RadioButton();
     this.rdoSurface = new System.Windows.Forms.RadioButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
     this.plotter1 = new DataPlotter.Plotter();
     this.btnGraphSave = new System.Windows.Forms.Button();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnGraphEdit = new System.Windows.Forms.Button();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.btnEditCancel = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label22);
     this.groupBox1.Controls.Add(this.label17);
     this.groupBox1.Controls.Add(this.label18);
     this.groupBox1.Controls.Add(this.label19);
     this.groupBox1.Controls.Add(this.label20);
     this.groupBox1.Controls.Add(this.label16);
     this.groupBox1.Controls.Add(this.label15);
     this.groupBox1.Controls.Add(this.label14);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.edtName);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.chLossFactor);
     this.groupBox1.Controls.Add(this.chYoungsModulus);
     this.groupBox1.Controls.Add(this.chPoissionsRatio);
     this.groupBox1.Controls.Add(this.chThermalCharLength);
     this.groupBox1.Controls.Add(this.chViscousCharLength);
     this.groupBox1.Controls.Add(this.chProsity);
     this.groupBox1.Controls.Add(this.chStructureFactor);
     this.groupBox1.Controls.Add(this.chFlowResistivity);
     this.groupBox1.Controls.Add(this.edtThickness);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.edtBulkDensity);
     this.groupBox1.Controls.Add(this.edtThermalCharLength);
     this.groupBox1.Controls.Add(this.edtStructureFactor);
     this.groupBox1.Controls.Add(this.edtProsity);
     this.groupBox1.Controls.Add(this.edtViscousCharLength);
     this.groupBox1.Controls.Add(this.edtFlowResistivity);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.edtPoissionsRatio);
     this.groupBox1.Controls.Add(this.edtYoungsModulus);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.edtLossFactor);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(5, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(700, 176);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Estimated Properties";
     //
     // label22
     //
     this.label22.Location = new System.Drawing.Point(608, 48);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(88, 23);
     this.label22.TabIndex = 47;
     this.label22.Text = "MKS Rayls/m";
     this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label17
     //
     this.label17.Font = new System.Drawing.Font("����", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(129)));
     this.label17.Location = new System.Drawing.Point(608, 144);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(32, 23);
     this.label17.TabIndex = 46;
     this.label17.Text = "��";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label18
     //
     this.label18.Font = new System.Drawing.Font("����", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(129)));
     this.label18.Location = new System.Drawing.Point(608, 120);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(32, 23);
     this.label18.TabIndex = 45;
     this.label18.Text = "��";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label19
     //
     this.label19.Location = new System.Drawing.Point(608, 96);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(32, 23);
     this.label19.TabIndex = 44;
     this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label20
     //
     this.label20.Location = new System.Drawing.Point(608, 72);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(40, 23);
     this.label20.TabIndex = 43;
     this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label16
     //
     this.label16.Location = new System.Drawing.Point(272, 144);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(32, 23);
     this.label16.TabIndex = 41;
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(272, 120);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(32, 23);
     this.label15.TabIndex = 40;
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(272, 96);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(32, 23);
     this.label14.TabIndex = 39;
     this.label14.Text = "Pa";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(272, 72);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(40, 23);
     this.label13.TabIndex = 38;
     this.label13.Text = "Kg/��";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(272, 47);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(32, 23);
     this.label12.TabIndex = 37;
     this.label12.Text = "[m]";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // edtName
     //
     this.edtName.Location = new System.Drawing.Point(168, 24);
     this.edtName.Name = "edtName";
     this.edtName.Size = new System.Drawing.Size(104, 21);
     this.edtName.TabIndex = 1;
     this.edtName.Text = "";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(40, 24);
     this.label10.Name = "label10";
     this.label10.TabIndex = 36;
     this.label10.Text = "Name";
     //
     // chLossFactor
     //
     this.chLossFactor.Location = new System.Drawing.Point(16, 144);
     this.chLossFactor.Name = "chLossFactor";
     this.chLossFactor.Size = new System.Drawing.Size(16, 24);
     this.chLossFactor.TabIndex = 35;
     this.chLossFactor.CheckedChanged += new System.EventHandler(this.chLossFactor_CheckedChanged);
     //
     // chYoungsModulus
     //
     this.chYoungsModulus.Location = new System.Drawing.Point(16, 96);
     this.chYoungsModulus.Name = "chYoungsModulus";
     this.chYoungsModulus.Size = new System.Drawing.Size(16, 24);
     this.chYoungsModulus.TabIndex = 32;
     this.chYoungsModulus.CheckedChanged += new System.EventHandler(this.chYoungsModulus_CheckedChanged);
     //
     // chPoissionsRatio
     //
     this.chPoissionsRatio.Location = new System.Drawing.Point(16, 120);
     this.chPoissionsRatio.Name = "chPoissionsRatio";
     this.chPoissionsRatio.Size = new System.Drawing.Size(16, 24);
     this.chPoissionsRatio.TabIndex = 31;
     this.chPoissionsRatio.CheckedChanged += new System.EventHandler(this.chPoissionsRatio_CheckedChanged);
     //
     // chThermalCharLength
     //
     this.chThermalCharLength.Location = new System.Drawing.Point(328, 144);
     this.chThermalCharLength.Name = "chThermalCharLength";
     this.chThermalCharLength.Size = new System.Drawing.Size(16, 24);
     this.chThermalCharLength.TabIndex = 28;
     this.chThermalCharLength.CheckedChanged += new System.EventHandler(this.chThermalCharLength_CheckedChanged);
     //
     // chViscousCharLength
     //
     this.chViscousCharLength.Location = new System.Drawing.Point(328, 120);
     this.chViscousCharLength.Name = "chViscousCharLength";
     this.chViscousCharLength.Size = new System.Drawing.Size(16, 24);
     this.chViscousCharLength.TabIndex = 27;
     this.chViscousCharLength.CheckedChanged += new System.EventHandler(this.chViscousCharLength_CheckedChanged);
     //
     // chProsity
     //
     this.chProsity.Location = new System.Drawing.Point(328, 96);
     this.chProsity.Name = "chProsity";
     this.chProsity.Size = new System.Drawing.Size(16, 24);
     this.chProsity.TabIndex = 26;
     this.chProsity.CheckedChanged += new System.EventHandler(this.chProsity_CheckedChanged);
     //
     // chStructureFactor
     //
     this.chStructureFactor.Location = new System.Drawing.Point(328, 72);
     this.chStructureFactor.Name = "chStructureFactor";
     this.chStructureFactor.Size = new System.Drawing.Size(16, 24);
     this.chStructureFactor.TabIndex = 25;
     this.chStructureFactor.CheckedChanged += new System.EventHandler(this.chStructureFactor_CheckedChanged);
     //
     // chFlowResistivity
     //
     this.chFlowResistivity.Location = new System.Drawing.Point(328, 48);
     this.chFlowResistivity.Name = "chFlowResistivity";
     this.chFlowResistivity.Size = new System.Drawing.Size(16, 24);
     this.chFlowResistivity.TabIndex = 24;
     this.chFlowResistivity.CheckedChanged += new System.EventHandler(this.chFlowResistivity_CheckedChanged);
     //
     // edtThickness
     //
     this.edtThickness.Enabled = false;
     this.edtThickness.Location = new System.Drawing.Point(168, 48);
     this.edtThickness.Name = "edtThickness";
     this.edtThickness.Size = new System.Drawing.Size(104, 21);
     this.edtThickness.TabIndex = 2;
     this.edtThickness.Text = "";
     this.edtThickness.TextChanged += new System.EventHandler(this.edtThickness_TextChanged);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(40, 72);
     this.label9.Name = "label9";
     this.label9.TabIndex = 17;
     this.label9.Text = "Bulk Density";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(40, 48);
     this.label11.Name = "label11";
     this.label11.TabIndex = 18;
     this.label11.Text = "Thickness";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // edtBulkDensity
     //
     this.edtBulkDensity.Enabled = false;
     this.edtBulkDensity.Location = new System.Drawing.Point(168, 72);
     this.edtBulkDensity.Name = "edtBulkDensity";
     this.edtBulkDensity.Size = new System.Drawing.Size(104, 21);
     this.edtBulkDensity.TabIndex = 3;
     this.edtBulkDensity.Text = "";
     this.edtBulkDensity.TextChanged += new System.EventHandler(this.edtThickness_TextChanged);
     //
     // edtThermalCharLength
     //
     this.edtThermalCharLength.Enabled = false;
     this.edtThermalCharLength.Location = new System.Drawing.Point(488, 144);
     this.edtThermalCharLength.Name = "edtThermalCharLength";
     this.edtThermalCharLength.Size = new System.Drawing.Size(120, 21);
     this.edtThermalCharLength.TabIndex = 11;
     this.edtThermalCharLength.Text = "";
     this.edtThermalCharLength.TextChanged += new System.EventHandler(this.edtThickness_TextChanged);
     //
     // edtStructureFactor
     //
     this.edtStructureFactor.Enabled = false;
     this.edtStructureFactor.Location = new System.Drawing.Point(488, 72);
     this.edtStructureFactor.Name = "edtStructureFactor";
     this.edtStructureFactor.Size = new System.Drawing.Size(120, 21);
     this.edtStructureFactor.TabIndex = 8;
     this.edtStructureFactor.Text = "";
     this.edtStructureFactor.TextChanged += new System.EventHandler(this.edtThickness_TextChanged);
     //
     // edtProsity
     //
     this.edtProsity.Enabled = false;
     this.edtProsity.Location = new System.Drawing.Point(488, 96);
     this.edtProsity.Name = "edtProsity";
     this.edtProsity.Size = new System.Drawing.Size(120, 21);
     this.edtProsity.TabIndex = 9;
     this.edtProsity.Text = "";
     this.edtProsity.TextChanged += new System.EventHandler(this.edtThickness_TextChanged);
     //
     // edtViscousCharLength
     //
     this.edtViscousCharLength.Enabled = false;
     this.edtViscousCharLength.Location = new System.Drawing.Point(488, 120);
     this.edtViscousCharLength.Name = "edtViscousCharLength";
     this.edtViscousCharLength.Size = new System.Drawing.Size(120, 21);
     this.edtViscousCharLength.TabIndex = 10;
     this.edtViscousCharLength.Text = "";
     this.edtViscousCharLength.TextChanged += new System.EventHandler(this.edtThickness_TextChanged);
     //
     // edtFlowResistivity
     //
     this.edtFlowResistivity.HideSelection = false;
     this.edtFlowResistivity.Location = new System.Drawing.Point(488, 48);
     this.edtFlowResistivity.Name = "edtFlowResistivity";
     this.edtFlowResistivity.Size = new System.Drawing.Size(120, 21);
     this.edtFlowResistivity.TabIndex = 7;
     this.edtFlowResistivity.Text = "";
     this.edtFlowResistivity.TextChanged += new System.EventHandler(this.edtThickness_TextChanged);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(352, 144);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(136, 23);
     this.label6.TabIndex = 5;
     this.label6.Text = "Thermal Char. Length";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(352, 120);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(128, 23);
     this.label5.TabIndex = 4;
     this.label5.Text = "Viscous Char. Length";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(352, 96);
     this.label4.Name = "label4";
     this.label4.TabIndex = 3;
     this.label4.Text = "Porosity";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(352, 72);
     this.label2.Name = "label2";
     this.label2.TabIndex = 1;
     this.label2.Text = "Structure Factor";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(352, 48);
     this.label1.Name = "label1";
     this.label1.TabIndex = 0;
     this.label1.Text = "Flow Resistivity";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // edtPoissionsRatio
     //
     this.edtPoissionsRatio.Enabled = false;
     this.edtPoissionsRatio.Location = new System.Drawing.Point(168, 120);
     this.edtPoissionsRatio.Name = "edtPoissionsRatio";
     this.edtPoissionsRatio.Size = new System.Drawing.Size(104, 21);
     this.edtPoissionsRatio.TabIndex = 5;
     this.edtPoissionsRatio.Text = "";
     this.edtPoissionsRatio.TextChanged += new System.EventHandler(this.edtThickness_TextChanged);
     //
     // edtYoungsModulus
     //
     this.edtYoungsModulus.Enabled = false;
     this.edtYoungsModulus.Location = new System.Drawing.Point(168, 96);
     this.edtYoungsModulus.Name = "edtYoungsModulus";
     this.edtYoungsModulus.Size = new System.Drawing.Size(104, 21);
     this.edtYoungsModulus.TabIndex = 4;
     this.edtYoungsModulus.Text = "";
     this.edtYoungsModulus.TextChanged += new System.EventHandler(this.edtThickness_TextChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(40, 144);
     this.label3.Name = "label3";
     this.label3.TabIndex = 2;
     this.label3.Text = "Loss Factor";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(40, 96);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(112, 23);
     this.label8.TabIndex = 7;
     this.label8.Text = "Young��s Modulus";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(40, 120);
     this.label7.Name = "label7";
     this.label7.TabIndex = 6;
     this.label7.Text = "Poisson��s Ratio";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // edtLossFactor
     //
     this.edtLossFactor.Enabled = false;
     this.edtLossFactor.Location = new System.Drawing.Point(168, 144);
     this.edtLossFactor.Name = "edtLossFactor";
     this.edtLossFactor.Size = new System.Drawing.Size(104, 21);
     this.edtLossFactor.TabIndex = 6;
     this.edtLossFactor.Text = "";
     this.edtLossFactor.TextChanged += new System.EventHandler(this.edtThickness_TextChanged);
     //
     // label21
     //
     this.label21.Location = new System.Drawing.Point(0, 0);
     this.label21.Name = "label21";
     this.label21.TabIndex = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.White;
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(5, 572);
     this.pictureBox1.TabIndex = 4;
     this.pictureBox1.TabStop = false;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.White;
     this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Right;
     this.pictureBox2.Location = new System.Drawing.Point(705, 0);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(5, 572);
     this.pictureBox2.TabIndex = 5;
     this.pictureBox2.TabStop = false;
     //
     // rdoAbsorption
     //
     this.rdoAbsorption.Checked = true;
     this.rdoAbsorption.Location = new System.Drawing.Point(8, 8);
     this.rdoAbsorption.Name = "rdoAbsorption";
     this.rdoAbsorption.Size = new System.Drawing.Size(176, 48);
     this.rdoAbsorption.TabIndex = 6;
     this.rdoAbsorption.TabStop = true;
     this.rdoAbsorption.Text = "Absorption Coefficient (Rigid Backing)";
     //
     // rdoSurface
     //
     this.rdoSurface.Location = new System.Drawing.Point(8, 56);
     this.rdoSurface.Name = "rdoSurface";
     this.rdoSurface.Size = new System.Drawing.Size(176, 40);
     this.rdoSurface.TabIndex = 7;
     this.rdoSurface.Text = "Surface Impedance (Normalized)";
     this.rdoSurface.CheckedChanged += new System.EventHandler(this.rdoSurface_CheckedChanged);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.rdoAbsorption);
     this.panel1.Controls.Add(this.rdoSurface);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(545, 176);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(160, 396);
     this.panel1.TabIndex = 8;
     //
     // propertyGrid1
     //
     this.propertyGrid1.CommandsBackColor = System.Drawing.Color.White;
     this.propertyGrid1.CommandsVisibleIfAvailable = true;
     this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Right;
     this.propertyGrid1.LargeButtons = false;
     this.propertyGrid1.LineColor = System.Drawing.SystemColors.ScrollBar;
     this.propertyGrid1.Location = new System.Drawing.Point(369, 176);
     this.propertyGrid1.Name = "propertyGrid1";
     this.propertyGrid1.SelectedObject = this.plotter1;
     this.propertyGrid1.Size = new System.Drawing.Size(176, 396);
     this.propertyGrid1.TabIndex = 10;
     this.propertyGrid1.Text = "propertyGrid1";
     this.propertyGrid1.ViewBackColor = System.Drawing.SystemColors.Window;
     this.propertyGrid1.ViewForeColor = System.Drawing.SystemColors.WindowText;
     this.propertyGrid1.Visible = false;
     this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
     //
     // plotter1
     //
     this.plotter1.BorderBottom = 50;
     this.plotter1.BorderLeft = 50;
     this.plotter1.BorderRight = 30;
     this.plotter1.BorderTop = 30;
     this.plotter1.ColorAxis = System.Drawing.Color.Black;
     this.plotter1.ColorBg = System.Drawing.Color.White;
     this.plotter1.ColorDraw = System.Drawing.Color.DarkBlue;
     this.plotter1.ColorGrid = System.Drawing.Color.LightGray;
     this.plotter1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.plotter1.DrawMode = DataPlotter.Plotter.DrawModeType.Line;
     this.plotter1.FontAxis = new System.Drawing.Font("Arial", 8F);
     this.plotter1.FontLabel = new System.Drawing.Font("����", 9F);
     this.plotter1.FontTitle = new System.Drawing.Font("����", 9F);
     this.plotter1.Interval = 0;
     this.plotter1.IsOctave = false;
     this.plotter1.LegendPosition_Proferty = DataPlotter.Plotter.LegendPosition_Enum.LEFT_TOP;
     this.plotter1.Location = new System.Drawing.Point(5, 176);
     this.plotter1.MarkerSize = 4;
     this.plotter1.MarkerType = DataPlotter.Plotter.MarkerModeType.None;
     this.plotter1.Name = "plotter1";
     this.plotter1.PenWidth = 1;
     this.plotter1.ShowGrid = true;
     this.plotter1.ShowLegend = false;
     this.plotter1.Size = new System.Drawing.Size(364, 373);
     this.plotter1.TabIndex = 13;
     this.plotter1.Title = "Plotter Example";
     this.plotter1.TitleColor = System.Drawing.Color.Black;
     this.plotter1.XAxisMode = DataPlotter.Plotter.XAxisModeType.Linear;
     this.plotter1.XGrid = 10;
     this.plotter1.XLabel = "X Axis";
     this.plotter1.XLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter1.XRangeEnd = 100;
     this.plotter1.XRangeStart = 0;
     this.plotter1.YAxisMode = DataPlotter.Plotter.YAxisModeType.Linear;
     this.plotter1.YGrid = 10;
     this.plotter1.YLabel = "Y Axis";
     this.plotter1.YLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter1.YRangeEnd = 100;
     this.plotter1.YRangeStart = 0;
     this.plotter1.ZAxisMode = DataPlotter.Plotter.ZAxisModeType.Linear;
     this.plotter1.ZLabel = "Z Axis";
     this.plotter1.ZLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter1.ZRangeEnd = 100;
     this.plotter1.ZRangeStart = 0;
     //
     // btnGraphSave
     //
     this.btnGraphSave.BackColor = System.Drawing.SystemColors.Control;
     this.btnGraphSave.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnGraphSave.Location = new System.Drawing.Point(0, 0);
     this.btnGraphSave.Name = "btnGraphSave";
     this.btnGraphSave.Size = new System.Drawing.Size(104, 23);
     this.btnGraphSave.TabIndex = 11;
     this.btnGraphSave.Text = "Graph Save";
     this.btnGraphSave.Click += new System.EventHandler(this.btnGraphSave_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnGraphEdit);
     this.panel2.Controls.Add(this.pictureBox4);
     this.panel2.Controls.Add(this.pictureBox3);
     this.panel2.Controls.Add(this.btnEditCancel);
     this.panel2.Controls.Add(this.btnGraphSave);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(5, 549);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(364, 23);
     this.panel2.TabIndex = 12;
     //
     // btnGraphEdit
     //
     this.btnGraphEdit.BackColor = System.Drawing.SystemColors.Control;
     this.btnGraphEdit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnGraphEdit.Location = new System.Drawing.Point(114, 0);
     this.btnGraphEdit.Name = "btnGraphEdit";
     this.btnGraphEdit.Size = new System.Drawing.Size(136, 23);
     this.btnGraphEdit.TabIndex = 15;
     this.btnGraphEdit.Text = "Graph Edit";
     this.btnGraphEdit.Click += new System.EventHandler(this.btnGraphEdit_Click);
     //
     // pictureBox4
     //
     this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Left;
     this.pictureBox4.Location = new System.Drawing.Point(104, 0);
     this.pictureBox4.Name = "pictureBox4";
     this.pictureBox4.Size = new System.Drawing.Size(10, 23);
     this.pictureBox4.TabIndex = 14;
     this.pictureBox4.TabStop = false;
     //
     // pictureBox3
     //
     this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Right;
     this.pictureBox3.Location = new System.Drawing.Point(250, 0);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(10, 23);
     this.pictureBox3.TabIndex = 13;
     this.pictureBox3.TabStop = false;
     //
     // btnEditCancel
     //
     this.btnEditCancel.BackColor = System.Drawing.SystemColors.Control;
     this.btnEditCancel.Dock = System.Windows.Forms.DockStyle.Right;
     this.btnEditCancel.Enabled = false;
     this.btnEditCancel.Location = new System.Drawing.Point(260, 0);
     this.btnEditCancel.Name = "btnEditCancel";
     this.btnEditCancel.Size = new System.Drawing.Size(104, 23);
     this.btnEditCancel.TabIndex = 12;
     this.btnEditCancel.Text = "Edit Cancel";
     this.btnEditCancel.Click += new System.EventHandler(this.btnEditCancel_Click);
     //
     // ucMaterialPropertiesEstimation
     //
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.plotter1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.propertyGrid1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.pictureBox2);
     this.Name = "ucMaterialPropertiesEstimation";
     this.Size = new System.Drawing.Size(710, 572);
     this.Load += new System.EventHandler(this.ucMaterialPropertiesEstimation_Load);
     this.groupBox1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #10
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     this.gbAdjustmentRange = new System.Windows.Forms.GroupBox();
     this.edtStep           = new System.Windows.Forms.TextBox();
     this.label5            = new System.Windows.Forms.Label();
     this.btnStepOK         = new System.Windows.Forms.Button();
     this.edtTo             = new System.Windows.Forms.TextBox();
     this.label2            = new System.Windows.Forms.Label();
     this.edtFrom           = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.pictureBox7       = new System.Windows.Forms.PictureBox();
     this.pictureBox8       = new System.Windows.Forms.PictureBox();
     this.label3            = new System.Windows.Forms.Label();
     this.edtParameter      = new System.Windows.Forms.TextBox();
     this.btnOK             = new System.Windows.Forms.Button();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.pictureBox2       = new System.Windows.Forms.PictureBox();
     this.pictureBox3       = new System.Windows.Forms.PictureBox();
     this.pictureBox4       = new System.Windows.Forms.PictureBox();
     this.pnlParameter      = new System.Windows.Forms.Panel();
     this.label4            = new System.Windows.Forms.Label();
     this.edtRemark         = new System.Windows.Forms.TextBox();
     this.pictureBox6       = new System.Windows.Forms.PictureBox();
     this.pictureBox5       = new System.Windows.Forms.PictureBox();
     this.pictureBox9       = new System.Windows.Forms.PictureBox();
     this.panel1            = new System.Windows.Forms.Panel();
     this.btnSave           = new System.Windows.Forms.Button();
     this.propertyGrid1     = new System.Windows.Forms.PropertyGrid();
     this.btnGraphSave      = new System.Windows.Forms.Button();
     this.saveFileDialog1   = new System.Windows.Forms.SaveFileDialog();
     this.panel2            = new System.Windows.Forms.Panel();
     this.btnGraphEdit      = new System.Windows.Forms.Button();
     this.pictureBox11      = new System.Windows.Forms.PictureBox();
     this.btnEditCancel     = new System.Windows.Forms.Button();
     this.pictureBox10      = new System.Windows.Forms.PictureBox();
     this.plotter1          = new DataPlotter.Plotter();
     this.gbAdjustmentRange.SuspendLayout();
     this.pnlParameter.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // gbAdjustmentRange
     //
     this.gbAdjustmentRange.Controls.Add(this.edtStep);
     this.gbAdjustmentRange.Controls.Add(this.label5);
     this.gbAdjustmentRange.Controls.Add(this.btnStepOK);
     this.gbAdjustmentRange.Controls.Add(this.edtTo);
     this.gbAdjustmentRange.Controls.Add(this.label2);
     this.gbAdjustmentRange.Controls.Add(this.edtFrom);
     this.gbAdjustmentRange.Controls.Add(this.label1);
     this.gbAdjustmentRange.Controls.Add(this.pictureBox7);
     this.gbAdjustmentRange.Controls.Add(this.pictureBox8);
     this.gbAdjustmentRange.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.gbAdjustmentRange.Enabled  = false;
     this.gbAdjustmentRange.Location = new System.Drawing.Point(10, 433);
     this.gbAdjustmentRange.Name     = "gbAdjustmentRange";
     this.gbAdjustmentRange.Size     = new System.Drawing.Size(690, 63);
     this.gbAdjustmentRange.TabIndex = 6;
     this.gbAdjustmentRange.TabStop  = false;
     this.gbAdjustmentRange.Text     = "Adjustment range";
     //
     // edtStep
     //
     this.edtStep.Location     = new System.Drawing.Point(496, 32);
     this.edtStep.Name         = "edtStep";
     this.edtStep.Size         = new System.Drawing.Size(96, 21);
     this.edtStep.TabIndex     = 3;
     this.edtStep.Text         = "";
     this.edtStep.TextChanged += new System.EventHandler(this.edtFrom_TextChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(448, 32);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(32, 23);
     this.label5.TabIndex = 5;
     this.label5.Text     = "Step";
     //
     // btnStepOK
     //
     this.btnStepOK.BackColor = System.Drawing.SystemColors.Control;
     this.btnStepOK.Dock      = System.Windows.Forms.DockStyle.Right;
     this.btnStepOK.Location  = new System.Drawing.Point(631, 27);
     this.btnStepOK.Name      = "btnStepOK";
     this.btnStepOK.Size      = new System.Drawing.Size(56, 23);
     this.btnStepOK.TabIndex  = 4;
     this.btnStepOK.Text      = "OK";
     this.btnStepOK.Click    += new System.EventHandler(this.btnStepOK_Click);
     //
     // edtTo
     //
     this.edtTo.Location     = new System.Drawing.Point(288, 32);
     this.edtTo.Name         = "edtTo";
     this.edtTo.Size         = new System.Drawing.Size(136, 21);
     this.edtTo.TabIndex     = 2;
     this.edtTo.Text         = "";
     this.edtTo.TextChanged += new System.EventHandler(this.edtFrom_TextChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(264, 32);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(16, 23);
     this.label2.TabIndex = 2;
     this.label2.Text     = "to";
     //
     // edtFrom
     //
     this.edtFrom.Location     = new System.Drawing.Point(80, 32);
     this.edtFrom.Name         = "edtFrom";
     this.edtFrom.Size         = new System.Drawing.Size(168, 21);
     this.edtFrom.TabIndex     = 1;
     this.edtFrom.Text         = "";
     this.edtFrom.TextChanged += new System.EventHandler(this.edtFrom_TextChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(32, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "from";
     //
     // pictureBox7
     //
     this.pictureBox7.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pictureBox7.Location = new System.Drawing.Point(3, 17);
     this.pictureBox7.Name     = "pictureBox7";
     this.pictureBox7.Size     = new System.Drawing.Size(684, 10);
     this.pictureBox7.TabIndex = 7;
     this.pictureBox7.TabStop  = false;
     //
     // pictureBox8
     //
     this.pictureBox8.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox8.Location = new System.Drawing.Point(3, 50);
     this.pictureBox8.Name     = "pictureBox8";
     this.pictureBox8.Size     = new System.Drawing.Size(684, 10);
     this.pictureBox8.TabIndex = 8;
     this.pictureBox8.TabStop  = false;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(8, 12);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(136, 23);
     this.label3.TabIndex  = 7;
     this.label3.Text      = "New parameter value";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // edtParameter
     //
     this.edtParameter.Location     = new System.Drawing.Point(144, 13);
     this.edtParameter.Name         = "edtParameter";
     this.edtParameter.Size         = new System.Drawing.Size(200, 21);
     this.edtParameter.TabIndex     = 8;
     this.edtParameter.Text         = "";
     this.edtParameter.TextChanged += new System.EventHandler(this.edtFrom_TextChanged);
     //
     // btnOK
     //
     this.btnOK.BackColor = System.Drawing.SystemColors.Control;
     this.btnOK.Dock      = System.Windows.Forms.DockStyle.Right;
     this.btnOK.Location  = new System.Drawing.Point(634, 10);
     this.btnOK.Name      = "btnOK";
     this.btnOK.Size      = new System.Drawing.Size(56, 23);
     this.btnOK.TabIndex  = 9;
     this.btnOK.Text      = "OK";
     this.btnOK.Click    += new System.EventHandler(this.btnOK_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.White;
     this.pictureBox1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.pictureBox1.Location  = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(710, 10);
     this.pictureBox1.TabIndex  = 11;
     this.pictureBox1.TabStop   = false;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.White;
     this.pictureBox2.Dock      = System.Windows.Forms.DockStyle.Left;
     this.pictureBox2.Location  = new System.Drawing.Point(0, 10);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(10, 562);
     this.pictureBox2.TabIndex  = 12;
     this.pictureBox2.TabStop   = false;
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.White;
     this.pictureBox3.Dock      = System.Windows.Forms.DockStyle.Right;
     this.pictureBox3.Location  = new System.Drawing.Point(700, 10);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(10, 562);
     this.pictureBox3.TabIndex  = 13;
     this.pictureBox3.TabStop   = false;
     //
     // pictureBox4
     //
     this.pictureBox4.BackColor = System.Drawing.Color.White;
     this.pictureBox4.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox4.Location  = new System.Drawing.Point(10, 562);
     this.pictureBox4.Name      = "pictureBox4";
     this.pictureBox4.Size      = new System.Drawing.Size(690, 10);
     this.pictureBox4.TabIndex  = 14;
     this.pictureBox4.TabStop   = false;
     //
     // pnlParameter
     //
     this.pnlParameter.Controls.Add(this.label4);
     this.pnlParameter.Controls.Add(this.edtRemark);
     this.pnlParameter.Controls.Add(this.btnOK);
     this.pnlParameter.Controls.Add(this.pictureBox6);
     this.pnlParameter.Controls.Add(this.pictureBox5);
     this.pnlParameter.Controls.Add(this.label3);
     this.pnlParameter.Controls.Add(this.edtParameter);
     this.pnlParameter.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlParameter.Enabled  = false;
     this.pnlParameter.Location = new System.Drawing.Point(10, 496);
     this.pnlParameter.Name     = "pnlParameter";
     this.pnlParameter.Size     = new System.Drawing.Size(690, 43);
     this.pnlParameter.TabIndex = 16;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(368, 12);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(48, 23);
     this.label4.TabIndex  = 10;
     this.label4.Text      = "ReMark";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // edtRemark
     //
     this.edtRemark.Location = new System.Drawing.Point(424, 13);
     this.edtRemark.Name     = "edtRemark";
     this.edtRemark.Size     = new System.Drawing.Size(176, 21);
     this.edtRemark.TabIndex = 11;
     this.edtRemark.Text     = "";
     //
     // pictureBox6
     //
     this.pictureBox6.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox6.Location = new System.Drawing.Point(0, 33);
     this.pictureBox6.Name     = "pictureBox6";
     this.pictureBox6.Size     = new System.Drawing.Size(690, 10);
     this.pictureBox6.TabIndex = 1;
     this.pictureBox6.TabStop  = false;
     //
     // pictureBox5
     //
     this.pictureBox5.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pictureBox5.Location = new System.Drawing.Point(0, 0);
     this.pictureBox5.Name     = "pictureBox5";
     this.pictureBox5.Size     = new System.Drawing.Size(690, 10);
     this.pictureBox5.TabIndex = 0;
     this.pictureBox5.TabStop  = false;
     //
     // pictureBox9
     //
     this.pictureBox9.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox9.Location = new System.Drawing.Point(10, 423);
     this.pictureBox9.Name     = "pictureBox9";
     this.pictureBox9.Size     = new System.Drawing.Size(690, 10);
     this.pictureBox9.TabIndex = 17;
     this.pictureBox9.TabStop  = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.btnSave);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(10, 539);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(690, 23);
     this.panel1.TabIndex = 15;
     //
     // btnSave
     //
     this.btnSave.BackColor = System.Drawing.SystemColors.Control;
     this.btnSave.Dock      = System.Windows.Forms.DockStyle.Right;
     this.btnSave.Enabled   = false;
     this.btnSave.Location  = new System.Drawing.Point(570, 0);
     this.btnSave.Name      = "btnSave";
     this.btnSave.Size      = new System.Drawing.Size(120, 23);
     this.btnSave.TabIndex  = 21;
     this.btnSave.Text      = "DataBase Save";
     this.btnSave.Click    += new System.EventHandler(this.btnSave_Click);
     //
     // propertyGrid1
     //
     this.propertyGrid1.CommandsBackColor          = System.Drawing.Color.White;
     this.propertyGrid1.CommandsVisibleIfAvailable = true;
     this.propertyGrid1.Dock                  = System.Windows.Forms.DockStyle.Right;
     this.propertyGrid1.LargeButtons          = false;
     this.propertyGrid1.LineColor             = System.Drawing.SystemColors.ScrollBar;
     this.propertyGrid1.Location              = new System.Drawing.Point(488, 10);
     this.propertyGrid1.Name                  = "propertyGrid1";
     this.propertyGrid1.SelectedObject        = this.plotter1;
     this.propertyGrid1.Size                  = new System.Drawing.Size(212, 413);
     this.propertyGrid1.TabIndex              = 18;
     this.propertyGrid1.Text                  = "propertyGrid1";
     this.propertyGrid1.ViewBackColor         = System.Drawing.SystemColors.Window;
     this.propertyGrid1.ViewForeColor         = System.Drawing.SystemColors.WindowText;
     this.propertyGrid1.Visible               = false;
     this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
     //
     // btnGraphSave
     //
     this.btnGraphSave.BackColor = System.Drawing.SystemColors.Control;
     this.btnGraphSave.Dock      = System.Windows.Forms.DockStyle.Left;
     this.btnGraphSave.Location  = new System.Drawing.Point(0, 0);
     this.btnGraphSave.Name      = "btnGraphSave";
     this.btnGraphSave.Size      = new System.Drawing.Size(144, 23);
     this.btnGraphSave.TabIndex  = 20;
     this.btnGraphSave.Text      = "Graph Save";
     this.btnGraphSave.Click    += new System.EventHandler(this.btnGraphSave_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnGraphEdit);
     this.panel2.Controls.Add(this.pictureBox11);
     this.panel2.Controls.Add(this.btnEditCancel);
     this.panel2.Controls.Add(this.pictureBox10);
     this.panel2.Controls.Add(this.btnGraphSave);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(10, 400);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(478, 23);
     this.panel2.TabIndex = 21;
     //
     // btnGraphEdit
     //
     this.btnGraphEdit.BackColor = System.Drawing.SystemColors.Control;
     this.btnGraphEdit.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.btnGraphEdit.Location  = new System.Drawing.Point(154, 0);
     this.btnGraphEdit.Name      = "btnGraphEdit";
     this.btnGraphEdit.Size      = new System.Drawing.Size(186, 23);
     this.btnGraphEdit.TabIndex  = 24;
     this.btnGraphEdit.Text      = "Graph Edit";
     this.btnGraphEdit.Click    += new System.EventHandler(this.btnGraphEdit_Click);
     //
     // pictureBox11
     //
     this.pictureBox11.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pictureBox11.Location = new System.Drawing.Point(340, 0);
     this.pictureBox11.Name     = "pictureBox11";
     this.pictureBox11.Size     = new System.Drawing.Size(10, 23);
     this.pictureBox11.TabIndex = 23;
     this.pictureBox11.TabStop  = false;
     //
     // btnEditCancel
     //
     this.btnEditCancel.BackColor = System.Drawing.SystemColors.Control;
     this.btnEditCancel.Dock      = System.Windows.Forms.DockStyle.Right;
     this.btnEditCancel.Enabled   = false;
     this.btnEditCancel.Location  = new System.Drawing.Point(350, 0);
     this.btnEditCancel.Name      = "btnEditCancel";
     this.btnEditCancel.Size      = new System.Drawing.Size(128, 23);
     this.btnEditCancel.TabIndex  = 22;
     this.btnEditCancel.Text      = "Edit Cancel";
     this.btnEditCancel.Click    += new System.EventHandler(this.btnEditCancel_Click);
     //
     // pictureBox10
     //
     this.pictureBox10.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pictureBox10.Location = new System.Drawing.Point(144, 0);
     this.pictureBox10.Name     = "pictureBox10";
     this.pictureBox10.Size     = new System.Drawing.Size(10, 23);
     this.pictureBox10.TabIndex = 21;
     this.pictureBox10.TabStop  = false;
     //
     // plotter1
     //
     this.plotter1.BorderBottom = 50;
     this.plotter1.BorderLeft   = 50;
     this.plotter1.BorderRight  = 30;
     this.plotter1.BorderTop    = 30;
     this.plotter1.ColorAxis    = System.Drawing.Color.Black;
     this.plotter1.ColorBg      = System.Drawing.Color.White;
     this.plotter1.ColorDraw    = System.Drawing.Color.DarkBlue;
     this.plotter1.ColorGrid    = System.Drawing.Color.LightGray;
     this.plotter1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.plotter1.DrawMode     = DataPlotter.Plotter.DrawModeType.Line;
     this.plotter1.FontAxis     = new System.Drawing.Font("Arial", 8F);
     this.plotter1.FontLabel    = new System.Drawing.Font("굴림", 9F);
     this.plotter1.FontTitle    = new System.Drawing.Font("굴림", 9F);
     this.plotter1.Interval     = 0;
     this.plotter1.IsOctave     = false;
     this.plotter1.Location     = new System.Drawing.Point(10, 10);
     this.plotter1.MarkerSize   = 4;
     this.plotter1.MarkerType   = DataPlotter.Plotter.MarkerModeType.None;
     this.plotter1.Name         = "plotter1";
     this.plotter1.PenWidth     = 1;
     this.plotter1.ShowGrid     = true;
     this.plotter1.ShowLegend   = false;
     this.plotter1.Size         = new System.Drawing.Size(478, 390);
     this.plotter1.TabIndex     = 22;
     this.plotter1.Title        = "Plotter Example";
     this.plotter1.TitleColor   = System.Drawing.Color.Black;
     this.plotter1.XAxisMode    = DataPlotter.Plotter.XAxisModeType.Linear;
     this.plotter1.XGrid        = 10;
     this.plotter1.XLabel       = "X Axis";
     this.plotter1.XLabelColor  = System.Drawing.Color.DarkBlue;
     this.plotter1.XRangeEnd    = 100;
     this.plotter1.XRangeStart  = 0;
     this.plotter1.YAxisMode    = DataPlotter.Plotter.YAxisModeType.Linear;
     this.plotter1.YGrid        = 10;
     this.plotter1.YLabel       = "Y Axis";
     this.plotter1.YLabelColor  = System.Drawing.Color.DarkBlue;
     this.plotter1.YRangeEnd    = 100;
     this.plotter1.YRangeStart  = 0;
     this.plotter1.ZAxisMode    = DataPlotter.Plotter.ZAxisModeType.Linear;
     this.plotter1.ZLabel       = "Z Axis";
     this.plotter1.ZLabelColor  = System.Drawing.Color.DarkBlue;
     this.plotter1.ZRangeEnd    = 100;
     this.plotter1.ZRangeStart  = 0;
     //
     // ucSensitivityAnalysis
     //
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.plotter1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.propertyGrid1);
     this.Controls.Add(this.pictureBox9);
     this.Controls.Add(this.gbAdjustmentRange);
     this.Controls.Add(this.pnlParameter);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.Name  = "ucSensitivityAnalysis";
     this.Size  = new System.Drawing.Size(710, 572);
     this.Load += new System.EventHandler(this.ucSensitivityAnalysis_Load);
     this.gbAdjustmentRange.ResumeLayout(false);
     this.pnlParameter.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #11
0
 /// <summary> 
 /// �����̳� ������ �ʿ��� �޼����Դϴ�. 
 /// �� �޼����� ������ �ڵ� ������� �������� ���ʽÿ�.
 /// </summary>
 private void InitializeComponent()
 {
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lstSearchResultList = new System.Windows.Forms.ListView();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnCreate = new System.Windows.Forms.Button();
     this.panel4 = new System.Windows.Forms.Panel();
     this.pnlGraphOption = new System.Windows.Forms.Panel();
     this.edtAngle = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.edtTemperature = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.rdoAbsorptionCoefficient_AT = new System.Windows.Forms.RadioButton();
     this.rdoAbsorptionCoefficient_RB = new System.Windows.Forms.RadioButton();
     this.rdoTransmissionLoss = new System.Windows.Forms.RadioButton();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.rdoOctave_3_1 = new System.Windows.Forms.RadioButton();
     this.rdoOctave = new System.Windows.Forms.RadioButton();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.rdoRandom = new System.Windows.Forms.RadioButton();
     this.rdoNormal = new System.Windows.Forms.RadioButton();
     this.chMeasured = new System.Windows.Forms.CheckBox();
     this.pictureBox5 = new System.Windows.Forms.PictureBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
     this.plotter1 = new DataPlotter.Plotter();
     this.btnGraphSave = new System.Windows.Forms.Button();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.panel5 = new System.Windows.Forms.Panel();
     this.btnGraphEdit = new System.Windows.Forms.Button();
     this.pictureBox7 = new System.Windows.Forms.PictureBox();
     this.btnEditCancel = new System.Windows.Forms.Button();
     this.pictureBox6 = new System.Windows.Forms.PictureBox();
     this.panel6 = new System.Windows.Forms.Panel();
     this.btnView = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.pnlGraphOption2 = new System.Windows.Forms.Panel();
     this.panel7 = new System.Windows.Forms.Panel();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.pnlGraphOption.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel6.SuspendLayout();
     this.pnlGraphOption2.SuspendLayout();
     this.panel7.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.White;
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(710, 10);
     this.pictureBox1.TabIndex = 10;
     this.pictureBox1.TabStop = false;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.White;
     this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pictureBox2.Location = new System.Drawing.Point(0, 562);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(710, 10);
     this.pictureBox2.TabIndex = 11;
     this.pictureBox2.TabStop = false;
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.White;
     this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Right;
     this.pictureBox3.Location = new System.Drawing.Point(700, 10);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(10, 552);
     this.pictureBox3.TabIndex = 12;
     this.pictureBox3.TabStop = false;
     //
     // pictureBox4
     //
     this.pictureBox4.BackColor = System.Drawing.Color.White;
     this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Left;
     this.pictureBox4.Location = new System.Drawing.Point(0, 10);
     this.pictureBox4.Name = "pictureBox4";
     this.pictureBox4.Size = new System.Drawing.Size(10, 552);
     this.pictureBox4.TabIndex = 13;
     this.pictureBox4.TabStop = false;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lstSearchResultList);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(10, 10);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(690, 166);
     this.panel1.TabIndex = 14;
     //
     // lstSearchResultList
     //
     this.lstSearchResultList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lstSearchResultList.FullRowSelect = true;
     this.lstSearchResultList.GridLines = true;
     this.lstSearchResultList.HideSelection = false;
     this.lstSearchResultList.Location = new System.Drawing.Point(0, 16);
     this.lstSearchResultList.Name = "lstSearchResultList";
     this.lstSearchResultList.Size = new System.Drawing.Size(690, 117);
     this.lstSearchResultList.TabIndex = 1;
     this.lstSearchResultList.View = System.Windows.Forms.View.Details;
     this.lstSearchResultList.DoubleClick += new System.EventHandler(this.lstSearchResultList_DoubleClick);
     this.lstSearchResultList.SelectedIndexChanged += new System.EventHandler(this.lstSearchResultList_SelectedIndexChanged);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnCreate);
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 133);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(690, 33);
     this.panel2.TabIndex = 2;
     //
     // btnCreate
     //
     this.btnCreate.BackColor = System.Drawing.SystemColors.Control;
     this.btnCreate.Dock = System.Windows.Forms.DockStyle.Right;
     this.btnCreate.Location = new System.Drawing.Point(615, 10);
     this.btnCreate.Name = "btnCreate";
     this.btnCreate.TabIndex = 1;
     this.btnCreate.Text = "�߰�";
     this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
     //
     // panel4
     //
     this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(690, 10);
     this.panel4.TabIndex = 0;
     //
     // pnlGraphOption
     //
     this.pnlGraphOption.Controls.Add(this.edtAngle);
     this.pnlGraphOption.Controls.Add(this.label2);
     this.pnlGraphOption.Controls.Add(this.edtTemperature);
     this.pnlGraphOption.Controls.Add(this.label1);
     this.pnlGraphOption.Controls.Add(this.rdoAbsorptionCoefficient_AT);
     this.pnlGraphOption.Controls.Add(this.rdoAbsorptionCoefficient_RB);
     this.pnlGraphOption.Controls.Add(this.rdoTransmissionLoss);
     this.pnlGraphOption.Controls.Add(this.groupBox5);
     this.pnlGraphOption.Controls.Add(this.groupBox2);
     this.pnlGraphOption.Controls.Add(this.chMeasured);
     this.pnlGraphOption.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlGraphOption.Enabled = false;
     this.pnlGraphOption.Location = new System.Drawing.Point(0, 0);
     this.pnlGraphOption.Name = "pnlGraphOption";
     this.pnlGraphOption.Size = new System.Drawing.Size(200, 336);
     this.pnlGraphOption.TabIndex = 15;
     //
     // edtAngle
     //
     this.edtAngle.Location = new System.Drawing.Point(99, 32);
     this.edtAngle.Name = "edtAngle";
     this.edtAngle.Size = new System.Drawing.Size(70, 21);
     this.edtAngle.TabIndex = 17;
     this.edtAngle.Text = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 32);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(40, 23);
     this.label2.TabIndex = 18;
     this.label2.Text = "Angle";
     //
     // edtTemperature
     //
     this.edtTemperature.Location = new System.Drawing.Point(99, 8);
     this.edtTemperature.Name = "edtTemperature";
     this.edtTemperature.Size = new System.Drawing.Size(70, 21);
     this.edtTemperature.TabIndex = 17;
     this.edtTemperature.Text = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(80, 23);
     this.label1.TabIndex = 16;
     this.label1.Text = "Temperature";
     //
     // rdoAbsorptionCoefficient_AT
     //
     this.rdoAbsorptionCoefficient_AT.Location = new System.Drawing.Point(16, 272);
     this.rdoAbsorptionCoefficient_AT.Name = "rdoAbsorptionCoefficient_AT";
     this.rdoAbsorptionCoefficient_AT.Size = new System.Drawing.Size(152, 32);
     this.rdoAbsorptionCoefficient_AT.TabIndex = 13;
     this.rdoAbsorptionCoefficient_AT.Text = "Absorption Coefficient (anechoic termination)";
     this.rdoAbsorptionCoefficient_AT.CheckedChanged += new System.EventHandler(this.rdoAbsorptionCoefficient_AT_CheckedChanged);
     //
     // rdoAbsorptionCoefficient_RB
     //
     this.rdoAbsorptionCoefficient_RB.Checked = true;
     this.rdoAbsorptionCoefficient_RB.Location = new System.Drawing.Point(16, 240);
     this.rdoAbsorptionCoefficient_RB.Name = "rdoAbsorptionCoefficient_RB";
     this.rdoAbsorptionCoefficient_RB.Size = new System.Drawing.Size(152, 32);
     this.rdoAbsorptionCoefficient_RB.TabIndex = 12;
     this.rdoAbsorptionCoefficient_RB.TabStop = true;
     this.rdoAbsorptionCoefficient_RB.Text = "Absorption Coefficient (Rigid Backing)";
     this.rdoAbsorptionCoefficient_RB.CheckedChanged += new System.EventHandler(this.rdoAbsorptionCoefficient_RB_CheckedChanged);
     //
     // rdoTransmissionLoss
     //
     this.rdoTransmissionLoss.Location = new System.Drawing.Point(16, 304);
     this.rdoTransmissionLoss.Name = "rdoTransmissionLoss";
     this.rdoTransmissionLoss.Size = new System.Drawing.Size(152, 24);
     this.rdoTransmissionLoss.TabIndex = 11;
     this.rdoTransmissionLoss.Text = "Transmission Loss";
     this.rdoTransmissionLoss.CheckedChanged += new System.EventHandler(this.rdoTransmissionLoss_CheckedChanged);
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.radioButton1);
     this.groupBox5.Controls.Add(this.rdoOctave_3_1);
     this.groupBox5.Controls.Add(this.rdoOctave);
     this.groupBox5.Location = new System.Drawing.Point(8, 152);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(168, 80);
     this.groupBox5.TabIndex = 10;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Target  Frequency";
     //
     // radioButton1
     //
     this.radioButton1.Checked = true;
     this.radioButton1.Location = new System.Drawing.Point(8, 24);
     this.radioButton1.Name = "radioButton1";
     this.radioButton1.Size = new System.Drawing.Size(112, 24);
     this.radioButton1.TabIndex = 2;
     this.radioButton1.TabStop = true;
     this.radioButton1.Text = "Narrow Band";
     //
     // rdoOctave_3_1
     //
     this.rdoOctave_3_1.Location = new System.Drawing.Point(72, 48);
     this.rdoOctave_3_1.Name = "rdoOctave_3_1";
     this.rdoOctave_3_1.Size = new System.Drawing.Size(88, 24);
     this.rdoOctave_3_1.TabIndex = 1;
     this.rdoOctave_3_1.Text = "1/3 Octave";
     //
     // rdoOctave
     //
     this.rdoOctave.Location = new System.Drawing.Point(8, 48);
     this.rdoOctave.Name = "rdoOctave";
     this.rdoOctave.Size = new System.Drawing.Size(64, 24);
     this.rdoOctave.TabIndex = 0;
     this.rdoOctave.Text = "Octave";
     this.rdoOctave.CheckedChanged += new System.EventHandler(this.rdoOctave_CheckedChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.rdoRandom);
     this.groupBox2.Controls.Add(this.rdoNormal);
     this.groupBox2.Location = new System.Drawing.Point(8, 88);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(160, 56);
     this.groupBox2.TabIndex = 9;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Incidence Condition";
     //
     // rdoRandom
     //
     this.rdoRandom.Location = new System.Drawing.Point(80, 24);
     this.rdoRandom.Name = "rdoRandom";
     this.rdoRandom.Size = new System.Drawing.Size(72, 24);
     this.rdoRandom.TabIndex = 1;
     this.rdoRandom.Text = "Random";
     //
     // rdoNormal
     //
     this.rdoNormal.Checked = true;
     this.rdoNormal.Location = new System.Drawing.Point(8, 24);
     this.rdoNormal.Name = "rdoNormal";
     this.rdoNormal.Size = new System.Drawing.Size(64, 24);
     this.rdoNormal.TabIndex = 0;
     this.rdoNormal.TabStop = true;
     this.rdoNormal.Text = "Normal";
     this.rdoNormal.CheckedChanged += new System.EventHandler(this.rdoNormal_CheckedChanged);
     //
     // chMeasured
     //
     this.chMeasured.Location = new System.Drawing.Point(32, 56);
     this.chMeasured.Name = "chMeasured";
     this.chMeasured.TabIndex = 8;
     this.chMeasured.Text = "Measured";
     this.chMeasured.CheckedChanged += new System.EventHandler(this.chMeasured_CheckedChanged);
     //
     // pictureBox5
     //
     this.pictureBox5.Dock = System.Windows.Forms.DockStyle.Top;
     this.pictureBox5.Location = new System.Drawing.Point(10, 176);
     this.pictureBox5.Name = "pictureBox5";
     this.pictureBox5.Size = new System.Drawing.Size(690, 10);
     this.pictureBox5.TabIndex = 16;
     this.pictureBox5.TabStop = false;
     //
     // panel3
     //
     this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(10, 552);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(490, 10);
     this.panel3.TabIndex = 17;
     //
     // propertyGrid1
     //
     this.propertyGrid1.CommandsBackColor = System.Drawing.Color.White;
     this.propertyGrid1.CommandsVisibleIfAvailable = true;
     this.propertyGrid1.Cursor = System.Windows.Forms.Cursors.HSplit;
     this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Right;
     this.propertyGrid1.LargeButtons = false;
     this.propertyGrid1.LineColor = System.Drawing.SystemColors.ScrollBar;
     this.propertyGrid1.Location = new System.Drawing.Point(312, 186);
     this.propertyGrid1.Name = "propertyGrid1";
     this.propertyGrid1.SelectedObject = this.plotter1;
     this.propertyGrid1.Size = new System.Drawing.Size(188, 343);
     this.propertyGrid1.TabIndex = 18;
     this.propertyGrid1.Text = "propertyGrid1";
     this.propertyGrid1.ViewBackColor = System.Drawing.SystemColors.Window;
     this.propertyGrid1.ViewForeColor = System.Drawing.SystemColors.WindowText;
     this.propertyGrid1.Visible = false;
     this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
     //
     // plotter1
     //
     this.plotter1.BorderBottom = 50;
     this.plotter1.BorderLeft = 50;
     this.plotter1.BorderRight = 30;
     this.plotter1.BorderTop = 30;
     this.plotter1.ColorAxis = System.Drawing.Color.Black;
     this.plotter1.ColorBg = System.Drawing.Color.White;
     this.plotter1.ColorDraw = System.Drawing.Color.DarkBlue;
     this.plotter1.ColorGrid = System.Drawing.Color.LightGray;
     this.plotter1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.plotter1.DrawMode = DataPlotter.Plotter.DrawModeType.Line;
     this.plotter1.FontAxis = new System.Drawing.Font("Arial", 8F);
     this.plotter1.FontLabel = new System.Drawing.Font("����", 9F);
     this.plotter1.FontTitle = new System.Drawing.Font("����", 9F);
     this.plotter1.Interval = 0;
     this.plotter1.IsOctave = false;
     this.plotter1.LegendPosition_Proferty = DataPlotter.Plotter.LegendPosition_Enum.LEFT_TOP;
     this.plotter1.Location = new System.Drawing.Point(10, 186);
     this.plotter1.MarkerSize = 4;
     this.plotter1.MarkerType = DataPlotter.Plotter.MarkerModeType.None;
     this.plotter1.Name = "plotter1";
     this.plotter1.PenWidth = 1;
     this.plotter1.ShowGrid = true;
     this.plotter1.ShowLegend = false;
     this.plotter1.Size = new System.Drawing.Size(302, 343);
     this.plotter1.TabIndex = 22;
     this.plotter1.Title = "Plotter Example";
     this.plotter1.TitleColor = System.Drawing.Color.Black;
     this.plotter1.XAxisMode = DataPlotter.Plotter.XAxisModeType.Linear;
     this.plotter1.XGrid = 10;
     this.plotter1.XLabel = "X Axis";
     this.plotter1.XLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter1.XRangeEnd = 100;
     this.plotter1.XRangeStart = 0;
     this.plotter1.YAxisMode = DataPlotter.Plotter.YAxisModeType.Linear;
     this.plotter1.YGrid = 10;
     this.plotter1.YLabel = "Y Axis";
     this.plotter1.YLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter1.YRangeEnd = 100;
     this.plotter1.YRangeStart = 0;
     this.plotter1.ZAxisMode = DataPlotter.Plotter.ZAxisModeType.Linear;
     this.plotter1.ZLabel = "Z Axis";
     this.plotter1.ZLabelColor = System.Drawing.Color.DarkBlue;
     this.plotter1.ZRangeEnd = 100;
     this.plotter1.ZRangeStart = 0;
     //
     // btnGraphSave
     //
     this.btnGraphSave.BackColor = System.Drawing.SystemColors.Control;
     this.btnGraphSave.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnGraphSave.Location = new System.Drawing.Point(0, 0);
     this.btnGraphSave.Name = "btnGraphSave";
     this.btnGraphSave.Size = new System.Drawing.Size(96, 23);
     this.btnGraphSave.TabIndex = 20;
     this.btnGraphSave.Text = "Graph Save";
     this.btnGraphSave.Click += new System.EventHandler(this.btnGraphSave_Click);
     //
     // panel5
     //
     this.panel5.Controls.Add(this.btnGraphEdit);
     this.panel5.Controls.Add(this.pictureBox7);
     this.panel5.Controls.Add(this.btnEditCancel);
     this.panel5.Controls.Add(this.pictureBox6);
     this.panel5.Controls.Add(this.btnGraphSave);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(10, 529);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(490, 23);
     this.panel5.TabIndex = 21;
     //
     // btnGraphEdit
     //
     this.btnGraphEdit.BackColor = System.Drawing.SystemColors.Control;
     this.btnGraphEdit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnGraphEdit.Location = new System.Drawing.Point(106, 0);
     this.btnGraphEdit.Name = "btnGraphEdit";
     this.btnGraphEdit.Size = new System.Drawing.Size(286, 23);
     this.btnGraphEdit.TabIndex = 24;
     this.btnGraphEdit.Text = "Graph Edit";
     this.btnGraphEdit.Click += new System.EventHandler(this.btnGraphEdit_Click);
     //
     // pictureBox7
     //
     this.pictureBox7.Dock = System.Windows.Forms.DockStyle.Right;
     this.pictureBox7.Location = new System.Drawing.Point(392, 0);
     this.pictureBox7.Name = "pictureBox7";
     this.pictureBox7.Size = new System.Drawing.Size(10, 23);
     this.pictureBox7.TabIndex = 23;
     this.pictureBox7.TabStop = false;
     //
     // btnEditCancel
     //
     this.btnEditCancel.BackColor = System.Drawing.SystemColors.Control;
     this.btnEditCancel.Dock = System.Windows.Forms.DockStyle.Right;
     this.btnEditCancel.Enabled = false;
     this.btnEditCancel.Location = new System.Drawing.Point(402, 0);
     this.btnEditCancel.Name = "btnEditCancel";
     this.btnEditCancel.Size = new System.Drawing.Size(88, 23);
     this.btnEditCancel.TabIndex = 22;
     this.btnEditCancel.Text = "Edit Cancel";
     this.btnEditCancel.Click += new System.EventHandler(this.btnEditCancel_Click);
     //
     // pictureBox6
     //
     this.pictureBox6.Dock = System.Windows.Forms.DockStyle.Left;
     this.pictureBox6.Location = new System.Drawing.Point(96, 0);
     this.pictureBox6.Name = "pictureBox6";
     this.pictureBox6.Size = new System.Drawing.Size(10, 23);
     this.pictureBox6.TabIndex = 21;
     this.pictureBox6.TabStop = false;
     //
     // panel6
     //
     this.panel6.Controls.Add(this.btnView);
     this.panel6.Controls.Add(this.button1);
     this.panel6.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel6.Location = new System.Drawing.Point(0, 336);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(136, 40);
     this.panel6.TabIndex = 23;
     //
     // btnView
     //
     this.btnView.BackColor = System.Drawing.SystemColors.Control;
     this.btnView.Location = new System.Drawing.Point(8, 8);
     this.btnView.Name = "btnView";
     this.btnView.Size = new System.Drawing.Size(40, 23);
     this.btnView.TabIndex = 20;
     this.btnView.Text = "View";
     this.btnView.Click += new System.EventHandler(this.btnView_Click);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.SystemColors.Control;
     this.button1.Location = new System.Drawing.Point(56, 8);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(72, 23);
     this.button1.TabIndex = 22;
     this.button1.Text = "Compare";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // btnAdd
     //
     this.btnAdd.BackColor = System.Drawing.SystemColors.Control;
     this.btnAdd.Location = new System.Drawing.Point(0, 8);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(40, 23);
     this.btnAdd.TabIndex = 21;
     this.btnAdd.Text = "Add";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // pnlGraphOption2
     //
     this.pnlGraphOption2.Controls.Add(this.btnAdd);
     this.pnlGraphOption2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlGraphOption2.Enabled = false;
     this.pnlGraphOption2.Location = new System.Drawing.Point(136, 336);
     this.pnlGraphOption2.Name = "pnlGraphOption2";
     this.pnlGraphOption2.Size = new System.Drawing.Size(64, 40);
     this.pnlGraphOption2.TabIndex = 23;
     //
     // panel7
     //
     this.panel7.Controls.Add(this.pnlGraphOption2);
     this.panel7.Controls.Add(this.panel6);
     this.panel7.Controls.Add(this.pnlGraphOption);
     this.panel7.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel7.Location = new System.Drawing.Point(500, 186);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(200, 376);
     this.panel7.TabIndex = 24;
     //
     // ucMaterialDatabase_Search
     //
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.plotter1);
     this.Controls.Add(this.propertyGrid1);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel7);
     this.Controls.Add(this.pictureBox5);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.Name = "ucMaterialDatabase_Search";
     this.Size = new System.Drawing.Size(710, 572);
     this.Load += new System.EventHandler(this.ucMaterialDatabase_Search_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.pnlGraphOption.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.pnlGraphOption2.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #12
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     this.plotter1    = new DataPlotter.Plotter();
     this.plotter3    = new DataPlotter.Plotter();
     this.plotter2    = new DataPlotter.Plotter();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.SuspendLayout();
     //
     // plotter1
     //
     this.plotter1.BorderBottom = 50;
     this.plotter1.BorderLeft   = 50;
     this.plotter1.BorderRight  = 30;
     this.plotter1.BorderTop    = 30;
     this.plotter1.ColorAxis    = System.Drawing.Color.Black;
     this.plotter1.ColorBg      = System.Drawing.Color.White;
     this.plotter1.ColorDraw    = System.Drawing.Color.DarkBlue;
     this.plotter1.ColorGrid    = System.Drawing.Color.LightGray;
     this.plotter1.Dock         = System.Windows.Forms.DockStyle.Left;
     this.plotter1.DrawMode     = DataPlotter.Plotter.DrawModeType.Line;
     this.plotter1.FontAxis     = new System.Drawing.Font("Arial", 8F);
     this.plotter1.FontLabel    = new System.Drawing.Font("굴림", 9F);
     this.plotter1.FontTitle    = new System.Drawing.Font("굴림", 9F);
     this.plotter1.Interval     = 0;
     this.plotter1.IsOctave     = false;
     this.plotter1.Location     = new System.Drawing.Point(0, 0);
     this.plotter1.MarkerSize   = 4;
     this.plotter1.MarkerType   = DataPlotter.Plotter.MarkerModeType.None;
     this.plotter1.Name         = "plotter1";
     this.plotter1.PenWidth     = 1;
     this.plotter1.ShowGrid     = true;
     this.plotter1.ShowLegend   = false;
     this.plotter1.Size         = new System.Drawing.Size(326, 378);
     this.plotter1.TabIndex     = 23;
     this.plotter1.Title        = "Absorption Coefficient (Rigid Backing)";
     this.plotter1.TitleColor   = System.Drawing.Color.Black;
     this.plotter1.XAxisMode    = DataPlotter.Plotter.XAxisModeType.Linear;
     this.plotter1.XGrid        = 10;
     this.plotter1.XLabel       = "X Axis";
     this.plotter1.XLabelColor  = System.Drawing.Color.DarkBlue;
     this.plotter1.XRangeEnd    = 100;
     this.plotter1.XRangeStart  = 0;
     this.plotter1.YAxisMode    = DataPlotter.Plotter.YAxisModeType.Linear;
     this.plotter1.YGrid        = 10;
     this.plotter1.YLabel       = "Y Axis";
     this.plotter1.YLabelColor  = System.Drawing.Color.DarkBlue;
     this.plotter1.YRangeEnd    = 100;
     this.plotter1.YRangeStart  = 0;
     this.plotter1.ZAxisMode    = DataPlotter.Plotter.ZAxisModeType.Linear;
     this.plotter1.ZLabel       = "Z Axis";
     this.plotter1.ZLabelColor  = System.Drawing.Color.DarkBlue;
     this.plotter1.ZRangeEnd    = 100;
     this.plotter1.ZRangeStart  = 0;
     //
     // plotter3
     //
     this.plotter3.BorderBottom = 50;
     this.plotter3.BorderLeft   = 50;
     this.plotter3.BorderRight  = 30;
     this.plotter3.BorderTop    = 30;
     this.plotter3.ColorAxis    = System.Drawing.Color.Black;
     this.plotter3.ColorBg      = System.Drawing.Color.White;
     this.plotter3.ColorDraw    = System.Drawing.Color.DarkBlue;
     this.plotter3.ColorGrid    = System.Drawing.Color.LightGray;
     this.plotter3.Dock         = System.Windows.Forms.DockStyle.Right;
     this.plotter3.DrawMode     = DataPlotter.Plotter.DrawModeType.Line;
     this.plotter3.FontAxis     = new System.Drawing.Font("Arial", 8F);
     this.plotter3.FontLabel    = new System.Drawing.Font("굴림", 9F);
     this.plotter3.FontTitle    = new System.Drawing.Font("굴림", 9F);
     this.plotter3.Interval     = 0;
     this.plotter3.IsOctave     = false;
     this.plotter3.Location     = new System.Drawing.Point(684, 0);
     this.plotter3.MarkerSize   = 4;
     this.plotter3.MarkerType   = DataPlotter.Plotter.MarkerModeType.None;
     this.plotter3.Name         = "plotter3";
     this.plotter3.PenWidth     = 1;
     this.plotter3.ShowGrid     = true;
     this.plotter3.ShowLegend   = false;
     this.plotter3.Size         = new System.Drawing.Size(326, 378);
     this.plotter3.TabIndex     = 24;
     this.plotter3.Title        = "Transmission Loss";
     this.plotter3.TitleColor   = System.Drawing.Color.Black;
     this.plotter3.XAxisMode    = DataPlotter.Plotter.XAxisModeType.Linear;
     this.plotter3.XGrid        = 10;
     this.plotter3.XLabel       = "X Axis";
     this.plotter3.XLabelColor  = System.Drawing.Color.DarkBlue;
     this.plotter3.XRangeEnd    = 100;
     this.plotter3.XRangeStart  = 0;
     this.plotter3.YAxisMode    = DataPlotter.Plotter.YAxisModeType.Linear;
     this.plotter3.YGrid        = 10;
     this.plotter3.YLabel       = "Y Axis";
     this.plotter3.YLabelColor  = System.Drawing.Color.DarkBlue;
     this.plotter3.YRangeEnd    = 100;
     this.plotter3.YRangeStart  = 0;
     this.plotter3.ZAxisMode    = DataPlotter.Plotter.ZAxisModeType.Linear;
     this.plotter3.ZLabel       = "Z Axis";
     this.plotter3.ZLabelColor  = System.Drawing.Color.DarkBlue;
     this.plotter3.ZRangeEnd    = 100;
     this.plotter3.ZRangeStart  = 0;
     //
     // plotter2
     //
     this.plotter2.BorderBottom = 50;
     this.plotter2.BorderLeft   = 50;
     this.plotter2.BorderRight  = 30;
     this.plotter2.BorderTop    = 30;
     this.plotter2.ColorAxis    = System.Drawing.Color.Black;
     this.plotter2.ColorBg      = System.Drawing.Color.White;
     this.plotter2.ColorDraw    = System.Drawing.Color.DarkBlue;
     this.plotter2.ColorGrid    = System.Drawing.Color.LightGray;
     this.plotter2.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.plotter2.DrawMode     = DataPlotter.Plotter.DrawModeType.Line;
     this.plotter2.FontAxis     = new System.Drawing.Font("Arial", 8F);
     this.plotter2.FontLabel    = new System.Drawing.Font("굴림", 9F);
     this.plotter2.FontTitle    = new System.Drawing.Font("굴림", 9F);
     this.plotter2.Interval     = 0;
     this.plotter2.IsOctave     = false;
     this.plotter2.Location     = new System.Drawing.Point(336, 0);
     this.plotter2.MarkerSize   = 4;
     this.plotter2.MarkerType   = DataPlotter.Plotter.MarkerModeType.None;
     this.plotter2.Name         = "plotter2";
     this.plotter2.PenWidth     = 1;
     this.plotter2.ShowGrid     = true;
     this.plotter2.ShowLegend   = false;
     this.plotter2.Size         = new System.Drawing.Size(338, 378);
     this.plotter2.TabIndex     = 25;
     this.plotter2.Title        = "Absorption Coefficient (anechoic termination)";
     this.plotter2.TitleColor   = System.Drawing.Color.Black;
     this.plotter2.XAxisMode    = DataPlotter.Plotter.XAxisModeType.Linear;
     this.plotter2.XGrid        = 10;
     this.plotter2.XLabel       = "X Axis";
     this.plotter2.XLabelColor  = System.Drawing.Color.DarkBlue;
     this.plotter2.XRangeEnd    = 100;
     this.plotter2.XRangeStart  = 0;
     this.plotter2.YAxisMode    = DataPlotter.Plotter.YAxisModeType.Linear;
     this.plotter2.YGrid        = 10;
     this.plotter2.YLabel       = "Y Axis";
     this.plotter2.YLabelColor  = System.Drawing.Color.DarkBlue;
     this.plotter2.YRangeEnd    = 100;
     this.plotter2.YRangeStart  = 0;
     this.plotter2.ZAxisMode    = DataPlotter.Plotter.ZAxisModeType.Linear;
     this.plotter2.ZLabel       = "Z Axis";
     this.plotter2.ZLabelColor  = System.Drawing.Color.DarkBlue;
     this.plotter2.ZRangeEnd    = 100;
     this.plotter2.ZRangeStart  = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pictureBox1.Location = new System.Drawing.Point(326, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(10, 378);
     this.pictureBox1.TabIndex = 26;
     this.pictureBox1.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pictureBox2.Location = new System.Drawing.Point(674, 0);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(10, 378);
     this.pictureBox2.TabIndex = 27;
     this.pictureBox2.TabStop  = false;
     //
     // dgMultyGraph
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(1010, 378);
     this.Controls.Add(this.plotter2);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.plotter3);
     this.Controls.Add(this.plotter1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "dgMultyGraph";
     this.Text            = "Graph Compare";
     this.Load           += new System.EventHandler(this.dgMultyGraph_Load);
     this.ResumeLayout(false);
 }