812f3dc617abb46db92a90dbf126102b0ccec628.svn-base 83 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246
  1. namespace IControls_FireManager
  2. {
  3. partial class Form_MapDesigner
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Janus.Windows.GridEX.GridEXLayout GridEX_Device_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_MapDesigner));
  31. Janus.Windows.GridEX.GridEXLayout CheckedComboBox_DeviceType_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
  32. System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("");
  33. this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
  34. this.uiGroupBox_Device = new Janus.Windows.EditControls.UIGroupBox();
  35. this.GridEX_Device = new Janus.Windows.GridEX.GridEX();
  36. this.EditBox_DeviceName = new Janus.Windows.GridEX.EditControls.EditBox();
  37. this.CheckedComboBox_DeviceType = new Janus.Windows.GridEX.EditControls.CheckedComboBox();
  38. this.uiButton_Device_Clear = new Janus.Windows.EditControls.UIButton();
  39. this.label_DeviceName = new System.Windows.Forms.Label();
  40. this.uiButton_Device_Result = new Janus.Windows.EditControls.UIButton();
  41. this.uiButton_Device_Apply = new Janus.Windows.EditControls.UIButton();
  42. this.label_DeviceType = new System.Windows.Forms.Label();
  43. this.uiButton_Device_Inq = new Janus.Windows.EditControls.UIButton();
  44. this.EditBox_Position = new Janus.Windows.GridEX.EditControls.EditBox();
  45. this.UiComboBox_Device_InOut = new Janus.Windows.EditControls.UIComboBox();
  46. this.label_CurrentStatus = new System.Windows.Forms.Label();
  47. this.label_Oper = new System.Windows.Forms.Label();
  48. this.label_info = new System.Windows.Forms.Label();
  49. this.label_Position = new System.Windows.Forms.Label();
  50. this.label_Device_InOut = new System.Windows.Forms.Label();
  51. this.UiComboBox_Repeater = new Janus.Windows.EditControls.UIComboBox();
  52. this.label_Board = new System.Windows.Forms.Label();
  53. this.label_Repeater = new System.Windows.Forms.Label();
  54. this.UiComboBox_Board = new Janus.Windows.EditControls.UIComboBox();
  55. this.UiComboBox_Channel = new Janus.Windows.EditControls.UIComboBox();
  56. this.label_Channel = new System.Windows.Forms.Label();
  57. this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);
  58. this.uiPanelManager = new Janus.Windows.UI.Dock.UIPanelManager(this.components);
  59. this.uiPanelGroup2 = new Janus.Windows.UI.Dock.UIPanelGroup();
  60. this.uiPanel_Tree = new Janus.Windows.UI.Dock.UIPanel();
  61. this.uiPanel_TreeContainer = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
  62. this.treeView_ObjectTree = new System.Windows.Forms.TreeView();
  63. this.imageList_Icon_16by16 = new System.Windows.Forms.ImageList(this.components);
  64. this.uiPanel_Info = new Janus.Windows.UI.Dock.UIPanel();
  65. this.uiPanel_InfoContainer = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
  66. this.uiGroupBox_Info = new Janus.Windows.EditControls.UIGroupBox();
  67. this.editBox_Status_Size_H = new Janus.Windows.GridEX.EditControls.EditBox();
  68. this.editBox_Status_Size_W = new Janus.Windows.GridEX.EditControls.EditBox();
  69. this.editBox_Status_Location_Y = new Janus.Windows.GridEX.EditControls.EditBox();
  70. this.editBox_Status_Location_X = new Janus.Windows.GridEX.EditControls.EditBox();
  71. this.uiComboBox_Status_Jump = new Janus.Windows.EditControls.UIComboBox();
  72. this.label_Status_Device = new System.Windows.Forms.Label();
  73. this.label_Status_IconType = new System.Windows.Forms.Label();
  74. this.label_Status_Jump_Header = new System.Windows.Forms.Label();
  75. this.label_Status_Device_Header = new System.Windows.Forms.Label();
  76. this.label_Status_IconType_Header = new System.Windows.Forms.Label();
  77. this.label_Status_Size_Header = new System.Windows.Forms.Label();
  78. this.label_Status_Info = new System.Windows.Forms.Label();
  79. this.label_Status_Location_Header = new System.Windows.Forms.Label();
  80. this.label_Status_Info_Header = new System.Windows.Forms.Label();
  81. this.uiPanelGroup1 = new Janus.Windows.UI.Dock.UIPanelGroup();
  82. this.uiPanel_Base = new Janus.Windows.UI.Dock.UIPanel();
  83. this.uiPanel_BaseContainer = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
  84. this.uiGroupBox_Base = new Janus.Windows.EditControls.UIGroupBox();
  85. this.uiCheckBox_IconLock = new Janus.Windows.EditControls.UICheckBox();
  86. this.label_Base_Save_Comment = new System.Windows.Forms.Label();
  87. this.editBox_Base_BackgrondFilePath = new Janus.Windows.GridEX.EditControls.EditBox();
  88. this.editBox_Base_BackgrondFileName = new Janus.Windows.GridEX.EditControls.EditBox();
  89. this.editBox_Base_PageName = new Janus.Windows.GridEX.EditControls.EditBox();
  90. this.label_Base_IconLock = new System.Windows.Forms.Label();
  91. this.label_Base_BackgrondFilePath = new System.Windows.Forms.Label();
  92. this.label_PageName_Edit = new System.Windows.Forms.Label();
  93. this.label_Base_PageName = new System.Windows.Forms.Label();
  94. this.label_Base_BackgrondFileName = new System.Windows.Forms.Label();
  95. this.uiButton_Base_Save = new Janus.Windows.EditControls.UIButton();
  96. this.uiButton_PageName_Edit = new Janus.Windows.EditControls.UIButton();
  97. this.uiButton_Base_BackgrondFileName = new Janus.Windows.EditControls.UIButton();
  98. this.uiPanel_Device = new Janus.Windows.UI.Dock.UIPanel();
  99. this.uiPanel_DeviceContainer = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
  100. this.uiPanel_Item = new Janus.Windows.UI.Dock.UIPanel();
  101. this.uiPanel_ItemContainer = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
  102. this.listView_Item = new System.Windows.Forms.ListView();
  103. this.uiPanel_Work = new Janus.Windows.UI.Dock.UIPanel();
  104. this.uiPanel_WorkContainer = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
  105. this.pictureBox_Background = new System.Windows.Forms.PictureBox();
  106. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox_Device)).BeginInit();
  108. this.uiGroupBox_Device.SuspendLayout();
  109. ((System.ComponentModel.ISupportInitialize)(this.GridEX_Device)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.uiPanelGroup2)).BeginInit();
  112. this.uiPanelGroup2.SuspendLayout();
  113. ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Tree)).BeginInit();
  114. this.uiPanel_Tree.SuspendLayout();
  115. this.uiPanel_TreeContainer.SuspendLayout();
  116. ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Info)).BeginInit();
  117. this.uiPanel_Info.SuspendLayout();
  118. this.uiPanel_InfoContainer.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox_Info)).BeginInit();
  120. this.uiGroupBox_Info.SuspendLayout();
  121. ((System.ComponentModel.ISupportInitialize)(this.uiPanelGroup1)).BeginInit();
  122. this.uiPanelGroup1.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Base)).BeginInit();
  124. this.uiPanel_Base.SuspendLayout();
  125. this.uiPanel_BaseContainer.SuspendLayout();
  126. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox_Base)).BeginInit();
  127. this.uiGroupBox_Base.SuspendLayout();
  128. ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Device)).BeginInit();
  129. this.uiPanel_Device.SuspendLayout();
  130. this.uiPanel_DeviceContainer.SuspendLayout();
  131. ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Item)).BeginInit();
  132. this.uiPanel_Item.SuspendLayout();
  133. this.uiPanel_ItemContainer.SuspendLayout();
  134. ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Work)).BeginInit();
  135. this.uiPanel_Work.SuspendLayout();
  136. this.uiPanel_WorkContainer.SuspendLayout();
  137. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Background)).BeginInit();
  138. this.SuspendLayout();
  139. //
  140. // officeFormAdorner
  141. //
  142. this.officeFormAdorner.Form = this;
  143. this.officeFormAdorner.Office2007CustomColor = System.Drawing.Color.Empty;
  144. //
  145. // uiGroupBox_Device
  146. //
  147. this.uiGroupBox_Device.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
  148. this.uiGroupBox_Device.BorderColor = System.Drawing.Color.Transparent;
  149. this.uiGroupBox_Device.Controls.Add(this.GridEX_Device);
  150. this.uiGroupBox_Device.Controls.Add(this.EditBox_DeviceName);
  151. this.uiGroupBox_Device.Controls.Add(this.CheckedComboBox_DeviceType);
  152. this.uiGroupBox_Device.Controls.Add(this.uiButton_Device_Clear);
  153. this.uiGroupBox_Device.Controls.Add(this.label_DeviceName);
  154. this.uiGroupBox_Device.Controls.Add(this.uiButton_Device_Result);
  155. this.uiGroupBox_Device.Controls.Add(this.uiButton_Device_Apply);
  156. this.uiGroupBox_Device.Controls.Add(this.label_DeviceType);
  157. this.uiGroupBox_Device.Controls.Add(this.uiButton_Device_Inq);
  158. this.uiGroupBox_Device.Controls.Add(this.EditBox_Position);
  159. this.uiGroupBox_Device.Controls.Add(this.UiComboBox_Device_InOut);
  160. this.uiGroupBox_Device.Controls.Add(this.label_CurrentStatus);
  161. this.uiGroupBox_Device.Controls.Add(this.label_Oper);
  162. this.uiGroupBox_Device.Controls.Add(this.label_info);
  163. this.uiGroupBox_Device.Controls.Add(this.label_Position);
  164. this.uiGroupBox_Device.Controls.Add(this.label_Device_InOut);
  165. this.uiGroupBox_Device.Controls.Add(this.UiComboBox_Repeater);
  166. this.uiGroupBox_Device.Controls.Add(this.label_Board);
  167. this.uiGroupBox_Device.Controls.Add(this.label_Repeater);
  168. this.uiGroupBox_Device.Controls.Add(this.UiComboBox_Board);
  169. this.uiGroupBox_Device.Controls.Add(this.UiComboBox_Channel);
  170. this.uiGroupBox_Device.Controls.Add(this.label_Channel);
  171. this.uiGroupBox_Device.Dock = System.Windows.Forms.DockStyle.Fill;
  172. this.uiGroupBox_Device.Location = new System.Drawing.Point(0, 0);
  173. this.uiGroupBox_Device.Name = "uiGroupBox_Device";
  174. this.uiGroupBox_Device.Size = new System.Drawing.Size(922, 210);
  175. this.uiGroupBox_Device.TabIndex = 0;
  176. this.uiGroupBox_Device.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
  177. //
  178. // GridEX_Device
  179. //
  180. this.GridEX_Device.AllowAddNew = Janus.Windows.GridEX.InheritableBoolean.True;
  181. this.GridEX_Device.AllowColumnDrag = false;
  182. this.GridEX_Device.AllowDelete = Janus.Windows.GridEX.InheritableBoolean.True;
  183. this.GridEX_Device.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
  184. this.GridEX_Device.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
  185. this.GridEX_Device.Cursor = System.Windows.Forms.Cursors.Default;
  186. GridEX_Device_DesignTimeLayout.LayoutString = resources.GetString("GridEX_Device_DesignTimeLayout.LayoutString");
  187. this.GridEX_Device.DesignTimeLayout = GridEX_Device_DesignTimeLayout;
  188. this.GridEX_Device.Dock = System.Windows.Forms.DockStyle.Right;
  189. this.GridEX_Device.EmptyRows = true;
  190. this.GridEX_Device.FocusCellFormatStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  191. this.GridEX_Device.Font = new System.Drawing.Font("굴림", 8.25F);
  192. this.GridEX_Device.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
  193. this.GridEX_Device.GroupByBoxVisible = false;
  194. this.GridEX_Device.GroupRowVisualStyle = Janus.Windows.GridEX.GroupRowVisualStyle.Outlook2003;
  195. this.GridEX_Device.HeaderFormatStyle.Font = new System.Drawing.Font("굴림", 9.75F);
  196. this.GridEX_Device.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
  197. this.GridEX_Device.HideSelection = Janus.Windows.GridEX.HideSelection.Highlight;
  198. this.GridEX_Device.Location = new System.Drawing.Point(375, 8);
  199. this.GridEX_Device.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  200. this.GridEX_Device.Name = "GridEX_Device";
  201. this.GridEX_Device.NewRowPosition = Janus.Windows.GridEX.NewRowPosition.BottomRow;
  202. this.GridEX_Device.ScrollBars = Janus.Windows.GridEX.ScrollBars.Vertical;
  203. this.GridEX_Device.ScrollBarWidth = 17;
  204. this.GridEX_Device.SelectedFormatStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  205. this.GridEX_Device.SelectedFormatStyle.BackColorGradient = System.Drawing.Color.Empty;
  206. this.GridEX_Device.SelectedInactiveFormatStyle.BackColor = System.Drawing.Color.Empty;
  207. this.GridEX_Device.Size = new System.Drawing.Size(544, 199);
  208. this.GridEX_Device.TabIndex = 740;
  209. this.GridEX_Device.TableSpacing = 1;
  210. this.GridEX_Device.TabStop = false;
  211. this.GridEX_Device.TotalRowPosition = Janus.Windows.GridEX.TotalRowPosition.BottomFixed;
  212. this.GridEX_Device.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  213. //
  214. // EditBox_DeviceName
  215. //
  216. this.EditBox_DeviceName.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  217. this.EditBox_DeviceName.Location = new System.Drawing.Point(119, 180);
  218. this.EditBox_DeviceName.Name = "EditBox_DeviceName";
  219. this.EditBox_DeviceName.Size = new System.Drawing.Size(91, 21);
  220. this.EditBox_DeviceName.TabIndex = 8;
  221. this.EditBox_DeviceName.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  222. //
  223. // CheckedComboBox_DeviceType
  224. //
  225. CheckedComboBox_DeviceType_DesignTimeLayout.LayoutString = resources.GetString("CheckedComboBox_DeviceType_DesignTimeLayout.LayoutString");
  226. this.CheckedComboBox_DeviceType.DesignTimeLayout = CheckedComboBox_DeviceType_DesignTimeLayout;
  227. this.CheckedComboBox_DeviceType.DropDownValueMember = "Device_Type";
  228. this.CheckedComboBox_DeviceType.Location = new System.Drawing.Point(117, 152);
  229. this.CheckedComboBox_DeviceType.Name = "CheckedComboBox_DeviceType";
  230. this.CheckedComboBox_DeviceType.SaveSettings = false;
  231. this.CheckedComboBox_DeviceType.Size = new System.Drawing.Size(91, 21);
  232. this.CheckedComboBox_DeviceType.TabIndex = 7;
  233. this.CheckedComboBox_DeviceType.ValuesDataMember = null;
  234. this.CheckedComboBox_DeviceType.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  235. this.CheckedComboBox_DeviceType.CheckedValuesChanged += new System.EventHandler(this.CheckedComboBox_DeviceType_CheckedValuesChanged);
  236. //
  237. // uiButton_Device_Clear
  238. //
  239. this.uiButton_Device_Clear.Font = new System.Drawing.Font("굴림", 9F);
  240. this.uiButton_Device_Clear.HighlightActiveButton = false;
  241. this.uiButton_Device_Clear.Location = new System.Drawing.Point(239, 73);
  242. this.uiButton_Device_Clear.Name = "uiButton_Device_Clear";
  243. this.uiButton_Device_Clear.Size = new System.Drawing.Size(111, 21);
  244. this.uiButton_Device_Clear.TabIndex = 10;
  245. this.uiButton_Device_Clear.Text = "Clear";
  246. this.uiButton_Device_Clear.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  247. this.uiButton_Device_Clear.Click += new System.EventHandler(this.uiButton_Device_Clear_Click);
  248. //
  249. // label_DeviceName
  250. //
  251. this.label_DeviceName.AutoSize = true;
  252. this.label_DeviceName.BackColor = System.Drawing.Color.Transparent;
  253. this.label_DeviceName.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  254. this.label_DeviceName.Location = new System.Drawing.Point(12, 185);
  255. this.label_DeviceName.Name = "label_DeviceName";
  256. this.label_DeviceName.Size = new System.Drawing.Size(101, 12);
  257. this.label_DeviceName.TabIndex = 426;
  258. this.label_DeviceName.Text = "▶ 디바이스 명칭:";
  259. this.label_DeviceName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  260. //
  261. // uiButton_Device_Result
  262. //
  263. this.uiButton_Device_Result.Font = new System.Drawing.Font("굴림", 9F);
  264. this.uiButton_Device_Result.HighlightActiveButton = false;
  265. this.uiButton_Device_Result.Location = new System.Drawing.Point(238, 125);
  266. this.uiButton_Device_Result.Name = "uiButton_Device_Result";
  267. this.uiButton_Device_Result.Size = new System.Drawing.Size(112, 21);
  268. this.uiButton_Device_Result.TabIndex = 11;
  269. this.uiButton_Device_Result.Text = "결과";
  270. this.uiButton_Device_Result.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  271. this.uiButton_Device_Result.Click += new System.EventHandler(this.uiButton_Device_Result_Click);
  272. //
  273. // uiButton_Device_Apply
  274. //
  275. this.uiButton_Device_Apply.Font = new System.Drawing.Font("굴림", 9F);
  276. this.uiButton_Device_Apply.HighlightActiveButton = false;
  277. this.uiButton_Device_Apply.Location = new System.Drawing.Point(238, 180);
  278. this.uiButton_Device_Apply.Name = "uiButton_Device_Apply";
  279. this.uiButton_Device_Apply.Size = new System.Drawing.Size(112, 21);
  280. this.uiButton_Device_Apply.TabIndex = 11;
  281. this.uiButton_Device_Apply.Text = "적용";
  282. this.uiButton_Device_Apply.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  283. this.uiButton_Device_Apply.Click += new System.EventHandler(this.uiButton_Device_Apply_Click);
  284. //
  285. // label_DeviceType
  286. //
  287. this.label_DeviceType.AutoSize = true;
  288. this.label_DeviceType.BackColor = System.Drawing.Color.Transparent;
  289. this.label_DeviceType.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  290. this.label_DeviceType.Location = new System.Drawing.Point(12, 157);
  291. this.label_DeviceType.Name = "label_DeviceType";
  292. this.label_DeviceType.Size = new System.Drawing.Size(77, 12);
  293. this.label_DeviceType.TabIndex = 425;
  294. this.label_DeviceType.Text = "▶ 설비 종류:";
  295. this.label_DeviceType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  296. //
  297. // uiButton_Device_Inq
  298. //
  299. this.uiButton_Device_Inq.Font = new System.Drawing.Font("굴림", 9F);
  300. this.uiButton_Device_Inq.HighlightActiveButton = false;
  301. this.uiButton_Device_Inq.Location = new System.Drawing.Point(238, 40);
  302. this.uiButton_Device_Inq.Name = "uiButton_Device_Inq";
  303. this.uiButton_Device_Inq.Size = new System.Drawing.Size(112, 21);
  304. this.uiButton_Device_Inq.TabIndex = 9;
  305. this.uiButton_Device_Inq.Text = "조회";
  306. this.uiButton_Device_Inq.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  307. this.uiButton_Device_Inq.Click += new System.EventHandler(this.uiButton_Device_Inq_Click);
  308. //
  309. // EditBox_Position
  310. //
  311. this.EditBox_Position.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  312. this.EditBox_Position.Location = new System.Drawing.Point(117, 124);
  313. this.EditBox_Position.Name = "EditBox_Position";
  314. this.EditBox_Position.Size = new System.Drawing.Size(91, 21);
  315. this.EditBox_Position.TabIndex = 6;
  316. this.EditBox_Position.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  317. //
  318. // UiComboBox_Device_InOut
  319. //
  320. this.UiComboBox_Device_InOut.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
  321. this.UiComboBox_Device_InOut.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  322. this.UiComboBox_Device_InOut.Location = new System.Drawing.Point(117, 12);
  323. this.UiComboBox_Device_InOut.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  324. this.UiComboBox_Device_InOut.Name = "UiComboBox_Device_InOut";
  325. this.UiComboBox_Device_InOut.Size = new System.Drawing.Size(68, 21);
  326. this.UiComboBox_Device_InOut.TabIndex = 2;
  327. this.UiComboBox_Device_InOut.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  328. //
  329. // label_CurrentStatus
  330. //
  331. this.label_CurrentStatus.AutoSize = true;
  332. this.label_CurrentStatus.BackColor = System.Drawing.Color.Transparent;
  333. this.label_CurrentStatus.Font = new System.Drawing.Font("굴림", 9F);
  334. this.label_CurrentStatus.Location = new System.Drawing.Point(223, 101);
  335. this.label_CurrentStatus.Name = "label_CurrentStatus";
  336. this.label_CurrentStatus.Size = new System.Drawing.Size(69, 12);
  337. this.label_CurrentStatus.TabIndex = 383;
  338. this.label_CurrentStatus.Text = "▶ 현재상태";
  339. this.label_CurrentStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  340. //
  341. // label_Oper
  342. //
  343. this.label_Oper.AutoSize = true;
  344. this.label_Oper.BackColor = System.Drawing.Color.Transparent;
  345. this.label_Oper.Font = new System.Drawing.Font("굴림", 9F);
  346. this.label_Oper.Location = new System.Drawing.Point(223, 157);
  347. this.label_Oper.Name = "label_Oper";
  348. this.label_Oper.Size = new System.Drawing.Size(97, 12);
  349. this.label_Oper.TabIndex = 383;
  350. this.label_Oper.Text = "◆ 디바이스 연동";
  351. this.label_Oper.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  352. //
  353. // label_info
  354. //
  355. this.label_info.AutoSize = true;
  356. this.label_info.BackColor = System.Drawing.Color.Transparent;
  357. this.label_info.Font = new System.Drawing.Font("굴림", 9F);
  358. this.label_info.Location = new System.Drawing.Point(223, 17);
  359. this.label_info.Name = "label_info";
  360. this.label_info.Size = new System.Drawing.Size(97, 12);
  361. this.label_info.TabIndex = 383;
  362. this.label_info.Text = "▶ 디바이스 조회";
  363. this.label_info.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  364. //
  365. // label_Position
  366. //
  367. this.label_Position.AutoSize = true;
  368. this.label_Position.BackColor = System.Drawing.Color.Transparent;
  369. this.label_Position.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  370. this.label_Position.Location = new System.Drawing.Point(12, 129);
  371. this.label_Position.Name = "label_Position";
  372. this.label_Position.Size = new System.Drawing.Size(49, 12);
  373. this.label_Position.TabIndex = 422;
  374. this.label_Position.Text = "▶ 위치:";
  375. this.label_Position.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  376. //
  377. // label_Device_InOut
  378. //
  379. this.label_Device_InOut.AutoSize = true;
  380. this.label_Device_InOut.BackColor = System.Drawing.Color.Transparent;
  381. this.label_Device_InOut.Font = new System.Drawing.Font("굴림", 9F);
  382. this.label_Device_InOut.Location = new System.Drawing.Point(12, 17);
  383. this.label_Device_InOut.Name = "label_Device_InOut";
  384. this.label_Device_InOut.Size = new System.Drawing.Size(64, 12);
  385. this.label_Device_InOut.TabIndex = 383;
  386. this.label_Device_InOut.Text = "▶ In/Out :";
  387. this.label_Device_InOut.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  388. //
  389. // UiComboBox_Repeater
  390. //
  391. this.UiComboBox_Repeater.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
  392. this.UiComboBox_Repeater.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  393. this.UiComboBox_Repeater.Location = new System.Drawing.Point(117, 96);
  394. this.UiComboBox_Repeater.Name = "UiComboBox_Repeater";
  395. this.UiComboBox_Repeater.Size = new System.Drawing.Size(68, 21);
  396. this.UiComboBox_Repeater.TabIndex = 5;
  397. this.UiComboBox_Repeater.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  398. //
  399. // label_Board
  400. //
  401. this.label_Board.AutoSize = true;
  402. this.label_Board.BackColor = System.Drawing.Color.Transparent;
  403. this.label_Board.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  404. this.label_Board.Location = new System.Drawing.Point(12, 45);
  405. this.label_Board.Name = "label_Board";
  406. this.label_Board.Size = new System.Drawing.Size(84, 12);
  407. this.label_Board.TabIndex = 405;
  408. this.label_Board.Text = "▶ 통신보드ID:";
  409. this.label_Board.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  410. //
  411. // label_Repeater
  412. //
  413. this.label_Repeater.AutoSize = true;
  414. this.label_Repeater.BackColor = System.Drawing.Color.Transparent;
  415. this.label_Repeater.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  416. this.label_Repeater.Location = new System.Drawing.Point(12, 101);
  417. this.label_Repeater.Name = "label_Repeater";
  418. this.label_Repeater.Size = new System.Drawing.Size(72, 12);
  419. this.label_Repeater.TabIndex = 420;
  420. this.label_Repeater.Text = "▶ 중계기ID:";
  421. this.label_Repeater.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  422. //
  423. // UiComboBox_Board
  424. //
  425. this.UiComboBox_Board.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
  426. this.UiComboBox_Board.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  427. this.UiComboBox_Board.Location = new System.Drawing.Point(117, 40);
  428. this.UiComboBox_Board.Name = "UiComboBox_Board";
  429. this.UiComboBox_Board.Size = new System.Drawing.Size(68, 21);
  430. this.UiComboBox_Board.TabIndex = 3;
  431. this.UiComboBox_Board.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  432. this.UiComboBox_Board.SelectedValueChanged += new System.EventHandler(this.UiComboBox_Board_SelectedValueChanged);
  433. //
  434. // UiComboBox_Channel
  435. //
  436. this.UiComboBox_Channel.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
  437. this.UiComboBox_Channel.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  438. this.UiComboBox_Channel.Location = new System.Drawing.Point(117, 68);
  439. this.UiComboBox_Channel.Name = "UiComboBox_Channel";
  440. this.UiComboBox_Channel.Size = new System.Drawing.Size(68, 21);
  441. this.UiComboBox_Channel.TabIndex = 4;
  442. this.UiComboBox_Channel.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  443. this.UiComboBox_Channel.SelectedValueChanged += new System.EventHandler(this.UiComboBox_Channel_SelectedValueChanged);
  444. //
  445. // label_Channel
  446. //
  447. this.label_Channel.AutoSize = true;
  448. this.label_Channel.BackColor = System.Drawing.Color.Transparent;
  449. this.label_Channel.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  450. this.label_Channel.Location = new System.Drawing.Point(12, 73);
  451. this.label_Channel.Name = "label_Channel";
  452. this.label_Channel.Size = new System.Drawing.Size(49, 12);
  453. this.label_Channel.TabIndex = 407;
  454. this.label_Channel.Text = "▶ 채널:";
  455. this.label_Channel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  456. //
  457. // uiPanelManager
  458. //
  459. this.uiPanelManager.ContainerControl = this;
  460. this.uiPanelManager.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
  461. this.uiPanelGroup2.Id = new System.Guid("20b2ebf0-05b5-4095-8585-de8fcefa0974");
  462. this.uiPanel_Tree.Id = new System.Guid("8d5fc309-a389-4879-8448-ccb3b8c73257");
  463. this.uiPanelGroup2.Panels.Add(this.uiPanel_Tree);
  464. this.uiPanel_Info.Id = new System.Guid("11bead60-bdc0-4282-9be8-0a019d4906e7");
  465. this.uiPanelGroup2.Panels.Add(this.uiPanel_Info);
  466. this.uiPanelManager.Panels.Add(this.uiPanelGroup2);
  467. this.uiPanelGroup1.Id = new System.Guid("003e60f7-00ab-43eb-9648-a40c7ccb81f8");
  468. this.uiPanel_Base.Id = new System.Guid("9168b110-587a-4470-a871-2470d9c1ac23");
  469. this.uiPanelGroup1.Panels.Add(this.uiPanel_Base);
  470. this.uiPanel_Device.Id = new System.Guid("e58bc153-0af6-4cc1-8256-913e4ccd2306");
  471. this.uiPanelGroup1.Panels.Add(this.uiPanel_Device);
  472. this.uiPanelManager.Panels.Add(this.uiPanelGroup1);
  473. this.uiPanel_Item.Id = new System.Guid("7a2aa23d-f039-45f7-b916-f427e67e74bb");
  474. this.uiPanelManager.Panels.Add(this.uiPanel_Item);
  475. this.uiPanel_Work.Id = new System.Guid("eab48c40-b496-4046-93ba-e5279c6d6f72");
  476. this.uiPanelManager.Panels.Add(this.uiPanel_Work);
  477. //
  478. // Design Time Panel Info:
  479. //
  480. this.uiPanelManager.BeginPanelInfo();
  481. this.uiPanelManager.AddDockPanelInfo(new System.Guid("eab48c40-b496-4046-93ba-e5279c6d6f72"), Janus.Windows.UI.Dock.PanelDockStyle.Fill, new System.Drawing.Size(1083, 744), true);
  482. 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);
  483. this.uiPanelManager.AddDockPanelInfo(new System.Guid("8d5fc309-a389-4879-8448-ccb3b8c73257"), new System.Guid("20b2ebf0-05b5-4095-8585-de8fcefa0974"), 731, true);
  484. this.uiPanelManager.AddDockPanelInfo(new System.Guid("11bead60-bdc0-4282-9be8-0a019d4906e7"), new System.Guid("20b2ebf0-05b5-4095-8585-de8fcefa0974"), 249, true);
  485. 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);
  486. this.uiPanelManager.AddDockPanelInfo(new System.Guid("9168b110-587a-4470-a871-2470d9c1ac23"), new System.Guid("003e60f7-00ab-43eb-9648-a40c7ccb81f8"), 326, true);
  487. this.uiPanelManager.AddDockPanelInfo(new System.Guid("e58bc153-0af6-4cc1-8256-913e4ccd2306"), new System.Guid("003e60f7-00ab-43eb-9648-a40c7ccb81f8"), 924, true);
  488. this.uiPanelManager.AddDockPanelInfo(new System.Guid("7a2aa23d-f039-45f7-b916-f427e67e74bb"), Janus.Windows.UI.Dock.PanelDockStyle.Left, new System.Drawing.Size(171, 744), true);
  489. this.uiPanelManager.AddFloatingPanelInfo(new System.Guid("9168b110-587a-4470-a871-2470d9c1ac23"), new System.Drawing.Point(512, 257), new System.Drawing.Size(200, 200), false);
  490. this.uiPanelManager.AddFloatingPanelInfo(new System.Guid("e58bc153-0af6-4cc1-8256-913e4ccd2306"), new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
  491. this.uiPanelManager.AddFloatingPanelInfo(new System.Guid("11bead60-bdc0-4282-9be8-0a019d4906e7"), new System.Drawing.Point(2926, 621), new System.Drawing.Size(200, 200), false);
  492. this.uiPanelManager.AddFloatingPanelInfo(new System.Guid("8d5fc309-a389-4879-8448-ccb3b8c73257"), new System.Drawing.Point(2932, 599), new System.Drawing.Size(200, 200), false);
  493. this.uiPanelManager.AddFloatingPanelInfo(new System.Guid("7a2aa23d-f039-45f7-b916-f427e67e74bb"), new System.Drawing.Point(-1498, 777), new System.Drawing.Size(200, 200), false);
  494. this.uiPanelManager.AddFloatingPanelInfo(new System.Guid("eab48c40-b496-4046-93ba-e5279c6d6f72"), new System.Drawing.Point(-1023, 750), new System.Drawing.Size(200, 200), false);
  495. this.uiPanelManager.EndPanelInfo();
  496. //
  497. // uiPanelGroup2
  498. //
  499. this.uiPanelGroup2.Location = new System.Drawing.Point(1257, 3);
  500. this.uiPanelGroup2.Name = "uiPanelGroup2";
  501. this.uiPanelGroup2.Size = new System.Drawing.Size(336, 982);
  502. this.uiPanelGroup2.TabIndex = 6;
  503. //
  504. // uiPanel_Tree
  505. //
  506. this.uiPanel_Tree.AllowResize = Janus.Windows.UI.InheritableBoolean.True;
  507. this.uiPanel_Tree.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
  508. this.uiPanel_Tree.FloatingLocation = new System.Drawing.Point(2932, 599);
  509. this.uiPanel_Tree.InnerContainer = this.uiPanel_TreeContainer;
  510. this.uiPanel_Tree.Location = new System.Drawing.Point(4, 0);
  511. this.uiPanel_Tree.Name = "uiPanel_Tree";
  512. this.uiPanel_Tree.Size = new System.Drawing.Size(332, 730);
  513. this.uiPanel_Tree.TabIndex = 1;
  514. this.uiPanel_Tree.TabStop = false;
  515. this.uiPanel_Tree.Text = "오브젝트 트리 ";
  516. //
  517. // uiPanel_TreeContainer
  518. //
  519. this.uiPanel_TreeContainer.Controls.Add(this.treeView_ObjectTree);
  520. this.uiPanel_TreeContainer.Location = new System.Drawing.Point(1, 23);
  521. this.uiPanel_TreeContainer.Name = "uiPanel_TreeContainer";
  522. this.uiPanel_TreeContainer.Size = new System.Drawing.Size(330, 706);
  523. this.uiPanel_TreeContainer.TabIndex = 0;
  524. this.uiPanel_TreeContainer.TabStop = false;
  525. //
  526. // treeView_ObjectTree
  527. //
  528. this.treeView_ObjectTree.Dock = System.Windows.Forms.DockStyle.Fill;
  529. this.treeView_ObjectTree.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  530. this.treeView_ObjectTree.ImageIndex = 3;
  531. this.treeView_ObjectTree.ImageList = this.imageList_Icon_16by16;
  532. this.treeView_ObjectTree.Indent = 15;
  533. this.treeView_ObjectTree.ItemHeight = 15;
  534. this.treeView_ObjectTree.Location = new System.Drawing.Point(0, 0);
  535. this.treeView_ObjectTree.Name = "treeView_ObjectTree";
  536. this.treeView_ObjectTree.SelectedImageIndex = 0;
  537. this.treeView_ObjectTree.Size = new System.Drawing.Size(330, 706);
  538. this.treeView_ObjectTree.TabIndex = 0;
  539. this.treeView_ObjectTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_ObjetTree_NodeMouseClick);
  540. //
  541. // imageList_Icon_16by16
  542. //
  543. this.imageList_Icon_16by16.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_Icon_16by16.ImageStream")));
  544. this.imageList_Icon_16by16.TransparentColor = System.Drawing.Color.Transparent;
  545. this.imageList_Icon_16by16.Images.SetKeyName(0, "");
  546. this.imageList_Icon_16by16.Images.SetKeyName(1, "");
  547. this.imageList_Icon_16by16.Images.SetKeyName(2, "");
  548. this.imageList_Icon_16by16.Images.SetKeyName(3, "");
  549. this.imageList_Icon_16by16.Images.SetKeyName(4, "");
  550. this.imageList_Icon_16by16.Images.SetKeyName(5, "");
  551. this.imageList_Icon_16by16.Images.SetKeyName(6, "");
  552. this.imageList_Icon_16by16.Images.SetKeyName(7, "");
  553. this.imageList_Icon_16by16.Images.SetKeyName(8, "");
  554. this.imageList_Icon_16by16.Images.SetKeyName(9, "");
  555. this.imageList_Icon_16by16.Images.SetKeyName(10, "connect.png");
  556. this.imageList_Icon_16by16.Images.SetKeyName(11, "log.png");
  557. this.imageList_Icon_16by16.Images.SetKeyName(12, "new.png");
  558. this.imageList_Icon_16by16.Images.SetKeyName(13, "plus.png");
  559. this.imageList_Icon_16by16.Images.SetKeyName(14, "print.png");
  560. this.imageList_Icon_16by16.Images.SetKeyName(15, "green_ball.bmp");
  561. this.imageList_Icon_16by16.Images.SetKeyName(16, "green_chk.bmp");
  562. this.imageList_Icon_16by16.Images.SetKeyName(17, "red_ball.bmp");
  563. this.imageList_Icon_16by16.Images.SetKeyName(18, "red_chk.bmp");
  564. this.imageList_Icon_16by16.Images.SetKeyName(19, "yellow_ball.bmp");
  565. this.imageList_Icon_16by16.Images.SetKeyName(20, "yellow_chk.bmp");
  566. this.imageList_Icon_16by16.Images.SetKeyName(21, "건물_평상시.png");
  567. this.imageList_Icon_16by16.Images.SetKeyName(22, "검색.BMP");
  568. this.imageList_Icon_16by16.Images.SetKeyName(23, "돋보기.png");
  569. this.imageList_Icon_16by16.Images.SetKeyName(24, "등록.png");
  570. this.imageList_Icon_16by16.Images.SetKeyName(25, "보고서.BMP");
  571. this.imageList_Icon_16by16.Images.SetKeyName(26, "층_평상시.png");
  572. this.imageList_Icon_16by16.Images.SetKeyName(27, "카드_승인됨.PNG");
  573. this.imageList_Icon_16by16.Images.SetKeyName(28, "카드_승인안됨.PNG");
  574. this.imageList_Icon_16by16.Images.SetKeyName(29, "플러스.png");
  575. this.imageList_Icon_16by16.Images.SetKeyName(30, "cardgroup.png");
  576. this.imageList_Icon_16by16.Images.SetKeyName(31, "personal.png");
  577. this.imageList_Icon_16by16.Images.SetKeyName(32, "login.png");
  578. this.imageList_Icon_16by16.Images.SetKeyName(33, "logout.png");
  579. this.imageList_Icon_16by16.Images.SetKeyName(34, "office2007.png");
  580. this.imageList_Icon_16by16.Images.SetKeyName(35, "office2003.png");
  581. this.imageList_Icon_16by16.Images.SetKeyName(36, "standard.png");
  582. this.imageList_Icon_16by16.Images.SetKeyName(37, "VS2005.png");
  583. this.imageList_Icon_16by16.Images.SetKeyName(38, "treeview.png");
  584. this.imageList_Icon_16by16.Images.SetKeyName(39, "location.gif");
  585. this.imageList_Icon_16by16.Images.SetKeyName(40, "detail.png");
  586. this.imageList_Icon_16by16.Images.SetKeyName(41, "all.gif");
  587. //
  588. // uiPanel_Info
  589. //
  590. this.uiPanel_Info.AllowResize = Janus.Windows.UI.InheritableBoolean.True;
  591. this.uiPanel_Info.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
  592. this.uiPanel_Info.FloatingLocation = new System.Drawing.Point(2926, 621);
  593. this.uiPanel_Info.InnerContainer = this.uiPanel_InfoContainer;
  594. this.uiPanel_Info.Location = new System.Drawing.Point(4, 734);
  595. this.uiPanel_Info.Name = "uiPanel_Info";
  596. this.uiPanel_Info.Size = new System.Drawing.Size(332, 248);
  597. this.uiPanel_Info.TabIndex = 0;
  598. this.uiPanel_Info.Text = "상태";
  599. //
  600. // uiPanel_InfoContainer
  601. //
  602. this.uiPanel_InfoContainer.Controls.Add(this.uiGroupBox_Info);
  603. this.uiPanel_InfoContainer.Location = new System.Drawing.Point(1, 23);
  604. this.uiPanel_InfoContainer.Name = "uiPanel_InfoContainer";
  605. this.uiPanel_InfoContainer.Size = new System.Drawing.Size(330, 224);
  606. this.uiPanel_InfoContainer.TabIndex = 0;
  607. this.uiPanel_InfoContainer.TabStop = false;
  608. //
  609. // uiGroupBox_Info
  610. //
  611. this.uiGroupBox_Info.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
  612. this.uiGroupBox_Info.BorderColor = System.Drawing.Color.Transparent;
  613. this.uiGroupBox_Info.Controls.Add(this.editBox_Status_Size_H);
  614. this.uiGroupBox_Info.Controls.Add(this.editBox_Status_Size_W);
  615. this.uiGroupBox_Info.Controls.Add(this.editBox_Status_Location_Y);
  616. this.uiGroupBox_Info.Controls.Add(this.editBox_Status_Location_X);
  617. this.uiGroupBox_Info.Controls.Add(this.uiComboBox_Status_Jump);
  618. this.uiGroupBox_Info.Controls.Add(this.label_Status_Device);
  619. this.uiGroupBox_Info.Controls.Add(this.label_Status_IconType);
  620. this.uiGroupBox_Info.Controls.Add(this.label_Status_Jump_Header);
  621. this.uiGroupBox_Info.Controls.Add(this.label_Status_Device_Header);
  622. this.uiGroupBox_Info.Controls.Add(this.label_Status_IconType_Header);
  623. this.uiGroupBox_Info.Controls.Add(this.label_Status_Size_Header);
  624. this.uiGroupBox_Info.Controls.Add(this.label_Status_Info);
  625. this.uiGroupBox_Info.Controls.Add(this.label_Status_Location_Header);
  626. this.uiGroupBox_Info.Controls.Add(this.label_Status_Info_Header);
  627. this.uiGroupBox_Info.Dock = System.Windows.Forms.DockStyle.Fill;
  628. this.uiGroupBox_Info.Location = new System.Drawing.Point(0, 0);
  629. this.uiGroupBox_Info.Margin = new System.Windows.Forms.Padding(0);
  630. this.uiGroupBox_Info.Name = "uiGroupBox_Info";
  631. this.uiGroupBox_Info.Size = new System.Drawing.Size(330, 224);
  632. this.uiGroupBox_Info.TabIndex = 2;
  633. this.uiGroupBox_Info.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
  634. //
  635. // editBox_Status_Size_H
  636. //
  637. this.editBox_Status_Size_H.BackColor = System.Drawing.SystemColors.MenuBar;
  638. this.editBox_Status_Size_H.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  639. this.editBox_Status_Size_H.Location = new System.Drawing.Point(219, 153);
  640. this.editBox_Status_Size_H.Name = "editBox_Status_Size_H";
  641. this.editBox_Status_Size_H.ReadOnly = true;
  642. this.editBox_Status_Size_H.Size = new System.Drawing.Size(41, 21);
  643. this.editBox_Status_Size_H.TabIndex = 0;
  644. this.editBox_Status_Size_H.TabStop = false;
  645. this.editBox_Status_Size_H.Text = "0";
  646. this.editBox_Status_Size_H.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  647. this.editBox_Status_Size_H.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.editBox_Status_Size_H_KeyPress);
  648. //
  649. // editBox_Status_Size_W
  650. //
  651. this.editBox_Status_Size_W.BackColor = System.Drawing.SystemColors.MenuBar;
  652. this.editBox_Status_Size_W.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  653. this.editBox_Status_Size_W.Location = new System.Drawing.Point(168, 153);
  654. this.editBox_Status_Size_W.Name = "editBox_Status_Size_W";
  655. this.editBox_Status_Size_W.ReadOnly = true;
  656. this.editBox_Status_Size_W.Size = new System.Drawing.Size(41, 21);
  657. this.editBox_Status_Size_W.TabIndex = 0;
  658. this.editBox_Status_Size_W.TabStop = false;
  659. this.editBox_Status_Size_W.Text = "0";
  660. this.editBox_Status_Size_W.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  661. this.editBox_Status_Size_W.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.editBox_Status_Size_W_KeyPress);
  662. //
  663. // editBox_Status_Location_Y
  664. //
  665. this.editBox_Status_Location_Y.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  666. this.editBox_Status_Location_Y.Location = new System.Drawing.Point(201, 120);
  667. this.editBox_Status_Location_Y.Name = "editBox_Status_Location_Y";
  668. this.editBox_Status_Location_Y.Size = new System.Drawing.Size(41, 21);
  669. this.editBox_Status_Location_Y.TabIndex = 3;
  670. this.editBox_Status_Location_Y.Text = "0";
  671. this.editBox_Status_Location_Y.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  672. this.editBox_Status_Location_Y.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.editBox_Status_Location_Y_KeyPress);
  673. //
  674. // editBox_Status_Location_X
  675. //
  676. this.editBox_Status_Location_X.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  677. this.editBox_Status_Location_X.Location = new System.Drawing.Point(154, 120);
  678. this.editBox_Status_Location_X.Name = "editBox_Status_Location_X";
  679. this.editBox_Status_Location_X.Size = new System.Drawing.Size(41, 21);
  680. this.editBox_Status_Location_X.TabIndex = 2;
  681. this.editBox_Status_Location_X.Text = "0";
  682. this.editBox_Status_Location_X.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  683. this.editBox_Status_Location_X.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.editBox_Status_Location_X_KeyPress);
  684. //
  685. // uiComboBox_Status_Jump
  686. //
  687. this.uiComboBox_Status_Jump.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  688. this.uiComboBox_Status_Jump.Location = new System.Drawing.Point(158, 186);
  689. this.uiComboBox_Status_Jump.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  690. this.uiComboBox_Status_Jump.Name = "uiComboBox_Status_Jump";
  691. this.uiComboBox_Status_Jump.Size = new System.Drawing.Size(106, 21);
  692. this.uiComboBox_Status_Jump.TabIndex = 4;
  693. this.uiComboBox_Status_Jump.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  694. this.uiComboBox_Status_Jump.SelectedItemChanged += new System.EventHandler(this.uiComboBox_Status_Jump_SelectedItemChanged);
  695. this.uiComboBox_Status_Jump.DroppingDown += new System.ComponentModel.CancelEventHandler(this.uiComboBox_Status_Jump_DroppingDown);
  696. //
  697. // label_Status_Device
  698. //
  699. this.label_Status_Device.AutoSize = true;
  700. this.label_Status_Device.BackColor = System.Drawing.Color.Transparent;
  701. this.label_Status_Device.Font = new System.Drawing.Font("굴림", 9F);
  702. this.label_Status_Device.Location = new System.Drawing.Point(94, 92);
  703. this.label_Status_Device.Name = "label_Status_Device";
  704. this.label_Status_Device.Size = new System.Drawing.Size(35, 12);
  705. this.label_Status_Device.TabIndex = 385;
  706. this.label_Status_Device.Text = "None";
  707. this.label_Status_Device.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  708. //
  709. // label_Status_IconType
  710. //
  711. this.label_Status_IconType.AutoSize = true;
  712. this.label_Status_IconType.BackColor = System.Drawing.Color.Transparent;
  713. this.label_Status_IconType.Font = new System.Drawing.Font("굴림", 9F);
  714. this.label_Status_IconType.Location = new System.Drawing.Point(85, 59);
  715. this.label_Status_IconType.Name = "label_Status_IconType";
  716. this.label_Status_IconType.Size = new System.Drawing.Size(41, 12);
  717. this.label_Status_IconType.TabIndex = 385;
  718. this.label_Status_IconType.Text = "소화전";
  719. this.label_Status_IconType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  720. //
  721. // label_Status_Jump_Header
  722. //
  723. this.label_Status_Jump_Header.AutoSize = true;
  724. this.label_Status_Jump_Header.BackColor = System.Drawing.Color.Transparent;
  725. this.label_Status_Jump_Header.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  726. this.label_Status_Jump_Header.Location = new System.Drawing.Point(21, 191);
  727. this.label_Status_Jump_Header.Name = "label_Status_Jump_Header";
  728. this.label_Status_Jump_Header.Size = new System.Drawing.Size(135, 12);
  729. this.label_Status_Jump_Header.TabIndex = 384;
  730. this.label_Status_Jump_Header.Text = "▶ Jump Page Name : ";
  731. this.label_Status_Jump_Header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  732. //
  733. // label_Status_Device_Header
  734. //
  735. this.label_Status_Device_Header.AutoSize = true;
  736. this.label_Status_Device_Header.BackColor = System.Drawing.Color.Transparent;
  737. this.label_Status_Device_Header.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  738. this.label_Status_Device_Header.Location = new System.Drawing.Point(21, 92);
  739. this.label_Status_Device_Header.Name = "label_Status_Device_Header";
  740. this.label_Status_Device_Header.Size = new System.Drawing.Size(67, 12);
  741. this.label_Status_Device_Header.TabIndex = 384;
  742. this.label_Status_Device_Header.Text = "▶ Device :";
  743. this.label_Status_Device_Header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  744. //
  745. // label_Status_IconType_Header
  746. //
  747. this.label_Status_IconType_Header.AutoSize = true;
  748. this.label_Status_IconType_Header.BackColor = System.Drawing.Color.Transparent;
  749. this.label_Status_IconType_Header.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  750. this.label_Status_IconType_Header.Location = new System.Drawing.Point(21, 59);
  751. this.label_Status_IconType_Header.Name = "label_Status_IconType_Header";
  752. this.label_Status_IconType_Header.Size = new System.Drawing.Size(58, 12);
  753. this.label_Status_IconType_Header.TabIndex = 384;
  754. this.label_Status_IconType_Header.Text = "▶ Type :";
  755. this.label_Status_IconType_Header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  756. //
  757. // label_Status_Size_Header
  758. //
  759. this.label_Status_Size_Header.AutoSize = true;
  760. this.label_Status_Size_Header.BackColor = System.Drawing.Color.Transparent;
  761. this.label_Status_Size_Header.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  762. this.label_Status_Size_Header.Location = new System.Drawing.Point(21, 158);
  763. this.label_Status_Size_Header.Name = "label_Status_Size_Header";
  764. this.label_Status_Size_Header.Size = new System.Drawing.Size(137, 12);
  765. this.label_Status_Size_Header.TabIndex = 384;
  766. this.label_Status_Size_Header.Text = "▶ Size (Width,Height) :";
  767. this.label_Status_Size_Header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  768. //
  769. // label_Status_Info
  770. //
  771. this.label_Status_Info.AutoSize = true;
  772. this.label_Status_Info.BackColor = System.Drawing.Color.Transparent;
  773. this.label_Status_Info.Font = new System.Drawing.Font("굴림", 9F);
  774. this.label_Status_Info.Location = new System.Drawing.Point(76, 26);
  775. this.label_Status_Info.Name = "label_Status_Info";
  776. this.label_Status_Info.Size = new System.Drawing.Size(87, 12);
  777. this.label_Status_Info.TabIndex = 385;
  778. this.label_Status_Info.Text = "Png / 963 byte";
  779. this.label_Status_Info.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  780. //
  781. // label_Status_Location_Header
  782. //
  783. this.label_Status_Location_Header.AutoSize = true;
  784. this.label_Status_Location_Header.BackColor = System.Drawing.Color.Transparent;
  785. this.label_Status_Location_Header.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  786. this.label_Status_Location_Header.Location = new System.Drawing.Point(21, 125);
  787. this.label_Status_Location_Header.Name = "label_Status_Location_Header";
  788. this.label_Status_Location_Header.Size = new System.Drawing.Size(127, 12);
  789. this.label_Status_Location_Header.TabIndex = 384;
  790. this.label_Status_Location_Header.Text = "▶ Location ( X , Y ) :";
  791. this.label_Status_Location_Header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  792. //
  793. // label_Status_Info_Header
  794. //
  795. this.label_Status_Info_Header.AutoSize = true;
  796. this.label_Status_Info_Header.BackColor = System.Drawing.Color.Transparent;
  797. this.label_Status_Info_Header.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  798. this.label_Status_Info_Header.Location = new System.Drawing.Point(21, 26);
  799. this.label_Status_Info_Header.Name = "label_Status_Info_Header";
  800. this.label_Status_Info_Header.Size = new System.Drawing.Size(49, 12);
  801. this.label_Status_Info_Header.TabIndex = 384;
  802. this.label_Status_Info_Header.Text = "▶ Info :";
  803. this.label_Status_Info_Header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  804. //
  805. // uiPanelGroup1
  806. //
  807. this.uiPanelGroup1.GroupStyle = Janus.Windows.UI.Dock.PanelGroupStyle.VerticalTiles;
  808. this.uiPanelGroup1.Location = new System.Drawing.Point(3, 3);
  809. this.uiPanelGroup1.Name = "uiPanelGroup1";
  810. this.uiPanelGroup1.Size = new System.Drawing.Size(1254, 238);
  811. this.uiPanelGroup1.TabIndex = 5;
  812. //
  813. // uiPanel_Base
  814. //
  815. this.uiPanel_Base.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
  816. this.uiPanel_Base.FloatingLocation = new System.Drawing.Point(512, 257);
  817. this.uiPanel_Base.InnerContainer = this.uiPanel_BaseContainer;
  818. this.uiPanel_Base.Location = new System.Drawing.Point(0, 0);
  819. this.uiPanel_Base.Name = "uiPanel_Base";
  820. this.uiPanel_Base.Size = new System.Drawing.Size(326, 234);
  821. this.uiPanel_Base.TabIndex = 1;
  822. this.uiPanel_Base.Text = "기본";
  823. //
  824. // uiPanel_BaseContainer
  825. //
  826. this.uiPanel_BaseContainer.Controls.Add(this.uiGroupBox_Base);
  827. this.uiPanel_BaseContainer.Location = new System.Drawing.Point(1, 23);
  828. this.uiPanel_BaseContainer.Name = "uiPanel_BaseContainer";
  829. this.uiPanel_BaseContainer.Size = new System.Drawing.Size(324, 210);
  830. this.uiPanel_BaseContainer.TabIndex = 0;
  831. this.uiPanel_BaseContainer.TabStop = false;
  832. //
  833. // uiGroupBox_Base
  834. //
  835. this.uiGroupBox_Base.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
  836. this.uiGroupBox_Base.BorderColor = System.Drawing.Color.Transparent;
  837. this.uiGroupBox_Base.Controls.Add(this.uiCheckBox_IconLock);
  838. this.uiGroupBox_Base.Controls.Add(this.label_Base_Save_Comment);
  839. this.uiGroupBox_Base.Controls.Add(this.editBox_Base_BackgrondFilePath);
  840. this.uiGroupBox_Base.Controls.Add(this.editBox_Base_BackgrondFileName);
  841. this.uiGroupBox_Base.Controls.Add(this.editBox_Base_PageName);
  842. this.uiGroupBox_Base.Controls.Add(this.label_Base_IconLock);
  843. this.uiGroupBox_Base.Controls.Add(this.label_Base_BackgrondFilePath);
  844. this.uiGroupBox_Base.Controls.Add(this.label_PageName_Edit);
  845. this.uiGroupBox_Base.Controls.Add(this.label_Base_PageName);
  846. this.uiGroupBox_Base.Controls.Add(this.label_Base_BackgrondFileName);
  847. this.uiGroupBox_Base.Controls.Add(this.uiButton_Base_Save);
  848. this.uiGroupBox_Base.Controls.Add(this.uiButton_PageName_Edit);
  849. this.uiGroupBox_Base.Controls.Add(this.uiButton_Base_BackgrondFileName);
  850. this.uiGroupBox_Base.Dock = System.Windows.Forms.DockStyle.Fill;
  851. this.uiGroupBox_Base.Location = new System.Drawing.Point(0, 0);
  852. this.uiGroupBox_Base.Name = "uiGroupBox_Base";
  853. this.uiGroupBox_Base.Size = new System.Drawing.Size(324, 210);
  854. this.uiGroupBox_Base.TabIndex = 1;
  855. this.uiGroupBox_Base.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
  856. //
  857. // uiCheckBox_IconLock
  858. //
  859. this.uiCheckBox_IconLock.BackColor = System.Drawing.Color.Transparent;
  860. this.uiCheckBox_IconLock.Location = new System.Drawing.Point(197, 134);
  861. this.uiCheckBox_IconLock.Name = "uiCheckBox_IconLock";
  862. this.uiCheckBox_IconLock.Size = new System.Drawing.Size(80, 23);
  863. this.uiCheckBox_IconLock.TabIndex = 384;
  864. this.uiCheckBox_IconLock.TabStop = false;
  865. this.uiCheckBox_IconLock.Text = "UNLOCK";
  866. this.uiCheckBox_IconLock.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  867. this.uiCheckBox_IconLock.CheckedChanged += new System.EventHandler(this.uiCheckBox_IconLock_CheckedChanged);
  868. //
  869. // label_Base_Save_Comment
  870. //
  871. this.label_Base_Save_Comment.AutoSize = true;
  872. this.label_Base_Save_Comment.BackColor = System.Drawing.Color.Transparent;
  873. this.label_Base_Save_Comment.Font = new System.Drawing.Font("굴림", 9F);
  874. this.label_Base_Save_Comment.Location = new System.Drawing.Point(10, 175);
  875. this.label_Base_Save_Comment.Name = "label_Base_Save_Comment";
  876. this.label_Base_Save_Comment.Size = new System.Drawing.Size(181, 12);
  877. this.label_Base_Save_Comment.TabIndex = 0;
  878. this.label_Base_Save_Comment.Text = "◆ 모든 작업 완료후 눌러주세요 ";
  879. this.label_Base_Save_Comment.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  880. //
  881. // editBox_Base_BackgrondFilePath
  882. //
  883. this.editBox_Base_BackgrondFilePath.BackColor = System.Drawing.SystemColors.MenuBar;
  884. this.editBox_Base_BackgrondFilePath.Font = new System.Drawing.Font("굴림", 9F);
  885. this.editBox_Base_BackgrondFilePath.Location = new System.Drawing.Point(100, 81);
  886. this.editBox_Base_BackgrondFilePath.Multiline = true;
  887. this.editBox_Base_BackgrondFilePath.Name = "editBox_Base_BackgrondFilePath";
  888. this.editBox_Base_BackgrondFilePath.ReadOnly = true;
  889. this.editBox_Base_BackgrondFilePath.Size = new System.Drawing.Size(204, 47);
  890. this.editBox_Base_BackgrondFilePath.TabIndex = 0;
  891. this.editBox_Base_BackgrondFilePath.TabStop = false;
  892. this.editBox_Base_BackgrondFilePath.Text = "Background_Main.png";
  893. this.editBox_Base_BackgrondFilePath.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  894. //
  895. // editBox_Base_BackgrondFileName
  896. //
  897. this.editBox_Base_BackgrondFileName.BackColor = System.Drawing.SystemColors.MenuBar;
  898. this.editBox_Base_BackgrondFileName.Font = new System.Drawing.Font("굴림", 9F);
  899. this.editBox_Base_BackgrondFileName.Location = new System.Drawing.Point(100, 45);
  900. this.editBox_Base_BackgrondFileName.Name = "editBox_Base_BackgrondFileName";
  901. this.editBox_Base_BackgrondFileName.ReadOnly = true;
  902. this.editBox_Base_BackgrondFileName.Size = new System.Drawing.Size(150, 21);
  903. this.editBox_Base_BackgrondFileName.TabIndex = 0;
  904. this.editBox_Base_BackgrondFileName.TabStop = false;
  905. this.editBox_Base_BackgrondFileName.Text = "Background_Main.png";
  906. this.editBox_Base_BackgrondFileName.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  907. //
  908. // editBox_Base_PageName
  909. //
  910. this.editBox_Base_PageName.Font = new System.Drawing.Font("굴림", 9F);
  911. this.editBox_Base_PageName.Location = new System.Drawing.Point(100, 12);
  912. this.editBox_Base_PageName.Name = "editBox_Base_PageName";
  913. this.editBox_Base_PageName.Size = new System.Drawing.Size(91, 21);
  914. this.editBox_Base_PageName.TabIndex = 2;
  915. this.editBox_Base_PageName.Text = "메인";
  916. this.editBox_Base_PageName.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  917. //
  918. // label_Base_IconLock
  919. //
  920. this.label_Base_IconLock.AutoSize = true;
  921. this.label_Base_IconLock.BackColor = System.Drawing.Color.Transparent;
  922. this.label_Base_IconLock.Font = new System.Drawing.Font("굴림", 9F);
  923. this.label_Base_IconLock.Location = new System.Drawing.Point(10, 140);
  924. this.label_Base_IconLock.Name = "label_Base_IconLock";
  925. this.label_Base_IconLock.Size = new System.Drawing.Size(167, 12);
  926. this.label_Base_IconLock.TabIndex = 383;
  927. this.label_Base_IconLock.Text = "◆ 아이콘 잠금 (이동만 불가)";
  928. this.label_Base_IconLock.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  929. //
  930. // label_Base_BackgrondFilePath
  931. //
  932. this.label_Base_BackgrondFilePath.AutoSize = true;
  933. this.label_Base_BackgrondFilePath.BackColor = System.Drawing.Color.Transparent;
  934. this.label_Base_BackgrondFilePath.Font = new System.Drawing.Font("굴림", 9F);
  935. this.label_Base_BackgrondFilePath.Location = new System.Drawing.Point(10, 81);
  936. this.label_Base_BackgrondFilePath.Name = "label_Base_BackgrondFilePath";
  937. this.label_Base_BackgrondFilePath.Size = new System.Drawing.Size(77, 12);
  938. this.label_Base_BackgrondFilePath.TabIndex = 383;
  939. this.label_Base_BackgrondFilePath.Text = "▶ 파일 경로:";
  940. this.label_Base_BackgrondFilePath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  941. //
  942. // label_PageName_Edit
  943. //
  944. this.label_PageName_Edit.AutoSize = true;
  945. this.label_PageName_Edit.BackColor = System.Drawing.Color.Transparent;
  946. this.label_PageName_Edit.Font = new System.Drawing.Font("굴림", 9F);
  947. this.label_PageName_Edit.Location = new System.Drawing.Point(254, 17);
  948. this.label_PageName_Edit.Name = "label_PageName_Edit";
  949. this.label_PageName_Edit.Size = new System.Drawing.Size(67, 12);
  950. this.label_PageName_Edit.TabIndex = 0;
  951. this.label_PageName_Edit.Text = "(트리 반영)";
  952. this.label_PageName_Edit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  953. //
  954. // label_Base_PageName
  955. //
  956. this.label_Base_PageName.AutoSize = true;
  957. this.label_Base_PageName.BackColor = System.Drawing.Color.Transparent;
  958. this.label_Base_PageName.Font = new System.Drawing.Font("굴림", 9F);
  959. this.label_Base_PageName.Location = new System.Drawing.Point(10, 17);
  960. this.label_Base_PageName.Name = "label_Base_PageName";
  961. this.label_Base_PageName.Size = new System.Drawing.Size(77, 12);
  962. this.label_Base_PageName.TabIndex = 383;
  963. this.label_Base_PageName.Text = "▶ 페이지 명:";
  964. this.label_Base_PageName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  965. //
  966. // label_Base_BackgrondFileName
  967. //
  968. this.label_Base_BackgrondFileName.AutoSize = true;
  969. this.label_Base_BackgrondFileName.BackColor = System.Drawing.Color.Transparent;
  970. this.label_Base_BackgrondFileName.Font = new System.Drawing.Font("굴림", 9F);
  971. this.label_Base_BackgrondFileName.Location = new System.Drawing.Point(10, 49);
  972. this.label_Base_BackgrondFileName.Name = "label_Base_BackgrondFileName";
  973. this.label_Base_BackgrondFileName.Size = new System.Drawing.Size(77, 12);
  974. this.label_Base_BackgrondFileName.TabIndex = 383;
  975. this.label_Base_BackgrondFileName.Text = "▶ 배경 그림:";
  976. this.label_Base_BackgrondFileName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  977. //
  978. // uiButton_Base_Save
  979. //
  980. this.uiButton_Base_Save.Font = new System.Drawing.Font("굴림", 9F);
  981. this.uiButton_Base_Save.HighlightActiveButton = false;
  982. this.uiButton_Base_Save.Location = new System.Drawing.Point(197, 171);
  983. this.uiButton_Base_Save.Name = "uiButton_Base_Save";
  984. this.uiButton_Base_Save.Size = new System.Drawing.Size(107, 21);
  985. this.uiButton_Base_Save.TabIndex = 5;
  986. this.uiButton_Base_Save.Text = "모두 저장";
  987. this.uiButton_Base_Save.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  988. this.uiButton_Base_Save.Click += new System.EventHandler(this.uiButton_Base_Save_Click);
  989. //
  990. // uiButton_PageName_Edit
  991. //
  992. this.uiButton_PageName_Edit.Font = new System.Drawing.Font("굴림", 9F);
  993. this.uiButton_PageName_Edit.HighlightActiveButton = false;
  994. this.uiButton_PageName_Edit.Location = new System.Drawing.Point(197, 11);
  995. this.uiButton_PageName_Edit.Name = "uiButton_PageName_Edit";
  996. this.uiButton_PageName_Edit.Size = new System.Drawing.Size(48, 21);
  997. this.uiButton_PageName_Edit.TabIndex = 3;
  998. this.uiButton_PageName_Edit.Text = "적용";
  999. this.uiButton_PageName_Edit.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  1000. this.uiButton_PageName_Edit.Click += new System.EventHandler(this.uiButton_PageName_Edit_Click);
  1001. //
  1002. // uiButton_Base_BackgrondFileName
  1003. //
  1004. this.uiButton_Base_BackgrondFileName.Font = new System.Drawing.Font("굴림", 9F);
  1005. this.uiButton_Base_BackgrondFileName.HighlightActiveButton = false;
  1006. this.uiButton_Base_BackgrondFileName.Location = new System.Drawing.Point(256, 46);
  1007. this.uiButton_Base_BackgrondFileName.Name = "uiButton_Base_BackgrondFileName";
  1008. this.uiButton_Base_BackgrondFileName.Size = new System.Drawing.Size(48, 21);
  1009. this.uiButton_Base_BackgrondFileName.TabIndex = 4;
  1010. this.uiButton_Base_BackgrondFileName.Text = "...";
  1011. this.uiButton_Base_BackgrondFileName.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  1012. this.uiButton_Base_BackgrondFileName.VisualStyleManager = this.visualStyleManager;
  1013. this.uiButton_Base_BackgrondFileName.Click += new System.EventHandler(this.uiButton_Base_BackgrondFileName_Click);
  1014. //
  1015. // uiPanel_Device
  1016. //
  1017. this.uiPanel_Device.BorderCaption = Janus.Windows.UI.InheritableBoolean.True;
  1018. this.uiPanel_Device.BorderPanel = Janus.Windows.UI.InheritableBoolean.True;
  1019. this.uiPanel_Device.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
  1020. this.uiPanel_Device.InnerContainer = this.uiPanel_DeviceContainer;
  1021. this.uiPanel_Device.Location = new System.Drawing.Point(330, 0);
  1022. this.uiPanel_Device.Name = "uiPanel_Device";
  1023. this.uiPanel_Device.Size = new System.Drawing.Size(924, 234);
  1024. this.uiPanel_Device.TabIndex = 1;
  1025. this.uiPanel_Device.Text = "디바이스";
  1026. //
  1027. // uiPanel_DeviceContainer
  1028. //
  1029. this.uiPanel_DeviceContainer.Controls.Add(this.uiGroupBox_Device);
  1030. this.uiPanel_DeviceContainer.Location = new System.Drawing.Point(1, 23);
  1031. this.uiPanel_DeviceContainer.Name = "uiPanel_DeviceContainer";
  1032. this.uiPanel_DeviceContainer.Size = new System.Drawing.Size(922, 210);
  1033. this.uiPanel_DeviceContainer.TabIndex = 0;
  1034. this.uiPanel_DeviceContainer.TabStop = false;
  1035. //
  1036. // uiPanel_Item
  1037. //
  1038. this.uiPanel_Item.AllowResize = Janus.Windows.UI.InheritableBoolean.False;
  1039. this.uiPanel_Item.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
  1040. this.uiPanel_Item.FloatingLocation = new System.Drawing.Point(-1498, 777);
  1041. this.uiPanel_Item.InnerContainer = this.uiPanel_ItemContainer;
  1042. this.uiPanel_Item.Location = new System.Drawing.Point(3, 241);
  1043. this.uiPanel_Item.Name = "uiPanel_Item";
  1044. this.uiPanel_Item.Size = new System.Drawing.Size(171, 744);
  1045. this.uiPanel_Item.TabIndex = 2;
  1046. this.uiPanel_Item.TabStop = false;
  1047. this.uiPanel_Item.Text = "아이템";
  1048. //
  1049. // uiPanel_ItemContainer
  1050. //
  1051. this.uiPanel_ItemContainer.Controls.Add(this.listView_Item);
  1052. this.uiPanel_ItemContainer.Location = new System.Drawing.Point(1, 23);
  1053. this.uiPanel_ItemContainer.Name = "uiPanel_ItemContainer";
  1054. this.uiPanel_ItemContainer.Size = new System.Drawing.Size(165, 720);
  1055. this.uiPanel_ItemContainer.TabIndex = 0;
  1056. //
  1057. // listView_Item
  1058. //
  1059. this.listView_Item.AllowDrop = true;
  1060. this.listView_Item.BackColor = System.Drawing.Color.White;
  1061. this.listView_Item.Dock = System.Windows.Forms.DockStyle.Fill;
  1062. this.listView_Item.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1063. this.listView_Item.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  1064. listViewItem1});
  1065. this.listView_Item.Location = new System.Drawing.Point(0, 0);
  1066. this.listView_Item.Name = "listView_Item";
  1067. this.listView_Item.Size = new System.Drawing.Size(165, 720);
  1068. this.listView_Item.TabIndex = 0;
  1069. this.listView_Item.TabStop = false;
  1070. this.listView_Item.UseCompatibleStateImageBehavior = false;
  1071. this.listView_Item.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listView_Item_MouseClick);
  1072. this.listView_Item.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView_Item_MouseDoubleClick);
  1073. //
  1074. // uiPanel_Work
  1075. //
  1076. this.uiPanel_Work.AllowResize = Janus.Windows.UI.InheritableBoolean.False;
  1077. this.uiPanel_Work.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
  1078. this.uiPanel_Work.FloatingLocation = new System.Drawing.Point(-1023, 750);
  1079. this.uiPanel_Work.InnerContainer = this.uiPanel_WorkContainer;
  1080. this.uiPanel_Work.Location = new System.Drawing.Point(174, 241);
  1081. this.uiPanel_Work.Name = "uiPanel_Work";
  1082. this.uiPanel_Work.Size = new System.Drawing.Size(1083, 744);
  1083. this.uiPanel_Work.TabIndex = 1;
  1084. this.uiPanel_Work.TabStop = false;
  1085. this.uiPanel_Work.Text = "작업";
  1086. //
  1087. // uiPanel_WorkContainer
  1088. //
  1089. this.uiPanel_WorkContainer.AllowDrop = true;
  1090. this.uiPanel_WorkContainer.Controls.Add(this.pictureBox_Background);
  1091. this.uiPanel_WorkContainer.Location = new System.Drawing.Point(1, 23);
  1092. this.uiPanel_WorkContainer.Margin = new System.Windows.Forms.Padding(0);
  1093. this.uiPanel_WorkContainer.Name = "uiPanel_WorkContainer";
  1094. this.uiPanel_WorkContainer.Size = new System.Drawing.Size(1081, 720);
  1095. this.uiPanel_WorkContainer.TabIndex = 0;
  1096. this.uiPanel_WorkContainer.TabStop = false;
  1097. //
  1098. // pictureBox_Background
  1099. //
  1100. this.pictureBox_Background.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1101. this.pictureBox_Background.Location = new System.Drawing.Point(0, 0);
  1102. this.pictureBox_Background.Margin = new System.Windows.Forms.Padding(0);
  1103. this.pictureBox_Background.Name = "pictureBox_Background";
  1104. this.pictureBox_Background.Size = new System.Drawing.Size(1080, 720);
  1105. this.pictureBox_Background.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1106. this.pictureBox_Background.TabIndex = 0;
  1107. this.pictureBox_Background.TabStop = false;
  1108. this.pictureBox_Background.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox_Background_MouseClick);
  1109. this.pictureBox_Background.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox_Background_MouseDown);
  1110. this.pictureBox_Background.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox_Background_MouseMove);
  1111. this.pictureBox_Background.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox_Background_MouseUp);
  1112. //
  1113. // Form_MapDesigner
  1114. //
  1115. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  1116. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1117. this.ClientSize = new System.Drawing.Size(1596, 988);
  1118. this.Controls.Add(this.uiPanel_Work);
  1119. this.Controls.Add(this.uiPanel_Item);
  1120. this.Controls.Add(this.uiPanelGroup1);
  1121. this.Controls.Add(this.uiPanelGroup2);
  1122. this.KeyPreview = true;
  1123. this.Name = "Form_MapDesigner";
  1124. this.Text = "Map Designer";
  1125. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_MapDesigner_KeyDown);
  1126. this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Form_MapDesigner_KeyUp);
  1127. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
  1128. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox_Device)).EndInit();
  1129. this.uiGroupBox_Device.ResumeLayout(false);
  1130. this.uiGroupBox_Device.PerformLayout();
  1131. ((System.ComponentModel.ISupportInitialize)(this.GridEX_Device)).EndInit();
  1132. ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager)).EndInit();
  1133. ((System.ComponentModel.ISupportInitialize)(this.uiPanelGroup2)).EndInit();
  1134. this.uiPanelGroup2.ResumeLayout(false);
  1135. ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Tree)).EndInit();
  1136. this.uiPanel_Tree.ResumeLayout(false);
  1137. this.uiPanel_TreeContainer.ResumeLayout(false);
  1138. ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Info)).EndInit();
  1139. this.uiPanel_Info.ResumeLayout(false);
  1140. this.uiPanel_InfoContainer.ResumeLayout(false);
  1141. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox_Info)).EndInit();
  1142. this.uiGroupBox_Info.ResumeLayout(false);
  1143. this.uiGroupBox_Info.PerformLayout();
  1144. ((System.ComponentModel.ISupportInitialize)(this.uiPanelGroup1)).EndInit();
  1145. this.uiPanelGroup1.ResumeLayout(false);
  1146. ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Base)).EndInit();
  1147. this.uiPanel_Base.ResumeLayout(false);
  1148. this.uiPanel_BaseContainer.ResumeLayout(false);
  1149. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox_Base)).EndInit();
  1150. this.uiGroupBox_Base.ResumeLayout(false);
  1151. this.uiGroupBox_Base.PerformLayout();
  1152. ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Device)).EndInit();
  1153. this.uiPanel_Device.ResumeLayout(false);
  1154. this.uiPanel_DeviceContainer.ResumeLayout(false);
  1155. ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Item)).EndInit();
  1156. this.uiPanel_Item.ResumeLayout(false);
  1157. this.uiPanel_ItemContainer.ResumeLayout(false);
  1158. ((System.ComponentModel.ISupportInitialize)(this.uiPanel_Work)).EndInit();
  1159. this.uiPanel_Work.ResumeLayout(false);
  1160. this.uiPanel_WorkContainer.ResumeLayout(false);
  1161. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Background)).EndInit();
  1162. this.ResumeLayout(false);
  1163. }
  1164. #endregion
  1165. private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;
  1166. private Janus.Windows.EditControls.UIGroupBox uiGroupBox_Device;
  1167. private Janus.Windows.Common.VisualStyleManager visualStyleManager;
  1168. private Janus.Windows.UI.Dock.UIPanel uiPanel_Item;
  1169. private Janus.Windows.UI.Dock.UIPanelInnerContainer uiPanel_ItemContainer;
  1170. private Janus.Windows.UI.Dock.UIPanel uiPanel_Work;
  1171. private Janus.Windows.UI.Dock.UIPanelInnerContainer uiPanel_WorkContainer;
  1172. private Janus.Windows.UI.Dock.UIPanel uiPanel_Device;
  1173. private Janus.Windows.UI.Dock.UIPanelInnerContainer uiPanel_DeviceContainer;
  1174. private Janus.Windows.UI.Dock.UIPanelManager uiPanelManager;
  1175. private Janus.Windows.UI.Dock.UIPanel uiPanel_Info;
  1176. private Janus.Windows.UI.Dock.UIPanelInnerContainer uiPanel_InfoContainer;
  1177. private Janus.Windows.EditControls.UIGroupBox uiGroupBox_Info;
  1178. private Janus.Windows.UI.Dock.UIPanelGroup uiPanelGroup1;
  1179. private Janus.Windows.UI.Dock.UIPanel uiPanel_Base;
  1180. private Janus.Windows.UI.Dock.UIPanelInnerContainer uiPanel_BaseContainer;
  1181. private Janus.Windows.EditControls.UIGroupBox uiGroupBox_Base;
  1182. private System.Windows.Forms.Label label_Base_Save_Comment;
  1183. private Janus.Windows.GridEX.EditControls.EditBox editBox_Base_BackgrondFileName;
  1184. private Janus.Windows.GridEX.EditControls.EditBox editBox_Base_PageName;
  1185. private System.Windows.Forms.Label label_Base_BackgrondFilePath;
  1186. private System.Windows.Forms.Label label_Base_PageName;
  1187. private System.Windows.Forms.Label label_Base_BackgrondFileName;
  1188. private Janus.Windows.EditControls.UIButton uiButton_Base_Save;
  1189. private Janus.Windows.EditControls.UIButton uiButton_Base_BackgrondFileName;
  1190. private Janus.Windows.EditControls.UIButton uiButton_Device_Inq;
  1191. private System.Windows.Forms.Label label_info;
  1192. private System.Windows.Forms.Label label_Base_IconLock;
  1193. private System.Windows.Forms.Label label_Status_IconType;
  1194. private System.Windows.Forms.Label label_Status_Jump_Header;
  1195. private System.Windows.Forms.Label label_Status_IconType_Header;
  1196. private System.Windows.Forms.Label label_Status_Size_Header;
  1197. private System.Windows.Forms.Label label_Status_Info;
  1198. private System.Windows.Forms.Label label_Status_Location_Header;
  1199. private System.Windows.Forms.Label label_Status_Info_Header;
  1200. private Janus.Windows.EditControls.UIButton uiButton_Device_Apply;
  1201. private System.Windows.Forms.ImageList imageList_Icon_16by16;
  1202. private System.Windows.Forms.ListView listView_Item;
  1203. private System.Windows.Forms.PictureBox pictureBox_Background;
  1204. private Janus.Windows.UI.Dock.UIPanelGroup uiPanelGroup2;
  1205. private Janus.Windows.UI.Dock.UIPanel uiPanel_Tree;
  1206. private Janus.Windows.UI.Dock.UIPanelInnerContainer uiPanel_TreeContainer;
  1207. private System.Windows.Forms.TreeView treeView_ObjectTree;
  1208. private Janus.Windows.GridEX.EditControls.EditBox editBox_Status_Size_H;
  1209. private Janus.Windows.GridEX.EditControls.EditBox editBox_Status_Size_W;
  1210. private Janus.Windows.GridEX.EditControls.EditBox editBox_Status_Location_Y;
  1211. private Janus.Windows.GridEX.EditControls.EditBox editBox_Status_Location_X;
  1212. private Janus.Windows.EditControls.UIComboBox uiComboBox_Status_Jump;
  1213. private System.Windows.Forms.Label label_Status_Device;
  1214. private System.Windows.Forms.Label label_Status_Device_Header;
  1215. private Janus.Windows.GridEX.EditControls.EditBox editBox_Base_BackgrondFilePath;
  1216. private Janus.Windows.EditControls.UIButton uiButton_Device_Clear;
  1217. internal Janus.Windows.GridEX.GridEX GridEX_Device;
  1218. private Janus.Windows.EditControls.UIComboBox UiComboBox_Channel;
  1219. private System.Windows.Forms.Label label_Channel;
  1220. private Janus.Windows.EditControls.UIComboBox UiComboBox_Board;
  1221. private System.Windows.Forms.Label label_Board;
  1222. private Janus.Windows.EditControls.UIComboBox UiComboBox_Device_InOut;
  1223. private System.Windows.Forms.Label label_Device_InOut;
  1224. private Janus.Windows.GridEX.EditControls.EditBox EditBox_Position;
  1225. private System.Windows.Forms.Label label_Position;
  1226. private Janus.Windows.EditControls.UIComboBox UiComboBox_Repeater;
  1227. private System.Windows.Forms.Label label_Repeater;
  1228. private Janus.Windows.GridEX.EditControls.EditBox EditBox_DeviceName;
  1229. private Janus.Windows.GridEX.EditControls.CheckedComboBox CheckedComboBox_DeviceType;
  1230. private System.Windows.Forms.Label label_DeviceName;
  1231. private System.Windows.Forms.Label label_DeviceType;
  1232. private System.Windows.Forms.Label label_Oper;
  1233. private System.Windows.Forms.Label label_PageName_Edit;
  1234. private Janus.Windows.EditControls.UIButton uiButton_PageName_Edit;
  1235. private Janus.Windows.EditControls.UICheckBox uiCheckBox_IconLock;
  1236. private Janus.Windows.EditControls.UIButton uiButton_Device_Result;
  1237. private System.Windows.Forms.Label label_CurrentStatus;
  1238. }
  1239. }