e11d753edc8e210ab9c47bea16bb8b6496d95dc3.svn-base 44 KB

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