EVSP100MF.dfm 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204
  1. object EVSP100M: TEVSP100M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = #50864#49440#49888#54840' '#44368#52264#47196
  7. ClientHeight = 877
  8. ClientWidth = 1539
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -13
  13. Font.Name = #47569#51008' '#44256#46357
  14. Font.Style = []
  15. KeyPreview = True
  16. OldCreateOrder = False
  17. Position = poOwnerFormCenter
  18. ShowHint = True
  19. OnClose = FormClose
  20. OnCloseQuery = FormCloseQuery
  21. OnShow = FormShow
  22. DesignSize = (
  23. 1539
  24. 877)
  25. PixelsPerInch = 96
  26. TextHeight = 17
  27. object ShpTitle: TShape
  28. Left = 4
  29. Top = 4
  30. Width = 1531
  31. Height = 40
  32. Anchors = [akLeft, akTop, akRight]
  33. Brush.Color = 14671839
  34. Pen.Color = 10849679
  35. Pen.Width = 2
  36. ExplicitWidth = 1269
  37. end
  38. object LblCaption: TLabel
  39. Left = 16
  40. Top = 10
  41. Width = 267
  42. Height = 23
  43. Caption = #53440#51060#53952' '
  44. Font.Charset = DEFAULT_CHARSET
  45. Font.Color = 4740964
  46. Font.Height = -17
  47. Font.Name = #47569#51008' '#44256#46357
  48. Font.Style = [fsBold]
  49. ParentFont = False
  50. ParentShowHint = False
  51. ShowHint = True
  52. end
  53. object ShpList: TShape
  54. Left = 4
  55. Top = 50
  56. Width = 1531
  57. Height = 821
  58. Anchors = [akLeft, akTop, akRight, akBottom]
  59. Pen.Color = 10849679
  60. Pen.Width = 2
  61. ExplicitWidth = 1436
  62. ExplicitHeight = 766
  63. end
  64. object BtnClose: TcxButton
  65. Left = 1445
  66. Top = 11
  67. Width = 80
  68. Height = 25
  69. Cursor = crHandPoint
  70. Hint = #45803#44592
  71. Anchors = [akTop, akRight]
  72. Caption = #45803#44592
  73. Colors.Default = 10737865
  74. TabOrder = 0
  75. Font.Charset = DEFAULT_CHARSET
  76. Font.Color = clBlack
  77. Font.Height = -13
  78. Font.Name = #47569#51008' '#44256#46357
  79. Font.Style = [fsBold]
  80. ParentFont = False
  81. OnClick = BtnCloseClick
  82. end
  83. object EdFocus: TEdit
  84. Left = -10
  85. Top = -10
  86. Width = 2
  87. Height = 25
  88. ImeName = 'Microsoft Office IME 2007'
  89. TabOrder = 1
  90. Text = 'EdFocus'
  91. end
  92. object PnlBack: TPanel
  93. Left = 12
  94. Top = 56
  95. Width = 1513
  96. Height = 808
  97. Anchors = [akLeft, akTop, akRight, akBottom]
  98. BevelOuter = bvNone
  99. ParentBackground = False
  100. ParentColor = True
  101. TabOrder = 2
  102. object PnlBottom: TPanel
  103. Left = 0
  104. Top = 0
  105. Width = 1513
  106. Height = 808
  107. Align = alClient
  108. BevelOuter = bvNone
  109. TabOrder = 0
  110. object GrpInfo: TcxGroupBox
  111. Left = 1164
  112. Top = 0
  113. Align = alRight
  114. Caption = #9654' '#44368#52264#47196' '#51221#48372
  115. Style.BorderColor = clCaptionText
  116. Style.Shadow = False
  117. Style.TextColor = clBlack
  118. Style.TextStyle = [fsBold]
  119. TabOrder = 0
  120. Visible = False
  121. DesignSize = (
  122. 349
  123. 801)
  124. Height = 808
  125. Width = 349
  126. object PnlMenu: TPanel
  127. Left = 3
  128. Top = 756
  129. Width = 343
  130. Height = 42
  131. Align = alBottom
  132. BevelOuter = bvNone
  133. TabOrder = 0
  134. Visible = False
  135. DesignSize = (
  136. 343
  137. 42)
  138. object BtnEdit: TcxButton
  139. Tag = 2
  140. Left = 15
  141. Top = 14
  142. Width = 80
  143. Height = 25
  144. Cursor = crHandPoint
  145. Hint = #45936#51060#53552' '#54200#51665
  146. Anchors = [akRight, akBottom]
  147. Caption = #54200#51665
  148. Colors.Default = 10737865
  149. Enabled = False
  150. TabOrder = 0
  151. Font.Charset = DEFAULT_CHARSET
  152. Font.Color = clBlack
  153. Font.Height = -13
  154. Font.Name = #47569#51008' '#44256#46357
  155. Font.Style = [fsBold]
  156. ParentFont = False
  157. OnClick = BtnEditClick
  158. end
  159. object BtnInsert: TcxButton
  160. Tag = 2
  161. Left = 96
  162. Top = 14
  163. Width = 80
  164. Height = 25
  165. Cursor = crHandPoint
  166. Hint = #45936#51060#53552' '#52628#44032
  167. Anchors = [akRight, akBottom]
  168. Caption = #52628#44032
  169. Colors.Default = 10737865
  170. TabOrder = 1
  171. Font.Charset = DEFAULT_CHARSET
  172. Font.Color = clBlack
  173. Font.Height = -13
  174. Font.Name = #47569#51008' '#44256#46357
  175. Font.Style = [fsBold]
  176. ParentFont = False
  177. OnClick = BtnInsertClick
  178. end
  179. object BtnDelete: TcxButton
  180. Tag = 4
  181. Left = 178
  182. Top = 14
  183. Width = 80
  184. Height = 25
  185. Cursor = crHandPoint
  186. Hint = #45936#51060#53552' '#49325#51228
  187. Anchors = [akRight, akBottom]
  188. Caption = #49325#51228
  189. Colors.Default = 10737865
  190. Enabled = False
  191. TabOrder = 2
  192. Font.Charset = DEFAULT_CHARSET
  193. Font.Color = clBlack
  194. Font.Height = -13
  195. Font.Name = #47569#51008' '#44256#46357
  196. Font.Style = [fsBold]
  197. ParentFont = False
  198. OnClick = BtnDeleteClick
  199. end
  200. object BtnSave: TcxButton
  201. Tag = 5
  202. Left = 259
  203. Top = 14
  204. Width = 80
  205. Height = 25
  206. Cursor = crHandPoint
  207. Hint = #54200#51665#51089#50629' '#51200#51109
  208. Anchors = [akRight, akBottom]
  209. Caption = #51200#51109
  210. Colors.Default = 10737865
  211. Enabled = False
  212. TabOrder = 3
  213. Font.Charset = DEFAULT_CHARSET
  214. Font.Color = clBlack
  215. Font.Height = -13
  216. Font.Name = #47569#51008' '#44256#46357
  217. Font.Style = [fsBold]
  218. ParentFont = False
  219. OnClick = BtnSaveClick
  220. end
  221. end
  222. object cxLabel11: TcxLabel
  223. Left = 14
  224. Top = 950
  225. Anchors = [akLeft, akBottom]
  226. Caption = '[*] '#54364#49884#54637#47785#51008' '#54596#49688' '#51077#47141' '#54637#47785#51077#45768#45796'.'
  227. StyleDisabled.BorderColor = cl3DLight
  228. Transparent = True
  229. end
  230. object cxLabel12: TcxLabel
  231. Left = 259
  232. Top = 950
  233. Anchors = [akLeft, akBottom]
  234. Caption = #9733
  235. Style.TextColor = clRed
  236. Transparent = True
  237. Visible = False
  238. end
  239. object PnlEdit: TPanel
  240. Left = 3
  241. Top = 19
  242. Width = 343
  243. Height = 737
  244. Align = alClient
  245. BevelOuter = bvNone
  246. TabOrder = 3
  247. ExplicitLeft = -52
  248. ExplicitTop = 27
  249. DesignSize = (
  250. 343
  251. 737)
  252. object ImgDesc03: TImage
  253. Left = 41
  254. Top = 217
  255. Width = 9
  256. Height = 9
  257. Transparent = True
  258. Visible = False
  259. end
  260. object cxLabel6: TcxLabel
  261. Left = 73
  262. Top = 211
  263. Caption = #50976#54805'('#52264#49440') [*]'
  264. Properties.Alignment.Horz = taRightJustify
  265. Properties.Alignment.Vert = taVCenter
  266. Transparent = True
  267. Visible = False
  268. AnchorX = 156
  269. AnchorY = 222
  270. end
  271. object Se_STTS_CLCT_CYCL: TcxSpinEdit
  272. Left = 189
  273. Top = 466
  274. Properties.Alignment.Horz = taRightJustify
  275. Properties.Alignment.Vert = taVCenter
  276. Properties.MaxValue = 300.000000000000000000
  277. Properties.MinValue = 30.000000000000000000
  278. Properties.ReadOnly = False
  279. Properties.ValueType = vtInt
  280. Style.BorderStyle = ebsUltraFlat
  281. Style.LookAndFeel.Kind = lfUltraFlat
  282. Style.LookAndFeel.NativeStyle = False
  283. Style.ButtonStyle = btsUltraFlat
  284. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  285. StyleDisabled.LookAndFeel.NativeStyle = False
  286. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  287. StyleFocused.LookAndFeel.NativeStyle = False
  288. StyleHot.LookAndFeel.Kind = lfUltraFlat
  289. StyleHot.LookAndFeel.NativeStyle = False
  290. TabOrder = 1
  291. Value = 60
  292. Visible = False
  293. Width = 60
  294. end
  295. object cxLabel7: TcxLabel
  296. Left = 24
  297. Top = 724
  298. Anchors = [akLeft, akBottom]
  299. Caption = '[*] '#54364#49884#54637#47785#51008' '#54596#49688' '#51077#47141' '#54637#47785#51077#45768#45796'.'
  300. StyleDisabled.BorderColor = cl3DLight
  301. Transparent = True
  302. Visible = False
  303. end
  304. object cxLabel10: TcxLabel
  305. Left = 8
  306. Top = 724
  307. Anchors = [akLeft, akBottom]
  308. Caption = #9733
  309. Style.TextColor = clRed
  310. Transparent = True
  311. Visible = False
  312. end
  313. object EdType: TcxTextEdit
  314. Left = 162
  315. Top = 211
  316. Properties.MaxLength = 5
  317. Properties.ReadOnly = False
  318. TabOrder = 4
  319. Visible = False
  320. OnKeyPress = Ed_VDS_PORTKeyPress
  321. Width = 64
  322. end
  323. end
  324. end
  325. object cxSplitter2: TcxSplitter
  326. Left = 1158
  327. Top = 0
  328. Width = 6
  329. Height = 808
  330. AlignSplitter = salRight
  331. Control = GrpInfo
  332. Visible = False
  333. end
  334. object GrpMap: TcxGroupBox
  335. Left = 345
  336. Top = 0
  337. Align = alClient
  338. Caption = #9654' '#50948#52824#51221#48372
  339. Style.BorderColor = clCaptionText
  340. Style.Shadow = False
  341. Style.TextColor = clBlack
  342. Style.TextStyle = [fsBold]
  343. TabOrder = 2
  344. ExplicitTop = -6
  345. Height = 808
  346. Width = 813
  347. inline FRAMEOpenMap1: TFRAMEOpenMap
  348. Left = 3
  349. Top = 19
  350. Width = 807
  351. Height = 779
  352. Align = alClient
  353. ParentShowHint = False
  354. ShowHint = True
  355. TabOrder = 0
  356. ExplicitLeft = 3
  357. ExplicitTop = 19
  358. ExplicitWidth = 817
  359. ExplicitHeight = 779
  360. inherited PnlToolbar: TPanel
  361. Width = 807
  362. ExplicitWidth = 817
  363. inherited EdFocus: TEdit
  364. Height = 25
  365. ExplicitHeight = 25
  366. end
  367. inherited cxLabel26: TcxLabel
  368. AnchorX = 122
  369. AnchorY = 19
  370. end
  371. inherited cxLabel27: TcxLabel
  372. AnchorX = 280
  373. AnchorY = 19
  374. end
  375. inherited PnlGisTool: TPanel
  376. Width = 374
  377. ExplicitWidth = 384
  378. inherited ChkShowNmbr: TcxCheckBox
  379. ExplicitHeight = 28
  380. end
  381. inherited EdMapPos: TcxTextEdit
  382. ExplicitHeight = 28
  383. end
  384. end
  385. inherited cxLabel1: TcxLabel
  386. AnchorX = 346
  387. AnchorY = 19
  388. end
  389. inherited LblZoom: TcxLabel
  390. Left = 720
  391. ExplicitLeft = 730
  392. AnchorX = 802
  393. AnchorY = 19
  394. end
  395. end
  396. inherited lblTitle: TcxLabel
  397. ExplicitWidth = 69
  398. ExplicitHeight = 21
  399. end
  400. inherited reMsg: TMemo
  401. Top = 632
  402. Width = 807
  403. ExplicitTop = 632
  404. ExplicitWidth = 817
  405. end
  406. inherited PnlMap: TPanel
  407. Width = 807
  408. Height = 594
  409. ExplicitWidth = 817
  410. ExplicitHeight = 594
  411. inherited WebBrowser1: TWebBrowser
  412. Width = 803
  413. Height = 590
  414. ExplicitLeft = 1
  415. ExplicitTop = 1
  416. ExplicitWidth = 836
  417. ExplicitHeight = 361
  418. ControlData = {
  419. 4C000000FE520000FA3C00000000000000000000000000000000000000000000
  420. 000000004C000000000000000000000001000000E0D057007335CF11AE690800
  421. 2B2E126208000000000000004C0000000114020000000000C000000000000046
  422. 8000000000000000000000000000000000000000000000000000000000000000
  423. 00000000000000000100000000000000000000000000000000000000}
  424. end
  425. end
  426. inherited ilToolbarsSmall: TcxImageList
  427. FormatVersion = 1
  428. end
  429. inherited TmrMapOpen: TTimer
  430. Left = 184
  431. Top = 152
  432. end
  433. end
  434. object cxLabel14: TcxLabel
  435. Left = 533
  436. Top = 362
  437. Caption = #49828#53944#47532#48141#49436#48260' IP'#44032' '#50976#54952#54616#51648' '#50506#49845#45768#45796'.'
  438. Transparent = True
  439. Visible = False
  440. end
  441. end
  442. object cxSplitter1: TcxSplitter
  443. Left = 339
  444. Top = 0
  445. Width = 6
  446. Height = 808
  447. Control = PnlLeft
  448. ExplicitLeft = 191
  449. end
  450. object PnlLeft: TPanel
  451. Left = 0
  452. Top = 0
  453. Width = 339
  454. Height = 808
  455. Align = alLeft
  456. BevelOuter = bvNone
  457. TabOrder = 4
  458. ExplicitTop = -6
  459. object cxGroupBox3: TcxGroupBox
  460. Left = 0
  461. Top = 0
  462. Align = alClient
  463. Caption = #9654' '#50864#49440#49888#54840' '#50868#50689#44368#52264#47196' '#47785#47197
  464. Style.BorderColor = clCaptionText
  465. Style.Shadow = False
  466. Style.TextColor = clWindowText
  467. Style.TextStyle = [fsBold]
  468. TabOrder = 0
  469. ExplicitTop = 184
  470. ExplicitWidth = 329
  471. ExplicitHeight = 624
  472. Height = 672
  473. Width = 339
  474. inline FRAMESgnlCtlrList1: TFRAMESgnlCtlrList
  475. Left = 3
  476. Top = 19
  477. Width = 333
  478. Height = 643
  479. Align = alClient
  480. TabOrder = 0
  481. ExplicitLeft = 3
  482. ExplicitTop = 19
  483. ExplicitWidth = 323
  484. ExplicitHeight = 595
  485. inherited CxList: TcxGrid
  486. Width = 333
  487. Height = 581
  488. ExplicitWidth = 323
  489. ExplicitHeight = 533
  490. inherited TvList: TcxGridTableView
  491. OnCellDblClick = FRAMESgnlCtlrList1TvListCellDblClick
  492. inherited Column12: TcxGridColumn
  493. IsCaptionAssigned = True
  494. end
  495. end
  496. end
  497. inherited PnlTop: TPanel
  498. Width = 333
  499. ExplicitWidth = 323
  500. end
  501. inherited PnlBottom: TPanel
  502. Top = 612
  503. Width = 333
  504. ExplicitTop = 564
  505. ExplicitWidth = 323
  506. inherited LblRecords: TLabel
  507. Left = 217
  508. Width = 25
  509. Height = 17
  510. ExplicitLeft = 703
  511. ExplicitWidth = 25
  512. ExplicitHeight = 17
  513. end
  514. inherited BtnExlSave: TcxButton
  515. Left = 248
  516. ExplicitLeft = 238
  517. end
  518. end
  519. inherited CbUsagType: TcxComboBox
  520. ExplicitHeight = 25
  521. end
  522. inherited CbType: TcxComboBox
  523. ExplicitHeight = 25
  524. end
  525. inherited lblTitle: TcxLabel
  526. ExplicitWidth = 157
  527. ExplicitHeight = 21
  528. end
  529. end
  530. end
  531. object cxGroupBox1: TcxGroupBox
  532. Left = 0
  533. Top = 672
  534. Align = alBottom
  535. Caption = #9654' '#44368#52264#47196' '#51221#48372
  536. Style.BorderColor = clCaptionText
  537. Style.Shadow = False
  538. Style.TextColor = clBlack
  539. Style.TextStyle = [fsBold]
  540. TabOrder = 1
  541. DesignSize = (
  542. 339
  543. 129)
  544. Height = 136
  545. Width = 339
  546. object cxLabel17: TcxLabel
  547. Left = 14
  548. Top = 278
  549. Anchors = [akLeft, akBottom]
  550. Caption = '[*] '#54364#49884#54637#47785#51008' '#54596#49688' '#51077#47141' '#54637#47785#51077#45768#45796'.'
  551. StyleDisabled.BorderColor = cl3DLight
  552. Transparent = True
  553. ExplicitTop = 950
  554. end
  555. object cxLabel19: TcxLabel
  556. Left = 259
  557. Top = 278
  558. Anchors = [akLeft, akBottom]
  559. Caption = #9733
  560. Style.TextColor = clRed
  561. Transparent = True
  562. Visible = False
  563. ExplicitTop = 950
  564. end
  565. object Panel3: TPanel
  566. Left = 3
  567. Top = 19
  568. Width = 333
  569. Height = 107
  570. Align = alClient
  571. BevelOuter = bvNone
  572. TabOrder = 2
  573. ExplicitWidth = 343
  574. ExplicitHeight = 737
  575. object ImgDesc02: TImage
  576. Left = 9
  577. Top = 46
  578. Width = 9
  579. Height = 9
  580. Transparent = True
  581. end
  582. object ImgDesc04: TImage
  583. Left = 9
  584. Top = 78
  585. Width = 9
  586. Height = 9
  587. Transparent = True
  588. end
  589. object ImgDesc11: TImage
  590. Left = 9
  591. Top = 13
  592. Width = 9
  593. Height = 9
  594. Transparent = True
  595. end
  596. object cxSpinEdit3: TcxSpinEdit
  597. Left = 189
  598. Top = 466
  599. Properties.Alignment.Horz = taRightJustify
  600. Properties.Alignment.Vert = taVCenter
  601. Properties.MaxValue = 300.000000000000000000
  602. Properties.MinValue = 30.000000000000000000
  603. Properties.ReadOnly = False
  604. Properties.ValueType = vtInt
  605. Style.BorderStyle = ebsUltraFlat
  606. Style.LookAndFeel.Kind = lfUltraFlat
  607. Style.LookAndFeel.NativeStyle = False
  608. Style.ButtonStyle = btsUltraFlat
  609. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  610. StyleDisabled.LookAndFeel.NativeStyle = False
  611. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  612. StyleFocused.LookAndFeel.NativeStyle = False
  613. StyleHot.LookAndFeel.Kind = lfUltraFlat
  614. StyleHot.LookAndFeel.NativeStyle = False
  615. TabOrder = 0
  616. Value = 60
  617. Visible = False
  618. Width = 60
  619. end
  620. object EdNm: TcxTextEdit
  621. Left = 118
  622. Top = 38
  623. Properties.MaxLength = 40
  624. Properties.ReadOnly = False
  625. TabOrder = 1
  626. Width = 206
  627. end
  628. object SePosX: TcxSpinEdit
  629. Left = 118
  630. Top = 72
  631. Properties.Alignment.Horz = taRightJustify
  632. Properties.Alignment.Vert = taVCenter
  633. Properties.DisplayFormat = '##0.######0'
  634. Properties.EditFormat = '##0.######0'
  635. Properties.MaxValue = 9999999999.000000000000000000
  636. Properties.ReadOnly = False
  637. Properties.SpinButtons.Visible = False
  638. Properties.ValueType = vtFloat
  639. Style.LookAndFeel.Kind = lfUltraFlat
  640. Style.LookAndFeel.NativeStyle = False
  641. Style.TextStyle = []
  642. Style.ButtonStyle = btsUltraFlat
  643. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  644. StyleDisabled.LookAndFeel.NativeStyle = False
  645. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  646. StyleFocused.LookAndFeel.NativeStyle = False
  647. StyleFocused.TextStyle = [fsBold]
  648. StyleHot.LookAndFeel.Kind = lfUltraFlat
  649. StyleHot.LookAndFeel.NativeStyle = False
  650. TabOrder = 2
  651. Width = 101
  652. end
  653. object SePosY: TcxSpinEdit
  654. Left = 223
  655. Top = 72
  656. Properties.Alignment.Horz = taRightJustify
  657. Properties.Alignment.Vert = taVCenter
  658. Properties.DisplayFormat = '##0.######0'
  659. Properties.EditFormat = '##0.######0'
  660. Properties.MaxValue = 9999999999.000000000000000000
  661. Properties.ReadOnly = False
  662. Properties.SpinButtons.Visible = False
  663. Properties.ValueType = vtFloat
  664. Style.LookAndFeel.Kind = lfUltraFlat
  665. Style.LookAndFeel.NativeStyle = False
  666. Style.TextStyle = []
  667. Style.ButtonStyle = btsUltraFlat
  668. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  669. StyleDisabled.LookAndFeel.NativeStyle = False
  670. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  671. StyleFocused.LookAndFeel.NativeStyle = False
  672. StyleFocused.TextStyle = [fsBold]
  673. StyleHot.LookAndFeel.Kind = lfUltraFlat
  674. StyleHot.LookAndFeel.NativeStyle = False
  675. TabOrder = 3
  676. Width = 101
  677. end
  678. object cxLabel2: TcxLabel
  679. Left = 23
  680. Top = 39
  681. Caption = #44368#52264#47196' '#47749#52845' [*]'
  682. Properties.Alignment.Horz = taRightJustify
  683. Properties.Alignment.Vert = taVCenter
  684. Transparent = True
  685. AnchorX = 116
  686. AnchorY = 50
  687. end
  688. object cxLabel18: TcxLabel
  689. Left = 23
  690. Top = 7
  691. Caption = #44368#52264#47196' '#48264#54840' [*]'
  692. Properties.Alignment.Horz = taRightJustify
  693. Properties.Alignment.Vert = taVCenter
  694. Transparent = True
  695. AnchorX = 116
  696. AnchorY = 18
  697. end
  698. object cxLabel8: TcxLabel
  699. Left = 42
  700. Top = 73
  701. Caption = #50948#52824' X/Y [*]'
  702. Properties.Alignment.Horz = taRightJustify
  703. Properties.Alignment.Vert = taVCenter
  704. Transparent = True
  705. AnchorX = 116
  706. AnchorY = 84
  707. end
  708. object EdNmbr: TcxTextEdit
  709. Left = 118
  710. Top = 5
  711. Properties.Alignment.Horz = taCenter
  712. Properties.ReadOnly = True
  713. TabOrder = 7
  714. Width = 121
  715. end
  716. end
  717. end
  718. end
  719. end
  720. end
  721. object lblText1: TcxLabel
  722. Left = 317
  723. Top = 149
  724. Caption = #49352#47196#50868' '#44368#52264#47196#44368#53685#47049' '#51221#48372#47484' '#49373#49457#54616#51648' '#47803#54616#50688#49845#45768#45796'.'#13#10#54532#47196#44536#47016' '#51333#47308#54980#50640' '#45796#49884' '#49884#46020#54644' '#48372#49464#50836'.'
  725. Transparent = True
  726. Visible = False
  727. end
  728. object lblText2: TcxLabel
  729. Left = 605
  730. Top = 149
  731. Caption = #49325#51228#54624' '#44368#52264#47196#47484' '#47785#47197#50640#49436' '#49440#53469#54616#49464#50836'.'#13#10#47785#47197#50640#49436' '#45908#48660#53364#47533#54616#50668' '#49440#53469#54633#45768#45796'.'
  732. Transparent = True
  733. Visible = False
  734. end
  735. object lblText3: TcxLabel
  736. Left = 317
  737. Top = 193
  738. Caption = #44368#52264#47196' ID'
  739. Transparent = True
  740. Visible = False
  741. end
  742. object lblText4: TcxLabel
  743. Left = 405
  744. Top = 193
  745. Caption = #49440#53469#54616#49888' '#44368#53685#47049#44368#52264#47196' '#51221#48372#47484' '#49325#51228#54616#49884#44192#49845#45768#44620'?'
  746. Transparent = True
  747. Visible = False
  748. end
  749. object lblText5: TcxLabel
  750. Left = 307
  751. Top = 220
  752. Caption = #44368#52264#47196#44368#53685#47049' '#51221#48372#49325#51228#13#10#44368#52264#47196#44368#53685#47049' '#51221#48372#47484' '#49325#51228' '#54616#50688#49845#45768#45796'.'
  753. Transparent = True
  754. Visible = False
  755. end
  756. object Panel1: TPanel
  757. Left = 502
  758. Top = 293
  759. Width = 610
  760. Height = 533
  761. Caption = 'Panel1'
  762. TabOrder = 8
  763. Visible = False
  764. DesignSize = (
  765. 610
  766. 533)
  767. object ImgDesc01: TImage
  768. Left = 9
  769. Top = 41
  770. Width = 9
  771. Height = 9
  772. Transparent = True
  773. end
  774. object ImgDesc18: TImage
  775. Left = 8
  776. Top = 475
  777. Width = 9
  778. Height = 9
  779. Transparent = True
  780. Visible = False
  781. end
  782. object ImgDesc15: TImage
  783. Left = 9
  784. Top = 298
  785. Width = 9
  786. Height = 9
  787. Transparent = True
  788. Visible = False
  789. end
  790. object ImgDesc25: TImage
  791. Left = 9
  792. Top = 268
  793. Width = 9
  794. Height = 9
  795. Transparent = True
  796. end
  797. object ImgDesc16: TImage
  798. Left = 9
  799. Top = 238
  800. Width = 9
  801. Height = 9
  802. Transparent = True
  803. end
  804. object ImgDesc14: TImage
  805. Left = 9
  806. Top = 210
  807. Width = 9
  808. Height = 9
  809. Transparent = True
  810. end
  811. object ImgDesc07: TImage
  812. Left = 9
  813. Top = 179
  814. Width = 9
  815. Height = 9
  816. Transparent = True
  817. end
  818. object ImgDesc06: TImage
  819. Left = 9
  820. Top = 150
  821. Width = 9
  822. Height = 9
  823. Transparent = True
  824. end
  825. object lblText6: TcxLabel
  826. Left = 47
  827. Top = 266
  828. Caption = #51228#50612#44592' IP'#44032' '#50976#54952#54616#51648' '#50506#49845#45768#45796'.'
  829. Transparent = True
  830. Visible = False
  831. end
  832. object lblText7: TcxLabel
  833. Left = 56
  834. Top = 323
  835. Caption = #50937#52852#47700#46972' IP'#44032' '#50976#54952#54616#51648' '#50506#49845#45768#45796'.'
  836. Transparent = True
  837. Visible = False
  838. end
  839. object lblText8: TcxLabel
  840. Left = 47
  841. Top = 368
  842. Caption = #44368#52264#47196' ID'#44032' '#51060#48120' '#49324#50857' '#51473#51077#45768#45796'. '#44368#52264#47196' ID'#47484' '#54869#51064#54616#49464#50836'.'
  843. Transparent = True
  844. Visible = False
  845. end
  846. object lblText9: TcxLabel
  847. Left = 290
  848. Top = 308
  849. Caption = #44368#52264#47196#44368#53685#47049' '#51221#48372#51200#51109#13#10#44368#52264#47196#44368#53685#47049' '#51221#48372#47484' '#51200#51109' '#54616#50688#49845#45768#45796'.'
  850. Transparent = True
  851. Visible = False
  852. end
  853. object cxLabel1: TcxLabel
  854. Left = 59
  855. Top = 35
  856. Caption = 'VDS ID [*]'
  857. Properties.Alignment.Horz = taRightJustify
  858. Properties.Alignment.Vert = taVCenter
  859. Transparent = True
  860. AnchorX = 124
  861. AnchorY = 46
  862. end
  863. object CbType: TcxComboBox
  864. Left = 130
  865. Top = 89
  866. Cursor = crHandPoint
  867. Properties.Alignment.Vert = taVCenter
  868. Properties.DropDownListStyle = lsFixedList
  869. Properties.DropDownSizeable = True
  870. Properties.ReadOnly = False
  871. TabOrder = 5
  872. Width = 206
  873. end
  874. object BtnListDelete: TcxButton
  875. Tag = 2
  876. Left = 259
  877. Top = 463
  878. Width = 80
  879. Height = 25
  880. Cursor = crHandPoint
  881. Hint = #52852#47700#46972' '#49325#51228
  882. Anchors = [akRight, akBottom]
  883. Caption = #49325#51228
  884. Colors.Default = 10737865
  885. Glyph.Data = {
  886. 36040000424D3604000000000000360000002800000010000000100000000100
  887. 2000000000000004000000000000000000000000000000000000000000000000
  888. 0000000000001F1C16E6101910E6100D1CE61F1C16E6101910E6000000E61F1C
  889. 16E6100D1CE6101910E61F1C16E6000000E60000000000000000000000000000
  890. 0000100D1CE66D776DE6B7A5A5E6B7B7B7E6B7C2B7E6000000E62C2CE6E60000
  891. 00E6B7B7B7E6B7A5A5E6000000E60707E6E6000000E600000000000000001F1C
  892. 16E6E6E6E6E62C2F29E6AEB3B3E6DDDDDDE6000000E62C2CE6E62C2CE6E62C2C
  893. E6E6000000E6000000E60707E6E65252E6E60707E6E6000000E61F1C16E66D77
  894. 6DE62C2F29E643434CE6DDDDDDE6DDDDDDE6DDDDDDE6000000E62C2CE6E62C2C
  895. E6E62C2CE6E61C29E6E62C2CE6E60707E6E6000000E600000000100D1CE6CBD4
  896. CBE6CBD4CBE6CBD4CBE6D4DDD4E6DDDDDDE6DDDDDDE6DDDDDDE6000000E62C2C
  897. E6E62C2CE6E62C2CE6E62C2CE6E6000000E60000000000000000101910E6D4D4
  898. D4E6CBD4CBE6CBD4CBE6CBD4CBE6CBD4CBE6CBD4CBE6DDDDDDE6DDDDDDE60000
  899. 00E62C2CE6E62C2CE6E6000000E60000000000000000000000001F1C16E6DDDD
  900. DDE6CBD4CBE6D4D4D4E6CBD4CBE6CBD4CBE6CBD4CBE6CBD4CBE6000000E6525B
  901. E6E62C2CE6E62C2CE6E62C2CE6E6000000E60000000000000000101910E6DDDD
  902. DDE6CBCBCBE6CBCBCBE6CBCBCBE6D4D4D4E6CBD4CBE6000000E65252E6E60707
  903. E6E60707E6E62C2CE6E62C2CE6E62C2CE6E6000000E6000000001F1C16E6DDDD
  904. DDE6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6000000E6525BE6E60707E6E65252
  905. E6E6000000E6000000E62C2CE6E62C2CE6E62C2CE6E6000000E6100D1CE6DDDD
  906. DDE6CBCBCBE6CBCBCBE6CBCBCBE6C2C2C2E6D4D4D4E6000000E6525BE6E60000
  907. 00E6CBD4CBE6CBCBCBE6000000E62C2CE6E6000000E6000000001F1C16E6E6E6
  908. E6E6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6000000E6CBD4
  909. CBE6CBD4CBE6CBD4CBE61F1C16E6000000E60000000000000000101910E6E6E6
  910. E6E6B7B7B7E6C2C2C2E6C2C6C6E6CBCBCBE6C2C2C2E6CBCBCBE6CBCBCBE6CBCB
  911. CBE6D4D4D4E6CBD4CBE6101910E6000000000000000000000000101910E6E6E6
  912. E6E6B7B7B7E6B7B7B7E6B7C2B7E6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6CBCB
  913. CBE6CBCBCBE6CBCBCBE61F1C16E60000000000000000000000001F1C16E6E6E6
  914. E6E6B7B7B7E6B7B7B7E6B7B7B7E6B7B7B7E6CBCBCBE6CBCBCBE6CBCBCBE6CBCB
  915. CBE6CBCBCBE6CBD4CBE61F1C16E6000000000000000000000000101910E6E6E6
  916. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6DDDDDDE6DDDD
  917. DDE6DDDDDDE6DDDDDDE61F1C16E60000000000000000000000001F1C16E61019
  918. 10E6100D1CE61F1C16E6101910E61F1C16E6101910E6100D1CE61F1C16E61019
  919. 10E61F1C16E6101910E6100D1CE6000000000000000000000000}
  920. LookAndFeel.NativeStyle = False
  921. TabOrder = 6
  922. Visible = False
  923. end
  924. object BtnListAdd: TcxButton
  925. Tag = 2
  926. Left = 173
  927. Top = 463
  928. Width = 80
  929. Height = 25
  930. Cursor = crHandPoint
  931. Hint = #52852#47700#46972' '#46321#47197
  932. Anchors = [akRight, akBottom]
  933. Caption = #46321#47197
  934. Colors.Default = 10737865
  935. Glyph.Data = {
  936. 36040000424D3604000000000000360000002800000010000000100000000100
  937. 2000000000000004000000000000000000000000000000000000000000000000
  938. 0000000000000000000000000000000000000000000000000000000000000000
  939. 0000000000000000000000000000000000000000000000000000000000E60000
  940. 00E6000000E6000000E6000000E6000000E6000000E6000000E6000000E60000
  941. 00E6000000E6000000E600000000000000000000000000000000000000E6B1B2
  942. B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2
  943. B1E6838383E6000000E600000000000000000000000000000000000000E6E6E6
  944. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6
  945. E6E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  946. E6E6747C74E6747C74E6747C74E6747C74E6747C74E6747C74E6000000E60000
  947. 00E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  948. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E61F4AE6E60000
  949. 00E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  950. E6E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6000000E61F4AE6E661A1E6E60000
  951. 00E6000000E6000000E6000000E6000000E6000000E600000000000000E6E6E6
  952. E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E61F4AE6E685D0E6E67BC2E6E61F4A
  953. E6E61F4AE6E61F4AE6E61F4AE6E61F4AE6E6000000E600000000000000E6E6E6
  954. E6E6747C74E6747C74E6000000E696E5E6E696E5E6E696E5E6E68FDDE6E685D0
  955. E6E67BC2E6E66FB2E6E661A1E6E65490E6E6000000E600000000000000E6E6E6
  956. E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E696E5E6E696E5E6E696E5E6E696E5
  957. E6E68FDCE6E685D0E6E67BC2E6E66EB2E6E6000000E600000000000000E6E6E6
  958. E6E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6000000E696E5E6E696E5E6E60000
  959. 00E6000000E6000000E6000000E6000000E6000000E600000000000000E6E6E6
  960. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E696E5E6E60000
  961. 00E6000000E60000000000000000000000000000000000000000000000E6E6E6
  962. E6E6747C74E6747C74E6747C74E6747C74E6747C74E6747C74E6000000E60000
  963. 00E6000000000000000000000000000000000000000000000000000000E6E6E6
  964. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E60000
  965. 0000000000000000000000000000000000000000000000000000000000E60000
  966. 00E6000000E6000000E6000000E6000000E6000000E6000000E6000000000000
  967. 0000000000000000000000000000000000000000000000000000000000000000
  968. 0000000000000000000000000000000000000000000000000000000000000000
  969. 0000000000000000000000000000000000000000000000000000}
  970. LookAndFeel.NativeStyle = False
  971. TabOrder = 7
  972. Visible = False
  973. end
  974. object Se_TRAF_CLCT_CYCL: TcxSpinEdit
  975. Left = 129
  976. Top = 466
  977. Properties.Alignment.Horz = taRightJustify
  978. Properties.Alignment.Vert = taVCenter
  979. Properties.MaxValue = 300.000000000000000000
  980. Properties.MinValue = 30.000000000000000000
  981. Properties.ReadOnly = False
  982. Properties.ValueType = vtInt
  983. Style.BorderStyle = ebsUltraFlat
  984. Style.LookAndFeel.Kind = lfUltraFlat
  985. Style.LookAndFeel.NativeStyle = False
  986. Style.ButtonStyle = btsUltraFlat
  987. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  988. StyleDisabled.LookAndFeel.NativeStyle = False
  989. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  990. StyleFocused.LookAndFeel.NativeStyle = False
  991. StyleHot.LookAndFeel.Kind = lfUltraFlat
  992. StyleHot.LookAndFeel.NativeStyle = False
  993. TabOrder = 8
  994. Value = 60
  995. Visible = False
  996. Width = 60
  997. end
  998. object cxLabel13: TcxLabel
  999. Left = 31
  1000. Top = 468
  1001. Caption = #44368#53685'/'#49345#53468' '#51452#44592
  1002. Properties.Alignment.Horz = taRightJustify
  1003. Properties.Alignment.Vert = taVCenter
  1004. Transparent = True
  1005. Visible = False
  1006. AnchorX = 123
  1007. AnchorY = 479
  1008. end
  1009. object cxLabel4: TcxLabel
  1010. Left = 55
  1011. Top = 291
  1012. Caption = #52852#47700#46972#51221#48372
  1013. Properties.Alignment.Horz = taRightJustify
  1014. Properties.Alignment.Vert = taVCenter
  1015. Transparent = True
  1016. Visible = False
  1017. AnchorX = 124
  1018. AnchorY = 302
  1019. end
  1020. object cxLabel16: TcxLabel
  1021. Left = 42
  1022. Top = 262
  1023. Caption = #49444#52824#50948#52824#51452#49548
  1024. Properties.Alignment.Horz = taRightJustify
  1025. Properties.Alignment.Vert = taVCenter
  1026. Transparent = True
  1027. AnchorX = 124
  1028. AnchorY = 273
  1029. end
  1030. object ISTL_LCTN_ADDR: TcxTextEdit
  1031. Left = 130
  1032. Top = 259
  1033. Properties.MaxLength = 200
  1034. Properties.ReadOnly = False
  1035. TabOrder = 12
  1036. Width = 206
  1037. end
  1038. object Ed_ISTL_LCTN_NM: TcxTextEdit
  1039. Left = 130
  1040. Top = 230
  1041. Properties.MaxLength = 40
  1042. Properties.ReadOnly = False
  1043. TabOrder = 13
  1044. Width = 206
  1045. end
  1046. object cxLabel15: TcxLabel
  1047. Left = 68
  1048. Top = 231
  1049. Caption = #49444#52824#50948#52824
  1050. Properties.Alignment.Horz = taRightJustify
  1051. Properties.Alignment.Vert = taVCenter
  1052. Transparent = True
  1053. AnchorX = 124
  1054. AnchorY = 242
  1055. end
  1056. object Cb_CMRA_DRCT_CD: TcxComboBox
  1057. Left = 190
  1058. Top = 201
  1059. Cursor = crHandPoint
  1060. Properties.Alignment.Vert = taVCenter
  1061. Properties.DropDownListStyle = lsFixedList
  1062. Properties.DropDownSizeable = True
  1063. Properties.ReadOnly = False
  1064. TabOrder = 15
  1065. Visible = False
  1066. Width = 135
  1067. end
  1068. object SeBordNum: TcxSpinEdit
  1069. Left = 130
  1070. Top = 201
  1071. Properties.Alignment.Horz = taRightJustify
  1072. Properties.Alignment.Vert = taVCenter
  1073. Properties.MaxValue = 16.000000000000000000
  1074. Properties.MinValue = 1.000000000000000000
  1075. Properties.ReadOnly = False
  1076. Properties.ValueType = vtInt
  1077. Style.BorderStyle = ebsUltraFlat
  1078. Style.LookAndFeel.Kind = lfUltraFlat
  1079. Style.LookAndFeel.NativeStyle = False
  1080. Style.ButtonStyle = btsUltraFlat
  1081. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  1082. StyleDisabled.LookAndFeel.NativeStyle = False
  1083. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  1084. StyleFocused.LookAndFeel.NativeStyle = False
  1085. StyleHot.LookAndFeel.Kind = lfUltraFlat
  1086. StyleHot.LookAndFeel.NativeStyle = False
  1087. TabOrder = 16
  1088. Value = 1
  1089. Width = 60
  1090. end
  1091. object cxLabel9: TcxLabel
  1092. Left = 50
  1093. Top = 203
  1094. Caption = #51204#52404' '#52264#47196#49688
  1095. Properties.Alignment.Horz = taRightJustify
  1096. Properties.Alignment.Vert = taVCenter
  1097. Transparent = True
  1098. AnchorX = 124
  1099. AnchorY = 214
  1100. end
  1101. object Se_LOCAL_NO: TcxSpinEdit
  1102. Left = 190
  1103. Top = 173
  1104. Properties.Alignment.Horz = taRightJustify
  1105. Properties.Alignment.Vert = taVCenter
  1106. Properties.AssignedValues.MinValue = True
  1107. Properties.MaxValue = 99999.000000000000000000
  1108. Properties.ReadOnly = False
  1109. Properties.OnChange = Se_VDS_CHNLPropertiesChange
  1110. Style.LookAndFeel.Kind = lfUltraFlat
  1111. Style.LookAndFeel.NativeStyle = False
  1112. Style.ButtonStyle = btsUltraFlat
  1113. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  1114. StyleDisabled.LookAndFeel.NativeStyle = False
  1115. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  1116. StyleFocused.LookAndFeel.NativeStyle = False
  1117. StyleFocused.TextStyle = [fsBold]
  1118. StyleHot.LookAndFeel.Kind = lfUltraFlat
  1119. StyleHot.LookAndFeel.NativeStyle = False
  1120. TabOrder = 18
  1121. Value = 1
  1122. Width = 60
  1123. end
  1124. object Se_GROUP_NO: TcxSpinEdit
  1125. Left = 130
  1126. Top = 173
  1127. Properties.Alignment.Horz = taRightJustify
  1128. Properties.Alignment.Vert = taVCenter
  1129. Properties.AssignedValues.MinValue = True
  1130. Properties.MaxValue = 99999.000000000000000000
  1131. Properties.ReadOnly = False
  1132. Properties.OnChange = Se_VDS_CHNLPropertiesChange
  1133. Style.LookAndFeel.Kind = lfUltraFlat
  1134. Style.LookAndFeel.NativeStyle = False
  1135. Style.ButtonStyle = btsUltraFlat
  1136. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  1137. StyleDisabled.LookAndFeel.NativeStyle = False
  1138. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  1139. StyleFocused.LookAndFeel.NativeStyle = False
  1140. StyleFocused.TextStyle = [fsBold]
  1141. StyleHot.LookAndFeel.Kind = lfUltraFlat
  1142. StyleHot.LookAndFeel.NativeStyle = False
  1143. TabOrder = 19
  1144. Value = 1
  1145. Width = 60
  1146. end
  1147. object cxLabel5: TcxLabel
  1148. Left = 37
  1149. Top = 176
  1150. Caption = #44536#47353'/'#51648#50669#48264#54840
  1151. Properties.Alignment.Horz = taRightJustify
  1152. Properties.Alignment.Vert = taVCenter
  1153. Transparent = True
  1154. AnchorX = 124
  1155. AnchorY = 187
  1156. end
  1157. object cxLabel3: TcxLabel
  1158. Left = 46
  1159. Top = 146
  1160. Caption = #51228#50612#44592' IP [*]'
  1161. Properties.Alignment.Horz = taRightJustify
  1162. Properties.Alignment.Vert = taVCenter
  1163. Transparent = True
  1164. AnchorX = 124
  1165. AnchorY = 157
  1166. end
  1167. object EdCtlrIp: TcxMaskEdit
  1168. Left = 130
  1169. Top = 145
  1170. Properties.MaskKind = emkRegExprEx
  1171. Properties.EditMask =
  1172. '(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01' +
  1173. ']?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]' +
  1174. '|2[0-4][0-9]|[01]?[0-9][0-9]?)'
  1175. Properties.MaxLength = 0
  1176. TabOrder = 22
  1177. Width = 120
  1178. end
  1179. object EdCmncPort: TcxTextEdit
  1180. Left = 253
  1181. Top = 145
  1182. Properties.MaxLength = 5
  1183. Properties.ReadOnly = False
  1184. TabOrder = 23
  1185. Visible = False
  1186. OnKeyPress = Ed_VDS_PORTKeyPress
  1187. Width = 64
  1188. end
  1189. object EdId: TcxTextEdit
  1190. Left = 130
  1191. Top = 36
  1192. Properties.MaxLength = 30
  1193. TabOrder = 24
  1194. Width = 121
  1195. end
  1196. end
  1197. object TmrShow: TTimer
  1198. Enabled = False
  1199. Interval = 300
  1200. OnTimer = TmrShowTimer
  1201. Left = 876
  1202. Top = 8
  1203. end
  1204. end