CRSM100MF.dfm 35 KB

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