namespace IControls_FireManager
{
    partial class Form_PointOpcData
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
            this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);
            this.uiGroupBox1 = new Janus.Windows.EditControls.UIGroupBox();
            this.UiButton_Close = new Janus.Windows.EditControls.UIButton();
            this.UiProgressBar_OpcData = new Janus.Windows.EditControls.UIProgressBar();
            this.label1 = new System.Windows.Forms.Label();
            this.UiButton_Apply = new Janus.Windows.EditControls.UIButton();
            this.editBox_ProjectPath = new Janus.Windows.GridEX.EditControls.EditBox();
            this.label_IP_ID = new System.Windows.Forms.Label();
            this.uiButton_ProjectPath = new Janus.Windows.EditControls.UIButton();
            ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).BeginInit();
            this.uiGroupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // officeFormAdorner
            // 
            this.officeFormAdorner.Form = this;
            this.officeFormAdorner.Office2007CustomColor = System.Drawing.Color.Empty;
            // 
            // uiGroupBox1
            // 
            this.uiGroupBox1.BackColor = System.Drawing.Color.CornflowerBlue;
            this.uiGroupBox1.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
            this.uiGroupBox1.Controls.Add(this.UiButton_Close);
            this.uiGroupBox1.Controls.Add(this.UiProgressBar_OpcData);
            this.uiGroupBox1.Controls.Add(this.label1);
            this.uiGroupBox1.Controls.Add(this.UiButton_Apply);
            this.uiGroupBox1.Controls.Add(this.editBox_ProjectPath);
            this.uiGroupBox1.Controls.Add(this.label_IP_ID);
            this.uiGroupBox1.Controls.Add(this.uiButton_ProjectPath);
            this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiGroupBox1.FrameStyle = Janus.Windows.EditControls.FrameStyle.None;
            this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.uiGroupBox1.Name = "uiGroupBox1";
            this.uiGroupBox1.Size = new System.Drawing.Size(772, 209);
            this.uiGroupBox1.TabIndex = 3;
            this.uiGroupBox1.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
            // 
            // UiButton_Close
            // 
            this.UiButton_Close.Font = new System.Drawing.Font("굴림", 9F);
            this.UiButton_Close.HighlightActiveButton = false;
            this.UiButton_Close.Location = new System.Drawing.Point(641, 137);
            this.UiButton_Close.Name = "UiButton_Close";
            this.UiButton_Close.Size = new System.Drawing.Size(75, 23);
            this.UiButton_Close.TabIndex = 393;
            this.UiButton_Close.Text = "닫기";
            this.UiButton_Close.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
            this.UiButton_Close.VisualStyleManager = this.visualStyleManager;
            this.UiButton_Close.Click += new System.EventHandler(this.UiButton_Close_Click);
            // 
            // UiProgressBar_OpcData
            // 
            this.UiProgressBar_OpcData.Location = new System.Drawing.Point(25, 82);
            this.UiProgressBar_OpcData.Name = "UiProgressBar_OpcData";
            this.UiProgressBar_OpcData.Size = new System.Drawing.Size(691, 37);
            this.UiProgressBar_OpcData.TabIndex = 392;
            this.UiProgressBar_OpcData.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("굴림", 9F);
            this.label1.Location = new System.Drawing.Point(23, 19);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(578, 12);
            this.label1.TabIndex = 391;
            this.label1.Text = "※ 입력포인트의 정보를 OPC 연동 데이터로 생성합니다 (최대 1 ~ 5분 소요됩니다. 잠시만 기다려주세요!)";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // UiButton_Apply
            // 
            this.UiButton_Apply.Font = new System.Drawing.Font("굴림", 9F);
            this.UiButton_Apply.HighlightActiveButton = false;
            this.UiButton_Apply.Location = new System.Drawing.Point(641, 42);
            this.UiButton_Apply.Name = "UiButton_Apply";
            this.UiButton_Apply.Size = new System.Drawing.Size(75, 23);
            this.UiButton_Apply.TabIndex = 390;
            this.UiButton_Apply.Text = "저장";
            this.UiButton_Apply.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
            this.UiButton_Apply.VisualStyleManager = this.visualStyleManager;
            this.UiButton_Apply.Click += new System.EventHandler(this.UiButton_Apply_Click);
            // 
            // editBox_ProjectPath
            // 
            this.editBox_ProjectPath.BackColor = System.Drawing.SystemColors.MenuBar;
            this.editBox_ProjectPath.Font = new System.Drawing.Font("굴림", 9F);
            this.editBox_ProjectPath.Location = new System.Drawing.Point(115, 43);
            this.editBox_ProjectPath.Name = "editBox_ProjectPath";
            this.editBox_ProjectPath.ReadOnly = true;
            this.editBox_ProjectPath.Size = new System.Drawing.Size(489, 21);
            this.editBox_ProjectPath.TabIndex = 388;
            this.editBox_ProjectPath.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
            // 
            // label_IP_ID
            // 
            this.label_IP_ID.AutoSize = true;
            this.label_IP_ID.BackColor = System.Drawing.Color.Transparent;
            this.label_IP_ID.Font = new System.Drawing.Font("굴림", 9F);
            this.label_IP_ID.Location = new System.Drawing.Point(23, 48);
            this.label_IP_ID.Name = "label_IP_ID";
            this.label_IP_ID.Size = new System.Drawing.Size(77, 12);
            this.label_IP_ID.TabIndex = 389;
            this.label_IP_ID.Text = "▶ 출력 경로:";
            this.label_IP_ID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // uiButton_ProjectPath
            // 
            this.uiButton_ProjectPath.Font = new System.Drawing.Font("굴림", 9F);
            this.uiButton_ProjectPath.HighlightActiveButton = false;
            this.uiButton_ProjectPath.Location = new System.Drawing.Point(610, 43);
            this.uiButton_ProjectPath.Name = "uiButton_ProjectPath";
            this.uiButton_ProjectPath.Size = new System.Drawing.Size(25, 21);
            this.uiButton_ProjectPath.TabIndex = 387;
            this.uiButton_ProjectPath.Text = "...";
            this.uiButton_ProjectPath.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
            this.uiButton_ProjectPath.VisualStyleManager = this.visualStyleManager;
            this.uiButton_ProjectPath.Click += new System.EventHandler(this.uiButton_ProjectPath_Click);
            // 
            // Form_PointOpcData
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(772, 209);
            this.ControlBox = false;
            this.Controls.Add(this.uiGroupBox1);
            this.Name = "Form_PointOpcData";
            this.Text = "OPC 연동 데이터 생성";
            ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).EndInit();
            this.uiGroupBox1.ResumeLayout(false);
            this.uiGroupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;
        private Janus.Windows.Common.VisualStyleManager visualStyleManager;
        private Janus.Windows.EditControls.UIGroupBox uiGroupBox1;
        private Janus.Windows.GridEX.EditControls.EditBox editBox_ProjectPath;
        private System.Windows.Forms.Label label_IP_ID;
        private Janus.Windows.EditControls.UIButton uiButton_ProjectPath;
        private Janus.Windows.EditControls.UIButton UiButton_Apply;
        private System.Windows.Forms.Label label1;
        private Janus.Windows.EditControls.UIProgressBar UiProgressBar_OpcData;
        private Janus.Windows.EditControls.UIButton UiButton_Close;
    }
}