namespace FPER
{
    partial class Form_AnalogDetecter
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_AnalogDetecter));
            this.chart_trend = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.label_AnalogDetecter_CommBoard = new System.Windows.Forms.Label();
            this.label_AnalogDetecter_Receiver = new System.Windows.Forms.Label();
            this.label_AnalogDetecter_Receiver_Value = new System.Windows.Forms.Label();
            this.label_AnalogDetecter_CommBoard_Value = new System.Windows.Forms.Label();
            this.label_AnalogDetecter_Type = new System.Windows.Forms.Label();
            this.button_Level_Save = new System.Windows.Forms.Button();
            this.label_AnalogDetecter_Loop_Value = new System.Windows.Forms.Label();
            this.label_AnalogDetecter_ID = new System.Windows.Forms.Label();
            this.label_AnalogDetecter_Loop = new System.Windows.Forms.Label();
            this.label_AnalogDetecter_ID_Value = new System.Windows.Forms.Label();
            this.label_Level_PreFire = new System.Windows.Forms.Label();
            this.label_Level_Fault = new System.Windows.Forms.Label();
            this.label_Level_FireNight = new System.Windows.Forms.Label();
            this.label_Level_FireDay = new System.Windows.Forms.Label();
            this.groupBox_AnalogDetecter = new System.Windows.Forms.GroupBox();
            this.label_AnalogDetecter_Type_Value = new System.Windows.Forms.Label();
            this.groupBox_Level = new System.Windows.Forms.GroupBox();
            this.button_Level_Edit = new System.Windows.Forms.Button();
            this.textbox_Level_FireNight = new System.Windows.Forms.TextBox();
            this.textbox_Level_FireDay = new System.Windows.Forms.TextBox();
            this.label_FireNight_MinMax = new System.Windows.Forms.Label();
            this.label_FireDay_MinMax = new System.Windows.Forms.Label();
            this.button_Level_Init = new System.Windows.Forms.Button();
            this.textbox_Level_PreFire = new System.Windows.Forms.TextBox();
            this.textbox_Level_Fault = new System.Windows.Forms.TextBox();
            this.groupBox_Information = new System.Windows.Forms.GroupBox();
            this.label_Information_Current_Color = new System.Windows.Forms.Label();
            this.label_Information_Current = new System.Windows.Forms.Label();
            this.label_Information_Min = new System.Windows.Forms.Label();
            this.label_Information_Average = new System.Windows.Forms.Label();
            this.label_Information_Max = new System.Windows.Forms.Label();
            this.label_Temp_Back1 = new System.Windows.Forms.Label();
            this.label_Bottom_1th = new System.Windows.Forms.Label();
            this.label_part_1th = new System.Windows.Forms.Label();
            this.label_Bottom_2th = new System.Windows.Forms.Label();
            this.label_Bottom_3th = new System.Windows.Forms.Label();
            this.label_part_5th = new System.Windows.Forms.Label();
            this.label_part_4th = new System.Windows.Forms.Label();
            this.label_part_3th = new System.Windows.Forms.Label();
            this.label_part_2th = new System.Windows.Forms.Label();
            this.label_Arange_1th = new System.Windows.Forms.Label();
            this.label_Arange_2th = new System.Windows.Forms.Label();
            this.label_Arange_3th = new System.Windows.Forms.Label();
            this.label_Arange_4th = new System.Windows.Forms.Label();
            this.label_Comment = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.chart_trend)).BeginInit();
            this.groupBox_AnalogDetecter.SuspendLayout();
            this.groupBox_Level.SuspendLayout();
            this.groupBox_Information.SuspendLayout();
            this.SuspendLayout();
            // 
            // chart_trend
            // 
            chartArea1.Name = "ChartArea1";
            chartArea1.Position.Auto = false;
            chartArea1.Position.Height = 94F;
            chartArea1.Position.Width = 100F;
            chartArea1.Position.Y = 6F;
            this.chart_trend.ChartAreas.Add(chartArea1);
            this.chart_trend.Location = new System.Drawing.Point(12, 216);
            this.chart_trend.Name = "chart_trend";
            series1.ChartArea = "ChartArea1";
            series1.Color = System.Drawing.Color.SteelBlue;
            series1.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            series1.IsValueShownAsLabel = true;
            series1.Legend = "Legend1";
            series1.MarkerStep = 3;
            series1.Name = "Series1";
            series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
            this.chart_trend.Series.Add(series1);
            this.chart_trend.Size = new System.Drawing.Size(866, 353);
            this.chart_trend.TabIndex = 1;
            this.chart_trend.Text = "chart1";
            // 
            // label_AnalogDetecter_CommBoard
            // 
            this.label_AnalogDetecter_CommBoard.BackColor = System.Drawing.Color.LightSteelBlue;
            this.label_AnalogDetecter_CommBoard.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label_AnalogDetecter_CommBoard.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
            this.label_AnalogDetecter_CommBoard.Location = new System.Drawing.Point(34, 61);
            this.label_AnalogDetecter_CommBoard.Name = "label_AnalogDetecter_CommBoard";
            this.label_AnalogDetecter_CommBoard.Size = new System.Drawing.Size(116, 25);
            this.label_AnalogDetecter_CommBoard.TabIndex = 836;
            this.label_AnalogDetecter_CommBoard.Text = "통신보드";
            this.label_AnalogDetecter_CommBoard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label_AnalogDetecter_Receiver
            // 
            this.label_AnalogDetecter_Receiver.BackColor = System.Drawing.Color.LightSteelBlue;
            this.label_AnalogDetecter_Receiver.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label_AnalogDetecter_Receiver.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
            this.label_AnalogDetecter_Receiver.Location = new System.Drawing.Point(34, 32);
            this.label_AnalogDetecter_Receiver.Name = "label_AnalogDetecter_Receiver";
            this.label_AnalogDetecter_Receiver.Size = new System.Drawing.Size(116, 25);
            this.label_AnalogDetecter_Receiver.TabIndex = 836;
            this.label_AnalogDetecter_Receiver.Text = "수신기";
            this.label_AnalogDetecter_Receiver.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label_AnalogDetecter_Receiver_Value
            // 
            this.label_AnalogDetecter_Receiver_Value.AutoSize = true;
            this.label_AnalogDetecter_Receiver_Value.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label_AnalogDetecter_Receiver_Value.Location = new System.Drawing.Point(176, 36);
            this.label_AnalogDetecter_Receiver_Value.Name = "label_AnalogDetecter_Receiver_Value";
            this.label_AnalogDetecter_Receiver_Value.Size = new System.Drawing.Size(52, 24);
            this.label_AnalogDetecter_Receiver_Value.TabIndex = 0;
            this.label_AnalogDetecter_Receiver_Value.Text = "001";
            // 
            // label_AnalogDetecter_CommBoard_Value
            // 
            this.label_AnalogDetecter_CommBoard_Value.AutoSize = true;
            this.label_AnalogDetecter_CommBoard_Value.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label_AnalogDetecter_CommBoard_Value.Location = new System.Drawing.Point(176, 65);
            this.label_AnalogDetecter_CommBoard_Value.Name = "label_AnalogDetecter_CommBoard_Value";
            this.label_AnalogDetecter_CommBoard_Value.Size = new System.Drawing.Size(52, 24);
            this.label_AnalogDetecter_CommBoard_Value.TabIndex = 838;
            this.label_AnalogDetecter_CommBoard_Value.Text = "100";
            // 
            // label_AnalogDetecter_Type
            // 
            this.label_AnalogDetecter_Type.BackColor = System.Drawing.Color.LightSteelBlue;
            this.label_AnalogDetecter_Type.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label_AnalogDetecter_Type.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_AnalogDetecter_Type.Location = new System.Drawing.Point(34, 148);
            this.label_AnalogDetecter_Type.Name = "label_AnalogDetecter_Type";
            this.label_AnalogDetecter_Type.Size = new System.Drawing.Size(116, 25);
            this.label_AnalogDetecter_Type.TabIndex = 839;
            this.label_AnalogDetecter_Type.Text = "타입";
            this.label_AnalogDetecter_Type.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // button_Level_Save
            // 
            this.button_Level_Save.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button_Level_Save.BackgroundImage")));
            this.button_Level_Save.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.button_Level_Save.FlatAppearance.BorderSize = 0;
            this.button_Level_Save.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button_Level_Save.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.button_Level_Save.ForeColor = System.Drawing.Color.White;
            this.button_Level_Save.Location = new System.Drawing.Point(200, 149);
            this.button_Level_Save.Name = "button_Level_Save";
            this.button_Level_Save.Size = new System.Drawing.Size(70, 30);
            this.button_Level_Save.TabIndex = 840;
            this.button_Level_Save.Text = "저장";
            this.button_Level_Save.UseVisualStyleBackColor = true;
            this.button_Level_Save.Click += new System.EventHandler(this.button_Level_Save_Click);
            // 
            // label_AnalogDetecter_Loop_Value
            // 
            this.label_AnalogDetecter_Loop_Value.AutoSize = true;
            this.label_AnalogDetecter_Loop_Value.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label_AnalogDetecter_Loop_Value.Location = new System.Drawing.Point(176, 94);
            this.label_AnalogDetecter_Loop_Value.Name = "label_AnalogDetecter_Loop_Value";
            this.label_AnalogDetecter_Loop_Value.Size = new System.Drawing.Size(52, 24);
            this.label_AnalogDetecter_Loop_Value.TabIndex = 0;
            this.label_AnalogDetecter_Loop_Value.Text = "001";
            // 
            // label_AnalogDetecter_ID
            // 
            this.label_AnalogDetecter_ID.BackColor = System.Drawing.Color.LightSteelBlue;
            this.label_AnalogDetecter_ID.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label_AnalogDetecter_ID.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
            this.label_AnalogDetecter_ID.Location = new System.Drawing.Point(34, 119);
            this.label_AnalogDetecter_ID.Name = "label_AnalogDetecter_ID";
            this.label_AnalogDetecter_ID.Size = new System.Drawing.Size(116, 25);
            this.label_AnalogDetecter_ID.TabIndex = 836;
            this.label_AnalogDetecter_ID.Text = "아이디";
            this.label_AnalogDetecter_ID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label_AnalogDetecter_Loop
            // 
            this.label_AnalogDetecter_Loop.BackColor = System.Drawing.Color.LightSteelBlue;
            this.label_AnalogDetecter_Loop.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label_AnalogDetecter_Loop.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
            this.label_AnalogDetecter_Loop.Location = new System.Drawing.Point(34, 90);
            this.label_AnalogDetecter_Loop.Name = "label_AnalogDetecter_Loop";
            this.label_AnalogDetecter_Loop.Size = new System.Drawing.Size(116, 25);
            this.label_AnalogDetecter_Loop.TabIndex = 836;
            this.label_AnalogDetecter_Loop.Text = "LOOP";
            this.label_AnalogDetecter_Loop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label_AnalogDetecter_ID_Value
            // 
            this.label_AnalogDetecter_ID_Value.AutoSize = true;
            this.label_AnalogDetecter_ID_Value.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label_AnalogDetecter_ID_Value.Location = new System.Drawing.Point(176, 123);
            this.label_AnalogDetecter_ID_Value.Name = "label_AnalogDetecter_ID_Value";
            this.label_AnalogDetecter_ID_Value.Size = new System.Drawing.Size(52, 24);
            this.label_AnalogDetecter_ID_Value.TabIndex = 838;
            this.label_AnalogDetecter_ID_Value.Text = "100";
            // 
            // label_Level_PreFire
            // 
            this.label_Level_PreFire.BackColor = System.Drawing.Color.LightSteelBlue;
            this.label_Level_PreFire.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label_Level_PreFire.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
            this.label_Level_PreFire.Location = new System.Drawing.Point(40, 60);
            this.label_Level_PreFire.Name = "label_Level_PreFire";
            this.label_Level_PreFire.Size = new System.Drawing.Size(111, 25);
            this.label_Level_PreFire.TabIndex = 836;
            this.label_Level_PreFire.Text = "PreFire";
            this.label_Level_PreFire.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label_Level_Fault
            // 
            this.label_Level_Fault.BackColor = System.Drawing.Color.LightSteelBlue;
            this.label_Level_Fault.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label_Level_Fault.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
            this.label_Level_Fault.Location = new System.Drawing.Point(40, 32);
            this.label_Level_Fault.Name = "label_Level_Fault";
            this.label_Level_Fault.Size = new System.Drawing.Size(111, 25);
            this.label_Level_Fault.TabIndex = 836;
            this.label_Level_Fault.Text = "Fault";
            this.label_Level_Fault.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label_Level_FireNight
            // 
            this.label_Level_FireNight.BackColor = System.Drawing.Color.LightSteelBlue;
            this.label_Level_FireNight.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label_Level_FireNight.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
            this.label_Level_FireNight.Location = new System.Drawing.Point(40, 116);
            this.label_Level_FireNight.Name = "label_Level_FireNight";
            this.label_Level_FireNight.Size = new System.Drawing.Size(111, 25);
            this.label_Level_FireNight.TabIndex = 836;
            this.label_Level_FireNight.Text = "Fire Night";
            this.label_Level_FireNight.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label_Level_FireDay
            // 
            this.label_Level_FireDay.BackColor = System.Drawing.Color.LightSteelBlue;
            this.label_Level_FireDay.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label_Level_FireDay.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
            this.label_Level_FireDay.Location = new System.Drawing.Point(40, 88);
            this.label_Level_FireDay.Name = "label_Level_FireDay";
            this.label_Level_FireDay.Size = new System.Drawing.Size(111, 25);
            this.label_Level_FireDay.TabIndex = 836;
            this.label_Level_FireDay.Text = "Fire Day";
            this.label_Level_FireDay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox_AnalogDetecter
            // 
            this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_Receiver);
            this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_Receiver_Value);
            this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_Loop_Value);
            this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_CommBoard);
            this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_Type);
            this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_Type_Value);
            this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_ID_Value);
            this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_ID);
            this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_Loop);
            this.groupBox_AnalogDetecter.Controls.Add(this.label_AnalogDetecter_CommBoard_Value);
            this.groupBox_AnalogDetecter.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold);
            this.groupBox_AnalogDetecter.Location = new System.Drawing.Point(12, 12);
            this.groupBox_AnalogDetecter.Name = "groupBox_AnalogDetecter";
            this.groupBox_AnalogDetecter.Size = new System.Drawing.Size(276, 189);
            this.groupBox_AnalogDetecter.TabIndex = 841;
            this.groupBox_AnalogDetecter.TabStop = false;
            this.groupBox_AnalogDetecter.Text = "Analog Detecter ";
            // 
            // label_AnalogDetecter_Type_Value
            // 
            this.label_AnalogDetecter_Type_Value.AutoSize = true;
            this.label_AnalogDetecter_Type_Value.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label_AnalogDetecter_Type_Value.Location = new System.Drawing.Point(176, 152);
            this.label_AnalogDetecter_Type_Value.Name = "label_AnalogDetecter_Type_Value";
            this.label_AnalogDetecter_Type_Value.Size = new System.Drawing.Size(110, 24);
            this.label_AnalogDetecter_Type_Value.TabIndex = 838;
            this.label_AnalogDetecter_Type_Value.Text = "열감지기";
            // 
            // groupBox_Level
            // 
            this.groupBox_Level.Controls.Add(this.button_Level_Edit);
            this.groupBox_Level.Controls.Add(this.textbox_Level_FireNight);
            this.groupBox_Level.Controls.Add(this.textbox_Level_FireDay);
            this.groupBox_Level.Controls.Add(this.label_FireNight_MinMax);
            this.groupBox_Level.Controls.Add(this.label_FireDay_MinMax);
            this.groupBox_Level.Controls.Add(this.button_Level_Init);
            this.groupBox_Level.Controls.Add(this.button_Level_Save);
            this.groupBox_Level.Controls.Add(this.textbox_Level_PreFire);
            this.groupBox_Level.Controls.Add(this.textbox_Level_Fault);
            this.groupBox_Level.Controls.Add(this.label_Level_Fault);
            this.groupBox_Level.Controls.Add(this.label_Level_PreFire);
            this.groupBox_Level.Controls.Add(this.label_Level_FireNight);
            this.groupBox_Level.Controls.Add(this.label_Level_FireDay);
            this.groupBox_Level.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold);
            this.groupBox_Level.Location = new System.Drawing.Point(304, 12);
            this.groupBox_Level.Name = "groupBox_Level";
            this.groupBox_Level.Size = new System.Drawing.Size(310, 189);
            this.groupBox_Level.TabIndex = 842;
            this.groupBox_Level.TabStop = false;
            this.groupBox_Level.Text = "Level ";
            // 
            // button_Level_Edit
            // 
            this.button_Level_Edit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button_Level_Edit.BackgroundImage")));
            this.button_Level_Edit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.button_Level_Edit.FlatAppearance.BorderSize = 0;
            this.button_Level_Edit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button_Level_Edit.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.button_Level_Edit.ForeColor = System.Drawing.Color.White;
            this.button_Level_Edit.Location = new System.Drawing.Point(120, 149);
            this.button_Level_Edit.Name = "button_Level_Edit";
            this.button_Level_Edit.Size = new System.Drawing.Size(70, 30);
            this.button_Level_Edit.TabIndex = 843;
            this.button_Level_Edit.Text = "수정";
            this.button_Level_Edit.UseVisualStyleBackColor = true;
            this.button_Level_Edit.Click += new System.EventHandler(this.button_Level_Edit_Click);
            // 
            // textbox_Level_FireNight
            // 
            this.textbox_Level_FireNight.Enabled = false;
            this.textbox_Level_FireNight.Font = new System.Drawing.Font("돋움", 11.25F, System.Drawing.FontStyle.Bold);
            this.textbox_Level_FireNight.Location = new System.Drawing.Point(159, 116);
            this.textbox_Level_FireNight.Name = "textbox_Level_FireNight";
            this.textbox_Level_FireNight.Size = new System.Drawing.Size(55, 33);
            this.textbox_Level_FireNight.TabIndex = 842;
            // 
            // textbox_Level_FireDay
            // 
            this.textbox_Level_FireDay.Enabled = false;
            this.textbox_Level_FireDay.Font = new System.Drawing.Font("돋움", 11.25F, System.Drawing.FontStyle.Bold);
            this.textbox_Level_FireDay.Location = new System.Drawing.Point(159, 88);
            this.textbox_Level_FireDay.Name = "textbox_Level_FireDay";
            this.textbox_Level_FireDay.Size = new System.Drawing.Size(55, 33);
            this.textbox_Level_FireDay.TabIndex = 841;
            // 
            // label_FireNight_MinMax
            // 
            this.label_FireNight_MinMax.AutoSize = true;
            this.label_FireNight_MinMax.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_FireNight_MinMax.Location = new System.Drawing.Point(220, 122);
            this.label_FireNight_MinMax.Name = "label_FireNight_MinMax";
            this.label_FireNight_MinMax.Size = new System.Drawing.Size(88, 20);
            this.label_FireNight_MinMax.TabIndex = 838;
            this.label_FireNight_MinMax.Text = "(80~95)";
            this.label_FireNight_MinMax.Visible = false;
            // 
            // label_FireDay_MinMax
            // 
            this.label_FireDay_MinMax.AutoSize = true;
            this.label_FireDay_MinMax.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_FireDay_MinMax.Location = new System.Drawing.Point(219, 94);
            this.label_FireDay_MinMax.Name = "label_FireDay_MinMax";
            this.label_FireDay_MinMax.Size = new System.Drawing.Size(88, 20);
            this.label_FireDay_MinMax.TabIndex = 838;
            this.label_FireDay_MinMax.Text = "(80~95)";
            this.label_FireDay_MinMax.Visible = false;
            // 
            // button_Level_Init
            // 
            this.button_Level_Init.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button_Level_Init.BackgroundImage")));
            this.button_Level_Init.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.button_Level_Init.FlatAppearance.BorderSize = 0;
            this.button_Level_Init.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button_Level_Init.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.button_Level_Init.ForeColor = System.Drawing.Color.White;
            this.button_Level_Init.Location = new System.Drawing.Point(39, 149);
            this.button_Level_Init.Name = "button_Level_Init";
            this.button_Level_Init.Size = new System.Drawing.Size(70, 30);
            this.button_Level_Init.TabIndex = 840;
            this.button_Level_Init.Text = "초기화";
            this.button_Level_Init.UseVisualStyleBackColor = true;
            this.button_Level_Init.Visible = false;
            this.button_Level_Init.Click += new System.EventHandler(this.button_Level_Init_Click);
            // 
            // textbox_Level_PreFire
            // 
            this.textbox_Level_PreFire.Enabled = false;
            this.textbox_Level_PreFire.Font = new System.Drawing.Font("돋움", 11.25F, System.Drawing.FontStyle.Bold);
            this.textbox_Level_PreFire.Location = new System.Drawing.Point(159, 60);
            this.textbox_Level_PreFire.Name = "textbox_Level_PreFire";
            this.textbox_Level_PreFire.Size = new System.Drawing.Size(55, 33);
            this.textbox_Level_PreFire.TabIndex = 840;
            // 
            // textbox_Level_Fault
            // 
            this.textbox_Level_Fault.Enabled = false;
            this.textbox_Level_Fault.Font = new System.Drawing.Font("돋움", 11.25F, System.Drawing.FontStyle.Bold);
            this.textbox_Level_Fault.Location = new System.Drawing.Point(159, 32);
            this.textbox_Level_Fault.Name = "textbox_Level_Fault";
            this.textbox_Level_Fault.Size = new System.Drawing.Size(55, 33);
            this.textbox_Level_Fault.TabIndex = 839;
            // 
            // groupBox_Information
            // 
            this.groupBox_Information.Controls.Add(this.label_Information_Current_Color);
            this.groupBox_Information.Controls.Add(this.label_Information_Current);
            this.groupBox_Information.Controls.Add(this.label_Information_Min);
            this.groupBox_Information.Controls.Add(this.label_Information_Average);
            this.groupBox_Information.Controls.Add(this.label_Information_Max);
            this.groupBox_Information.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold);
            this.groupBox_Information.Location = new System.Drawing.Point(627, 12);
            this.groupBox_Information.Name = "groupBox_Information";
            this.groupBox_Information.Size = new System.Drawing.Size(245, 189);
            this.groupBox_Information.TabIndex = 843;
            this.groupBox_Information.TabStop = false;
            this.groupBox_Information.Text = "Information";
            // 
            // label_Information_Current_Color
            // 
            this.label_Information_Current_Color.BackColor = System.Drawing.Color.Lime;
            this.label_Information_Current_Color.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_Information_Current_Color.Location = new System.Drawing.Point(79, 59);
            this.label_Information_Current_Color.Name = "label_Information_Current_Color";
            this.label_Information_Current_Color.Size = new System.Drawing.Size(110, 22);
            this.label_Information_Current_Color.TabIndex = 839;
            this.label_Information_Current_Color.Text = "NORMAL";
            this.label_Information_Current_Color.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label_Information_Current
            // 
            this.label_Information_Current.AutoSize = true;
            this.label_Information_Current.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_Information_Current.Location = new System.Drawing.Point(44, 31);
            this.label_Information_Current.Name = "label_Information_Current";
            this.label_Information_Current.Size = new System.Drawing.Size(225, 20);
            this.label_Information_Current.TabIndex = 839;
            this.label_Information_Current.Text = "▶ 현재상태 : 100 (낮)";
            // 
            // label_Information_Min
            // 
            this.label_Information_Min.AutoSize = true;
            this.label_Information_Min.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_Information_Min.Location = new System.Drawing.Point(46, 155);
            this.label_Information_Min.Name = "label_Information_Min";
            this.label_Information_Min.Size = new System.Drawing.Size(137, 20);
            this.label_Information_Min.TabIndex = 839;
            this.label_Information_Min.Text = "▶ 최소값 : 0";
            // 
            // label_Information_Average
            // 
            this.label_Information_Average.AutoSize = true;
            this.label_Information_Average.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_Information_Average.Location = new System.Drawing.Point(46, 97);
            this.label_Information_Average.Name = "label_Information_Average";
            this.label_Information_Average.Size = new System.Drawing.Size(161, 20);
            this.label_Information_Average.TabIndex = 838;
            this.label_Information_Average.Text = "▶ 평균값 : 100";
            // 
            // label_Information_Max
            // 
            this.label_Information_Max.AutoSize = true;
            this.label_Information_Max.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_Information_Max.Location = new System.Drawing.Point(46, 126);
            this.label_Information_Max.Name = "label_Information_Max";
            this.label_Information_Max.Size = new System.Drawing.Size(161, 20);
            this.label_Information_Max.TabIndex = 838;
            this.label_Information_Max.Text = "▶ 최대값 : 127";
            // 
            // label_Temp_Back1
            // 
            this.label_Temp_Back1.BackColor = System.Drawing.Color.White;
            this.label_Temp_Back1.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_Temp_Back1.Location = new System.Drawing.Point(12, 546);
            this.label_Temp_Back1.Name = "label_Temp_Back1";
            this.label_Temp_Back1.Size = new System.Drawing.Size(866, 87);
            this.label_Temp_Back1.TabIndex = 840;
            // 
            // label_Bottom_1th
            // 
            this.label_Bottom_1th.BackColor = System.Drawing.Color.White;
            this.label_Bottom_1th.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_Bottom_1th.Image = ((System.Drawing.Image)(resources.GetObject("label_Bottom_1th.Image")));
            this.label_Bottom_1th.Location = new System.Drawing.Point(63, 580);
            this.label_Bottom_1th.Name = "label_Bottom_1th";
            this.label_Bottom_1th.Size = new System.Drawing.Size(327, 22);
            this.label_Bottom_1th.TabIndex = 844;
            // 
            // label_part_1th
            // 
            this.label_part_1th.BackColor = System.Drawing.Color.White;
            this.label_part_1th.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_part_1th.Image = ((System.Drawing.Image)(resources.GetObject("label_part_1th.Image")));
            this.label_part_1th.Location = new System.Drawing.Point(59, 540);
            this.label_part_1th.Name = "label_part_1th";
            this.label_part_1th.Size = new System.Drawing.Size(10, 50);
            this.label_part_1th.TabIndex = 845;
            // 
            // label_Bottom_2th
            // 
            this.label_Bottom_2th.BackColor = System.Drawing.Color.White;
            this.label_Bottom_2th.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_Bottom_2th.Image = ((System.Drawing.Image)(resources.GetObject("label_Bottom_2th.Image")));
            this.label_Bottom_2th.Location = new System.Drawing.Point(310, 580);
            this.label_Bottom_2th.Name = "label_Bottom_2th";
            this.label_Bottom_2th.Size = new System.Drawing.Size(292, 22);
            this.label_Bottom_2th.TabIndex = 846;
            // 
            // label_Bottom_3th
            // 
            this.label_Bottom_3th.BackColor = System.Drawing.Color.White;
            this.label_Bottom_3th.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_Bottom_3th.Image = ((System.Drawing.Image)(resources.GetObject("label_Bottom_3th.Image")));
            this.label_Bottom_3th.Location = new System.Drawing.Point(550, 580);
            this.label_Bottom_3th.Name = "label_Bottom_3th";
            this.label_Bottom_3th.Size = new System.Drawing.Size(321, 22);
            this.label_Bottom_3th.TabIndex = 847;
            // 
            // label_part_5th
            // 
            this.label_part_5th.BackColor = System.Drawing.Color.White;
            this.label_part_5th.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_part_5th.Image = ((System.Drawing.Image)(resources.GetObject("label_part_5th.Image")));
            this.label_part_5th.Location = new System.Drawing.Point(863, 541);
            this.label_part_5th.Name = "label_part_5th";
            this.label_part_5th.Size = new System.Drawing.Size(10, 49);
            this.label_part_5th.TabIndex = 848;
            // 
            // label_part_4th
            // 
            this.label_part_4th.BackColor = System.Drawing.Color.White;
            this.label_part_4th.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_part_4th.Image = ((System.Drawing.Image)(resources.GetObject("label_part_4th.Image")));
            this.label_part_4th.Location = new System.Drawing.Point(790, 540);
            this.label_part_4th.Name = "label_part_4th";
            this.label_part_4th.Size = new System.Drawing.Size(10, 49);
            this.label_part_4th.TabIndex = 849;
            // 
            // label_part_3th
            // 
            this.label_part_3th.BackColor = System.Drawing.Color.White;
            this.label_part_3th.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_part_3th.Image = ((System.Drawing.Image)(resources.GetObject("label_part_3th.Image")));
            this.label_part_3th.Location = new System.Drawing.Point(611, 540);
            this.label_part_3th.Name = "label_part_3th";
            this.label_part_3th.Size = new System.Drawing.Size(10, 49);
            this.label_part_3th.TabIndex = 850;
            // 
            // label_part_2th
            // 
            this.label_part_2th.BackColor = System.Drawing.Color.White;
            this.label_part_2th.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label_part_2th.Image = ((System.Drawing.Image)(resources.GetObject("label_part_2th.Image")));
            this.label_part_2th.Location = new System.Drawing.Point(501, 540);
            this.label_part_2th.Name = "label_part_2th";
            this.label_part_2th.Size = new System.Drawing.Size(10, 49);
            this.label_part_2th.TabIndex = 851;
            // 
            // label_Arange_1th
            // 
            this.label_Arange_1th.AutoSize = true;
            this.label_Arange_1th.BackColor = System.Drawing.Color.White;
            this.label_Arange_1th.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label_Arange_1th.Location = new System.Drawing.Point(276, 546);
            this.label_Arange_1th.Name = "label_Arange_1th";
            this.label_Arange_1th.Size = new System.Drawing.Size(72, 20);
            this.label_Arange_1th.TabIndex = 840;
            this.label_Arange_1th.Text = "시간당";
            // 
            // label_Arange_2th
            // 
            this.label_Arange_2th.AutoSize = true;
            this.label_Arange_2th.BackColor = System.Drawing.Color.White;
            this.label_Arange_2th.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label_Arange_2th.Location = new System.Drawing.Point(537, 546);
            this.label_Arange_2th.Name = "label_Arange_2th";
            this.label_Arange_2th.Size = new System.Drawing.Size(75, 20);
            this.label_Arange_2th.TabIndex = 852;
            this.label_Arange_2th.Text = "10분당";
            // 
            // label_Arange_3th
            // 
            this.label_Arange_3th.AutoSize = true;
            this.label_Arange_3th.BackColor = System.Drawing.Color.White;
            this.label_Arange_3th.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label_Arange_3th.Location = new System.Drawing.Point(686, 546);
            this.label_Arange_3th.Name = "label_Arange_3th";
            this.label_Arange_3th.Size = new System.Drawing.Size(63, 20);
            this.label_Arange_3th.TabIndex = 853;
            this.label_Arange_3th.Text = "1분당";
            // 
            // label_Arange_4th
            // 
            this.label_Arange_4th.AutoSize = true;
            this.label_Arange_4th.BackColor = System.Drawing.Color.White;
            this.label_Arange_4th.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label_Arange_4th.Location = new System.Drawing.Point(805, 546);
            this.label_Arange_4th.Name = "label_Arange_4th";
            this.label_Arange_4th.Size = new System.Drawing.Size(75, 20);
            this.label_Arange_4th.TabIndex = 854;
            this.label_Arange_4th.Text = "15초당";
            // 
            // label_Comment
            // 
            this.label_Comment.AutoSize = true;
            this.label_Comment.BackColor = System.Drawing.Color.White;
            this.label_Comment.Font = new System.Drawing.Font("굴림", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label_Comment.Location = new System.Drawing.Point(324, 607);
            this.label_Comment.Name = "label_Comment";
            this.label_Comment.Size = new System.Drawing.Size(437, 20);
            this.label_Comment.TabIndex = 855;
            this.label_Comment.Text = "트렌드 (※ 오른쪽으로 갈수록 최신순입니다)";
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.Color.White;
            this.label1.Font = new System.Drawing.Font("굴림", 10F, System.Drawing.FontStyle.Bold);
            this.label1.Location = new System.Drawing.Point(12, 214);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(866, 41);
            this.label1.TabIndex = 856;
            // 
            // Form_AnalogDetecter
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
            this.ClientSize = new System.Drawing.Size(884, 645);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.label_Comment);
            this.Controls.Add(this.label_Arange_4th);
            this.Controls.Add(this.label_Arange_3th);
            this.Controls.Add(this.label_Arange_2th);
            this.Controls.Add(this.label_Arange_1th);
            this.Controls.Add(this.label_part_2th);
            this.Controls.Add(this.label_part_3th);
            this.Controls.Add(this.label_part_4th);
            this.Controls.Add(this.label_part_5th);
            this.Controls.Add(this.label_Bottom_3th);
            this.Controls.Add(this.label_Bottom_2th);
            this.Controls.Add(this.label_part_1th);
            this.Controls.Add(this.label_Bottom_1th);
            this.Controls.Add(this.groupBox_Information);
            this.Controls.Add(this.groupBox_Level);
            this.Controls.Add(this.groupBox_AnalogDetecter);
            this.Controls.Add(this.label_Temp_Back1);
            this.Controls.Add(this.chart_trend);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Form_AnalogDetecter";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Analog Detecter";
            ((System.ComponentModel.ISupportInitialize)(this.chart_trend)).EndInit();
            this.groupBox_AnalogDetecter.ResumeLayout(false);
            this.groupBox_AnalogDetecter.PerformLayout();
            this.groupBox_Level.ResumeLayout(false);
            this.groupBox_Level.PerformLayout();
            this.groupBox_Information.ResumeLayout(false);
            this.groupBox_Information.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.DataVisualization.Charting.Chart chart_trend;
        private System.Windows.Forms.Label label_AnalogDetecter_CommBoard;
        private System.Windows.Forms.Label label_AnalogDetecter_Receiver;
        private System.Windows.Forms.Label label_AnalogDetecter_Receiver_Value;
        private System.Windows.Forms.Label label_AnalogDetecter_CommBoard_Value;
        private System.Windows.Forms.Label label_AnalogDetecter_Type;
        private System.Windows.Forms.Button button_Level_Save;
        private System.Windows.Forms.Label label_AnalogDetecter_Loop_Value;
        private System.Windows.Forms.Label label_AnalogDetecter_ID;
        private System.Windows.Forms.Label label_AnalogDetecter_Loop;
        private System.Windows.Forms.Label label_AnalogDetecter_ID_Value;
        private System.Windows.Forms.Label label_Level_PreFire;
        private System.Windows.Forms.Label label_Level_Fault;
        private System.Windows.Forms.Label label_Level_FireNight;
        private System.Windows.Forms.Label label_Level_FireDay;
        private System.Windows.Forms.GroupBox groupBox_AnalogDetecter;
        private System.Windows.Forms.GroupBox groupBox_Level;
        private System.Windows.Forms.TextBox textbox_Level_FireNight;
        private System.Windows.Forms.TextBox textbox_Level_FireDay;
        private System.Windows.Forms.TextBox textbox_Level_PreFire;
        private System.Windows.Forms.TextBox textbox_Level_Fault;
        private System.Windows.Forms.Button button_Level_Edit;
        private System.Windows.Forms.Label label_AnalogDetecter_Type_Value;
        private System.Windows.Forms.Button button_Level_Init;
        private System.Windows.Forms.GroupBox groupBox_Information;
        private System.Windows.Forms.Label label_Information_Current_Color;
        private System.Windows.Forms.Label label_Information_Current;
        private System.Windows.Forms.Label label_Information_Min;
        private System.Windows.Forms.Label label_Information_Average;
        private System.Windows.Forms.Label label_Information_Max;
        private System.Windows.Forms.Label label_Temp_Back1;
        private System.Windows.Forms.Label label_Bottom_1th;
        private System.Windows.Forms.Label label_part_1th;
        private System.Windows.Forms.Label label_Bottom_2th;
        private System.Windows.Forms.Label label_Bottom_3th;
        private System.Windows.Forms.Label label_part_5th;
        private System.Windows.Forms.Label label_part_4th;
        private System.Windows.Forms.Label label_part_3th;
        private System.Windows.Forms.Label label_part_2th;
        private System.Windows.Forms.Label label_Arange_1th;
        private System.Windows.Forms.Label label_Arange_2th;
        private System.Windows.Forms.Label label_Arange_3th;
        private System.Windows.Forms.Label label_Arange_4th;
        private System.Windows.Forms.Label label_Comment;
        private System.Windows.Forms.Label label_FireNight_MinMax;
        private System.Windows.Forms.Label label_FireDay_MinMax;
        private System.Windows.Forms.Label label1;
    }
}