2244c16a7d304c9e9158430e171d3a15bad9c4c1.svn-base 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840
  1. namespace IControls_FireManager
  2. {
  3. partial class Form_AddDevice_Emergency
  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_AddDevice_Emergency));
  31. Janus.Windows.GridEX.GridEXLayout CheckedComboBox_DeviceType_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
  32. Janus.Windows.GridEX.GridEXLayout gridEX_DeviceListInfo_ACU_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
  33. Janus.Windows.GridEX.GridEXLayout gridEX_DeviceListInfo_DR_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
  34. Janus.Windows.GridEX.GridEXLayout gridEX_DeviceListInfo_CR_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
  35. Janus.Windows.GridEX.GridEXLayout gridEX_DeviceListInfo_EO_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
  36. Janus.Windows.GridEX.GridEXLayout gridEX_DeviceListInfo_EI_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
  37. this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
  38. this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);
  39. this.uiGroupBox1 = new Janus.Windows.EditControls.UIGroupBox();
  40. this.EditBox_Floor = new Janus.Windows.GridEX.EditControls.EditBox();
  41. this.EditBox_Stair = new Janus.Windows.GridEX.EditControls.EditBox();
  42. this.EditBox_Area = new Janus.Windows.GridEX.EditControls.EditBox();
  43. this.label66 = new System.Windows.Forms.Label();
  44. this.UiButton_DelDevice = new Janus.Windows.EditControls.UIButton();
  45. this.UiButton_Close = new Janus.Windows.EditControls.UIButton();
  46. this.UiButton_AddDevice = new Janus.Windows.EditControls.UIButton();
  47. this.GridEX_Device = new Janus.Windows.GridEX.GridEX();
  48. this.uiGroupBox4 = new Janus.Windows.EditControls.UIGroupBox();
  49. this.uiCheckBox_Emergency = new Janus.Windows.EditControls.UICheckBox();
  50. this.UiButton_Clear = new Janus.Windows.EditControls.UIButton();
  51. this.UiButton_Search = new Janus.Windows.EditControls.UIButton();
  52. this.uiTab_Device = new Janus.Windows.UI.Tab.UITab();
  53. this.uiTabPage_board = new Janus.Windows.UI.Tab.UITabPage();
  54. this.editBoxFloor = new Janus.Windows.GridEX.EditControls.EditBox();
  55. this.editBoxStair = new Janus.Windows.GridEX.EditControls.EditBox();
  56. this.editBoxArea = new Janus.Windows.GridEX.EditControls.EditBox();
  57. this.label14 = new System.Windows.Forms.Label();
  58. this.label7 = new System.Windows.Forms.Label();
  59. this.label5 = new System.Windows.Forms.Label();
  60. this.label4 = new System.Windows.Forms.Label();
  61. this.UiComboBox_Board_Receiver = new Janus.Windows.EditControls.UIComboBox();
  62. this.label1 = new System.Windows.Forms.Label();
  63. this.EditBox_DeviceName = new Janus.Windows.GridEX.EditControls.EditBox();
  64. this.EditBox_Position = new Janus.Windows.GridEX.EditControls.EditBox();
  65. this.CheckedComboBox_DeviceType = new Janus.Windows.GridEX.EditControls.CheckedComboBox();
  66. this.UiComboBox_Repeater = new Janus.Windows.EditControls.UIComboBox();
  67. this.label12 = new System.Windows.Forms.Label();
  68. this.label2 = new System.Windows.Forms.Label();
  69. this.label8 = new System.Windows.Forms.Label();
  70. this.label9 = new System.Windows.Forms.Label();
  71. this.label10 = new System.Windows.Forms.Label();
  72. this.UiComboBox_Channel = new Janus.Windows.EditControls.UIComboBox();
  73. this.label11 = new System.Windows.Forms.Label();
  74. this.UiComboBox_Board = new Janus.Windows.EditControls.UIComboBox();
  75. this.label13 = new System.Windows.Forms.Label();
  76. this.uiTabPage_IOboard = new Janus.Windows.UI.Tab.UITabPage();
  77. this.UiComboBox_IO_Receiver = new Janus.Windows.EditControls.UIComboBox();
  78. this.label3 = new System.Windows.Forms.Label();
  79. this.UiComboBox_IOBoard = new Janus.Windows.EditControls.UIComboBox();
  80. this.label6 = new System.Windows.Forms.Label();
  81. this.gridEX_DeviceListInfo_ACU = new Janus.Windows.GridEX.GridEX();
  82. this.gridEX_DeviceListInfo_DR = new Janus.Windows.GridEX.GridEX();
  83. this.gridEX_DeviceListInfo_CR = new Janus.Windows.GridEX.GridEX();
  84. this.gridEX_DeviceListInfo_EO = new Janus.Windows.GridEX.GridEX();
  85. this.gridEX_DeviceListInfo_EI = new Janus.Windows.GridEX.GridEX();
  86. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).BeginInit();
  88. this.uiGroupBox1.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.GridEX_Device)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox4)).BeginInit();
  91. this.uiGroupBox4.SuspendLayout();
  92. ((System.ComponentModel.ISupportInitialize)(this.uiTab_Device)).BeginInit();
  93. this.uiTab_Device.SuspendLayout();
  94. this.uiTabPage_board.SuspendLayout();
  95. this.uiTabPage_IOboard.SuspendLayout();
  96. ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_ACU)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_DR)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_CR)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_EO)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_EI)).BeginInit();
  101. this.SuspendLayout();
  102. //
  103. // officeFormAdorner
  104. //
  105. this.officeFormAdorner.Form = this;
  106. this.officeFormAdorner.Office2007CustomColor = System.Drawing.Color.Empty;
  107. //
  108. // uiGroupBox1
  109. //
  110. this.uiGroupBox1.BackColor = System.Drawing.Color.CornflowerBlue;
  111. this.uiGroupBox1.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
  112. this.uiGroupBox1.Controls.Add(this.EditBox_Floor);
  113. this.uiGroupBox1.Controls.Add(this.EditBox_Stair);
  114. this.uiGroupBox1.Controls.Add(this.EditBox_Area);
  115. this.uiGroupBox1.Controls.Add(this.label66);
  116. this.uiGroupBox1.Controls.Add(this.UiButton_DelDevice);
  117. this.uiGroupBox1.Controls.Add(this.UiButton_Close);
  118. this.uiGroupBox1.Controls.Add(this.UiButton_AddDevice);
  119. this.uiGroupBox1.Controls.Add(this.GridEX_Device);
  120. this.uiGroupBox1.Controls.Add(this.uiGroupBox4);
  121. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.uiGroupBox1.FrameStyle = Janus.Windows.EditControls.FrameStyle.None;
  123. this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
  124. this.uiGroupBox1.Name = "uiGroupBox1";
  125. this.uiGroupBox1.Size = new System.Drawing.Size(925, 630);
  126. this.uiGroupBox1.TabIndex = 2;
  127. this.uiGroupBox1.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
  128. //
  129. // EditBox_Floor
  130. //
  131. this.EditBox_Floor.Location = new System.Drawing.Point(319, 587);
  132. this.EditBox_Floor.Name = "EditBox_Floor";
  133. this.EditBox_Floor.Size = new System.Drawing.Size(30, 21);
  134. this.EditBox_Floor.TabIndex = 770;
  135. //
  136. // EditBox_Stair
  137. //
  138. this.EditBox_Stair.Location = new System.Drawing.Point(283, 587);
  139. this.EditBox_Stair.Name = "EditBox_Stair";
  140. this.EditBox_Stair.Size = new System.Drawing.Size(30, 21);
  141. this.EditBox_Stair.TabIndex = 769;
  142. //
  143. // EditBox_Area
  144. //
  145. this.EditBox_Area.Location = new System.Drawing.Point(247, 587);
  146. this.EditBox_Area.Name = "EditBox_Area";
  147. this.EditBox_Area.Size = new System.Drawing.Size(30, 21);
  148. this.EditBox_Area.TabIndex = 768;
  149. //
  150. // label66
  151. //
  152. this.label66.AutoSize = true;
  153. this.label66.BackColor = System.Drawing.Color.Transparent;
  154. this.label66.Location = new System.Drawing.Point(9, 592);
  155. this.label66.Name = "label66";
  156. this.label66.Size = new System.Drawing.Size(232, 12);
  157. this.label66.TabIndex = 767;
  158. this.label66.Text = "• 비상방송코드(AREA, STAIR, FLOOR) : ";
  159. //
  160. // UiButton_DelDevice
  161. //
  162. this.UiButton_DelDevice.DialogResult = System.Windows.Forms.DialogResult.OK;
  163. this.UiButton_DelDevice.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  164. this.UiButton_DelDevice.HighlightActiveButton = false;
  165. this.UiButton_DelDevice.ImageSize = new System.Drawing.Size(30, 30);
  166. this.UiButton_DelDevice.Location = new System.Drawing.Point(604, 583);
  167. this.UiButton_DelDevice.Name = "UiButton_DelDevice";
  168. this.UiButton_DelDevice.Size = new System.Drawing.Size(178, 30);
  169. this.UiButton_DelDevice.TabIndex = 766;
  170. this.UiButton_DelDevice.TabStop = false;
  171. this.UiButton_DelDevice.Text = "삭제 (선택한 회로 일괄 삭제)";
  172. this.UiButton_DelDevice.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  173. this.UiButton_DelDevice.Click += new System.EventHandler(this.UiButton_DelDevice_Click);
  174. //
  175. // UiButton_Close
  176. //
  177. this.UiButton_Close.DialogResult = System.Windows.Forms.DialogResult.OK;
  178. this.UiButton_Close.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  179. this.UiButton_Close.HighlightActiveButton = false;
  180. this.UiButton_Close.ImageSize = new System.Drawing.Size(20, 20);
  181. this.UiButton_Close.Location = new System.Drawing.Point(788, 583);
  182. this.UiButton_Close.Name = "UiButton_Close";
  183. this.UiButton_Close.Size = new System.Drawing.Size(115, 30);
  184. this.UiButton_Close.TabIndex = 749;
  185. this.UiButton_Close.TabStop = false;
  186. this.UiButton_Close.Text = "닫기";
  187. this.UiButton_Close.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  188. this.UiButton_Close.Click += new System.EventHandler(this.UiButton_Close_Click);
  189. //
  190. // UiButton_AddDevice
  191. //
  192. this.UiButton_AddDevice.DialogResult = System.Windows.Forms.DialogResult.OK;
  193. this.UiButton_AddDevice.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  194. this.UiButton_AddDevice.HighlightActiveButton = false;
  195. this.UiButton_AddDevice.ImageSize = new System.Drawing.Size(20, 20);
  196. this.UiButton_AddDevice.Location = new System.Drawing.Point(355, 582);
  197. this.UiButton_AddDevice.Name = "UiButton_AddDevice";
  198. this.UiButton_AddDevice.Size = new System.Drawing.Size(188, 30);
  199. this.UiButton_AddDevice.TabIndex = 748;
  200. this.UiButton_AddDevice.TabStop = false;
  201. this.UiButton_AddDevice.Text = "추가 (선택한 회로 일괄 적용)";
  202. this.UiButton_AddDevice.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  203. this.UiButton_AddDevice.Click += new System.EventHandler(this.UiButton_AddDevice_Click);
  204. //
  205. // GridEX_Device
  206. //
  207. this.GridEX_Device.AllowAddNew = Janus.Windows.GridEX.InheritableBoolean.True;
  208. this.GridEX_Device.AllowColumnDrag = false;
  209. this.GridEX_Device.AllowDelete = Janus.Windows.GridEX.InheritableBoolean.True;
  210. this.GridEX_Device.AlternatingColors = true;
  211. this.GridEX_Device.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
  212. this.GridEX_Device.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
  213. this.GridEX_Device.Cursor = System.Windows.Forms.Cursors.Default;
  214. GridEX_Device_DesignTimeLayout.LayoutString = resources.GetString("GridEX_Device_DesignTimeLayout.LayoutString");
  215. this.GridEX_Device.DesignTimeLayout = GridEX_Device_DesignTimeLayout;
  216. this.GridEX_Device.Font = new System.Drawing.Font("굴림", 9F);
  217. this.GridEX_Device.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
  218. this.GridEX_Device.GroupByBoxVisible = false;
  219. this.GridEX_Device.GroupRowVisualStyle = Janus.Windows.GridEX.GroupRowVisualStyle.Outlook2003;
  220. this.GridEX_Device.HeaderFormatStyle.Font = new System.Drawing.Font("굴림", 9.75F);
  221. this.GridEX_Device.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
  222. this.GridEX_Device.HideSelection = Janus.Windows.GridEX.HideSelection.Highlight;
  223. this.GridEX_Device.Location = new System.Drawing.Point(3, 200);
  224. this.GridEX_Device.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  225. this.GridEX_Device.Name = "GridEX_Device";
  226. this.GridEX_Device.NewRowPosition = Janus.Windows.GridEX.NewRowPosition.BottomRow;
  227. this.GridEX_Device.ScrollBars = Janus.Windows.GridEX.ScrollBars.Vertical;
  228. this.GridEX_Device.ScrollBarWidth = 17;
  229. this.GridEX_Device.SelectionMode = Janus.Windows.GridEX.SelectionMode.MultipleSelection;
  230. this.GridEX_Device.Size = new System.Drawing.Size(900, 375);
  231. this.GridEX_Device.TabIndex = 739;
  232. this.GridEX_Device.TableSpacing = 1;
  233. this.GridEX_Device.TabStop = false;
  234. this.GridEX_Device.TotalRowPosition = Janus.Windows.GridEX.TotalRowPosition.BottomFixed;
  235. this.GridEX_Device.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  236. //
  237. // uiGroupBox4
  238. //
  239. this.uiGroupBox4.BackColor = System.Drawing.Color.Transparent;
  240. this.uiGroupBox4.Controls.Add(this.uiCheckBox_Emergency);
  241. this.uiGroupBox4.Controls.Add(this.UiButton_Clear);
  242. this.uiGroupBox4.Controls.Add(this.UiButton_Search);
  243. this.uiGroupBox4.Controls.Add(this.uiTab_Device);
  244. this.uiGroupBox4.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  245. this.uiGroupBox4.Location = new System.Drawing.Point(3, 3);
  246. this.uiGroupBox4.Name = "uiGroupBox4";
  247. this.uiGroupBox4.Size = new System.Drawing.Size(900, 190);
  248. this.uiGroupBox4.TabIndex = 401;
  249. this.uiGroupBox4.Text = "조회조건";
  250. this.uiGroupBox4.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
  251. //
  252. // uiCheckBox_Emergency
  253. //
  254. this.uiCheckBox_Emergency.BackColor = System.Drawing.Color.Transparent;
  255. this.uiCheckBox_Emergency.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  256. this.uiCheckBox_Emergency.Location = new System.Drawing.Point(796, 153);
  257. this.uiCheckBox_Emergency.Name = "uiCheckBox_Emergency";
  258. this.uiCheckBox_Emergency.Size = new System.Drawing.Size(96, 23);
  259. this.uiCheckBox_Emergency.TabIndex = 743;
  260. this.uiCheckBox_Emergency.Text = "비상방송만";
  261. //
  262. // UiButton_Clear
  263. //
  264. this.UiButton_Clear.DialogResult = System.Windows.Forms.DialogResult.OK;
  265. this.UiButton_Clear.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  266. this.UiButton_Clear.HighlightActiveButton = false;
  267. this.UiButton_Clear.ImageSize = new System.Drawing.Size(30, 30);
  268. this.UiButton_Clear.Location = new System.Drawing.Point(690, 41);
  269. this.UiButton_Clear.Name = "UiButton_Clear";
  270. this.UiButton_Clear.Size = new System.Drawing.Size(100, 50);
  271. this.UiButton_Clear.TabIndex = 742;
  272. this.UiButton_Clear.TabStop = false;
  273. this.UiButton_Clear.Text = "Clear";
  274. this.UiButton_Clear.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  275. this.UiButton_Clear.Click += new System.EventHandler(this.UiButton_Clear_Click);
  276. //
  277. // UiButton_Search
  278. //
  279. this.UiButton_Search.DialogResult = System.Windows.Forms.DialogResult.OK;
  280. this.UiButton_Search.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  281. this.UiButton_Search.HighlightActiveButton = false;
  282. this.UiButton_Search.ImageSize = new System.Drawing.Size(30, 30);
  283. this.UiButton_Search.Location = new System.Drawing.Point(690, 97);
  284. this.UiButton_Search.Name = "UiButton_Search";
  285. this.UiButton_Search.Size = new System.Drawing.Size(100, 79);
  286. this.UiButton_Search.TabIndex = 741;
  287. this.UiButton_Search.TabStop = false;
  288. this.UiButton_Search.Text = "조 회";
  289. this.UiButton_Search.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  290. this.UiButton_Search.Click += new System.EventHandler(this.UiButton_Search_Click);
  291. //
  292. // uiTab_Device
  293. //
  294. this.uiTab_Device.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  295. this.uiTab_Device.Location = new System.Drawing.Point(6, 21);
  296. this.uiTab_Device.Name = "uiTab_Device";
  297. this.uiTab_Device.Size = new System.Drawing.Size(676, 156);
  298. this.uiTab_Device.TabIndex = 740;
  299. this.uiTab_Device.TabPages.AddRange(new Janus.Windows.UI.Tab.UITabPage[] {
  300. this.uiTabPage_board,
  301. this.uiTabPage_IOboard});
  302. this.uiTab_Device.VisualStyle = Janus.Windows.UI.Tab.TabVisualStyle.Office2007;
  303. this.uiTab_Device.VisualStyleManager = this.visualStyleManager;
  304. this.uiTab_Device.SelectedTabChanged += new Janus.Windows.UI.Tab.TabEventHandler(this.uiTab_Device_SelectedTabChanged);
  305. //
  306. // uiTabPage_board
  307. //
  308. this.uiTabPage_board.Controls.Add(this.editBoxFloor);
  309. this.uiTabPage_board.Controls.Add(this.editBoxStair);
  310. this.uiTabPage_board.Controls.Add(this.editBoxArea);
  311. this.uiTabPage_board.Controls.Add(this.label14);
  312. this.uiTabPage_board.Controls.Add(this.label7);
  313. this.uiTabPage_board.Controls.Add(this.label5);
  314. this.uiTabPage_board.Controls.Add(this.label4);
  315. this.uiTabPage_board.Controls.Add(this.UiComboBox_Board_Receiver);
  316. this.uiTabPage_board.Controls.Add(this.label1);
  317. this.uiTabPage_board.Controls.Add(this.EditBox_DeviceName);
  318. this.uiTabPage_board.Controls.Add(this.EditBox_Position);
  319. this.uiTabPage_board.Controls.Add(this.CheckedComboBox_DeviceType);
  320. this.uiTabPage_board.Controls.Add(this.UiComboBox_Repeater);
  321. this.uiTabPage_board.Controls.Add(this.label12);
  322. this.uiTabPage_board.Controls.Add(this.label2);
  323. this.uiTabPage_board.Controls.Add(this.label8);
  324. this.uiTabPage_board.Controls.Add(this.label9);
  325. this.uiTabPage_board.Controls.Add(this.label10);
  326. this.uiTabPage_board.Controls.Add(this.UiComboBox_Channel);
  327. this.uiTabPage_board.Controls.Add(this.label11);
  328. this.uiTabPage_board.Controls.Add(this.UiComboBox_Board);
  329. this.uiTabPage_board.Controls.Add(this.label13);
  330. this.uiTabPage_board.Location = new System.Drawing.Point(1, 21);
  331. this.uiTabPage_board.Name = "uiTabPage_board";
  332. this.uiTabPage_board.Size = new System.Drawing.Size(674, 134);
  333. this.uiTabPage_board.TabStop = true;
  334. this.uiTabPage_board.Text = "통신보드";
  335. //
  336. // editBoxFloor
  337. //
  338. this.editBoxFloor.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  339. this.editBoxFloor.Location = new System.Drawing.Point(597, 97);
  340. this.editBoxFloor.Name = "editBoxFloor";
  341. this.editBoxFloor.Size = new System.Drawing.Size(23, 21);
  342. this.editBoxFloor.TabIndex = 424;
  343. this.editBoxFloor.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  344. //
  345. // editBoxStair
  346. //
  347. this.editBoxStair.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  348. this.editBoxStair.Location = new System.Drawing.Point(525, 97);
  349. this.editBoxStair.Name = "editBoxStair";
  350. this.editBoxStair.Size = new System.Drawing.Size(23, 21);
  351. this.editBoxStair.TabIndex = 424;
  352. this.editBoxStair.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  353. //
  354. // editBoxArea
  355. //
  356. this.editBoxArea.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  357. this.editBoxArea.Location = new System.Drawing.Point(458, 97);
  358. this.editBoxArea.Name = "editBoxArea";
  359. this.editBoxArea.Size = new System.Drawing.Size(23, 21);
  360. this.editBoxArea.TabIndex = 424;
  361. this.editBoxArea.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  362. //
  363. // label14
  364. //
  365. this.label14.AutoSize = true;
  366. this.label14.BackColor = System.Drawing.Color.Transparent;
  367. this.label14.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  368. this.label14.Location = new System.Drawing.Point(550, 102);
  369. this.label14.Name = "label14";
  370. this.label14.Size = new System.Drawing.Size(45, 12);
  371. this.label14.TabIndex = 423;
  372. this.label14.Text = "FLOOR";
  373. this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  374. //
  375. // label7
  376. //
  377. this.label7.AutoSize = true;
  378. this.label7.BackColor = System.Drawing.Color.Transparent;
  379. this.label7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  380. this.label7.Location = new System.Drawing.Point(483, 102);
  381. this.label7.Name = "label7";
  382. this.label7.Size = new System.Drawing.Size(40, 12);
  383. this.label7.TabIndex = 423;
  384. this.label7.Text = "STAIR";
  385. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  386. //
  387. // label5
  388. //
  389. this.label5.AutoSize = true;
  390. this.label5.BackColor = System.Drawing.Color.Transparent;
  391. this.label5.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  392. this.label5.Location = new System.Drawing.Point(419, 102);
  393. this.label5.Name = "label5";
  394. this.label5.Size = new System.Drawing.Size(37, 12);
  395. this.label5.TabIndex = 423;
  396. this.label5.Text = "AREA";
  397. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  398. //
  399. // label4
  400. //
  401. this.label4.AutoSize = true;
  402. this.label4.BackColor = System.Drawing.Color.Transparent;
  403. this.label4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  404. this.label4.Location = new System.Drawing.Point(299, 102);
  405. this.label4.Name = "label4";
  406. this.label4.Size = new System.Drawing.Size(73, 12);
  407. this.label4.TabIndex = 423;
  408. this.label4.Text = "▶ 비상방송:";
  409. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  410. //
  411. // UiComboBox_Board_Receiver
  412. //
  413. this.UiComboBox_Board_Receiver.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
  414. this.UiComboBox_Board_Receiver.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  415. this.UiComboBox_Board_Receiver.Location = new System.Drawing.Point(164, 16);
  416. this.UiComboBox_Board_Receiver.Name = "UiComboBox_Board_Receiver";
  417. this.UiComboBox_Board_Receiver.Size = new System.Drawing.Size(80, 21);
  418. this.UiComboBox_Board_Receiver.TabIndex = 422;
  419. this.UiComboBox_Board_Receiver.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  420. this.UiComboBox_Board_Receiver.DroppingDown += new System.ComponentModel.CancelEventHandler(this.UiComboBox_Board_Receiver_DroppingDown);
  421. //
  422. // label1
  423. //
  424. this.label1.AutoSize = true;
  425. this.label1.BackColor = System.Drawing.Color.Transparent;
  426. this.label1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  427. this.label1.Location = new System.Drawing.Point(59, 21);
  428. this.label1.Name = "label1";
  429. this.label1.Size = new System.Drawing.Size(72, 12);
  430. this.label1.TabIndex = 421;
  431. this.label1.Text = "▶ 수신기ID:";
  432. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  433. //
  434. // EditBox_DeviceName
  435. //
  436. this.EditBox_DeviceName.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  437. this.EditBox_DeviceName.Location = new System.Drawing.Point(421, 70);
  438. this.EditBox_DeviceName.Name = "EditBox_DeviceName";
  439. this.EditBox_DeviceName.Size = new System.Drawing.Size(200, 21);
  440. this.EditBox_DeviceName.TabIndex = 420;
  441. this.EditBox_DeviceName.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  442. //
  443. // EditBox_Position
  444. //
  445. this.EditBox_Position.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  446. this.EditBox_Position.Location = new System.Drawing.Point(421, 43);
  447. this.EditBox_Position.Name = "EditBox_Position";
  448. this.EditBox_Position.Size = new System.Drawing.Size(200, 21);
  449. this.EditBox_Position.TabIndex = 419;
  450. this.EditBox_Position.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  451. //
  452. // CheckedComboBox_DeviceType
  453. //
  454. CheckedComboBox_DeviceType_DesignTimeLayout.LayoutString = resources.GetString("CheckedComboBox_DeviceType_DesignTimeLayout.LayoutString");
  455. this.CheckedComboBox_DeviceType.DesignTimeLayout = CheckedComboBox_DeviceType_DesignTimeLayout;
  456. this.CheckedComboBox_DeviceType.DropDownValueMember = "Device_Type";
  457. this.CheckedComboBox_DeviceType.Location = new System.Drawing.Point(421, 15);
  458. this.CheckedComboBox_DeviceType.Name = "CheckedComboBox_DeviceType";
  459. this.CheckedComboBox_DeviceType.SaveSettings = false;
  460. this.CheckedComboBox_DeviceType.Size = new System.Drawing.Size(200, 22);
  461. this.CheckedComboBox_DeviceType.TabIndex = 417;
  462. this.CheckedComboBox_DeviceType.ValuesDataMember = null;
  463. this.CheckedComboBox_DeviceType.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  464. this.CheckedComboBox_DeviceType.CheckedValuesChanged += new System.EventHandler(this.CheckedComboBox_DeviceType_CheckedValuesChanged);
  465. //
  466. // UiComboBox_Repeater
  467. //
  468. this.UiComboBox_Repeater.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
  469. this.UiComboBox_Repeater.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  470. this.UiComboBox_Repeater.Location = new System.Drawing.Point(164, 97);
  471. this.UiComboBox_Repeater.Name = "UiComboBox_Repeater";
  472. this.UiComboBox_Repeater.Size = new System.Drawing.Size(80, 21);
  473. this.UiComboBox_Repeater.TabIndex = 402;
  474. this.UiComboBox_Repeater.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  475. this.UiComboBox_Repeater.DroppingDown += new System.ComponentModel.CancelEventHandler(this.UiComboBox_Repeater_DroppingDown);
  476. //
  477. // label12
  478. //
  479. this.label12.AutoSize = true;
  480. this.label12.BackColor = System.Drawing.Color.Transparent;
  481. this.label12.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  482. this.label12.Location = new System.Drawing.Point(59, 102);
  483. this.label12.Name = "label12";
  484. this.label12.Size = new System.Drawing.Size(72, 12);
  485. this.label12.TabIndex = 401;
  486. this.label12.Text = "▶ 중계기ID:";
  487. this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  488. //
  489. // label2
  490. //
  491. this.label2.AutoSize = true;
  492. this.label2.BackColor = System.Drawing.Color.Transparent;
  493. this.label2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  494. this.label2.Location = new System.Drawing.Point(481, 57);
  495. this.label2.Name = "label2";
  496. this.label2.Size = new System.Drawing.Size(0, 12);
  497. this.label2.TabIndex = 413;
  498. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  499. //
  500. // label8
  501. //
  502. this.label8.AutoSize = true;
  503. this.label8.BackColor = System.Drawing.Color.Transparent;
  504. this.label8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  505. this.label8.Location = new System.Drawing.Point(299, 75);
  506. this.label8.Name = "label8";
  507. this.label8.Size = new System.Drawing.Size(101, 12);
  508. this.label8.TabIndex = 409;
  509. this.label8.Text = "▶ 디바이스 명칭:";
  510. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  511. //
  512. // label9
  513. //
  514. this.label9.AutoSize = true;
  515. this.label9.BackColor = System.Drawing.Color.Transparent;
  516. this.label9.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  517. this.label9.Location = new System.Drawing.Point(299, 48);
  518. this.label9.Name = "label9";
  519. this.label9.Size = new System.Drawing.Size(49, 12);
  520. this.label9.TabIndex = 407;
  521. this.label9.Text = "▶ 위치:";
  522. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  523. //
  524. // label10
  525. //
  526. this.label10.AutoSize = true;
  527. this.label10.BackColor = System.Drawing.Color.Transparent;
  528. this.label10.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  529. this.label10.Location = new System.Drawing.Point(299, 21);
  530. this.label10.Name = "label10";
  531. this.label10.Size = new System.Drawing.Size(77, 12);
  532. this.label10.TabIndex = 405;
  533. this.label10.Text = "▶ 설비 종류:";
  534. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  535. //
  536. // UiComboBox_Channel
  537. //
  538. this.UiComboBox_Channel.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
  539. this.UiComboBox_Channel.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  540. this.UiComboBox_Channel.Location = new System.Drawing.Point(164, 70);
  541. this.UiComboBox_Channel.Name = "UiComboBox_Channel";
  542. this.UiComboBox_Channel.Size = new System.Drawing.Size(80, 21);
  543. this.UiComboBox_Channel.TabIndex = 404;
  544. this.UiComboBox_Channel.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  545. this.UiComboBox_Channel.DroppingDown += new System.ComponentModel.CancelEventHandler(this.UiComboBox_Channel_DroppingDown);
  546. //
  547. // label11
  548. //
  549. this.label11.AutoSize = true;
  550. this.label11.BackColor = System.Drawing.Color.Transparent;
  551. this.label11.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  552. this.label11.Location = new System.Drawing.Point(59, 75);
  553. this.label11.Name = "label11";
  554. this.label11.Size = new System.Drawing.Size(49, 12);
  555. this.label11.TabIndex = 403;
  556. this.label11.Text = "▶ 채널:";
  557. this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  558. //
  559. // UiComboBox_Board
  560. //
  561. this.UiComboBox_Board.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
  562. this.UiComboBox_Board.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  563. this.UiComboBox_Board.Location = new System.Drawing.Point(164, 43);
  564. this.UiComboBox_Board.Name = "UiComboBox_Board";
  565. this.UiComboBox_Board.Size = new System.Drawing.Size(80, 21);
  566. this.UiComboBox_Board.TabIndex = 400;
  567. this.UiComboBox_Board.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  568. this.UiComboBox_Board.DroppingDown += new System.ComponentModel.CancelEventHandler(this.UiComboBox_Board_DroppingDown);
  569. //
  570. // label13
  571. //
  572. this.label13.AutoSize = true;
  573. this.label13.BackColor = System.Drawing.Color.Transparent;
  574. this.label13.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  575. this.label13.Location = new System.Drawing.Point(59, 48);
  576. this.label13.Name = "label13";
  577. this.label13.Size = new System.Drawing.Size(84, 12);
  578. this.label13.TabIndex = 399;
  579. this.label13.Text = "▶ 통신보드ID:";
  580. this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  581. //
  582. // uiTabPage_IOboard
  583. //
  584. this.uiTabPage_IOboard.Controls.Add(this.UiComboBox_IO_Receiver);
  585. this.uiTabPage_IOboard.Controls.Add(this.label3);
  586. this.uiTabPage_IOboard.Controls.Add(this.UiComboBox_IOBoard);
  587. this.uiTabPage_IOboard.Controls.Add(this.label6);
  588. this.uiTabPage_IOboard.Location = new System.Drawing.Point(1, 21);
  589. this.uiTabPage_IOboard.Name = "uiTabPage_IOboard";
  590. this.uiTabPage_IOboard.Size = new System.Drawing.Size(674, 134);
  591. this.uiTabPage_IOboard.TabStop = true;
  592. this.uiTabPage_IOboard.Text = "I/O보드";
  593. //
  594. // UiComboBox_IO_Receiver
  595. //
  596. this.UiComboBox_IO_Receiver.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
  597. this.UiComboBox_IO_Receiver.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  598. this.UiComboBox_IO_Receiver.Location = new System.Drawing.Point(164, 16);
  599. this.UiComboBox_IO_Receiver.Name = "UiComboBox_IO_Receiver";
  600. this.UiComboBox_IO_Receiver.Size = new System.Drawing.Size(80, 21);
  601. this.UiComboBox_IO_Receiver.TabIndex = 424;
  602. this.UiComboBox_IO_Receiver.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  603. this.UiComboBox_IO_Receiver.DroppingDown += new System.ComponentModel.CancelEventHandler(this.UiComboBox_IO_Receiver_DroppingDown);
  604. //
  605. // label3
  606. //
  607. this.label3.AutoSize = true;
  608. this.label3.BackColor = System.Drawing.Color.Transparent;
  609. this.label3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  610. this.label3.Location = new System.Drawing.Point(59, 21);
  611. this.label3.Name = "label3";
  612. this.label3.Size = new System.Drawing.Size(72, 12);
  613. this.label3.TabIndex = 423;
  614. this.label3.Text = "▶ 수신기ID:";
  615. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  616. //
  617. // UiComboBox_IOBoard
  618. //
  619. this.UiComboBox_IOBoard.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
  620. this.UiComboBox_IOBoard.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  621. this.UiComboBox_IOBoard.Location = new System.Drawing.Point(164, 43);
  622. this.UiComboBox_IOBoard.Name = "UiComboBox_IOBoard";
  623. this.UiComboBox_IOBoard.Size = new System.Drawing.Size(80, 21);
  624. this.UiComboBox_IOBoard.TabIndex = 388;
  625. this.UiComboBox_IOBoard.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
  626. this.UiComboBox_IOBoard.DroppingDown += new System.ComponentModel.CancelEventHandler(this.UiComboBox_IOBoard_DroppingDown);
  627. //
  628. // label6
  629. //
  630. this.label6.AutoSize = true;
  631. this.label6.BackColor = System.Drawing.Color.Transparent;
  632. this.label6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  633. this.label6.Location = new System.Drawing.Point(59, 48);
  634. this.label6.Name = "label6";
  635. this.label6.Size = new System.Drawing.Size(82, 12);
  636. this.label6.TabIndex = 387;
  637. this.label6.Text = "▶ I/O 보드ID:";
  638. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  639. //
  640. // gridEX_DeviceListInfo_ACU
  641. //
  642. this.gridEX_DeviceListInfo_ACU.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
  643. this.gridEX_DeviceListInfo_ACU.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
  644. this.gridEX_DeviceListInfo_ACU.Cursor = System.Windows.Forms.Cursors.Default;
  645. gridEX_DeviceListInfo_ACU_DesignTimeLayout.LayoutString = resources.GetString("gridEX_DeviceListInfo_ACU_DesignTimeLayout.LayoutString");
  646. this.gridEX_DeviceListInfo_ACU.DesignTimeLayout = gridEX_DeviceListInfo_ACU_DesignTimeLayout;
  647. this.gridEX_DeviceListInfo_ACU.Dock = System.Windows.Forms.DockStyle.Fill;
  648. this.gridEX_DeviceListInfo_ACU.Font = new System.Drawing.Font("굴림", 9F);
  649. this.gridEX_DeviceListInfo_ACU.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
  650. this.gridEX_DeviceListInfo_ACU.GroupByBoxVisible = false;
  651. this.gridEX_DeviceListInfo_ACU.GroupRowVisualStyle = Janus.Windows.GridEX.GroupRowVisualStyle.Outlook2003;
  652. this.gridEX_DeviceListInfo_ACU.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
  653. this.gridEX_DeviceListInfo_ACU.Location = new System.Drawing.Point(0, 0);
  654. this.gridEX_DeviceListInfo_ACU.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  655. this.gridEX_DeviceListInfo_ACU.Name = "gridEX_DeviceListInfo_ACU";
  656. this.gridEX_DeviceListInfo_ACU.NewRowPosition = Janus.Windows.GridEX.NewRowPosition.BottomRow;
  657. this.gridEX_DeviceListInfo_ACU.ScrollBarWidth = 10;
  658. this.gridEX_DeviceListInfo_ACU.Size = new System.Drawing.Size(1134, 27);
  659. this.gridEX_DeviceListInfo_ACU.TabIndex = 2;
  660. this.gridEX_DeviceListInfo_ACU.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  661. //
  662. // gridEX_DeviceListInfo_DR
  663. //
  664. this.gridEX_DeviceListInfo_DR.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
  665. this.gridEX_DeviceListInfo_DR.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
  666. this.gridEX_DeviceListInfo_DR.Cursor = System.Windows.Forms.Cursors.Default;
  667. gridEX_DeviceListInfo_DR_DesignTimeLayout.LayoutString = resources.GetString("gridEX_DeviceListInfo_DR_DesignTimeLayout.LayoutString");
  668. this.gridEX_DeviceListInfo_DR.DesignTimeLayout = gridEX_DeviceListInfo_DR_DesignTimeLayout;
  669. this.gridEX_DeviceListInfo_DR.Dock = System.Windows.Forms.DockStyle.Fill;
  670. this.gridEX_DeviceListInfo_DR.Font = new System.Drawing.Font("굴림", 9F);
  671. this.gridEX_DeviceListInfo_DR.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
  672. this.gridEX_DeviceListInfo_DR.GroupByBoxVisible = false;
  673. this.gridEX_DeviceListInfo_DR.GroupRowVisualStyle = Janus.Windows.GridEX.GroupRowVisualStyle.Outlook2003;
  674. this.gridEX_DeviceListInfo_DR.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
  675. this.gridEX_DeviceListInfo_DR.Location = new System.Drawing.Point(0, 0);
  676. this.gridEX_DeviceListInfo_DR.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  677. this.gridEX_DeviceListInfo_DR.Name = "gridEX_DeviceListInfo_DR";
  678. this.gridEX_DeviceListInfo_DR.NewRowPosition = Janus.Windows.GridEX.NewRowPosition.BottomRow;
  679. this.gridEX_DeviceListInfo_DR.ScrollBarWidth = 10;
  680. this.gridEX_DeviceListInfo_DR.Size = new System.Drawing.Size(1134, 27);
  681. this.gridEX_DeviceListInfo_DR.TabIndex = 3;
  682. this.gridEX_DeviceListInfo_DR.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  683. //
  684. // gridEX_DeviceListInfo_CR
  685. //
  686. this.gridEX_DeviceListInfo_CR.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
  687. this.gridEX_DeviceListInfo_CR.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
  688. this.gridEX_DeviceListInfo_CR.Cursor = System.Windows.Forms.Cursors.Default;
  689. gridEX_DeviceListInfo_CR_DesignTimeLayout.LayoutString = resources.GetString("gridEX_DeviceListInfo_CR_DesignTimeLayout.LayoutString");
  690. this.gridEX_DeviceListInfo_CR.DesignTimeLayout = gridEX_DeviceListInfo_CR_DesignTimeLayout;
  691. this.gridEX_DeviceListInfo_CR.Dock = System.Windows.Forms.DockStyle.Fill;
  692. this.gridEX_DeviceListInfo_CR.Font = new System.Drawing.Font("굴림", 9F);
  693. this.gridEX_DeviceListInfo_CR.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
  694. this.gridEX_DeviceListInfo_CR.GroupByBoxVisible = false;
  695. this.gridEX_DeviceListInfo_CR.GroupRowVisualStyle = Janus.Windows.GridEX.GroupRowVisualStyle.Outlook2003;
  696. this.gridEX_DeviceListInfo_CR.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
  697. this.gridEX_DeviceListInfo_CR.Location = new System.Drawing.Point(0, 0);
  698. this.gridEX_DeviceListInfo_CR.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  699. this.gridEX_DeviceListInfo_CR.Name = "gridEX_DeviceListInfo_CR";
  700. this.gridEX_DeviceListInfo_CR.NewRowPosition = Janus.Windows.GridEX.NewRowPosition.BottomRow;
  701. this.gridEX_DeviceListInfo_CR.ScrollBarWidth = 10;
  702. this.gridEX_DeviceListInfo_CR.Size = new System.Drawing.Size(1134, 27);
  703. this.gridEX_DeviceListInfo_CR.TabIndex = 3;
  704. this.gridEX_DeviceListInfo_CR.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  705. //
  706. // gridEX_DeviceListInfo_EO
  707. //
  708. this.gridEX_DeviceListInfo_EO.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
  709. this.gridEX_DeviceListInfo_EO.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
  710. this.gridEX_DeviceListInfo_EO.Cursor = System.Windows.Forms.Cursors.Default;
  711. gridEX_DeviceListInfo_EO_DesignTimeLayout.LayoutString = resources.GetString("gridEX_DeviceListInfo_EO_DesignTimeLayout.LayoutString");
  712. this.gridEX_DeviceListInfo_EO.DesignTimeLayout = gridEX_DeviceListInfo_EO_DesignTimeLayout;
  713. this.gridEX_DeviceListInfo_EO.Dock = System.Windows.Forms.DockStyle.Fill;
  714. this.gridEX_DeviceListInfo_EO.Font = new System.Drawing.Font("굴림", 9F);
  715. this.gridEX_DeviceListInfo_EO.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
  716. this.gridEX_DeviceListInfo_EO.GroupByBoxVisible = false;
  717. this.gridEX_DeviceListInfo_EO.GroupRowVisualStyle = Janus.Windows.GridEX.GroupRowVisualStyle.Outlook2003;
  718. this.gridEX_DeviceListInfo_EO.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
  719. this.gridEX_DeviceListInfo_EO.Location = new System.Drawing.Point(0, 0);
  720. this.gridEX_DeviceListInfo_EO.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  721. this.gridEX_DeviceListInfo_EO.Name = "gridEX_DeviceListInfo_EO";
  722. this.gridEX_DeviceListInfo_EO.NewRowPosition = Janus.Windows.GridEX.NewRowPosition.BottomRow;
  723. this.gridEX_DeviceListInfo_EO.ScrollBarWidth = 10;
  724. this.gridEX_DeviceListInfo_EO.Size = new System.Drawing.Size(1134, 27);
  725. this.gridEX_DeviceListInfo_EO.TabIndex = 3;
  726. this.gridEX_DeviceListInfo_EO.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  727. //
  728. // gridEX_DeviceListInfo_EI
  729. //
  730. this.gridEX_DeviceListInfo_EI.BoundMode = Janus.Windows.GridEX.BoundMode.Unbound;
  731. this.gridEX_DeviceListInfo_EI.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
  732. this.gridEX_DeviceListInfo_EI.Cursor = System.Windows.Forms.Cursors.Default;
  733. gridEX_DeviceListInfo_EI_DesignTimeLayout.LayoutString = resources.GetString("gridEX_DeviceListInfo_EI_DesignTimeLayout.LayoutString");
  734. this.gridEX_DeviceListInfo_EI.DesignTimeLayout = gridEX_DeviceListInfo_EI_DesignTimeLayout;
  735. this.gridEX_DeviceListInfo_EI.Dock = System.Windows.Forms.DockStyle.Fill;
  736. this.gridEX_DeviceListInfo_EI.Font = new System.Drawing.Font("굴림", 9F);
  737. this.gridEX_DeviceListInfo_EI.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
  738. this.gridEX_DeviceListInfo_EI.GroupByBoxVisible = false;
  739. this.gridEX_DeviceListInfo_EI.GroupRowVisualStyle = Janus.Windows.GridEX.GroupRowVisualStyle.Outlook2003;
  740. this.gridEX_DeviceListInfo_EI.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
  741. this.gridEX_DeviceListInfo_EI.Location = new System.Drawing.Point(0, 0);
  742. this.gridEX_DeviceListInfo_EI.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  743. this.gridEX_DeviceListInfo_EI.Name = "gridEX_DeviceListInfo_EI";
  744. this.gridEX_DeviceListInfo_EI.NewRowPosition = Janus.Windows.GridEX.NewRowPosition.BottomRow;
  745. this.gridEX_DeviceListInfo_EI.ScrollBarWidth = 10;
  746. this.gridEX_DeviceListInfo_EI.Size = new System.Drawing.Size(1134, 27);
  747. this.gridEX_DeviceListInfo_EI.TabIndex = 4;
  748. this.gridEX_DeviceListInfo_EI.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
  749. //
  750. // Form_AddDevice_Emergency
  751. //
  752. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  753. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  754. this.ClientSize = new System.Drawing.Size(925, 630);
  755. this.Controls.Add(this.uiGroupBox1);
  756. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  757. this.MaximizeBox = false;
  758. this.MinimizeBox = false;
  759. this.Name = "Form_AddDevice_Emergency";
  760. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  761. this.Text = "비상방송 위치코드 편집";
  762. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_AddDevice_FormClosed);
  763. ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
  764. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).EndInit();
  765. this.uiGroupBox1.ResumeLayout(false);
  766. this.uiGroupBox1.PerformLayout();
  767. ((System.ComponentModel.ISupportInitialize)(this.GridEX_Device)).EndInit();
  768. ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox4)).EndInit();
  769. this.uiGroupBox4.ResumeLayout(false);
  770. ((System.ComponentModel.ISupportInitialize)(this.uiTab_Device)).EndInit();
  771. this.uiTab_Device.ResumeLayout(false);
  772. this.uiTabPage_board.ResumeLayout(false);
  773. this.uiTabPage_board.PerformLayout();
  774. this.uiTabPage_IOboard.ResumeLayout(false);
  775. this.uiTabPage_IOboard.PerformLayout();
  776. ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_ACU)).EndInit();
  777. ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_DR)).EndInit();
  778. ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_CR)).EndInit();
  779. ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_EO)).EndInit();
  780. ((System.ComponentModel.ISupportInitialize)(this.gridEX_DeviceListInfo_EI)).EndInit();
  781. this.ResumeLayout(false);
  782. }
  783. #endregion
  784. private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;
  785. private Janus.Windows.Common.VisualStyleManager visualStyleManager;
  786. private Janus.Windows.EditControls.UIGroupBox uiGroupBox1;
  787. private Janus.Windows.EditControls.UIGroupBox uiGroupBox4;
  788. internal Janus.Windows.GridEX.GridEX GridEX_Device;
  789. private Janus.Windows.UI.Tab.UITab uiTab_Device;
  790. private Janus.Windows.UI.Tab.UITabPage uiTabPage_board;
  791. private Janus.Windows.UI.Tab.UITabPage uiTabPage_IOboard;
  792. internal Janus.Windows.GridEX.GridEX gridEX_DeviceListInfo_ACU;
  793. internal Janus.Windows.GridEX.GridEX gridEX_DeviceListInfo_DR;
  794. internal Janus.Windows.GridEX.GridEX gridEX_DeviceListInfo_CR;
  795. internal Janus.Windows.GridEX.GridEX gridEX_DeviceListInfo_EO;
  796. internal Janus.Windows.GridEX.GridEX gridEX_DeviceListInfo_EI;
  797. internal Janus.Windows.EditControls.UIButton UiButton_Search;
  798. private Janus.Windows.EditControls.UIComboBox UiComboBox_IOBoard;
  799. private System.Windows.Forms.Label label6;
  800. internal Janus.Windows.EditControls.UIButton UiButton_Close;
  801. internal Janus.Windows.EditControls.UIButton UiButton_AddDevice;
  802. private System.Windows.Forms.Label label2;
  803. private System.Windows.Forms.Label label8;
  804. private System.Windows.Forms.Label label9;
  805. private System.Windows.Forms.Label label10;
  806. private Janus.Windows.EditControls.UIComboBox UiComboBox_Channel;
  807. private System.Windows.Forms.Label label11;
  808. private Janus.Windows.EditControls.UIComboBox UiComboBox_Repeater;
  809. private System.Windows.Forms.Label label12;
  810. private Janus.Windows.EditControls.UIComboBox UiComboBox_Board;
  811. private System.Windows.Forms.Label label13;
  812. private Janus.Windows.GridEX.EditControls.CheckedComboBox CheckedComboBox_DeviceType;
  813. private Janus.Windows.GridEX.EditControls.EditBox EditBox_DeviceName;
  814. private Janus.Windows.GridEX.EditControls.EditBox EditBox_Position;
  815. internal Janus.Windows.EditControls.UIButton UiButton_Clear;
  816. private Janus.Windows.EditControls.UIComboBox UiComboBox_Board_Receiver;
  817. private System.Windows.Forms.Label label1;
  818. private Janus.Windows.EditControls.UIComboBox UiComboBox_IO_Receiver;
  819. private System.Windows.Forms.Label label3;
  820. private Janus.Windows.GridEX.EditControls.EditBox EditBox_Floor;
  821. private Janus.Windows.GridEX.EditControls.EditBox EditBox_Stair;
  822. private Janus.Windows.GridEX.EditControls.EditBox EditBox_Area;
  823. private System.Windows.Forms.Label label66;
  824. internal Janus.Windows.EditControls.UIButton UiButton_DelDevice;
  825. private Janus.Windows.GridEX.EditControls.EditBox editBoxFloor;
  826. private Janus.Windows.GridEX.EditControls.EditBox editBoxStair;
  827. private Janus.Windows.GridEX.EditControls.EditBox editBoxArea;
  828. private System.Windows.Forms.Label label14;
  829. private System.Windows.Forms.Label label7;
  830. private System.Windows.Forms.Label label5;
  831. private System.Windows.Forms.Label label4;
  832. private Janus.Windows.EditControls.UICheckBox uiCheckBox_Emergency;
  833. }
  834. }