namespace chart_new
{
    partial class Form1
    {
        /// 
        /// 필수 디자이너 변수입니다.
        /// 
        private System.ComponentModel.IContainer components = null;
        /// 
        /// 사용 중인 모든 리소스를 정리합니다.
        /// 
        /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region Windows Form 디자이너에서 생성한 코드
        /// 
        /// 디자이너 지원에 필요한 메서드입니다. 
        /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
        /// 
        private void InitializeComponent()
        {
            this.chart = new CustomChartControl.TimeVoltageChart();
            this.button1 = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // timeVoltageChart1
            // 
            this.chart.Location = new System.Drawing.Point(76, 36);
            this.chart.Name = "timeVoltageChart1";
            this.chart.Size = new System.Drawing.Size(631, 353);
            this.chart.TabIndex = 0;
            this.chart.Text = "timeVoltageChart1";
            this.chart.TimeData = null;
            this.chart.VoltageData = null;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(67, 416);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(163, 40);
            this.button1.TabIndex = 1;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 498);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.chart);
            this.Name = "Form1";
            this.Text = "Form1";
            this.ResumeLayout(false);
        }
        #endregion
        private CustomChartControl.TimeVoltageChart chart;
        private System.Windows.Forms.Button button1;
    }
}