EVSP100MF.dfm 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115
  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. DesignSize = (
  121. 349
  122. 801)
  123. Height = 808
  124. Width = 349
  125. object PnlMenu: TPanel
  126. Left = 3
  127. Top = 756
  128. Width = 343
  129. Height = 42
  130. Align = alBottom
  131. BevelOuter = bvNone
  132. TabOrder = 0
  133. Visible = False
  134. DesignSize = (
  135. 343
  136. 42)
  137. object BtnEdit: TcxButton
  138. Tag = 2
  139. Left = 15
  140. Top = 14
  141. Width = 80
  142. Height = 25
  143. Cursor = crHandPoint
  144. Hint = #45936#51060#53552' '#54200#51665
  145. Anchors = [akRight, akBottom]
  146. Caption = #54200#51665
  147. Colors.Default = 10737865
  148. Enabled = False
  149. TabOrder = 0
  150. Font.Charset = DEFAULT_CHARSET
  151. Font.Color = clBlack
  152. Font.Height = -13
  153. Font.Name = #47569#51008' '#44256#46357
  154. Font.Style = [fsBold]
  155. ParentFont = False
  156. OnClick = BtnEditClick
  157. end
  158. object BtnInsert: TcxButton
  159. Tag = 2
  160. Left = 96
  161. Top = 14
  162. Width = 80
  163. Height = 25
  164. Cursor = crHandPoint
  165. Hint = #45936#51060#53552' '#52628#44032
  166. Anchors = [akRight, akBottom]
  167. Caption = #52628#44032
  168. Colors.Default = 10737865
  169. TabOrder = 1
  170. Font.Charset = DEFAULT_CHARSET
  171. Font.Color = clBlack
  172. Font.Height = -13
  173. Font.Name = #47569#51008' '#44256#46357
  174. Font.Style = [fsBold]
  175. ParentFont = False
  176. OnClick = BtnInsertClick
  177. end
  178. object BtnDelete: TcxButton
  179. Tag = 4
  180. Left = 178
  181. Top = 14
  182. Width = 80
  183. Height = 25
  184. Cursor = crHandPoint
  185. Hint = #45936#51060#53552' '#49325#51228
  186. Anchors = [akRight, akBottom]
  187. Caption = #49325#51228
  188. Colors.Default = 10737865
  189. Enabled = False
  190. TabOrder = 2
  191. Font.Charset = DEFAULT_CHARSET
  192. Font.Color = clBlack
  193. Font.Height = -13
  194. Font.Name = #47569#51008' '#44256#46357
  195. Font.Style = [fsBold]
  196. ParentFont = False
  197. OnClick = BtnDeleteClick
  198. end
  199. object BtnSave: TcxButton
  200. Tag = 5
  201. Left = 259
  202. Top = 14
  203. Width = 80
  204. Height = 25
  205. Cursor = crHandPoint
  206. Hint = #54200#51665#51089#50629' '#51200#51109
  207. Anchors = [akRight, akBottom]
  208. Caption = #51200#51109
  209. Colors.Default = 10737865
  210. Enabled = False
  211. TabOrder = 3
  212. Font.Charset = DEFAULT_CHARSET
  213. Font.Color = clBlack
  214. Font.Height = -13
  215. Font.Name = #47569#51008' '#44256#46357
  216. Font.Style = [fsBold]
  217. ParentFont = False
  218. OnClick = BtnSaveClick
  219. end
  220. end
  221. object cxLabel11: TcxLabel
  222. Left = 14
  223. Top = 950
  224. Anchors = [akLeft, akBottom]
  225. Caption = '[*] '#54364#49884#54637#47785#51008' '#54596#49688' '#51077#47141' '#54637#47785#51077#45768#45796'.'
  226. StyleDisabled.BorderColor = cl3DLight
  227. Transparent = True
  228. end
  229. object cxLabel12: TcxLabel
  230. Left = 259
  231. Top = 950
  232. Anchors = [akLeft, akBottom]
  233. Caption = #9733
  234. Style.TextColor = clRed
  235. Transparent = True
  236. Visible = False
  237. end
  238. object PnlEdit: TPanel
  239. Left = 3
  240. Top = 19
  241. Width = 343
  242. Height = 737
  243. Align = alClient
  244. BevelOuter = bvNone
  245. TabOrder = 3
  246. DesignSize = (
  247. 343
  248. 737)
  249. object ImgDesc02: TImage
  250. Left = 9
  251. Top = 46
  252. Width = 9
  253. Height = 9
  254. Transparent = True
  255. end
  256. object ImgDesc03: TImage
  257. Left = 41
  258. Top = 217
  259. Width = 9
  260. Height = 9
  261. Transparent = True
  262. Visible = False
  263. end
  264. object ImgDesc04: TImage
  265. Left = 9
  266. Top = 78
  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 = 72
  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 = 72
  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 = 73
  348. Top = 211
  349. Caption = #50976#54805'('#52264#49440') [*]'
  350. Properties.Alignment.Horz = taRightJustify
  351. Properties.Alignment.Vert = taVCenter
  352. Transparent = True
  353. Visible = False
  354. AnchorX = 156
  355. AnchorY = 222
  356. end
  357. object cxLabel18: TcxLabel
  358. Left = 31
  359. Top = 7
  360. Caption = #44368#52264#47196' '#48264#54840' [*]'
  361. Properties.Alignment.Horz = taRightJustify
  362. Properties.Alignment.Vert = taVCenter
  363. Transparent = True
  364. AnchorX = 124
  365. AnchorY = 18
  366. end
  367. object cxLabel8: TcxLabel
  368. Left = 50
  369. Top = 73
  370. Caption = #50948#52824' X/Y [*]'
  371. Properties.Alignment.Horz = taRightJustify
  372. Properties.Alignment.Vert = taVCenter
  373. Transparent = True
  374. AnchorX = 124
  375. AnchorY = 84
  376. end
  377. object Se_STTS_CLCT_CYCL: TcxSpinEdit
  378. Left = 189
  379. Top = 466
  380. Properties.Alignment.Horz = taRightJustify
  381. Properties.Alignment.Vert = taVCenter
  382. Properties.MaxValue = 300.000000000000000000
  383. Properties.MinValue = 30.000000000000000000
  384. Properties.ReadOnly = False
  385. Properties.ValueType = vtInt
  386. Style.BorderStyle = ebsUltraFlat
  387. Style.LookAndFeel.Kind = lfUltraFlat
  388. Style.LookAndFeel.NativeStyle = False
  389. Style.ButtonStyle = btsUltraFlat
  390. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  391. StyleDisabled.LookAndFeel.NativeStyle = False
  392. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  393. StyleFocused.LookAndFeel.NativeStyle = False
  394. StyleHot.LookAndFeel.Kind = lfUltraFlat
  395. StyleHot.LookAndFeel.NativeStyle = False
  396. TabOrder = 7
  397. Value = 60
  398. Visible = False
  399. Width = 60
  400. end
  401. object cxLabel7: TcxLabel
  402. Left = 24
  403. Top = 724
  404. Anchors = [akLeft, akBottom]
  405. Caption = '[*] '#54364#49884#54637#47785#51008' '#54596#49688' '#51077#47141' '#54637#47785#51077#45768#45796'.'
  406. StyleDisabled.BorderColor = cl3DLight
  407. Transparent = True
  408. Visible = False
  409. end
  410. object cxLabel10: TcxLabel
  411. Left = 8
  412. Top = 724
  413. Anchors = [akLeft, akBottom]
  414. Caption = #9733
  415. Style.TextColor = clRed
  416. Transparent = True
  417. Visible = False
  418. end
  419. object EdType: TcxTextEdit
  420. Left = 162
  421. Top = 211
  422. Properties.MaxLength = 5
  423. Properties.ReadOnly = False
  424. TabOrder = 10
  425. Visible = False
  426. OnKeyPress = Ed_VDS_PORTKeyPress
  427. Width = 64
  428. end
  429. object EdNmbr: TcxTextEdit
  430. Left = 130
  431. Top = 5
  432. Properties.Alignment.Horz = taCenter
  433. Properties.ReadOnly = True
  434. TabOrder = 11
  435. Width = 121
  436. end
  437. end
  438. end
  439. object cxSplitter2: TcxSplitter
  440. Left = 1158
  441. Top = 0
  442. Width = 6
  443. Height = 808
  444. AlignSplitter = salRight
  445. Control = GrpInfo
  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 = 384
  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 = 817
  522. ExplicitHeight = 594
  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' '#50864#49440#49888#54840' '#50868#50689#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 FRAMESgnlCtlrList1: TFRAMESgnlCtlrList
  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 = 323
  581. ExplicitHeight = 717
  582. inherited TvList: TcxGridTableView
  583. OnCellDblClick = FRAMESgnlCtlrList1TvListCellDblClick
  584. inherited Column12: TcxGridColumn
  585. IsCaptionAssigned = True
  586. end
  587. end
  588. end
  589. inherited PnlTop: TPanel
  590. Width = 323
  591. ExplicitWidth = 323
  592. end
  593. inherited PnlBottom: TPanel
  594. Top = 748
  595. Width = 323
  596. ExplicitTop = 748
  597. ExplicitWidth = 323
  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 = 238
  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. end
  630. end
  631. end
  632. object lblText1: TcxLabel
  633. Left = 317
  634. Top = 149
  635. 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'.'
  636. Transparent = True
  637. Visible = False
  638. end
  639. object lblText2: TcxLabel
  640. Left = 605
  641. Top = 149
  642. 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'.'
  643. Transparent = True
  644. Visible = False
  645. end
  646. object lblText3: TcxLabel
  647. Left = 317
  648. Top = 193
  649. Caption = #44368#52264#47196' ID'
  650. Transparent = True
  651. Visible = False
  652. end
  653. object lblText4: TcxLabel
  654. Left = 405
  655. Top = 193
  656. Caption = #49440#53469#54616#49888' '#44368#53685#47049#44368#52264#47196' '#51221#48372#47484' '#49325#51228#54616#49884#44192#49845#45768#44620'?'
  657. Transparent = True
  658. Visible = False
  659. end
  660. object lblText5: TcxLabel
  661. Left = 307
  662. Top = 220
  663. 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'.'
  664. Transparent = True
  665. Visible = False
  666. end
  667. object Panel1: TPanel
  668. Left = 502
  669. Top = 293
  670. Width = 610
  671. Height = 533
  672. Caption = 'Panel1'
  673. TabOrder = 8
  674. Visible = False
  675. DesignSize = (
  676. 610
  677. 533)
  678. object ImgDesc01: TImage
  679. Left = 9
  680. Top = 41
  681. Width = 9
  682. Height = 9
  683. Transparent = True
  684. end
  685. object ImgDesc18: TImage
  686. Left = 8
  687. Top = 475
  688. Width = 9
  689. Height = 9
  690. Transparent = True
  691. Visible = False
  692. end
  693. object ImgDesc15: TImage
  694. Left = 9
  695. Top = 298
  696. Width = 9
  697. Height = 9
  698. Transparent = True
  699. Visible = False
  700. end
  701. object ImgDesc25: TImage
  702. Left = 9
  703. Top = 268
  704. Width = 9
  705. Height = 9
  706. Transparent = True
  707. end
  708. object ImgDesc16: TImage
  709. Left = 9
  710. Top = 238
  711. Width = 9
  712. Height = 9
  713. Transparent = True
  714. end
  715. object ImgDesc14: TImage
  716. Left = 9
  717. Top = 210
  718. Width = 9
  719. Height = 9
  720. Transparent = True
  721. end
  722. object ImgDesc07: TImage
  723. Left = 9
  724. Top = 179
  725. Width = 9
  726. Height = 9
  727. Transparent = True
  728. end
  729. object ImgDesc06: TImage
  730. Left = 9
  731. Top = 150
  732. Width = 9
  733. Height = 9
  734. Transparent = True
  735. end
  736. object lblText6: TcxLabel
  737. Left = 47
  738. Top = 266
  739. Caption = #51228#50612#44592' IP'#44032' '#50976#54952#54616#51648' '#50506#49845#45768#45796'.'
  740. Transparent = True
  741. Visible = False
  742. end
  743. object lblText7: TcxLabel
  744. Left = 56
  745. Top = 323
  746. Caption = #50937#52852#47700#46972' IP'#44032' '#50976#54952#54616#51648' '#50506#49845#45768#45796'.'
  747. Transparent = True
  748. Visible = False
  749. end
  750. object lblText8: TcxLabel
  751. Left = 47
  752. Top = 368
  753. Caption = #44368#52264#47196' ID'#44032' '#51060#48120' '#49324#50857' '#51473#51077#45768#45796'. '#44368#52264#47196' ID'#47484' '#54869#51064#54616#49464#50836'.'
  754. Transparent = True
  755. Visible = False
  756. end
  757. object lblText9: TcxLabel
  758. Left = 290
  759. Top = 308
  760. 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'.'
  761. Transparent = True
  762. Visible = False
  763. end
  764. object cxLabel1: TcxLabel
  765. Left = 59
  766. Top = 35
  767. Caption = 'VDS ID [*]'
  768. Properties.Alignment.Horz = taRightJustify
  769. Properties.Alignment.Vert = taVCenter
  770. Transparent = True
  771. AnchorX = 124
  772. AnchorY = 46
  773. end
  774. object CbType: TcxComboBox
  775. Left = 130
  776. Top = 89
  777. Cursor = crHandPoint
  778. Properties.Alignment.Vert = taVCenter
  779. Properties.DropDownListStyle = lsFixedList
  780. Properties.DropDownSizeable = True
  781. Properties.ReadOnly = False
  782. TabOrder = 5
  783. Width = 206
  784. end
  785. object BtnListDelete: TcxButton
  786. Tag = 2
  787. Left = 259
  788. Top = 463
  789. Width = 80
  790. Height = 25
  791. Cursor = crHandPoint
  792. Hint = #52852#47700#46972' '#49325#51228
  793. Anchors = [akRight, akBottom]
  794. Caption = #49325#51228
  795. Colors.Default = 10737865
  796. Glyph.Data = {
  797. 36040000424D3604000000000000360000002800000010000000100000000100
  798. 2000000000000004000000000000000000000000000000000000000000000000
  799. 0000000000001F1C16E6101910E6100D1CE61F1C16E6101910E6000000E61F1C
  800. 16E6100D1CE6101910E61F1C16E6000000E60000000000000000000000000000
  801. 0000100D1CE66D776DE6B7A5A5E6B7B7B7E6B7C2B7E6000000E62C2CE6E60000
  802. 00E6B7B7B7E6B7A5A5E6000000E60707E6E6000000E600000000000000001F1C
  803. 16E6E6E6E6E62C2F29E6AEB3B3E6DDDDDDE6000000E62C2CE6E62C2CE6E62C2C
  804. E6E6000000E6000000E60707E6E65252E6E60707E6E6000000E61F1C16E66D77
  805. 6DE62C2F29E643434CE6DDDDDDE6DDDDDDE6DDDDDDE6000000E62C2CE6E62C2C
  806. E6E62C2CE6E61C29E6E62C2CE6E60707E6E6000000E600000000100D1CE6CBD4
  807. CBE6CBD4CBE6CBD4CBE6D4DDD4E6DDDDDDE6DDDDDDE6DDDDDDE6000000E62C2C
  808. E6E62C2CE6E62C2CE6E62C2CE6E6000000E60000000000000000101910E6D4D4
  809. D4E6CBD4CBE6CBD4CBE6CBD4CBE6CBD4CBE6CBD4CBE6DDDDDDE6DDDDDDE60000
  810. 00E62C2CE6E62C2CE6E6000000E60000000000000000000000001F1C16E6DDDD
  811. DDE6CBD4CBE6D4D4D4E6CBD4CBE6CBD4CBE6CBD4CBE6CBD4CBE6000000E6525B
  812. E6E62C2CE6E62C2CE6E62C2CE6E6000000E60000000000000000101910E6DDDD
  813. DDE6CBCBCBE6CBCBCBE6CBCBCBE6D4D4D4E6CBD4CBE6000000E65252E6E60707
  814. E6E60707E6E62C2CE6E62C2CE6E62C2CE6E6000000E6000000001F1C16E6DDDD
  815. DDE6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6000000E6525BE6E60707E6E65252
  816. E6E6000000E6000000E62C2CE6E62C2CE6E62C2CE6E6000000E6100D1CE6DDDD
  817. DDE6CBCBCBE6CBCBCBE6CBCBCBE6C2C2C2E6D4D4D4E6000000E6525BE6E60000
  818. 00E6CBD4CBE6CBCBCBE6000000E62C2CE6E6000000E6000000001F1C16E6E6E6
  819. E6E6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6000000E6CBD4
  820. CBE6CBD4CBE6CBD4CBE61F1C16E6000000E60000000000000000101910E6E6E6
  821. E6E6B7B7B7E6C2C2C2E6C2C6C6E6CBCBCBE6C2C2C2E6CBCBCBE6CBCBCBE6CBCB
  822. CBE6D4D4D4E6CBD4CBE6101910E6000000000000000000000000101910E6E6E6
  823. E6E6B7B7B7E6B7B7B7E6B7C2B7E6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6CBCB
  824. CBE6CBCBCBE6CBCBCBE61F1C16E60000000000000000000000001F1C16E6E6E6
  825. E6E6B7B7B7E6B7B7B7E6B7B7B7E6B7B7B7E6CBCBCBE6CBCBCBE6CBCBCBE6CBCB
  826. CBE6CBCBCBE6CBD4CBE61F1C16E6000000000000000000000000101910E6E6E6
  827. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6DDDDDDE6DDDD
  828. DDE6DDDDDDE6DDDDDDE61F1C16E60000000000000000000000001F1C16E61019
  829. 10E6100D1CE61F1C16E6101910E61F1C16E6101910E6100D1CE61F1C16E61019
  830. 10E61F1C16E6101910E6100D1CE6000000000000000000000000}
  831. LookAndFeel.NativeStyle = False
  832. TabOrder = 6
  833. Visible = False
  834. end
  835. object BtnListAdd: TcxButton
  836. Tag = 2
  837. Left = 173
  838. Top = 463
  839. Width = 80
  840. Height = 25
  841. Cursor = crHandPoint
  842. Hint = #52852#47700#46972' '#46321#47197
  843. Anchors = [akRight, akBottom]
  844. Caption = #46321#47197
  845. Colors.Default = 10737865
  846. Glyph.Data = {
  847. 36040000424D3604000000000000360000002800000010000000100000000100
  848. 2000000000000004000000000000000000000000000000000000000000000000
  849. 0000000000000000000000000000000000000000000000000000000000000000
  850. 0000000000000000000000000000000000000000000000000000000000E60000
  851. 00E6000000E6000000E6000000E6000000E6000000E6000000E6000000E60000
  852. 00E6000000E6000000E600000000000000000000000000000000000000E6B1B2
  853. B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2
  854. B1E6838383E6000000E600000000000000000000000000000000000000E6E6E6
  855. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6
  856. E6E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  857. E6E6747C74E6747C74E6747C74E6747C74E6747C74E6747C74E6000000E60000
  858. 00E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  859. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E61F4AE6E60000
  860. 00E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  861. E6E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6000000E61F4AE6E661A1E6E60000
  862. 00E6000000E6000000E6000000E6000000E6000000E600000000000000E6E6E6
  863. E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E61F4AE6E685D0E6E67BC2E6E61F4A
  864. E6E61F4AE6E61F4AE6E61F4AE6E61F4AE6E6000000E600000000000000E6E6E6
  865. E6E6747C74E6747C74E6000000E696E5E6E696E5E6E696E5E6E68FDDE6E685D0
  866. E6E67BC2E6E66FB2E6E661A1E6E65490E6E6000000E600000000000000E6E6E6
  867. E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E696E5E6E696E5E6E696E5E6E696E5
  868. E6E68FDCE6E685D0E6E67BC2E6E66EB2E6E6000000E600000000000000E6E6E6
  869. E6E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6000000E696E5E6E696E5E6E60000
  870. 00E6000000E6000000E6000000E6000000E6000000E600000000000000E6E6E6
  871. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E696E5E6E60000
  872. 00E6000000E60000000000000000000000000000000000000000000000E6E6E6
  873. E6E6747C74E6747C74E6747C74E6747C74E6747C74E6747C74E6000000E60000
  874. 00E6000000000000000000000000000000000000000000000000000000E6E6E6
  875. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E60000
  876. 0000000000000000000000000000000000000000000000000000000000E60000
  877. 00E6000000E6000000E6000000E6000000E6000000E6000000E6000000000000
  878. 0000000000000000000000000000000000000000000000000000000000000000
  879. 0000000000000000000000000000000000000000000000000000000000000000
  880. 0000000000000000000000000000000000000000000000000000}
  881. LookAndFeel.NativeStyle = False
  882. TabOrder = 7
  883. Visible = False
  884. end
  885. object Se_TRAF_CLCT_CYCL: TcxSpinEdit
  886. Left = 129
  887. Top = 466
  888. Properties.Alignment.Horz = taRightJustify
  889. Properties.Alignment.Vert = taVCenter
  890. Properties.MaxValue = 300.000000000000000000
  891. Properties.MinValue = 30.000000000000000000
  892. Properties.ReadOnly = False
  893. Properties.ValueType = vtInt
  894. Style.BorderStyle = ebsUltraFlat
  895. Style.LookAndFeel.Kind = lfUltraFlat
  896. Style.LookAndFeel.NativeStyle = False
  897. Style.ButtonStyle = btsUltraFlat
  898. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  899. StyleDisabled.LookAndFeel.NativeStyle = False
  900. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  901. StyleFocused.LookAndFeel.NativeStyle = False
  902. StyleHot.LookAndFeel.Kind = lfUltraFlat
  903. StyleHot.LookAndFeel.NativeStyle = False
  904. TabOrder = 8
  905. Value = 60
  906. Visible = False
  907. Width = 60
  908. end
  909. object cxLabel13: TcxLabel
  910. Left = 31
  911. Top = 468
  912. Caption = #44368#53685'/'#49345#53468' '#51452#44592
  913. Properties.Alignment.Horz = taRightJustify
  914. Properties.Alignment.Vert = taVCenter
  915. Transparent = True
  916. Visible = False
  917. AnchorX = 123
  918. AnchorY = 479
  919. end
  920. object cxLabel4: TcxLabel
  921. Left = 55
  922. Top = 291
  923. Caption = #52852#47700#46972#51221#48372
  924. Properties.Alignment.Horz = taRightJustify
  925. Properties.Alignment.Vert = taVCenter
  926. Transparent = True
  927. Visible = False
  928. AnchorX = 124
  929. AnchorY = 302
  930. end
  931. object cxLabel16: TcxLabel
  932. Left = 42
  933. Top = 262
  934. Caption = #49444#52824#50948#52824#51452#49548
  935. Properties.Alignment.Horz = taRightJustify
  936. Properties.Alignment.Vert = taVCenter
  937. Transparent = True
  938. AnchorX = 124
  939. AnchorY = 273
  940. end
  941. object ISTL_LCTN_ADDR: TcxTextEdit
  942. Left = 130
  943. Top = 259
  944. Properties.MaxLength = 200
  945. Properties.ReadOnly = False
  946. TabOrder = 12
  947. Width = 206
  948. end
  949. object Ed_ISTL_LCTN_NM: TcxTextEdit
  950. Left = 130
  951. Top = 230
  952. Properties.MaxLength = 40
  953. Properties.ReadOnly = False
  954. TabOrder = 13
  955. Width = 206
  956. end
  957. object cxLabel15: TcxLabel
  958. Left = 68
  959. Top = 231
  960. Caption = #49444#52824#50948#52824
  961. Properties.Alignment.Horz = taRightJustify
  962. Properties.Alignment.Vert = taVCenter
  963. Transparent = True
  964. AnchorX = 124
  965. AnchorY = 242
  966. end
  967. object Cb_CMRA_DRCT_CD: TcxComboBox
  968. Left = 190
  969. Top = 201
  970. Cursor = crHandPoint
  971. Properties.Alignment.Vert = taVCenter
  972. Properties.DropDownListStyle = lsFixedList
  973. Properties.DropDownSizeable = True
  974. Properties.ReadOnly = False
  975. TabOrder = 15
  976. Visible = False
  977. Width = 135
  978. end
  979. object SeBordNum: TcxSpinEdit
  980. Left = 130
  981. Top = 201
  982. Properties.Alignment.Horz = taRightJustify
  983. Properties.Alignment.Vert = taVCenter
  984. Properties.MaxValue = 16.000000000000000000
  985. Properties.MinValue = 1.000000000000000000
  986. Properties.ReadOnly = False
  987. Properties.ValueType = vtInt
  988. Style.BorderStyle = ebsUltraFlat
  989. Style.LookAndFeel.Kind = lfUltraFlat
  990. Style.LookAndFeel.NativeStyle = False
  991. Style.ButtonStyle = btsUltraFlat
  992. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  993. StyleDisabled.LookAndFeel.NativeStyle = False
  994. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  995. StyleFocused.LookAndFeel.NativeStyle = False
  996. StyleHot.LookAndFeel.Kind = lfUltraFlat
  997. StyleHot.LookAndFeel.NativeStyle = False
  998. TabOrder = 16
  999. Value = 1
  1000. Width = 60
  1001. end
  1002. object cxLabel9: TcxLabel
  1003. Left = 50
  1004. Top = 203
  1005. Caption = #51204#52404' '#52264#47196#49688
  1006. Properties.Alignment.Horz = taRightJustify
  1007. Properties.Alignment.Vert = taVCenter
  1008. Transparent = True
  1009. AnchorX = 124
  1010. AnchorY = 214
  1011. end
  1012. object Se_LOCAL_NO: TcxSpinEdit
  1013. Left = 190
  1014. Top = 173
  1015. Properties.Alignment.Horz = taRightJustify
  1016. Properties.Alignment.Vert = taVCenter
  1017. Properties.AssignedValues.MinValue = True
  1018. Properties.MaxValue = 99999.000000000000000000
  1019. Properties.ReadOnly = False
  1020. Properties.OnChange = Se_VDS_CHNLPropertiesChange
  1021. Style.LookAndFeel.Kind = lfUltraFlat
  1022. Style.LookAndFeel.NativeStyle = False
  1023. Style.ButtonStyle = btsUltraFlat
  1024. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  1025. StyleDisabled.LookAndFeel.NativeStyle = False
  1026. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  1027. StyleFocused.LookAndFeel.NativeStyle = False
  1028. StyleFocused.TextStyle = [fsBold]
  1029. StyleHot.LookAndFeel.Kind = lfUltraFlat
  1030. StyleHot.LookAndFeel.NativeStyle = False
  1031. TabOrder = 18
  1032. Value = 1
  1033. Width = 60
  1034. end
  1035. object Se_GROUP_NO: TcxSpinEdit
  1036. Left = 130
  1037. Top = 173
  1038. Properties.Alignment.Horz = taRightJustify
  1039. Properties.Alignment.Vert = taVCenter
  1040. Properties.AssignedValues.MinValue = True
  1041. Properties.MaxValue = 99999.000000000000000000
  1042. Properties.ReadOnly = False
  1043. Properties.OnChange = Se_VDS_CHNLPropertiesChange
  1044. Style.LookAndFeel.Kind = lfUltraFlat
  1045. Style.LookAndFeel.NativeStyle = False
  1046. Style.ButtonStyle = btsUltraFlat
  1047. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  1048. StyleDisabled.LookAndFeel.NativeStyle = False
  1049. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  1050. StyleFocused.LookAndFeel.NativeStyle = False
  1051. StyleFocused.TextStyle = [fsBold]
  1052. StyleHot.LookAndFeel.Kind = lfUltraFlat
  1053. StyleHot.LookAndFeel.NativeStyle = False
  1054. TabOrder = 19
  1055. Value = 1
  1056. Width = 60
  1057. end
  1058. object cxLabel5: TcxLabel
  1059. Left = 37
  1060. Top = 176
  1061. Caption = #44536#47353'/'#51648#50669#48264#54840
  1062. Properties.Alignment.Horz = taRightJustify
  1063. Properties.Alignment.Vert = taVCenter
  1064. Transparent = True
  1065. AnchorX = 124
  1066. AnchorY = 187
  1067. end
  1068. object cxLabel3: TcxLabel
  1069. Left = 46
  1070. Top = 146
  1071. Caption = #51228#50612#44592' IP [*]'
  1072. Properties.Alignment.Horz = taRightJustify
  1073. Properties.Alignment.Vert = taVCenter
  1074. Transparent = True
  1075. AnchorX = 124
  1076. AnchorY = 157
  1077. end
  1078. object EdCtlrIp: TcxMaskEdit
  1079. Left = 130
  1080. Top = 145
  1081. Properties.MaskKind = emkRegExprEx
  1082. Properties.EditMask =
  1083. '(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01' +
  1084. ']?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]' +
  1085. '|2[0-4][0-9]|[01]?[0-9][0-9]?)'
  1086. Properties.MaxLength = 0
  1087. TabOrder = 22
  1088. Width = 120
  1089. end
  1090. object EdCmncPort: TcxTextEdit
  1091. Left = 253
  1092. Top = 145
  1093. Properties.MaxLength = 5
  1094. Properties.ReadOnly = False
  1095. TabOrder = 23
  1096. Visible = False
  1097. OnKeyPress = Ed_VDS_PORTKeyPress
  1098. Width = 64
  1099. end
  1100. object EdId: TcxTextEdit
  1101. Left = 130
  1102. Top = 36
  1103. Properties.MaxLength = 30
  1104. TabOrder = 24
  1105. Width = 121
  1106. end
  1107. end
  1108. object TmrShow: TTimer
  1109. Enabled = False
  1110. Interval = 300
  1111. OnTimer = TmrShowTimer
  1112. Left = 876
  1113. Top = 8
  1114. end
  1115. end