1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246 |
- namespace IControls_FireManager
- {
- partial class Form_MapDesigner
- {
- /// <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_MapDesigner));
- Janus.Windows.GridEX.GridEXLayout CheckedComboBox_DeviceType_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
- System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("");
- this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
- this.uiGroupBox_Device = new Janus.Windows.EditControls.UIGroupBox();
- this.GridEX_Device = new Janus.Windows.GridEX.GridEX();
- this.EditBox_DeviceName = new Janus.Windows.GridEX.EditControls.EditBox();
- this.CheckedComboBox_DeviceType = new Janus.Windows.GridEX.EditControls.CheckedComboBox();
- this.uiButton_Device_Clear = new Janus.Windows.EditControls.UIButton();
- this.label_DeviceName = new System.Windows.Forms.Label();
- this.uiButton_Device_Result = new Janus.Windows.EditControls.UIButton();
- this.uiButton_Device_Apply = new Janus.Windows.EditControls.UIButton();
- this.label_DeviceType = new System.Windows.Forms.Label();
- this.uiButton_Device_Inq = new Janus.Windows.EditControls.UIButton();
- this.EditBox_Position = new Janus.Windows.GridEX.EditControls.EditBox();
- this.UiComboBox_Device_InOut = new Janus.Windows.EditControls.UIComboBox();
- this.label_CurrentStatus = new System.Windows.Forms.Label();
- this.label_Oper = new System.Windows.Forms.Label();
- this.label_info = new System.Windows.Forms.Label();
- this.label_Position = new System.Windows.Forms.Label();
- this.label_Device_InOut = new System.Windows.Forms.Label();
- this.UiComboBox_Repeater = new Janus.Windows.EditControls.UIComboBox();
- this.label_Board = new System.Windows.Forms.Label();
- this.label_Repeater = new System.Windows.Forms.Label();
- this.UiComboBox_Board = new Janus.Windows.EditControls.UIComboBox();
- this.UiComboBox_Channel = new Janus.Windows.EditControls.UIComboBox();
- this.label_Channel = new System.Windows.Forms.Label();
- this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);
- this.uiPanelManager = new Janus.Windows.UI.Dock.UIPanelManager(this.components);
- this.uiPanelGroup2 = new Janus.Windows.UI.Dock.UIPanelGroup();
- this.uiPanel_Tree = new Janus.Windows.UI.Dock.UIPanel();
- this.uiPanel_TreeContainer = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
- this.treeView_ObjectTree = new System.Windows.Forms.TreeView();
- this.imageList_Icon_16by16 = new System.Windows.Forms.ImageList(this.components);
- this.uiPanel_Info = new Janus.Windows.UI.Dock.UIPanel();
- this.uiPanel_InfoContainer = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
- this.uiGroupBox_Info = new Janus.Windows.EditControls.UIGroupBox();
- this.editBox_Status_Size_H = new Janus.Windows.GridEX.EditControls.EditBox();
- this.editBox_Status_Size_W = new Janus.Windows.GridEX.EditControls.EditBox();
- this.editBox_Status_Location_Y = new Janus.Windows.GridEX.EditControls.EditBox();
- this.editBox_Status_Location_X = new Janus.Windows.GridEX.EditControls.EditBox();
- this.uiComboBox_Status_Jump = new Janus.Windows.EditControls.UIComboBox();
- this.label_Status_Device = new System.Windows.Forms.Label();
- this.label_Status_IconType = new System.Windows.Forms.Label();
- this.label_Status_Jump_Header = new System.Windows.Forms.Label();
- this.label_Status_Device_Header = new System.Windows.Forms.Label();
- this.label_Status_IconType_Header = new System.Windows.Forms.Label();
- this.label_Status_Size_Header = new System.Windows.Forms.Label();
- this.label_Status_Info = new System.Windows.Forms.Label();
- this.label_Status_Location_Header = new System.Windows.Forms.Label();
- this.label_Status_Info_Header = new System.Windows.Forms.Label();
- this.uiPanelGroup1 = new Janus.Windows.UI.Dock.UIPanelGroup();
- this.uiPanel_Base = new Janus.Windows.UI.Dock.UIPanel();
- this.uiPanel_BaseContainer = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
- this.uiGroupBox_Base = new Janus.Windows.EditControls.UIGroupBox();
- this.uiCheckBox_IconLock = new Janus.Windows.EditControls.UICheckBox();
- this.label_Base_Save_Comment = new System.Windows.Forms.Label();
- this.editBox_Base_BackgrondFilePath = new Janus.Windows.GridEX.EditControls.EditBox();
- this.editBox_Base_BackgrondFileName = new Janus.Windows.GridEX.EditControls.EditBox();
- this.editBox_Base_PageName = new Janus.Windows.GridEX.EditControls.EditBox();
- this.label_Base_IconLock = new System.Windows.Forms.Label();
- this.label_Base_BackgrondFilePath = new System.Windows.Forms.Label();
- this.label_PageName_Edit = new System.Windows.Forms.Label();
- this.label_Base_PageName = new System.Windows.Forms.Label();
- this.label_Base_BackgrondFileName = new System.Windows.Forms.Label();
- this.uiButton_Base_Save = new Janus.Windows.EditControls.UIButton();
- this.uiButton_PageName_Edit = new Janus.Windows.EditControls.UIButton();
- this.uiButton_Base_BackgrondFileName = new Janus.Windows.EditControls.UIButton();
- this.uiPanel_Device = new Janus.Windows.UI.Dock.UIPanel();
- this.uiPanel_DeviceContainer = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
- this.uiPanel_Item = new Janus.Windows.UI.Dock.UIPanel();
- this.uiPanel_ItemContainer = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
- this.listView_Item = new System.Windows.Forms.ListView();
- this.uiPanel_Work = new Janus.Windows.UI.Dock.UIPanel();
- this.uiPanel_WorkContainer = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
- this.pictureBox_Background = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox_Device)).BeginInit();
- this.uiGroupBox_Device.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.GridEX_Device)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uiPanelGroup2)).BeginInit();
- this.uiPanelGroup2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Tree)).BeginInit();
- this.uiPanel_Tree.SuspendLayout();
- this.uiPanel_TreeContainer.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Info)).BeginInit();
- this.uiPanel_Info.SuspendLayout();
- this.uiPanel_InfoContainer.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox_Info)).BeginInit();
- this.uiGroupBox_Info.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uiPanelGroup1)).BeginInit();
- this.uiPanelGroup1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Base)).BeginInit();
- this.uiPanel_Base.SuspendLayout();
- this.uiPanel_BaseContainer.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox_Base)).BeginInit();
- this.uiGroupBox_Base.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Device)).BeginInit();
- this.uiPanel_Device.SuspendLayout();
- this.uiPanel_DeviceContainer.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Item)).BeginInit();
- this.uiPanel_Item.SuspendLayout();
- this.uiPanel_ItemContainer.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Work)).BeginInit();
- this.uiPanel_Work.SuspendLayout();
- this.uiPanel_WorkContainer.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Background)).BeginInit();
- this.SuspendLayout();
- //
- // officeFormAdorner
- //
- this.officeFormAdorner.Form = this;
- this.officeFormAdorner.Office2007CustomColor = System.Drawing.Color.Empty;
- //
- // uiGroupBox_Device
- //
- this.uiGroupBox_Device.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
- this.uiGroupBox_Device.BorderColor = System.Drawing.Color.Transparent;
- this.uiGroupBox_Device.Controls.Add(this.GridEX_Device);
- this.uiGroupBox_Device.Controls.Add(this.EditBox_DeviceName);
- this.uiGroupBox_Device.Controls.Add(this.CheckedComboBox_DeviceType);
- this.uiGroupBox_Device.Controls.Add(this.uiButton_Device_Clear);
- this.uiGroupBox_Device.Controls.Add(this.label_DeviceName);
- this.uiGroupBox_Device.Controls.Add(this.uiButton_Device_Result);
- this.uiGroupBox_Device.Controls.Add(this.uiButton_Device_Apply);
- this.uiGroupBox_Device.Controls.Add(this.label_DeviceType);
- this.uiGroupBox_Device.Controls.Add(this.uiButton_Device_Inq);
- this.uiGroupBox_Device.Controls.Add(this.EditBox_Position);
- this.uiGroupBox_Device.Controls.Add(this.UiComboBox_Device_InOut);
- this.uiGroupBox_Device.Controls.Add(this.label_CurrentStatus);
- this.uiGroupBox_Device.Controls.Add(this.label_Oper);
- this.uiGroupBox_Device.Controls.Add(this.label_info);
- this.uiGroupBox_Device.Controls.Add(this.label_Position);
- this.uiGroupBox_Device.Controls.Add(this.label_Device_InOut);
- this.uiGroupBox_Device.Controls.Add(this.UiComboBox_Repeater);
- this.uiGroupBox_Device.Controls.Add(this.label_Board);
- this.uiGroupBox_Device.Controls.Add(this.label_Repeater);
- this.uiGroupBox_Device.Controls.Add(this.UiComboBox_Board);
- this.uiGroupBox_Device.Controls.Add(this.UiComboBox_Channel);
- this.uiGroupBox_Device.Controls.Add(this.label_Channel);
- this.uiGroupBox_Device.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiGroupBox_Device.Location = new System.Drawing.Point(0, 0);
- this.uiGroupBox_Device.Name = "uiGroupBox_Device";
- this.uiGroupBox_Device.Size = new System.Drawing.Size(922, 210);
- this.uiGroupBox_Device.TabIndex = 0;
- this.uiGroupBox_Device.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
- //
- // 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.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.Dock = System.Windows.Forms.DockStyle.Right;
- this.GridEX_Device.EmptyRows = true;
- this.GridEX_Device.FocusCellFormatStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
- this.GridEX_Device.Font = new System.Drawing.Font("굴림", 8.25F);
- 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(375, 8);
- 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.SelectedFormatStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
- this.GridEX_Device.SelectedFormatStyle.BackColorGradient = System.Drawing.Color.Empty;
- this.GridEX_Device.SelectedInactiveFormatStyle.BackColor = System.Drawing.Color.Empty;
- this.GridEX_Device.Size = new System.Drawing.Size(544, 199);
- this.GridEX_Device.TabIndex = 740;
- 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;
- //
- // 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(119, 180);
- this.EditBox_DeviceName.Name = "EditBox_DeviceName";
- this.EditBox_DeviceName.Size = new System.Drawing.Size(91, 21);
- this.EditBox_DeviceName.TabIndex = 8;
- this.EditBox_DeviceName.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(117, 152);
- this.CheckedComboBox_DeviceType.Name = "CheckedComboBox_DeviceType";
- this.CheckedComboBox_DeviceType.SaveSettings = false;
- this.CheckedComboBox_DeviceType.Size = new System.Drawing.Size(91, 21);
- this.CheckedComboBox_DeviceType.TabIndex = 7;
- 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);
- //
- // uiButton_Device_Clear
- //
- this.uiButton_Device_Clear.Font = new System.Drawing.Font("굴림", 9F);
- this.uiButton_Device_Clear.HighlightActiveButton = false;
- this.uiButton_Device_Clear.Location = new System.Drawing.Point(239, 73);
- this.uiButton_Device_Clear.Name = "uiButton_Device_Clear";
- this.uiButton_Device_Clear.Size = new System.Drawing.Size(111, 21);
- this.uiButton_Device_Clear.TabIndex = 10;
- this.uiButton_Device_Clear.Text = "Clear";
- this.uiButton_Device_Clear.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- this.uiButton_Device_Clear.Click += new System.EventHandler(this.uiButton_Device_Clear_Click);
- //
- // label_DeviceName
- //
- this.label_DeviceName.AutoSize = true;
- this.label_DeviceName.BackColor = System.Drawing.Color.Transparent;
- this.label_DeviceName.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label_DeviceName.Location = new System.Drawing.Point(12, 185);
- this.label_DeviceName.Name = "label_DeviceName";
- this.label_DeviceName.Size = new System.Drawing.Size(101, 12);
- this.label_DeviceName.TabIndex = 426;
- this.label_DeviceName.Text = "▶ 디바이스 명칭:";
- this.label_DeviceName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiButton_Device_Result
- //
- this.uiButton_Device_Result.Font = new System.Drawing.Font("굴림", 9F);
- this.uiButton_Device_Result.HighlightActiveButton = false;
- this.uiButton_Device_Result.Location = new System.Drawing.Point(238, 125);
- this.uiButton_Device_Result.Name = "uiButton_Device_Result";
- this.uiButton_Device_Result.Size = new System.Drawing.Size(112, 21);
- this.uiButton_Device_Result.TabIndex = 11;
- this.uiButton_Device_Result.Text = "결과";
- this.uiButton_Device_Result.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- this.uiButton_Device_Result.Click += new System.EventHandler(this.uiButton_Device_Result_Click);
- //
- // uiButton_Device_Apply
- //
- this.uiButton_Device_Apply.Font = new System.Drawing.Font("굴림", 9F);
- this.uiButton_Device_Apply.HighlightActiveButton = false;
- this.uiButton_Device_Apply.Location = new System.Drawing.Point(238, 180);
- this.uiButton_Device_Apply.Name = "uiButton_Device_Apply";
- this.uiButton_Device_Apply.Size = new System.Drawing.Size(112, 21);
- this.uiButton_Device_Apply.TabIndex = 11;
- this.uiButton_Device_Apply.Text = "적용";
- this.uiButton_Device_Apply.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- this.uiButton_Device_Apply.Click += new System.EventHandler(this.uiButton_Device_Apply_Click);
- //
- // label_DeviceType
- //
- this.label_DeviceType.AutoSize = true;
- this.label_DeviceType.BackColor = System.Drawing.Color.Transparent;
- this.label_DeviceType.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label_DeviceType.Location = new System.Drawing.Point(12, 157);
- this.label_DeviceType.Name = "label_DeviceType";
- this.label_DeviceType.Size = new System.Drawing.Size(77, 12);
- this.label_DeviceType.TabIndex = 425;
- this.label_DeviceType.Text = "▶ 설비 종류:";
- this.label_DeviceType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiButton_Device_Inq
- //
- this.uiButton_Device_Inq.Font = new System.Drawing.Font("굴림", 9F);
- this.uiButton_Device_Inq.HighlightActiveButton = false;
- this.uiButton_Device_Inq.Location = new System.Drawing.Point(238, 40);
- this.uiButton_Device_Inq.Name = "uiButton_Device_Inq";
- this.uiButton_Device_Inq.Size = new System.Drawing.Size(112, 21);
- this.uiButton_Device_Inq.TabIndex = 9;
- this.uiButton_Device_Inq.Text = "조회";
- this.uiButton_Device_Inq.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- this.uiButton_Device_Inq.Click += new System.EventHandler(this.uiButton_Device_Inq_Click);
- //
- // 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(117, 124);
- this.EditBox_Position.Name = "EditBox_Position";
- this.EditBox_Position.Size = new System.Drawing.Size(91, 21);
- this.EditBox_Position.TabIndex = 6;
- this.EditBox_Position.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
- //
- // UiComboBox_Device_InOut
- //
- this.UiComboBox_Device_InOut.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
- this.UiComboBox_Device_InOut.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.UiComboBox_Device_InOut.Location = new System.Drawing.Point(117, 12);
- this.UiComboBox_Device_InOut.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.UiComboBox_Device_InOut.Name = "UiComboBox_Device_InOut";
- this.UiComboBox_Device_InOut.Size = new System.Drawing.Size(68, 21);
- this.UiComboBox_Device_InOut.TabIndex = 2;
- this.UiComboBox_Device_InOut.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- //
- // label_CurrentStatus
- //
- this.label_CurrentStatus.AutoSize = true;
- this.label_CurrentStatus.BackColor = System.Drawing.Color.Transparent;
- this.label_CurrentStatus.Font = new System.Drawing.Font("굴림", 9F);
- this.label_CurrentStatus.Location = new System.Drawing.Point(223, 101);
- this.label_CurrentStatus.Name = "label_CurrentStatus";
- this.label_CurrentStatus.Size = new System.Drawing.Size(69, 12);
- this.label_CurrentStatus.TabIndex = 383;
- this.label_CurrentStatus.Text = "▶ 현재상태";
- this.label_CurrentStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_Oper
- //
- this.label_Oper.AutoSize = true;
- this.label_Oper.BackColor = System.Drawing.Color.Transparent;
- this.label_Oper.Font = new System.Drawing.Font("굴림", 9F);
- this.label_Oper.Location = new System.Drawing.Point(223, 157);
- this.label_Oper.Name = "label_Oper";
- this.label_Oper.Size = new System.Drawing.Size(97, 12);
- this.label_Oper.TabIndex = 383;
- this.label_Oper.Text = "◆ 디바이스 연동";
- this.label_Oper.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_info
- //
- this.label_info.AutoSize = true;
- this.label_info.BackColor = System.Drawing.Color.Transparent;
- this.label_info.Font = new System.Drawing.Font("굴림", 9F);
- this.label_info.Location = new System.Drawing.Point(223, 17);
- this.label_info.Name = "label_info";
- this.label_info.Size = new System.Drawing.Size(97, 12);
- this.label_info.TabIndex = 383;
- this.label_info.Text = "▶ 디바이스 조회";
- this.label_info.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_Position
- //
- this.label_Position.AutoSize = true;
- this.label_Position.BackColor = System.Drawing.Color.Transparent;
- this.label_Position.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label_Position.Location = new System.Drawing.Point(12, 129);
- this.label_Position.Name = "label_Position";
- this.label_Position.Size = new System.Drawing.Size(49, 12);
- this.label_Position.TabIndex = 422;
- this.label_Position.Text = "▶ 위치:";
- this.label_Position.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_Device_InOut
- //
- this.label_Device_InOut.AutoSize = true;
- this.label_Device_InOut.BackColor = System.Drawing.Color.Transparent;
- this.label_Device_InOut.Font = new System.Drawing.Font("굴림", 9F);
- this.label_Device_InOut.Location = new System.Drawing.Point(12, 17);
- this.label_Device_InOut.Name = "label_Device_InOut";
- this.label_Device_InOut.Size = new System.Drawing.Size(64, 12);
- this.label_Device_InOut.TabIndex = 383;
- this.label_Device_InOut.Text = "▶ In/Out :";
- this.label_Device_InOut.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // 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(117, 96);
- this.UiComboBox_Repeater.Name = "UiComboBox_Repeater";
- this.UiComboBox_Repeater.Size = new System.Drawing.Size(68, 21);
- this.UiComboBox_Repeater.TabIndex = 5;
- this.UiComboBox_Repeater.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- //
- // label_Board
- //
- this.label_Board.AutoSize = true;
- this.label_Board.BackColor = System.Drawing.Color.Transparent;
- this.label_Board.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label_Board.Location = new System.Drawing.Point(12, 45);
- this.label_Board.Name = "label_Board";
- this.label_Board.Size = new System.Drawing.Size(84, 12);
- this.label_Board.TabIndex = 405;
- this.label_Board.Text = "▶ 통신보드ID:";
- this.label_Board.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_Repeater
- //
- this.label_Repeater.AutoSize = true;
- this.label_Repeater.BackColor = System.Drawing.Color.Transparent;
- this.label_Repeater.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label_Repeater.Location = new System.Drawing.Point(12, 101);
- this.label_Repeater.Name = "label_Repeater";
- this.label_Repeater.Size = new System.Drawing.Size(72, 12);
- this.label_Repeater.TabIndex = 420;
- this.label_Repeater.Text = "▶ 중계기ID:";
- this.label_Repeater.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(117, 40);
- this.UiComboBox_Board.Name = "UiComboBox_Board";
- this.UiComboBox_Board.Size = new System.Drawing.Size(68, 21);
- this.UiComboBox_Board.TabIndex = 3;
- this.UiComboBox_Board.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- this.UiComboBox_Board.SelectedValueChanged += new System.EventHandler(this.UiComboBox_Board_SelectedValueChanged);
- //
- // 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(117, 68);
- this.UiComboBox_Channel.Name = "UiComboBox_Channel";
- this.UiComboBox_Channel.Size = new System.Drawing.Size(68, 21);
- this.UiComboBox_Channel.TabIndex = 4;
- this.UiComboBox_Channel.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- this.UiComboBox_Channel.SelectedValueChanged += new System.EventHandler(this.UiComboBox_Channel_SelectedValueChanged);
- //
- // label_Channel
- //
- this.label_Channel.AutoSize = true;
- this.label_Channel.BackColor = System.Drawing.Color.Transparent;
- this.label_Channel.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label_Channel.Location = new System.Drawing.Point(12, 73);
- this.label_Channel.Name = "label_Channel";
- this.label_Channel.Size = new System.Drawing.Size(49, 12);
- this.label_Channel.TabIndex = 407;
- this.label_Channel.Text = "▶ 채널:";
- this.label_Channel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiPanelManager
- //
- this.uiPanelManager.ContainerControl = this;
- this.uiPanelManager.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
- this.uiPanelGroup2.Id = new System.Guid("20b2ebf0-05b5-4095-8585-de8fcefa0974");
- this.uiPanel_Tree.Id = new System.Guid("8d5fc309-a389-4879-8448-ccb3b8c73257");
- this.uiPanelGroup2.Panels.Add(this.uiPanel_Tree);
- this.uiPanel_Info.Id = new System.Guid("11bead60-bdc0-4282-9be8-0a019d4906e7");
- this.uiPanelGroup2.Panels.Add(this.uiPanel_Info);
- this.uiPanelManager.Panels.Add(this.uiPanelGroup2);
- this.uiPanelGroup1.Id = new System.Guid("003e60f7-00ab-43eb-9648-a40c7ccb81f8");
- this.uiPanel_Base.Id = new System.Guid("9168b110-587a-4470-a871-2470d9c1ac23");
- this.uiPanelGroup1.Panels.Add(this.uiPanel_Base);
- this.uiPanel_Device.Id = new System.Guid("e58bc153-0af6-4cc1-8256-913e4ccd2306");
- this.uiPanelGroup1.Panels.Add(this.uiPanel_Device);
- this.uiPanelManager.Panels.Add(this.uiPanelGroup1);
- this.uiPanel_Item.Id = new System.Guid("7a2aa23d-f039-45f7-b916-f427e67e74bb");
- this.uiPanelManager.Panels.Add(this.uiPanel_Item);
- this.uiPanel_Work.Id = new System.Guid("eab48c40-b496-4046-93ba-e5279c6d6f72");
- this.uiPanelManager.Panels.Add(this.uiPanel_Work);
- //
- // Design Time Panel Info:
- //
- this.uiPanelManager.BeginPanelInfo();
- this.uiPanelManager.AddDockPanelInfo(new System.Guid("eab48c40-b496-4046-93ba-e5279c6d6f72"), Janus.Windows.UI.Dock.PanelDockStyle.Fill, new System.Drawing.Size(1083, 744), true);
- this.uiPanelManager.AddDockPanelInfo(new System.Guid("20b2ebf0-05b5-4095-8585-de8fcefa0974"), Janus.Windows.UI.Dock.PanelGroupStyle.HorizontalTiles, Janus.Windows.UI.Dock.PanelDockStyle.Right, false, new System.Drawing.Size(336, 982), true);
- this.uiPanelManager.AddDockPanelInfo(new System.Guid("8d5fc309-a389-4879-8448-ccb3b8c73257"), new System.Guid("20b2ebf0-05b5-4095-8585-de8fcefa0974"), 731, true);
- this.uiPanelManager.AddDockPanelInfo(new System.Guid("11bead60-bdc0-4282-9be8-0a019d4906e7"), new System.Guid("20b2ebf0-05b5-4095-8585-de8fcefa0974"), 249, true);
- this.uiPanelManager.AddDockPanelInfo(new System.Guid("003e60f7-00ab-43eb-9648-a40c7ccb81f8"), Janus.Windows.UI.Dock.PanelGroupStyle.VerticalTiles, Janus.Windows.UI.Dock.PanelDockStyle.Top, false, new System.Drawing.Size(1254, 238), true);
- this.uiPanelManager.AddDockPanelInfo(new System.Guid("9168b110-587a-4470-a871-2470d9c1ac23"), new System.Guid("003e60f7-00ab-43eb-9648-a40c7ccb81f8"), 326, true);
- this.uiPanelManager.AddDockPanelInfo(new System.Guid("e58bc153-0af6-4cc1-8256-913e4ccd2306"), new System.Guid("003e60f7-00ab-43eb-9648-a40c7ccb81f8"), 924, true);
- this.uiPanelManager.AddDockPanelInfo(new System.Guid("7a2aa23d-f039-45f7-b916-f427e67e74bb"), Janus.Windows.UI.Dock.PanelDockStyle.Left, new System.Drawing.Size(171, 744), true);
- this.uiPanelManager.AddFloatingPanelInfo(new System.Guid("9168b110-587a-4470-a871-2470d9c1ac23"), new System.Drawing.Point(512, 257), new System.Drawing.Size(200, 200), false);
- this.uiPanelManager.AddFloatingPanelInfo(new System.Guid("e58bc153-0af6-4cc1-8256-913e4ccd2306"), new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
- this.uiPanelManager.AddFloatingPanelInfo(new System.Guid("11bead60-bdc0-4282-9be8-0a019d4906e7"), new System.Drawing.Point(2926, 621), new System.Drawing.Size(200, 200), false);
- this.uiPanelManager.AddFloatingPanelInfo(new System.Guid("8d5fc309-a389-4879-8448-ccb3b8c73257"), new System.Drawing.Point(2932, 599), new System.Drawing.Size(200, 200), false);
- this.uiPanelManager.AddFloatingPanelInfo(new System.Guid("7a2aa23d-f039-45f7-b916-f427e67e74bb"), new System.Drawing.Point(-1498, 777), new System.Drawing.Size(200, 200), false);
- this.uiPanelManager.AddFloatingPanelInfo(new System.Guid("eab48c40-b496-4046-93ba-e5279c6d6f72"), new System.Drawing.Point(-1023, 750), new System.Drawing.Size(200, 200), false);
- this.uiPanelManager.EndPanelInfo();
- //
- // uiPanelGroup2
- //
- this.uiPanelGroup2.Location = new System.Drawing.Point(1257, 3);
- this.uiPanelGroup2.Name = "uiPanelGroup2";
- this.uiPanelGroup2.Size = new System.Drawing.Size(336, 982);
- this.uiPanelGroup2.TabIndex = 6;
- //
- // uiPanel_Tree
- //
- this.uiPanel_Tree.AllowResize = Janus.Windows.UI.InheritableBoolean.True;
- this.uiPanel_Tree.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
- this.uiPanel_Tree.FloatingLocation = new System.Drawing.Point(2932, 599);
- this.uiPanel_Tree.InnerContainer = this.uiPanel_TreeContainer;
- this.uiPanel_Tree.Location = new System.Drawing.Point(4, 0);
- this.uiPanel_Tree.Name = "uiPanel_Tree";
- this.uiPanel_Tree.Size = new System.Drawing.Size(332, 730);
- this.uiPanel_Tree.TabIndex = 1;
- this.uiPanel_Tree.TabStop = false;
- this.uiPanel_Tree.Text = "오브젝트 트리 ";
- //
- // uiPanel_TreeContainer
- //
- this.uiPanel_TreeContainer.Controls.Add(this.treeView_ObjectTree);
- this.uiPanel_TreeContainer.Location = new System.Drawing.Point(1, 23);
- this.uiPanel_TreeContainer.Name = "uiPanel_TreeContainer";
- this.uiPanel_TreeContainer.Size = new System.Drawing.Size(330, 706);
- this.uiPanel_TreeContainer.TabIndex = 0;
- this.uiPanel_TreeContainer.TabStop = false;
- //
- // treeView_ObjectTree
- //
- this.treeView_ObjectTree.Dock = System.Windows.Forms.DockStyle.Fill;
- this.treeView_ObjectTree.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.treeView_ObjectTree.ImageIndex = 3;
- this.treeView_ObjectTree.ImageList = this.imageList_Icon_16by16;
- this.treeView_ObjectTree.Indent = 15;
- this.treeView_ObjectTree.ItemHeight = 15;
- this.treeView_ObjectTree.Location = new System.Drawing.Point(0, 0);
- this.treeView_ObjectTree.Name = "treeView_ObjectTree";
- this.treeView_ObjectTree.SelectedImageIndex = 0;
- this.treeView_ObjectTree.Size = new System.Drawing.Size(330, 706);
- this.treeView_ObjectTree.TabIndex = 0;
- this.treeView_ObjectTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_ObjetTree_NodeMouseClick);
- //
- // imageList_Icon_16by16
- //
- this.imageList_Icon_16by16.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_Icon_16by16.ImageStream")));
- this.imageList_Icon_16by16.TransparentColor = System.Drawing.Color.Transparent;
- this.imageList_Icon_16by16.Images.SetKeyName(0, "");
- this.imageList_Icon_16by16.Images.SetKeyName(1, "");
- this.imageList_Icon_16by16.Images.SetKeyName(2, "");
- this.imageList_Icon_16by16.Images.SetKeyName(3, "");
- this.imageList_Icon_16by16.Images.SetKeyName(4, "");
- this.imageList_Icon_16by16.Images.SetKeyName(5, "");
- this.imageList_Icon_16by16.Images.SetKeyName(6, "");
- this.imageList_Icon_16by16.Images.SetKeyName(7, "");
- this.imageList_Icon_16by16.Images.SetKeyName(8, "");
- this.imageList_Icon_16by16.Images.SetKeyName(9, "");
- this.imageList_Icon_16by16.Images.SetKeyName(10, "connect.png");
- this.imageList_Icon_16by16.Images.SetKeyName(11, "log.png");
- this.imageList_Icon_16by16.Images.SetKeyName(12, "new.png");
- this.imageList_Icon_16by16.Images.SetKeyName(13, "plus.png");
- this.imageList_Icon_16by16.Images.SetKeyName(14, "print.png");
- this.imageList_Icon_16by16.Images.SetKeyName(15, "green_ball.bmp");
- this.imageList_Icon_16by16.Images.SetKeyName(16, "green_chk.bmp");
- this.imageList_Icon_16by16.Images.SetKeyName(17, "red_ball.bmp");
- this.imageList_Icon_16by16.Images.SetKeyName(18, "red_chk.bmp");
- this.imageList_Icon_16by16.Images.SetKeyName(19, "yellow_ball.bmp");
- this.imageList_Icon_16by16.Images.SetKeyName(20, "yellow_chk.bmp");
- this.imageList_Icon_16by16.Images.SetKeyName(21, "건물_평상시.png");
- this.imageList_Icon_16by16.Images.SetKeyName(22, "검색.BMP");
- this.imageList_Icon_16by16.Images.SetKeyName(23, "돋보기.png");
- this.imageList_Icon_16by16.Images.SetKeyName(24, "등록.png");
- this.imageList_Icon_16by16.Images.SetKeyName(25, "보고서.BMP");
- this.imageList_Icon_16by16.Images.SetKeyName(26, "층_평상시.png");
- this.imageList_Icon_16by16.Images.SetKeyName(27, "카드_승인됨.PNG");
- this.imageList_Icon_16by16.Images.SetKeyName(28, "카드_승인안됨.PNG");
- this.imageList_Icon_16by16.Images.SetKeyName(29, "플러스.png");
- this.imageList_Icon_16by16.Images.SetKeyName(30, "cardgroup.png");
- this.imageList_Icon_16by16.Images.SetKeyName(31, "personal.png");
- this.imageList_Icon_16by16.Images.SetKeyName(32, "login.png");
- this.imageList_Icon_16by16.Images.SetKeyName(33, "logout.png");
- this.imageList_Icon_16by16.Images.SetKeyName(34, "office2007.png");
- this.imageList_Icon_16by16.Images.SetKeyName(35, "office2003.png");
- this.imageList_Icon_16by16.Images.SetKeyName(36, "standard.png");
- this.imageList_Icon_16by16.Images.SetKeyName(37, "VS2005.png");
- this.imageList_Icon_16by16.Images.SetKeyName(38, "treeview.png");
- this.imageList_Icon_16by16.Images.SetKeyName(39, "location.gif");
- this.imageList_Icon_16by16.Images.SetKeyName(40, "detail.png");
- this.imageList_Icon_16by16.Images.SetKeyName(41, "all.gif");
- //
- // uiPanel_Info
- //
- this.uiPanel_Info.AllowResize = Janus.Windows.UI.InheritableBoolean.True;
- this.uiPanel_Info.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
- this.uiPanel_Info.FloatingLocation = new System.Drawing.Point(2926, 621);
- this.uiPanel_Info.InnerContainer = this.uiPanel_InfoContainer;
- this.uiPanel_Info.Location = new System.Drawing.Point(4, 734);
- this.uiPanel_Info.Name = "uiPanel_Info";
- this.uiPanel_Info.Size = new System.Drawing.Size(332, 248);
- this.uiPanel_Info.TabIndex = 0;
- this.uiPanel_Info.Text = "상태";
- //
- // uiPanel_InfoContainer
- //
- this.uiPanel_InfoContainer.Controls.Add(this.uiGroupBox_Info);
- this.uiPanel_InfoContainer.Location = new System.Drawing.Point(1, 23);
- this.uiPanel_InfoContainer.Name = "uiPanel_InfoContainer";
- this.uiPanel_InfoContainer.Size = new System.Drawing.Size(330, 224);
- this.uiPanel_InfoContainer.TabIndex = 0;
- this.uiPanel_InfoContainer.TabStop = false;
- //
- // uiGroupBox_Info
- //
- this.uiGroupBox_Info.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
- this.uiGroupBox_Info.BorderColor = System.Drawing.Color.Transparent;
- this.uiGroupBox_Info.Controls.Add(this.editBox_Status_Size_H);
- this.uiGroupBox_Info.Controls.Add(this.editBox_Status_Size_W);
- this.uiGroupBox_Info.Controls.Add(this.editBox_Status_Location_Y);
- this.uiGroupBox_Info.Controls.Add(this.editBox_Status_Location_X);
- this.uiGroupBox_Info.Controls.Add(this.uiComboBox_Status_Jump);
- this.uiGroupBox_Info.Controls.Add(this.label_Status_Device);
- this.uiGroupBox_Info.Controls.Add(this.label_Status_IconType);
- this.uiGroupBox_Info.Controls.Add(this.label_Status_Jump_Header);
- this.uiGroupBox_Info.Controls.Add(this.label_Status_Device_Header);
- this.uiGroupBox_Info.Controls.Add(this.label_Status_IconType_Header);
- this.uiGroupBox_Info.Controls.Add(this.label_Status_Size_Header);
- this.uiGroupBox_Info.Controls.Add(this.label_Status_Info);
- this.uiGroupBox_Info.Controls.Add(this.label_Status_Location_Header);
- this.uiGroupBox_Info.Controls.Add(this.label_Status_Info_Header);
- this.uiGroupBox_Info.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiGroupBox_Info.Location = new System.Drawing.Point(0, 0);
- this.uiGroupBox_Info.Margin = new System.Windows.Forms.Padding(0);
- this.uiGroupBox_Info.Name = "uiGroupBox_Info";
- this.uiGroupBox_Info.Size = new System.Drawing.Size(330, 224);
- this.uiGroupBox_Info.TabIndex = 2;
- this.uiGroupBox_Info.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
- //
- // editBox_Status_Size_H
- //
- this.editBox_Status_Size_H.BackColor = System.Drawing.SystemColors.MenuBar;
- this.editBox_Status_Size_H.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.editBox_Status_Size_H.Location = new System.Drawing.Point(219, 153);
- this.editBox_Status_Size_H.Name = "editBox_Status_Size_H";
- this.editBox_Status_Size_H.ReadOnly = true;
- this.editBox_Status_Size_H.Size = new System.Drawing.Size(41, 21);
- this.editBox_Status_Size_H.TabIndex = 0;
- this.editBox_Status_Size_H.TabStop = false;
- this.editBox_Status_Size_H.Text = "0";
- this.editBox_Status_Size_H.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
- this.editBox_Status_Size_H.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.editBox_Status_Size_H_KeyPress);
- //
- // editBox_Status_Size_W
- //
- this.editBox_Status_Size_W.BackColor = System.Drawing.SystemColors.MenuBar;
- this.editBox_Status_Size_W.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.editBox_Status_Size_W.Location = new System.Drawing.Point(168, 153);
- this.editBox_Status_Size_W.Name = "editBox_Status_Size_W";
- this.editBox_Status_Size_W.ReadOnly = true;
- this.editBox_Status_Size_W.Size = new System.Drawing.Size(41, 21);
- this.editBox_Status_Size_W.TabIndex = 0;
- this.editBox_Status_Size_W.TabStop = false;
- this.editBox_Status_Size_W.Text = "0";
- this.editBox_Status_Size_W.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
- this.editBox_Status_Size_W.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.editBox_Status_Size_W_KeyPress);
- //
- // editBox_Status_Location_Y
- //
- this.editBox_Status_Location_Y.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.editBox_Status_Location_Y.Location = new System.Drawing.Point(201, 120);
- this.editBox_Status_Location_Y.Name = "editBox_Status_Location_Y";
- this.editBox_Status_Location_Y.Size = new System.Drawing.Size(41, 21);
- this.editBox_Status_Location_Y.TabIndex = 3;
- this.editBox_Status_Location_Y.Text = "0";
- this.editBox_Status_Location_Y.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
- this.editBox_Status_Location_Y.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.editBox_Status_Location_Y_KeyPress);
- //
- // editBox_Status_Location_X
- //
- this.editBox_Status_Location_X.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.editBox_Status_Location_X.Location = new System.Drawing.Point(154, 120);
- this.editBox_Status_Location_X.Name = "editBox_Status_Location_X";
- this.editBox_Status_Location_X.Size = new System.Drawing.Size(41, 21);
- this.editBox_Status_Location_X.TabIndex = 2;
- this.editBox_Status_Location_X.Text = "0";
- this.editBox_Status_Location_X.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
- this.editBox_Status_Location_X.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.editBox_Status_Location_X_KeyPress);
- //
- // uiComboBox_Status_Jump
- //
- this.uiComboBox_Status_Jump.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.uiComboBox_Status_Jump.Location = new System.Drawing.Point(158, 186);
- this.uiComboBox_Status_Jump.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uiComboBox_Status_Jump.Name = "uiComboBox_Status_Jump";
- this.uiComboBox_Status_Jump.Size = new System.Drawing.Size(106, 21);
- this.uiComboBox_Status_Jump.TabIndex = 4;
- this.uiComboBox_Status_Jump.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- this.uiComboBox_Status_Jump.SelectedItemChanged += new System.EventHandler(this.uiComboBox_Status_Jump_SelectedItemChanged);
- this.uiComboBox_Status_Jump.DroppingDown += new System.ComponentModel.CancelEventHandler(this.uiComboBox_Status_Jump_DroppingDown);
- //
- // label_Status_Device
- //
- this.label_Status_Device.AutoSize = true;
- this.label_Status_Device.BackColor = System.Drawing.Color.Transparent;
- this.label_Status_Device.Font = new System.Drawing.Font("굴림", 9F);
- this.label_Status_Device.Location = new System.Drawing.Point(94, 92);
- this.label_Status_Device.Name = "label_Status_Device";
- this.label_Status_Device.Size = new System.Drawing.Size(35, 12);
- this.label_Status_Device.TabIndex = 385;
- this.label_Status_Device.Text = "None";
- this.label_Status_Device.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_Status_IconType
- //
- this.label_Status_IconType.AutoSize = true;
- this.label_Status_IconType.BackColor = System.Drawing.Color.Transparent;
- this.label_Status_IconType.Font = new System.Drawing.Font("굴림", 9F);
- this.label_Status_IconType.Location = new System.Drawing.Point(85, 59);
- this.label_Status_IconType.Name = "label_Status_IconType";
- this.label_Status_IconType.Size = new System.Drawing.Size(41, 12);
- this.label_Status_IconType.TabIndex = 385;
- this.label_Status_IconType.Text = "소화전";
- this.label_Status_IconType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_Status_Jump_Header
- //
- this.label_Status_Jump_Header.AutoSize = true;
- this.label_Status_Jump_Header.BackColor = System.Drawing.Color.Transparent;
- this.label_Status_Jump_Header.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label_Status_Jump_Header.Location = new System.Drawing.Point(21, 191);
- this.label_Status_Jump_Header.Name = "label_Status_Jump_Header";
- this.label_Status_Jump_Header.Size = new System.Drawing.Size(135, 12);
- this.label_Status_Jump_Header.TabIndex = 384;
- this.label_Status_Jump_Header.Text = "▶ Jump Page Name : ";
- this.label_Status_Jump_Header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_Status_Device_Header
- //
- this.label_Status_Device_Header.AutoSize = true;
- this.label_Status_Device_Header.BackColor = System.Drawing.Color.Transparent;
- this.label_Status_Device_Header.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label_Status_Device_Header.Location = new System.Drawing.Point(21, 92);
- this.label_Status_Device_Header.Name = "label_Status_Device_Header";
- this.label_Status_Device_Header.Size = new System.Drawing.Size(67, 12);
- this.label_Status_Device_Header.TabIndex = 384;
- this.label_Status_Device_Header.Text = "▶ Device :";
- this.label_Status_Device_Header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_Status_IconType_Header
- //
- this.label_Status_IconType_Header.AutoSize = true;
- this.label_Status_IconType_Header.BackColor = System.Drawing.Color.Transparent;
- this.label_Status_IconType_Header.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label_Status_IconType_Header.Location = new System.Drawing.Point(21, 59);
- this.label_Status_IconType_Header.Name = "label_Status_IconType_Header";
- this.label_Status_IconType_Header.Size = new System.Drawing.Size(58, 12);
- this.label_Status_IconType_Header.TabIndex = 384;
- this.label_Status_IconType_Header.Text = "▶ Type :";
- this.label_Status_IconType_Header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_Status_Size_Header
- //
- this.label_Status_Size_Header.AutoSize = true;
- this.label_Status_Size_Header.BackColor = System.Drawing.Color.Transparent;
- this.label_Status_Size_Header.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label_Status_Size_Header.Location = new System.Drawing.Point(21, 158);
- this.label_Status_Size_Header.Name = "label_Status_Size_Header";
- this.label_Status_Size_Header.Size = new System.Drawing.Size(137, 12);
- this.label_Status_Size_Header.TabIndex = 384;
- this.label_Status_Size_Header.Text = "▶ Size (Width,Height) :";
- this.label_Status_Size_Header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_Status_Info
- //
- this.label_Status_Info.AutoSize = true;
- this.label_Status_Info.BackColor = System.Drawing.Color.Transparent;
- this.label_Status_Info.Font = new System.Drawing.Font("굴림", 9F);
- this.label_Status_Info.Location = new System.Drawing.Point(76, 26);
- this.label_Status_Info.Name = "label_Status_Info";
- this.label_Status_Info.Size = new System.Drawing.Size(87, 12);
- this.label_Status_Info.TabIndex = 385;
- this.label_Status_Info.Text = "Png / 963 byte";
- this.label_Status_Info.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_Status_Location_Header
- //
- this.label_Status_Location_Header.AutoSize = true;
- this.label_Status_Location_Header.BackColor = System.Drawing.Color.Transparent;
- this.label_Status_Location_Header.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label_Status_Location_Header.Location = new System.Drawing.Point(21, 125);
- this.label_Status_Location_Header.Name = "label_Status_Location_Header";
- this.label_Status_Location_Header.Size = new System.Drawing.Size(127, 12);
- this.label_Status_Location_Header.TabIndex = 384;
- this.label_Status_Location_Header.Text = "▶ Location ( X , Y ) :";
- this.label_Status_Location_Header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_Status_Info_Header
- //
- this.label_Status_Info_Header.AutoSize = true;
- this.label_Status_Info_Header.BackColor = System.Drawing.Color.Transparent;
- this.label_Status_Info_Header.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label_Status_Info_Header.Location = new System.Drawing.Point(21, 26);
- this.label_Status_Info_Header.Name = "label_Status_Info_Header";
- this.label_Status_Info_Header.Size = new System.Drawing.Size(49, 12);
- this.label_Status_Info_Header.TabIndex = 384;
- this.label_Status_Info_Header.Text = "▶ Info :";
- this.label_Status_Info_Header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiPanelGroup1
- //
- this.uiPanelGroup1.GroupStyle = Janus.Windows.UI.Dock.PanelGroupStyle.VerticalTiles;
- this.uiPanelGroup1.Location = new System.Drawing.Point(3, 3);
- this.uiPanelGroup1.Name = "uiPanelGroup1";
- this.uiPanelGroup1.Size = new System.Drawing.Size(1254, 238);
- this.uiPanelGroup1.TabIndex = 5;
- //
- // uiPanel_Base
- //
- this.uiPanel_Base.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
- this.uiPanel_Base.FloatingLocation = new System.Drawing.Point(512, 257);
- this.uiPanel_Base.InnerContainer = this.uiPanel_BaseContainer;
- this.uiPanel_Base.Location = new System.Drawing.Point(0, 0);
- this.uiPanel_Base.Name = "uiPanel_Base";
- this.uiPanel_Base.Size = new System.Drawing.Size(326, 234);
- this.uiPanel_Base.TabIndex = 1;
- this.uiPanel_Base.Text = "기본";
- //
- // uiPanel_BaseContainer
- //
- this.uiPanel_BaseContainer.Controls.Add(this.uiGroupBox_Base);
- this.uiPanel_BaseContainer.Location = new System.Drawing.Point(1, 23);
- this.uiPanel_BaseContainer.Name = "uiPanel_BaseContainer";
- this.uiPanel_BaseContainer.Size = new System.Drawing.Size(324, 210);
- this.uiPanel_BaseContainer.TabIndex = 0;
- this.uiPanel_BaseContainer.TabStop = false;
- //
- // uiGroupBox_Base
- //
- this.uiGroupBox_Base.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
- this.uiGroupBox_Base.BorderColor = System.Drawing.Color.Transparent;
- this.uiGroupBox_Base.Controls.Add(this.uiCheckBox_IconLock);
- this.uiGroupBox_Base.Controls.Add(this.label_Base_Save_Comment);
- this.uiGroupBox_Base.Controls.Add(this.editBox_Base_BackgrondFilePath);
- this.uiGroupBox_Base.Controls.Add(this.editBox_Base_BackgrondFileName);
- this.uiGroupBox_Base.Controls.Add(this.editBox_Base_PageName);
- this.uiGroupBox_Base.Controls.Add(this.label_Base_IconLock);
- this.uiGroupBox_Base.Controls.Add(this.label_Base_BackgrondFilePath);
- this.uiGroupBox_Base.Controls.Add(this.label_PageName_Edit);
- this.uiGroupBox_Base.Controls.Add(this.label_Base_PageName);
- this.uiGroupBox_Base.Controls.Add(this.label_Base_BackgrondFileName);
- this.uiGroupBox_Base.Controls.Add(this.uiButton_Base_Save);
- this.uiGroupBox_Base.Controls.Add(this.uiButton_PageName_Edit);
- this.uiGroupBox_Base.Controls.Add(this.uiButton_Base_BackgrondFileName);
- this.uiGroupBox_Base.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiGroupBox_Base.Location = new System.Drawing.Point(0, 0);
- this.uiGroupBox_Base.Name = "uiGroupBox_Base";
- this.uiGroupBox_Base.Size = new System.Drawing.Size(324, 210);
- this.uiGroupBox_Base.TabIndex = 1;
- this.uiGroupBox_Base.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
- //
- // uiCheckBox_IconLock
- //
- this.uiCheckBox_IconLock.BackColor = System.Drawing.Color.Transparent;
- this.uiCheckBox_IconLock.Location = new System.Drawing.Point(197, 134);
- this.uiCheckBox_IconLock.Name = "uiCheckBox_IconLock";
- this.uiCheckBox_IconLock.Size = new System.Drawing.Size(80, 23);
- this.uiCheckBox_IconLock.TabIndex = 384;
- this.uiCheckBox_IconLock.TabStop = false;
- this.uiCheckBox_IconLock.Text = "UNLOCK";
- this.uiCheckBox_IconLock.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- this.uiCheckBox_IconLock.CheckedChanged += new System.EventHandler(this.uiCheckBox_IconLock_CheckedChanged);
- //
- // label_Base_Save_Comment
- //
- this.label_Base_Save_Comment.AutoSize = true;
- this.label_Base_Save_Comment.BackColor = System.Drawing.Color.Transparent;
- this.label_Base_Save_Comment.Font = new System.Drawing.Font("굴림", 9F);
- this.label_Base_Save_Comment.Location = new System.Drawing.Point(10, 175);
- this.label_Base_Save_Comment.Name = "label_Base_Save_Comment";
- this.label_Base_Save_Comment.Size = new System.Drawing.Size(181, 12);
- this.label_Base_Save_Comment.TabIndex = 0;
- this.label_Base_Save_Comment.Text = "◆ 모든 작업 완료후 눌러주세요 ";
- this.label_Base_Save_Comment.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // editBox_Base_BackgrondFilePath
- //
- this.editBox_Base_BackgrondFilePath.BackColor = System.Drawing.SystemColors.MenuBar;
- this.editBox_Base_BackgrondFilePath.Font = new System.Drawing.Font("굴림", 9F);
- this.editBox_Base_BackgrondFilePath.Location = new System.Drawing.Point(100, 81);
- this.editBox_Base_BackgrondFilePath.Multiline = true;
- this.editBox_Base_BackgrondFilePath.Name = "editBox_Base_BackgrondFilePath";
- this.editBox_Base_BackgrondFilePath.ReadOnly = true;
- this.editBox_Base_BackgrondFilePath.Size = new System.Drawing.Size(204, 47);
- this.editBox_Base_BackgrondFilePath.TabIndex = 0;
- this.editBox_Base_BackgrondFilePath.TabStop = false;
- this.editBox_Base_BackgrondFilePath.Text = "Background_Main.png";
- this.editBox_Base_BackgrondFilePath.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
- //
- // editBox_Base_BackgrondFileName
- //
- this.editBox_Base_BackgrondFileName.BackColor = System.Drawing.SystemColors.MenuBar;
- this.editBox_Base_BackgrondFileName.Font = new System.Drawing.Font("굴림", 9F);
- this.editBox_Base_BackgrondFileName.Location = new System.Drawing.Point(100, 45);
- this.editBox_Base_BackgrondFileName.Name = "editBox_Base_BackgrondFileName";
- this.editBox_Base_BackgrondFileName.ReadOnly = true;
- this.editBox_Base_BackgrondFileName.Size = new System.Drawing.Size(150, 21);
- this.editBox_Base_BackgrondFileName.TabIndex = 0;
- this.editBox_Base_BackgrondFileName.TabStop = false;
- this.editBox_Base_BackgrondFileName.Text = "Background_Main.png";
- this.editBox_Base_BackgrondFileName.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
- //
- // editBox_Base_PageName
- //
- this.editBox_Base_PageName.Font = new System.Drawing.Font("굴림", 9F);
- this.editBox_Base_PageName.Location = new System.Drawing.Point(100, 12);
- this.editBox_Base_PageName.Name = "editBox_Base_PageName";
- this.editBox_Base_PageName.Size = new System.Drawing.Size(91, 21);
- this.editBox_Base_PageName.TabIndex = 2;
- this.editBox_Base_PageName.Text = "메인";
- this.editBox_Base_PageName.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
- //
- // label_Base_IconLock
- //
- this.label_Base_IconLock.AutoSize = true;
- this.label_Base_IconLock.BackColor = System.Drawing.Color.Transparent;
- this.label_Base_IconLock.Font = new System.Drawing.Font("굴림", 9F);
- this.label_Base_IconLock.Location = new System.Drawing.Point(10, 140);
- this.label_Base_IconLock.Name = "label_Base_IconLock";
- this.label_Base_IconLock.Size = new System.Drawing.Size(167, 12);
- this.label_Base_IconLock.TabIndex = 383;
- this.label_Base_IconLock.Text = "◆ 아이콘 잠금 (이동만 불가)";
- this.label_Base_IconLock.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_Base_BackgrondFilePath
- //
- this.label_Base_BackgrondFilePath.AutoSize = true;
- this.label_Base_BackgrondFilePath.BackColor = System.Drawing.Color.Transparent;
- this.label_Base_BackgrondFilePath.Font = new System.Drawing.Font("굴림", 9F);
- this.label_Base_BackgrondFilePath.Location = new System.Drawing.Point(10, 81);
- this.label_Base_BackgrondFilePath.Name = "label_Base_BackgrondFilePath";
- this.label_Base_BackgrondFilePath.Size = new System.Drawing.Size(77, 12);
- this.label_Base_BackgrondFilePath.TabIndex = 383;
- this.label_Base_BackgrondFilePath.Text = "▶ 파일 경로:";
- this.label_Base_BackgrondFilePath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_PageName_Edit
- //
- this.label_PageName_Edit.AutoSize = true;
- this.label_PageName_Edit.BackColor = System.Drawing.Color.Transparent;
- this.label_PageName_Edit.Font = new System.Drawing.Font("굴림", 9F);
- this.label_PageName_Edit.Location = new System.Drawing.Point(254, 17);
- this.label_PageName_Edit.Name = "label_PageName_Edit";
- this.label_PageName_Edit.Size = new System.Drawing.Size(67, 12);
- this.label_PageName_Edit.TabIndex = 0;
- this.label_PageName_Edit.Text = "(트리 반영)";
- this.label_PageName_Edit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_Base_PageName
- //
- this.label_Base_PageName.AutoSize = true;
- this.label_Base_PageName.BackColor = System.Drawing.Color.Transparent;
- this.label_Base_PageName.Font = new System.Drawing.Font("굴림", 9F);
- this.label_Base_PageName.Location = new System.Drawing.Point(10, 17);
- this.label_Base_PageName.Name = "label_Base_PageName";
- this.label_Base_PageName.Size = new System.Drawing.Size(77, 12);
- this.label_Base_PageName.TabIndex = 383;
- this.label_Base_PageName.Text = "▶ 페이지 명:";
- this.label_Base_PageName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label_Base_BackgrondFileName
- //
- this.label_Base_BackgrondFileName.AutoSize = true;
- this.label_Base_BackgrondFileName.BackColor = System.Drawing.Color.Transparent;
- this.label_Base_BackgrondFileName.Font = new System.Drawing.Font("굴림", 9F);
- this.label_Base_BackgrondFileName.Location = new System.Drawing.Point(10, 49);
- this.label_Base_BackgrondFileName.Name = "label_Base_BackgrondFileName";
- this.label_Base_BackgrondFileName.Size = new System.Drawing.Size(77, 12);
- this.label_Base_BackgrondFileName.TabIndex = 383;
- this.label_Base_BackgrondFileName.Text = "▶ 배경 그림:";
- this.label_Base_BackgrondFileName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiButton_Base_Save
- //
- this.uiButton_Base_Save.Font = new System.Drawing.Font("굴림", 9F);
- this.uiButton_Base_Save.HighlightActiveButton = false;
- this.uiButton_Base_Save.Location = new System.Drawing.Point(197, 171);
- this.uiButton_Base_Save.Name = "uiButton_Base_Save";
- this.uiButton_Base_Save.Size = new System.Drawing.Size(107, 21);
- this.uiButton_Base_Save.TabIndex = 5;
- this.uiButton_Base_Save.Text = "모두 저장";
- this.uiButton_Base_Save.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- this.uiButton_Base_Save.Click += new System.EventHandler(this.uiButton_Base_Save_Click);
- //
- // uiButton_PageName_Edit
- //
- this.uiButton_PageName_Edit.Font = new System.Drawing.Font("굴림", 9F);
- this.uiButton_PageName_Edit.HighlightActiveButton = false;
- this.uiButton_PageName_Edit.Location = new System.Drawing.Point(197, 11);
- this.uiButton_PageName_Edit.Name = "uiButton_PageName_Edit";
- this.uiButton_PageName_Edit.Size = new System.Drawing.Size(48, 21);
- this.uiButton_PageName_Edit.TabIndex = 3;
- this.uiButton_PageName_Edit.Text = "적용";
- this.uiButton_PageName_Edit.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- this.uiButton_PageName_Edit.Click += new System.EventHandler(this.uiButton_PageName_Edit_Click);
- //
- // uiButton_Base_BackgrondFileName
- //
- this.uiButton_Base_BackgrondFileName.Font = new System.Drawing.Font("굴림", 9F);
- this.uiButton_Base_BackgrondFileName.HighlightActiveButton = false;
- this.uiButton_Base_BackgrondFileName.Location = new System.Drawing.Point(256, 46);
- this.uiButton_Base_BackgrondFileName.Name = "uiButton_Base_BackgrondFileName";
- this.uiButton_Base_BackgrondFileName.Size = new System.Drawing.Size(48, 21);
- this.uiButton_Base_BackgrondFileName.TabIndex = 4;
- this.uiButton_Base_BackgrondFileName.Text = "...";
- this.uiButton_Base_BackgrondFileName.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- this.uiButton_Base_BackgrondFileName.VisualStyleManager = this.visualStyleManager;
- this.uiButton_Base_BackgrondFileName.Click += new System.EventHandler(this.uiButton_Base_BackgrondFileName_Click);
- //
- // uiPanel_Device
- //
- this.uiPanel_Device.BorderCaption = Janus.Windows.UI.InheritableBoolean.True;
- this.uiPanel_Device.BorderPanel = Janus.Windows.UI.InheritableBoolean.True;
- this.uiPanel_Device.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
- this.uiPanel_Device.InnerContainer = this.uiPanel_DeviceContainer;
- this.uiPanel_Device.Location = new System.Drawing.Point(330, 0);
- this.uiPanel_Device.Name = "uiPanel_Device";
- this.uiPanel_Device.Size = new System.Drawing.Size(924, 234);
- this.uiPanel_Device.TabIndex = 1;
- this.uiPanel_Device.Text = "디바이스";
- //
- // uiPanel_DeviceContainer
- //
- this.uiPanel_DeviceContainer.Controls.Add(this.uiGroupBox_Device);
- this.uiPanel_DeviceContainer.Location = new System.Drawing.Point(1, 23);
- this.uiPanel_DeviceContainer.Name = "uiPanel_DeviceContainer";
- this.uiPanel_DeviceContainer.Size = new System.Drawing.Size(922, 210);
- this.uiPanel_DeviceContainer.TabIndex = 0;
- this.uiPanel_DeviceContainer.TabStop = false;
- //
- // uiPanel_Item
- //
- this.uiPanel_Item.AllowResize = Janus.Windows.UI.InheritableBoolean.False;
- this.uiPanel_Item.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
- this.uiPanel_Item.FloatingLocation = new System.Drawing.Point(-1498, 777);
- this.uiPanel_Item.InnerContainer = this.uiPanel_ItemContainer;
- this.uiPanel_Item.Location = new System.Drawing.Point(3, 241);
- this.uiPanel_Item.Name = "uiPanel_Item";
- this.uiPanel_Item.Size = new System.Drawing.Size(171, 744);
- this.uiPanel_Item.TabIndex = 2;
- this.uiPanel_Item.TabStop = false;
- this.uiPanel_Item.Text = "아이템";
- //
- // uiPanel_ItemContainer
- //
- this.uiPanel_ItemContainer.Controls.Add(this.listView_Item);
- this.uiPanel_ItemContainer.Location = new System.Drawing.Point(1, 23);
- this.uiPanel_ItemContainer.Name = "uiPanel_ItemContainer";
- this.uiPanel_ItemContainer.Size = new System.Drawing.Size(165, 720);
- this.uiPanel_ItemContainer.TabIndex = 0;
- //
- // listView_Item
- //
- this.listView_Item.AllowDrop = true;
- this.listView_Item.BackColor = System.Drawing.Color.White;
- this.listView_Item.Dock = System.Windows.Forms.DockStyle.Fill;
- this.listView_Item.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.listView_Item.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
- listViewItem1});
- this.listView_Item.Location = new System.Drawing.Point(0, 0);
- this.listView_Item.Name = "listView_Item";
- this.listView_Item.Size = new System.Drawing.Size(165, 720);
- this.listView_Item.TabIndex = 0;
- this.listView_Item.TabStop = false;
- this.listView_Item.UseCompatibleStateImageBehavior = false;
- this.listView_Item.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listView_Item_MouseClick);
- this.listView_Item.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView_Item_MouseDoubleClick);
- //
- // uiPanel_Work
- //
- this.uiPanel_Work.AllowResize = Janus.Windows.UI.InheritableBoolean.False;
- this.uiPanel_Work.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
- this.uiPanel_Work.FloatingLocation = new System.Drawing.Point(-1023, 750);
- this.uiPanel_Work.InnerContainer = this.uiPanel_WorkContainer;
- this.uiPanel_Work.Location = new System.Drawing.Point(174, 241);
- this.uiPanel_Work.Name = "uiPanel_Work";
- this.uiPanel_Work.Size = new System.Drawing.Size(1083, 744);
- this.uiPanel_Work.TabIndex = 1;
- this.uiPanel_Work.TabStop = false;
- this.uiPanel_Work.Text = "작업";
- //
- // uiPanel_WorkContainer
- //
- this.uiPanel_WorkContainer.AllowDrop = true;
- this.uiPanel_WorkContainer.Controls.Add(this.pictureBox_Background);
- this.uiPanel_WorkContainer.Location = new System.Drawing.Point(1, 23);
- this.uiPanel_WorkContainer.Margin = new System.Windows.Forms.Padding(0);
- this.uiPanel_WorkContainer.Name = "uiPanel_WorkContainer";
- this.uiPanel_WorkContainer.Size = new System.Drawing.Size(1081, 720);
- this.uiPanel_WorkContainer.TabIndex = 0;
- this.uiPanel_WorkContainer.TabStop = false;
- //
- // pictureBox_Background
- //
- this.pictureBox_Background.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.pictureBox_Background.Location = new System.Drawing.Point(0, 0);
- this.pictureBox_Background.Margin = new System.Windows.Forms.Padding(0);
- this.pictureBox_Background.Name = "pictureBox_Background";
- this.pictureBox_Background.Size = new System.Drawing.Size(1080, 720);
- this.pictureBox_Background.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_Background.TabIndex = 0;
- this.pictureBox_Background.TabStop = false;
- this.pictureBox_Background.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox_Background_MouseClick);
- this.pictureBox_Background.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox_Background_MouseDown);
- this.pictureBox_Background.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox_Background_MouseMove);
- this.pictureBox_Background.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox_Background_MouseUp);
- //
- // Form_MapDesigner
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1596, 988);
- this.Controls.Add(this.uiPanel_Work);
- this.Controls.Add(this.uiPanel_Item);
- this.Controls.Add(this.uiPanelGroup1);
- this.Controls.Add(this.uiPanelGroup2);
- this.KeyPreview = true;
- this.Name = "Form_MapDesigner";
- this.Text = "Map Designer";
- this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_MapDesigner_KeyDown);
- this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Form_MapDesigner_KeyUp);
- ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox_Device)).EndInit();
- this.uiGroupBox_Device.ResumeLayout(false);
- this.uiGroupBox_Device.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.GridEX_Device)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uiPanelGroup2)).EndInit();
- this.uiPanelGroup2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Tree)).EndInit();
- this.uiPanel_Tree.ResumeLayout(false);
- this.uiPanel_TreeContainer.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Info)).EndInit();
- this.uiPanel_Info.ResumeLayout(false);
- this.uiPanel_InfoContainer.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox_Info)).EndInit();
- this.uiGroupBox_Info.ResumeLayout(false);
- this.uiGroupBox_Info.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uiPanelGroup1)).EndInit();
- this.uiPanelGroup1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Base)).EndInit();
- this.uiPanel_Base.ResumeLayout(false);
- this.uiPanel_BaseContainer.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox_Base)).EndInit();
- this.uiGroupBox_Base.ResumeLayout(false);
- this.uiGroupBox_Base.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Device)).EndInit();
- this.uiPanel_Device.ResumeLayout(false);
- this.uiPanel_DeviceContainer.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Item)).EndInit();
- this.uiPanel_Item.ResumeLayout(false);
- this.uiPanel_ItemContainer.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Work)).EndInit();
- this.uiPanel_Work.ResumeLayout(false);
- this.uiPanel_WorkContainer.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Background)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;
- private Janus.Windows.EditControls.UIGroupBox uiGroupBox_Device;
- private Janus.Windows.Common.VisualStyleManager visualStyleManager;
- private Janus.Windows.UI.Dock.UIPanel uiPanel_Item;
- private Janus.Windows.UI.Dock.UIPanelInnerContainer uiPanel_ItemContainer;
- private Janus.Windows.UI.Dock.UIPanel uiPanel_Work;
- private Janus.Windows.UI.Dock.UIPanelInnerContainer uiPanel_WorkContainer;
- private Janus.Windows.UI.Dock.UIPanel uiPanel_Device;
- private Janus.Windows.UI.Dock.UIPanelInnerContainer uiPanel_DeviceContainer;
- private Janus.Windows.UI.Dock.UIPanelManager uiPanelManager;
- private Janus.Windows.UI.Dock.UIPanel uiPanel_Info;
- private Janus.Windows.UI.Dock.UIPanelInnerContainer uiPanel_InfoContainer;
- private Janus.Windows.EditControls.UIGroupBox uiGroupBox_Info;
- private Janus.Windows.UI.Dock.UIPanelGroup uiPanelGroup1;
- private Janus.Windows.UI.Dock.UIPanel uiPanel_Base;
- private Janus.Windows.UI.Dock.UIPanelInnerContainer uiPanel_BaseContainer;
- private Janus.Windows.EditControls.UIGroupBox uiGroupBox_Base;
- private System.Windows.Forms.Label label_Base_Save_Comment;
- private Janus.Windows.GridEX.EditControls.EditBox editBox_Base_BackgrondFileName;
- private Janus.Windows.GridEX.EditControls.EditBox editBox_Base_PageName;
- private System.Windows.Forms.Label label_Base_BackgrondFilePath;
- private System.Windows.Forms.Label label_Base_PageName;
- private System.Windows.Forms.Label label_Base_BackgrondFileName;
- private Janus.Windows.EditControls.UIButton uiButton_Base_Save;
- private Janus.Windows.EditControls.UIButton uiButton_Base_BackgrondFileName;
- private Janus.Windows.EditControls.UIButton uiButton_Device_Inq;
- private System.Windows.Forms.Label label_info;
- private System.Windows.Forms.Label label_Base_IconLock;
- private System.Windows.Forms.Label label_Status_IconType;
- private System.Windows.Forms.Label label_Status_Jump_Header;
- private System.Windows.Forms.Label label_Status_IconType_Header;
- private System.Windows.Forms.Label label_Status_Size_Header;
- private System.Windows.Forms.Label label_Status_Info;
- private System.Windows.Forms.Label label_Status_Location_Header;
- private System.Windows.Forms.Label label_Status_Info_Header;
- private Janus.Windows.EditControls.UIButton uiButton_Device_Apply;
- private System.Windows.Forms.ImageList imageList_Icon_16by16;
- private System.Windows.Forms.ListView listView_Item;
- private System.Windows.Forms.PictureBox pictureBox_Background;
- private Janus.Windows.UI.Dock.UIPanelGroup uiPanelGroup2;
- private Janus.Windows.UI.Dock.UIPanel uiPanel_Tree;
- private Janus.Windows.UI.Dock.UIPanelInnerContainer uiPanel_TreeContainer;
- private System.Windows.Forms.TreeView treeView_ObjectTree;
- private Janus.Windows.GridEX.EditControls.EditBox editBox_Status_Size_H;
- private Janus.Windows.GridEX.EditControls.EditBox editBox_Status_Size_W;
- private Janus.Windows.GridEX.EditControls.EditBox editBox_Status_Location_Y;
- private Janus.Windows.GridEX.EditControls.EditBox editBox_Status_Location_X;
- private Janus.Windows.EditControls.UIComboBox uiComboBox_Status_Jump;
- private System.Windows.Forms.Label label_Status_Device;
- private System.Windows.Forms.Label label_Status_Device_Header;
- private Janus.Windows.GridEX.EditControls.EditBox editBox_Base_BackgrondFilePath;
- private Janus.Windows.EditControls.UIButton uiButton_Device_Clear;
- internal Janus.Windows.GridEX.GridEX GridEX_Device;
- private Janus.Windows.EditControls.UIComboBox UiComboBox_Channel;
- private System.Windows.Forms.Label label_Channel;
- private Janus.Windows.EditControls.UIComboBox UiComboBox_Board;
- private System.Windows.Forms.Label label_Board;
- private Janus.Windows.EditControls.UIComboBox UiComboBox_Device_InOut;
- private System.Windows.Forms.Label label_Device_InOut;
- private Janus.Windows.GridEX.EditControls.EditBox EditBox_Position;
-
- private System.Windows.Forms.Label label_Position;
- private Janus.Windows.EditControls.UIComboBox UiComboBox_Repeater;
- private System.Windows.Forms.Label label_Repeater;
- private Janus.Windows.GridEX.EditControls.EditBox EditBox_DeviceName;
- private Janus.Windows.GridEX.EditControls.CheckedComboBox CheckedComboBox_DeviceType;
- private System.Windows.Forms.Label label_DeviceName;
- private System.Windows.Forms.Label label_DeviceType;
- private System.Windows.Forms.Label label_Oper;
- private System.Windows.Forms.Label label_PageName_Edit;
- private Janus.Windows.EditControls.UIButton uiButton_PageName_Edit;
- private Janus.Windows.EditControls.UICheckBox uiCheckBox_IconLock;
- private Janus.Windows.EditControls.UIButton uiButton_Device_Result;
- private System.Windows.Forms.Label label_CurrentStatus;
- }
- }
|