namespace IControls_FireManager
{
    partial class Form_AddDevice
    {
        /// <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();
            Janus.Windows.GridEX.GridEXLayout GridEX_Device_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_AddDevice));
            Janus.Windows.GridEX.GridEXLayout CheckedComboBox_DeviceType_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
            Janus.Windows.GridEX.GridEXLayout gridEX_DeviceListInfo_ACU_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
            Janus.Windows.GridEX.GridEXLayout gridEX_DeviceListInfo_DR_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
            Janus.Windows.GridEX.GridEXLayout gridEX_DeviceListInfo_CR_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
            Janus.Windows.GridEX.GridEXLayout gridEX_DeviceListInfo_EO_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
            Janus.Windows.GridEX.GridEXLayout gridEX_DeviceListInfo_EI_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
            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.UiButton_AddDevice = new Janus.Windows.EditControls.UIButton();
            this.GridEX_Device = new Janus.Windows.GridEX.GridEX();
            this.uiGroupBox4 = new Janus.Windows.EditControls.UIGroupBox();
            this.UiButton_Clear = new Janus.Windows.EditControls.UIButton();
            this.UiButton_Search = new Janus.Windows.EditControls.UIButton();
            this.uiTab_Device = new Janus.Windows.UI.Tab.UITab();
            this.uiTabPage_board = new Janus.Windows.UI.Tab.UITabPage();
            this.UiComboBox_Board_Receiver = new Janus.Windows.EditControls.UIComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.EditBox_DeviceName = new Janus.Windows.GridEX.EditControls.EditBox();
            this.EditBox_Position = new Janus.Windows.GridEX.EditControls.EditBox();
            this.CheckedComboBox_DeviceType = new Janus.Windows.GridEX.EditControls.CheckedComboBox();
            this.UiComboBox_Repeater = new Janus.Windows.EditControls.UIComboBox();
            this.label12 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.UiComboBox_Channel = new Janus.Windows.EditControls.UIComboBox();
            this.label11 = new System.Windows.Forms.Label();
            this.UiComboBox_Board = new Janus.Windows.EditControls.UIComboBox();
            this.label13 = new System.Windows.Forms.Label();
            this.uiTabPage_IOboard = new Janus.Windows.UI.Tab.UITabPage();
            this.UiComboBox_IO_Receiver = new Janus.Windows.EditControls.UIComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.UiComboBox_IOBoard = new Janus.Windows.EditControls.UIComboBox();
            this.label6 = new System.Windows.Forms.Label();
            this.gridEX_DeviceListInfo_ACU = new Janus.Windows.GridEX.GridEX();
            this.gridEX_DeviceListInfo_DR = new Janus.Windows.GridEX.GridEX();
            this.gridEX_DeviceListInfo_CR = new Janus.Windows.GridEX.GridEX();
            this.gridEX_DeviceListInfo_EO = new Janus.Windows.GridEX.GridEX();
            this.gridEX_DeviceListInfo_EI = new Janus.Windows.GridEX.GridEX();
            ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).BeginInit();
            this.uiGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GridEX_Device)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox4)).BeginInit();
            this.uiGroupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiTab_Device)).BeginInit();
            this.uiTab_Device.SuspendLayout();
            this.uiTabPage_board.SuspendLayout();
            this.uiTabPage_IOboard.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_ACU)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_DR)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_CR)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_EO)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_EI)).BeginInit();
            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.UiButton_AddDevice);
            this.uiGroupBox1.Controls.Add(this.GridEX_Device);
            this.uiGroupBox1.Controls.Add(this.uiGroupBox4);
            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(841, 644);
            this.uiGroupBox1.TabIndex = 2;
            this.uiGroupBox1.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
            // 
            // UiButton_Close
            // 
            this.UiButton_Close.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.UiButton_Close.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.UiButton_Close.HighlightActiveButton = false;
            this.UiButton_Close.ImageSize = new System.Drawing.Size(20, 20);
            this.UiButton_Close.Location = new System.Drawing.Point(605, 582);
            this.UiButton_Close.Name = "UiButton_Close";
            this.UiButton_Close.Size = new System.Drawing.Size(197, 30);
            this.UiButton_Close.TabIndex = 749;
            this.UiButton_Close.TabStop = false;
            this.UiButton_Close.Text = "닫기";
            this.UiButton_Close.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
            this.UiButton_Close.Click += new System.EventHandler(this.UiButton_Close_Click);
            // 
            // UiButton_AddDevice
            // 
            this.UiButton_AddDevice.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.UiButton_AddDevice.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.UiButton_AddDevice.HighlightActiveButton = false;
            this.UiButton_AddDevice.ImageSize = new System.Drawing.Size(20, 20);
            this.UiButton_AddDevice.Location = new System.Drawing.Point(402, 582);
            this.UiButton_AddDevice.Name = "UiButton_AddDevice";
            this.UiButton_AddDevice.Size = new System.Drawing.Size(197, 30);
            this.UiButton_AddDevice.TabIndex = 748;
            this.UiButton_AddDevice.TabStop = false;
            this.UiButton_AddDevice.Text = "추가";
            this.UiButton_AddDevice.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
            this.UiButton_AddDevice.Click += new System.EventHandler(this.UiButton_AddDevice_Click);
            // 
            // GridEX_Device
            // 
            this.GridEX_Device.AllowAddNew = Janus.Windows.GridEX.InheritableBoolean.True;
            this.GridEX_Device.AllowColumnDrag = false;
            this.GridEX_Device.AllowDelete = Janus.Windows.GridEX.InheritableBoolean.True;
            this.GridEX_Device.AlternatingColors = true;
            this.GridEX_Device.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
            this.GridEX_Device.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.GridEX_Device.Cursor = System.Windows.Forms.Cursors.Default;
            GridEX_Device_DesignTimeLayout.LayoutString = resources.GetString("GridEX_Device_DesignTimeLayout.LayoutString");
            this.GridEX_Device.DesignTimeLayout = GridEX_Device_DesignTimeLayout;
            this.GridEX_Device.Font = new System.Drawing.Font("굴림", 9F);
            this.GridEX_Device.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
            this.GridEX_Device.GroupByBoxVisible = false;
            this.GridEX_Device.GroupRowVisualStyle = Janus.Windows.GridEX.GroupRowVisualStyle.Outlook2003;
            this.GridEX_Device.HeaderFormatStyle.Font = new System.Drawing.Font("굴림", 9.75F);
            this.GridEX_Device.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
            this.GridEX_Device.HideSelection = Janus.Windows.GridEX.HideSelection.Highlight;
            this.GridEX_Device.Location = new System.Drawing.Point(3, 200);
            this.GridEX_Device.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.GridEX_Device.Name = "GridEX_Device";
            this.GridEX_Device.NewRowPosition = Janus.Windows.GridEX.NewRowPosition.BottomRow;
            this.GridEX_Device.ScrollBars = Janus.Windows.GridEX.ScrollBars.Vertical;
            this.GridEX_Device.ScrollBarWidth = 17;
            this.GridEX_Device.SelectionMode = Janus.Windows.GridEX.SelectionMode.MultipleSelection;
            this.GridEX_Device.Size = new System.Drawing.Size(800, 375);
            this.GridEX_Device.TabIndex = 739;
            this.GridEX_Device.TableSpacing = 1;
            this.GridEX_Device.TabStop = false;
            this.GridEX_Device.TotalRowPosition = Janus.Windows.GridEX.TotalRowPosition.BottomFixed;
            this.GridEX_Device.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
            // 
            // uiGroupBox4
            // 
            this.uiGroupBox4.BackColor = System.Drawing.Color.Transparent;
            this.uiGroupBox4.Controls.Add(this.UiButton_Clear);
            this.uiGroupBox4.Controls.Add(this.UiButton_Search);
            this.uiGroupBox4.Controls.Add(this.uiTab_Device);
            this.uiGroupBox4.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.uiGroupBox4.Location = new System.Drawing.Point(3, 3);
            this.uiGroupBox4.Name = "uiGroupBox4";
            this.uiGroupBox4.Size = new System.Drawing.Size(800, 190);
            this.uiGroupBox4.TabIndex = 401;
            this.uiGroupBox4.Text = "조회조건";
            this.uiGroupBox4.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
            // 
            // UiButton_Clear
            // 
            this.UiButton_Clear.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.UiButton_Clear.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.UiButton_Clear.HighlightActiveButton = false;
            this.UiButton_Clear.ImageSize = new System.Drawing.Size(30, 30);
            this.UiButton_Clear.Location = new System.Drawing.Point(690, 41);
            this.UiButton_Clear.Name = "UiButton_Clear";
            this.UiButton_Clear.Size = new System.Drawing.Size(100, 50);
            this.UiButton_Clear.TabIndex = 742;
            this.UiButton_Clear.TabStop = false;
            this.UiButton_Clear.Text = "Clear";
            this.UiButton_Clear.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
            this.UiButton_Clear.Click += new System.EventHandler(this.UiButton_Clear_Click);
            // 
            // UiButton_Search
            // 
            this.UiButton_Search.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.UiButton_Search.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.UiButton_Search.HighlightActiveButton = false;
            this.UiButton_Search.ImageSize = new System.Drawing.Size(30, 30);
            this.UiButton_Search.Location = new System.Drawing.Point(690, 97);
            this.UiButton_Search.Name = "UiButton_Search";
            this.UiButton_Search.Size = new System.Drawing.Size(100, 80);
            this.UiButton_Search.TabIndex = 741;
            this.UiButton_Search.TabStop = false;
            this.UiButton_Search.Text = "조 회";
            this.UiButton_Search.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
            this.UiButton_Search.Click += new System.EventHandler(this.UiButton_Search_Click);
            // 
            // uiTab_Device
            // 
            this.uiTab_Device.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.uiTab_Device.Location = new System.Drawing.Point(6, 21);
            this.uiTab_Device.Name = "uiTab_Device";
            this.uiTab_Device.Size = new System.Drawing.Size(676, 156);
            this.uiTab_Device.TabIndex = 740;
            this.uiTab_Device.TabPages.AddRange(new Janus.Windows.UI.Tab.UITabPage[] {
            this.uiTabPage_board,
            this.uiTabPage_IOboard});
            this.uiTab_Device.VisualStyle = Janus.Windows.UI.Tab.TabVisualStyle.Office2007;
            this.uiTab_Device.VisualStyleManager = this.visualStyleManager;
            this.uiTab_Device.SelectedTabChanged += new Janus.Windows.UI.Tab.TabEventHandler(this.uiTab_Device_SelectedTabChanged);
            // 
            // uiTabPage_board
            // 
            this.uiTabPage_board.Controls.Add(this.UiComboBox_Board_Receiver);
            this.uiTabPage_board.Controls.Add(this.label1);
            this.uiTabPage_board.Controls.Add(this.EditBox_DeviceName);
            this.uiTabPage_board.Controls.Add(this.EditBox_Position);
            this.uiTabPage_board.Controls.Add(this.CheckedComboBox_DeviceType);
            this.uiTabPage_board.Controls.Add(this.UiComboBox_Repeater);
            this.uiTabPage_board.Controls.Add(this.label12);
            this.uiTabPage_board.Controls.Add(this.label2);
            this.uiTabPage_board.Controls.Add(this.label8);
            this.uiTabPage_board.Controls.Add(this.label9);
            this.uiTabPage_board.Controls.Add(this.label10);
            this.uiTabPage_board.Controls.Add(this.UiComboBox_Channel);
            this.uiTabPage_board.Controls.Add(this.label11);
            this.uiTabPage_board.Controls.Add(this.UiComboBox_Board);
            this.uiTabPage_board.Controls.Add(this.label13);
            this.uiTabPage_board.Location = new System.Drawing.Point(1, 21);
            this.uiTabPage_board.Name = "uiTabPage_board";
            this.uiTabPage_board.Size = new System.Drawing.Size(674, 134);
            this.uiTabPage_board.TabStop = true;
            this.uiTabPage_board.Text = "통신보드";
            // 
            // UiComboBox_Board_Receiver
            // 
            this.UiComboBox_Board_Receiver.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
            this.UiComboBox_Board_Receiver.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.UiComboBox_Board_Receiver.Location = new System.Drawing.Point(164, 16);
            this.UiComboBox_Board_Receiver.Name = "UiComboBox_Board_Receiver";
            this.UiComboBox_Board_Receiver.Size = new System.Drawing.Size(80, 21);
            this.UiComboBox_Board_Receiver.TabIndex = 422;
            this.UiComboBox_Board_Receiver.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
            this.UiComboBox_Board_Receiver.DroppingDown += new System.ComponentModel.CancelEventHandler(this.UiComboBox_Board_Receiver_DroppingDown);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label1.Location = new System.Drawing.Point(59, 21);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(72, 12);
            this.label1.TabIndex = 421;
            this.label1.Text = "▶ 수신기ID:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // EditBox_DeviceName
            // 
            this.EditBox_DeviceName.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.EditBox_DeviceName.Location = new System.Drawing.Point(421, 70);
            this.EditBox_DeviceName.Name = "EditBox_DeviceName";
            this.EditBox_DeviceName.Size = new System.Drawing.Size(200, 21);
            this.EditBox_DeviceName.TabIndex = 420;
            this.EditBox_DeviceName.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
            // 
            // EditBox_Position
            // 
            this.EditBox_Position.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.EditBox_Position.Location = new System.Drawing.Point(421, 43);
            this.EditBox_Position.Name = "EditBox_Position";
            this.EditBox_Position.Size = new System.Drawing.Size(200, 21);
            this.EditBox_Position.TabIndex = 419;
            this.EditBox_Position.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
            // 
            // CheckedComboBox_DeviceType
            // 
            CheckedComboBox_DeviceType_DesignTimeLayout.LayoutString = resources.GetString("CheckedComboBox_DeviceType_DesignTimeLayout.LayoutString");
            this.CheckedComboBox_DeviceType.DesignTimeLayout = CheckedComboBox_DeviceType_DesignTimeLayout;
            this.CheckedComboBox_DeviceType.DropDownValueMember = "Device_Type";
            this.CheckedComboBox_DeviceType.Location = new System.Drawing.Point(421, 15);
            this.CheckedComboBox_DeviceType.Name = "CheckedComboBox_DeviceType";
            this.CheckedComboBox_DeviceType.SaveSettings = false;
            this.CheckedComboBox_DeviceType.Size = new System.Drawing.Size(200, 22);
            this.CheckedComboBox_DeviceType.TabIndex = 417;
            this.CheckedComboBox_DeviceType.ValuesDataMember = null;
            this.CheckedComboBox_DeviceType.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
            this.CheckedComboBox_DeviceType.CheckedValuesChanged += new System.EventHandler(this.CheckedComboBox_DeviceType_CheckedValuesChanged);
            // 
            // UiComboBox_Repeater
            // 
            this.UiComboBox_Repeater.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
            this.UiComboBox_Repeater.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.UiComboBox_Repeater.Location = new System.Drawing.Point(164, 97);
            this.UiComboBox_Repeater.Name = "UiComboBox_Repeater";
            this.UiComboBox_Repeater.Size = new System.Drawing.Size(80, 21);
            this.UiComboBox_Repeater.TabIndex = 402;
            this.UiComboBox_Repeater.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
            this.UiComboBox_Repeater.DroppingDown += new System.ComponentModel.CancelEventHandler(this.UiComboBox_Repeater_DroppingDown);
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.BackColor = System.Drawing.Color.Transparent;
            this.label12.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label12.Location = new System.Drawing.Point(59, 102);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(72, 12);
            this.label12.TabIndex = 401;
            this.label12.Text = "▶ 중계기ID:";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label2.Location = new System.Drawing.Point(481, 57);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(0, 12);
            this.label2.TabIndex = 413;
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.BackColor = System.Drawing.Color.Transparent;
            this.label8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label8.Location = new System.Drawing.Point(299, 75);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(101, 12);
            this.label8.TabIndex = 409;
            this.label8.Text = "▶ 디바이스 명칭:";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.BackColor = System.Drawing.Color.Transparent;
            this.label9.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label9.Location = new System.Drawing.Point(299, 48);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(49, 12);
            this.label9.TabIndex = 407;
            this.label9.Text = "▶ 위치:";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.BackColor = System.Drawing.Color.Transparent;
            this.label10.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label10.Location = new System.Drawing.Point(299, 21);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(77, 12);
            this.label10.TabIndex = 405;
            this.label10.Text = "▶ 설비 종류:";
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // UiComboBox_Channel
            // 
            this.UiComboBox_Channel.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
            this.UiComboBox_Channel.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.UiComboBox_Channel.Location = new System.Drawing.Point(164, 70);
            this.UiComboBox_Channel.Name = "UiComboBox_Channel";
            this.UiComboBox_Channel.Size = new System.Drawing.Size(80, 21);
            this.UiComboBox_Channel.TabIndex = 404;
            this.UiComboBox_Channel.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
            this.UiComboBox_Channel.DroppingDown += new System.ComponentModel.CancelEventHandler(this.UiComboBox_Channel_DroppingDown);
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.BackColor = System.Drawing.Color.Transparent;
            this.label11.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label11.Location = new System.Drawing.Point(59, 75);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(49, 12);
            this.label11.TabIndex = 403;
            this.label11.Text = "▶ 채널:";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // UiComboBox_Board
            // 
            this.UiComboBox_Board.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
            this.UiComboBox_Board.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.UiComboBox_Board.Location = new System.Drawing.Point(164, 43);
            this.UiComboBox_Board.Name = "UiComboBox_Board";
            this.UiComboBox_Board.Size = new System.Drawing.Size(80, 21);
            this.UiComboBox_Board.TabIndex = 400;
            this.UiComboBox_Board.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
            this.UiComboBox_Board.DroppingDown += new System.ComponentModel.CancelEventHandler(this.UiComboBox_Board_DroppingDown);
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.BackColor = System.Drawing.Color.Transparent;
            this.label13.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label13.Location = new System.Drawing.Point(59, 48);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(84, 12);
            this.label13.TabIndex = 399;
            this.label13.Text = "▶ 통신보드ID:";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // uiTabPage_IOboard
            // 
            this.uiTabPage_IOboard.Controls.Add(this.UiComboBox_IO_Receiver);
            this.uiTabPage_IOboard.Controls.Add(this.label3);
            this.uiTabPage_IOboard.Controls.Add(this.UiComboBox_IOBoard);
            this.uiTabPage_IOboard.Controls.Add(this.label6);
            this.uiTabPage_IOboard.Location = new System.Drawing.Point(1, 21);
            this.uiTabPage_IOboard.Name = "uiTabPage_IOboard";
            this.uiTabPage_IOboard.Size = new System.Drawing.Size(674, 134);
            this.uiTabPage_IOboard.TabStop = true;
            this.uiTabPage_IOboard.Text = "I/O보드";
            // 
            // UiComboBox_IO_Receiver
            // 
            this.UiComboBox_IO_Receiver.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
            this.UiComboBox_IO_Receiver.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.UiComboBox_IO_Receiver.Location = new System.Drawing.Point(164, 16);
            this.UiComboBox_IO_Receiver.Name = "UiComboBox_IO_Receiver";
            this.UiComboBox_IO_Receiver.Size = new System.Drawing.Size(80, 21);
            this.UiComboBox_IO_Receiver.TabIndex = 424;
            this.UiComboBox_IO_Receiver.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
            this.UiComboBox_IO_Receiver.DroppingDown += new System.ComponentModel.CancelEventHandler(this.UiComboBox_IO_Receiver_DroppingDown);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label3.Location = new System.Drawing.Point(59, 21);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(72, 12);
            this.label3.TabIndex = 423;
            this.label3.Text = "▶ 수신기ID:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // UiComboBox_IOBoard
            // 
            this.UiComboBox_IOBoard.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
            this.UiComboBox_IOBoard.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.UiComboBox_IOBoard.Location = new System.Drawing.Point(164, 43);
            this.UiComboBox_IOBoard.Name = "UiComboBox_IOBoard";
            this.UiComboBox_IOBoard.Size = new System.Drawing.Size(80, 21);
            this.UiComboBox_IOBoard.TabIndex = 388;
            this.UiComboBox_IOBoard.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
            this.UiComboBox_IOBoard.DroppingDown += new System.ComponentModel.CancelEventHandler(this.UiComboBox_IOBoard_DroppingDown);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.BackColor = System.Drawing.Color.Transparent;
            this.label6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.label6.Location = new System.Drawing.Point(59, 48);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(82, 12);
            this.label6.TabIndex = 387;
            this.label6.Text = "▶ I/O 보드ID:";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // gridEX_DeviceListInfo_ACU
            // 
            this.gridEX_DeviceListInfo_ACU.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
            this.gridEX_DeviceListInfo_ACU.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridEX_DeviceListInfo_ACU.Cursor = System.Windows.Forms.Cursors.Default;
            gridEX_DeviceListInfo_ACU_DesignTimeLayout.LayoutString = resources.GetString("gridEX_DeviceListInfo_ACU_DesignTimeLayout.LayoutString");
            this.gridEX_DeviceListInfo_ACU.DesignTimeLayout = gridEX_DeviceListInfo_ACU_DesignTimeLayout;
            this.gridEX_DeviceListInfo_ACU.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridEX_DeviceListInfo_ACU.Font = new System.Drawing.Font("굴림", 9F);
            this.gridEX_DeviceListInfo_ACU.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
            this.gridEX_DeviceListInfo_ACU.GroupByBoxVisible = false;
            this.gridEX_DeviceListInfo_ACU.GroupRowVisualStyle = Janus.Windows.GridEX.GroupRowVisualStyle.Outlook2003;
            this.gridEX_DeviceListInfo_ACU.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
            this.gridEX_DeviceListInfo_ACU.Location = new System.Drawing.Point(0, 0);
            this.gridEX_DeviceListInfo_ACU.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gridEX_DeviceListInfo_ACU.Name = "gridEX_DeviceListInfo_ACU";
            this.gridEX_DeviceListInfo_ACU.NewRowPosition = Janus.Windows.GridEX.NewRowPosition.BottomRow;
            this.gridEX_DeviceListInfo_ACU.ScrollBarWidth = 10;
            this.gridEX_DeviceListInfo_ACU.Size = new System.Drawing.Size(1134, 27);
            this.gridEX_DeviceListInfo_ACU.TabIndex = 2;
            this.gridEX_DeviceListInfo_ACU.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
            // 
            // gridEX_DeviceListInfo_DR
            // 
            this.gridEX_DeviceListInfo_DR.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
            this.gridEX_DeviceListInfo_DR.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridEX_DeviceListInfo_DR.Cursor = System.Windows.Forms.Cursors.Default;
            gridEX_DeviceListInfo_DR_DesignTimeLayout.LayoutString = resources.GetString("gridEX_DeviceListInfo_DR_DesignTimeLayout.LayoutString");
            this.gridEX_DeviceListInfo_DR.DesignTimeLayout = gridEX_DeviceListInfo_DR_DesignTimeLayout;
            this.gridEX_DeviceListInfo_DR.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridEX_DeviceListInfo_DR.Font = new System.Drawing.Font("굴림", 9F);
            this.gridEX_DeviceListInfo_DR.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
            this.gridEX_DeviceListInfo_DR.GroupByBoxVisible = false;
            this.gridEX_DeviceListInfo_DR.GroupRowVisualStyle = Janus.Windows.GridEX.GroupRowVisualStyle.Outlook2003;
            this.gridEX_DeviceListInfo_DR.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
            this.gridEX_DeviceListInfo_DR.Location = new System.Drawing.Point(0, 0);
            this.gridEX_DeviceListInfo_DR.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gridEX_DeviceListInfo_DR.Name = "gridEX_DeviceListInfo_DR";
            this.gridEX_DeviceListInfo_DR.NewRowPosition = Janus.Windows.GridEX.NewRowPosition.BottomRow;
            this.gridEX_DeviceListInfo_DR.ScrollBarWidth = 10;
            this.gridEX_DeviceListInfo_DR.Size = new System.Drawing.Size(1134, 27);
            this.gridEX_DeviceListInfo_DR.TabIndex = 3;
            this.gridEX_DeviceListInfo_DR.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
            // 
            // gridEX_DeviceListInfo_CR
            // 
            this.gridEX_DeviceListInfo_CR.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
            this.gridEX_DeviceListInfo_CR.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridEX_DeviceListInfo_CR.Cursor = System.Windows.Forms.Cursors.Default;
            gridEX_DeviceListInfo_CR_DesignTimeLayout.LayoutString = resources.GetString("gridEX_DeviceListInfo_CR_DesignTimeLayout.LayoutString");
            this.gridEX_DeviceListInfo_CR.DesignTimeLayout = gridEX_DeviceListInfo_CR_DesignTimeLayout;
            this.gridEX_DeviceListInfo_CR.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridEX_DeviceListInfo_CR.Font = new System.Drawing.Font("굴림", 9F);
            this.gridEX_DeviceListInfo_CR.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
            this.gridEX_DeviceListInfo_CR.GroupByBoxVisible = false;
            this.gridEX_DeviceListInfo_CR.GroupRowVisualStyle = Janus.Windows.GridEX.GroupRowVisualStyle.Outlook2003;
            this.gridEX_DeviceListInfo_CR.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
            this.gridEX_DeviceListInfo_CR.Location = new System.Drawing.Point(0, 0);
            this.gridEX_DeviceListInfo_CR.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gridEX_DeviceListInfo_CR.Name = "gridEX_DeviceListInfo_CR";
            this.gridEX_DeviceListInfo_CR.NewRowPosition = Janus.Windows.GridEX.NewRowPosition.BottomRow;
            this.gridEX_DeviceListInfo_CR.ScrollBarWidth = 10;
            this.gridEX_DeviceListInfo_CR.Size = new System.Drawing.Size(1134, 27);
            this.gridEX_DeviceListInfo_CR.TabIndex = 3;
            this.gridEX_DeviceListInfo_CR.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
            // 
            // gridEX_DeviceListInfo_EO
            // 
            this.gridEX_DeviceListInfo_EO.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
            this.gridEX_DeviceListInfo_EO.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridEX_DeviceListInfo_EO.Cursor = System.Windows.Forms.Cursors.Default;
            gridEX_DeviceListInfo_EO_DesignTimeLayout.LayoutString = resources.GetString("gridEX_DeviceListInfo_EO_DesignTimeLayout.LayoutString");
            this.gridEX_DeviceListInfo_EO.DesignTimeLayout = gridEX_DeviceListInfo_EO_DesignTimeLayout;
            this.gridEX_DeviceListInfo_EO.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridEX_DeviceListInfo_EO.Font = new System.Drawing.Font("굴림", 9F);
            this.gridEX_DeviceListInfo_EO.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
            this.gridEX_DeviceListInfo_EO.GroupByBoxVisible = false;
            this.gridEX_DeviceListInfo_EO.GroupRowVisualStyle = Janus.Windows.GridEX.GroupRowVisualStyle.Outlook2003;
            this.gridEX_DeviceListInfo_EO.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
            this.gridEX_DeviceListInfo_EO.Location = new System.Drawing.Point(0, 0);
            this.gridEX_DeviceListInfo_EO.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gridEX_DeviceListInfo_EO.Name = "gridEX_DeviceListInfo_EO";
            this.gridEX_DeviceListInfo_EO.NewRowPosition = Janus.Windows.GridEX.NewRowPosition.BottomRow;
            this.gridEX_DeviceListInfo_EO.ScrollBarWidth = 10;
            this.gridEX_DeviceListInfo_EO.Size = new System.Drawing.Size(1134, 27);
            this.gridEX_DeviceListInfo_EO.TabIndex = 3;
            this.gridEX_DeviceListInfo_EO.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
            // 
            // gridEX_DeviceListInfo_EI
            // 
            this.gridEX_DeviceListInfo_EI.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
            this.gridEX_DeviceListInfo_EI.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridEX_DeviceListInfo_EI.Cursor = System.Windows.Forms.Cursors.Default;
            gridEX_DeviceListInfo_EI_DesignTimeLayout.LayoutString = resources.GetString("gridEX_DeviceListInfo_EI_DesignTimeLayout.LayoutString");
            this.gridEX_DeviceListInfo_EI.DesignTimeLayout = gridEX_DeviceListInfo_EI_DesignTimeLayout;
            this.gridEX_DeviceListInfo_EI.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridEX_DeviceListInfo_EI.Font = new System.Drawing.Font("굴림", 9F);
            this.gridEX_DeviceListInfo_EI.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
            this.gridEX_DeviceListInfo_EI.GroupByBoxVisible = false;
            this.gridEX_DeviceListInfo_EI.GroupRowVisualStyle = Janus.Windows.GridEX.GroupRowVisualStyle.Outlook2003;
            this.gridEX_DeviceListInfo_EI.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
            this.gridEX_DeviceListInfo_EI.Location = new System.Drawing.Point(0, 0);
            this.gridEX_DeviceListInfo_EI.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gridEX_DeviceListInfo_EI.Name = "gridEX_DeviceListInfo_EI";
            this.gridEX_DeviceListInfo_EI.NewRowPosition = Janus.Windows.GridEX.NewRowPosition.BottomRow;
            this.gridEX_DeviceListInfo_EI.ScrollBarWidth = 10;
            this.gridEX_DeviceListInfo_EI.Size = new System.Drawing.Size(1134, 27);
            this.gridEX_DeviceListInfo_EI.TabIndex = 4;
            this.gridEX_DeviceListInfo_EI.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
            // 
            // Form_AddDevice
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(841, 644);
            this.Controls.Add(this.uiGroupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Form_AddDevice";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "회로 조회";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_AddDevice_FormClosed);
            ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).EndInit();
            this.uiGroupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.GridEX_Device)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox4)).EndInit();
            this.uiGroupBox4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uiTab_Device)).EndInit();
            this.uiTab_Device.ResumeLayout(false);
            this.uiTabPage_board.ResumeLayout(false);
            this.uiTabPage_board.PerformLayout();
            this.uiTabPage_IOboard.ResumeLayout(false);
            this.uiTabPage_IOboard.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_ACU)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_DR)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_CR)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_EO)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_EI)).EndInit();
            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.EditControls.UIGroupBox uiGroupBox4;
        internal Janus.Windows.GridEX.GridEX GridEX_Device;
        private Janus.Windows.UI.Tab.UITab uiTab_Device;
        private Janus.Windows.UI.Tab.UITabPage uiTabPage_board;
        private Janus.Windows.UI.Tab.UITabPage uiTabPage_IOboard;
        internal Janus.Windows.GridEX.GridEX gridEX_DeviceListInfo_ACU;
        internal Janus.Windows.GridEX.GridEX gridEX_DeviceListInfo_DR;
        internal Janus.Windows.GridEX.GridEX gridEX_DeviceListInfo_CR;
        internal Janus.Windows.GridEX.GridEX gridEX_DeviceListInfo_EO;
        internal Janus.Windows.GridEX.GridEX gridEX_DeviceListInfo_EI;
        internal Janus.Windows.EditControls.UIButton UiButton_Search;
        private Janus.Windows.EditControls.UIComboBox UiComboBox_IOBoard;
        private System.Windows.Forms.Label label6;
        internal Janus.Windows.EditControls.UIButton UiButton_Close;
        internal Janus.Windows.EditControls.UIButton UiButton_AddDevice;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label10;
        private Janus.Windows.EditControls.UIComboBox UiComboBox_Channel;
        private System.Windows.Forms.Label label11;
        private Janus.Windows.EditControls.UIComboBox UiComboBox_Repeater;
        private System.Windows.Forms.Label label12;
        private Janus.Windows.EditControls.UIComboBox UiComboBox_Board;
        private System.Windows.Forms.Label label13;
        private Janus.Windows.GridEX.EditControls.CheckedComboBox CheckedComboBox_DeviceType;
        private Janus.Windows.GridEX.EditControls.EditBox EditBox_DeviceName;
        private Janus.Windows.GridEX.EditControls.EditBox EditBox_Position;
        internal Janus.Windows.EditControls.UIButton UiButton_Clear;
        private Janus.Windows.EditControls.UIComboBox UiComboBox_Board_Receiver;
        private System.Windows.Forms.Label label1;
        private Janus.Windows.EditControls.UIComboBox UiComboBox_IO_Receiver;
        private System.Windows.Forms.Label label3;
    }
}