VDSM010MF.dfm 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943
  1. object VDSM010M: TVDSM010M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = 'VDS-'#51228#50612#44592' '#44288#47532
  7. ClientHeight = 820
  8. ClientWidth = 1227
  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. 1227
  24. 820)
  25. PixelsPerInch = 96
  26. TextHeight = 17
  27. object ShpTitle: TShape
  28. Left = 4
  29. Top = 4
  30. Width = 1219
  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 = 1219
  57. Height = 764
  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 = 1133
  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 = 1201
  96. Height = 751
  97. Anchors = [akLeft, akTop, akRight, akBottom]
  98. BevelOuter = bvNone
  99. ParentBackground = False
  100. ParentColor = True
  101. TabOrder = 2
  102. object PnlLeft: TPanel
  103. Left = 0
  104. Top = 0
  105. Width = 1201
  106. Height = 199
  107. Align = alClient
  108. BevelOuter = bvNone
  109. TabOrder = 0
  110. object cxGroupBox3: TcxGroupBox
  111. Left = 0
  112. Top = 0
  113. Align = alClient
  114. Caption = #9654' VDS-'#51228#50612#44592' '#47785#47197
  115. Style.BorderColor = clCaptionText
  116. Style.Shadow = False
  117. Style.TextColor = clWindowText
  118. Style.TextStyle = [fsBold]
  119. TabOrder = 0
  120. Height = 199
  121. Width = 1201
  122. inline FRAMEVdsList1: TFRAMEVdsList
  123. Left = 3
  124. Top = 19
  125. Width = 1195
  126. Height = 170
  127. Align = alClient
  128. TabOrder = 0
  129. ExplicitLeft = 3
  130. ExplicitTop = 19
  131. ExplicitWidth = 1195
  132. ExplicitHeight = 170
  133. inherited CxList: TcxGrid
  134. Width = 1195
  135. Height = 108
  136. ExplicitWidth = 1195
  137. ExplicitHeight = 108
  138. inherited TvList: TcxGridTableView
  139. OnCellDblClick = FRAMEVdsList1TvListCellDblClick
  140. inherited Column10: TcxGridColumn
  141. IsCaptionAssigned = True
  142. end
  143. inherited Column11: TcxGridColumn
  144. IsCaptionAssigned = True
  145. end
  146. inherited Column12: TcxGridColumn
  147. IsCaptionAssigned = True
  148. end
  149. end
  150. end
  151. inherited PnlTop: TPanel
  152. Width = 1195
  153. ExplicitWidth = 1195
  154. end
  155. inherited PnlBottom: TPanel
  156. Top = 139
  157. Width = 1195
  158. ExplicitTop = 139
  159. ExplicitWidth = 1195
  160. inherited LblRecords: TLabel
  161. Left = 1079
  162. Width = 25
  163. Height = 17
  164. ExplicitLeft = 255
  165. ExplicitWidth = 25
  166. ExplicitHeight = 17
  167. end
  168. inherited BtnExlSave: TcxButton
  169. Left = 1110
  170. ExplicitLeft = 1110
  171. end
  172. end
  173. inherited lblFileName: TcxLabel
  174. ExplicitWidth = 93
  175. ExplicitHeight = 21
  176. end
  177. end
  178. end
  179. end
  180. object cxSplitter1: TcxSplitter
  181. Left = 0
  182. Top = 199
  183. Width = 1201
  184. Height = 6
  185. AlignSplitter = salBottom
  186. Control = PnlBottom
  187. end
  188. object PnlBottom: TPanel
  189. Left = 0
  190. Top = 205
  191. Width = 1201
  192. Height = 546
  193. Align = alBottom
  194. BevelOuter = bvNone
  195. TabOrder = 2
  196. object GrpInfo: TcxGroupBox
  197. Left = 860
  198. Top = 0
  199. Align = alRight
  200. Caption = #9654' VDS-'#51228#50612#44592' '#51221#48372
  201. Style.BorderColor = clCaptionText
  202. Style.Shadow = False
  203. Style.TextColor = clBlack
  204. Style.TextStyle = [fsBold]
  205. TabOrder = 0
  206. Height = 546
  207. Width = 341
  208. object PnlMenu: TPanel
  209. Left = 3
  210. Top = 505
  211. Width = 335
  212. Height = 31
  213. Align = alBottom
  214. BevelOuter = bvNone
  215. TabOrder = 0
  216. DesignSize = (
  217. 335
  218. 31)
  219. object BtnEdit: TcxButton
  220. Tag = 2
  221. Left = 6
  222. Top = 3
  223. Width = 80
  224. Height = 25
  225. Cursor = crHandPoint
  226. Hint = #45936#51060#53552' '#54200#51665
  227. Anchors = [akRight, akBottom]
  228. Caption = #54200#51665
  229. Colors.Default = 10737865
  230. Enabled = False
  231. TabOrder = 0
  232. Font.Charset = DEFAULT_CHARSET
  233. Font.Color = clBlack
  234. Font.Height = -13
  235. Font.Name = #47569#51008' '#44256#46357
  236. Font.Style = [fsBold]
  237. ParentFont = False
  238. OnClick = BtnEditClick
  239. end
  240. object BtnInsert: TcxButton
  241. Tag = 2
  242. Left = 87
  243. Top = 3
  244. Width = 80
  245. Height = 25
  246. Cursor = crHandPoint
  247. Hint = #45936#51060#53552' '#52628#44032
  248. Anchors = [akRight, akBottom]
  249. Caption = #52628#44032
  250. Colors.Default = 10737865
  251. TabOrder = 1
  252. Font.Charset = DEFAULT_CHARSET
  253. Font.Color = clBlack
  254. Font.Height = -13
  255. Font.Name = #47569#51008' '#44256#46357
  256. Font.Style = [fsBold]
  257. ParentFont = False
  258. OnClick = BtnInsertClick
  259. end
  260. object BtnDelete: TcxButton
  261. Tag = 4
  262. Left = 169
  263. Top = 3
  264. Width = 80
  265. Height = 25
  266. Cursor = crHandPoint
  267. Hint = #45936#51060#53552' '#49325#51228
  268. Anchors = [akRight, akBottom]
  269. Caption = #49325#51228
  270. Colors.Default = 10737865
  271. Enabled = False
  272. TabOrder = 2
  273. Font.Charset = DEFAULT_CHARSET
  274. Font.Color = clBlack
  275. Font.Height = -13
  276. Font.Name = #47569#51008' '#44256#46357
  277. Font.Style = [fsBold]
  278. ParentFont = False
  279. OnClick = BtnDeleteClick
  280. end
  281. object BtnSave: TcxButton
  282. Tag = 5
  283. Left = 251
  284. Top = 3
  285. Width = 80
  286. Height = 25
  287. Cursor = crHandPoint
  288. Hint = #54200#51665#51089#50629' '#51200#51109
  289. Anchors = [akRight, akBottom]
  290. Caption = #51200#51109
  291. Colors.Default = 10737865
  292. Enabled = False
  293. TabOrder = 3
  294. Font.Charset = DEFAULT_CHARSET
  295. Font.Color = clBlack
  296. Font.Height = -13
  297. Font.Name = #47569#51008' '#44256#46357
  298. Font.Style = [fsBold]
  299. ParentFont = False
  300. OnClick = BtnSaveClick
  301. end
  302. end
  303. object PnlEdit: TPanel
  304. Left = 3
  305. Top = 19
  306. Width = 335
  307. Height = 486
  308. Align = alClient
  309. BevelOuter = bvNone
  310. TabOrder = 1
  311. DesignSize = (
  312. 335
  313. 486)
  314. object ImgDesc01: TImage
  315. Left = 9
  316. Top = 17
  317. Width = 9
  318. Height = 9
  319. Transparent = True
  320. end
  321. object ImgDesc02: TImage
  322. Left = 9
  323. Top = 79
  324. Width = 9
  325. Height = 9
  326. Transparent = True
  327. end
  328. object ImgDesc03: TImage
  329. Left = 9
  330. Top = 113
  331. Width = 9
  332. Height = 9
  333. Transparent = True
  334. end
  335. object ImgDesc04: TImage
  336. Left = 9
  337. Top = 148
  338. Width = 9
  339. Height = 9
  340. Transparent = True
  341. end
  342. object ImgDesc05: TImage
  343. Left = 9
  344. Top = 182
  345. Width = 9
  346. Height = 9
  347. Transparent = True
  348. end
  349. object ImgDesc06: TImage
  350. Left = 9
  351. Top = 217
  352. Width = 9
  353. Height = 9
  354. Transparent = True
  355. end
  356. object ImgDesc07: TImage
  357. Left = 9
  358. Top = 251
  359. Width = 9
  360. Height = 9
  361. Transparent = True
  362. end
  363. object ImgDesc08: TImage
  364. Left = 9
  365. Top = 286
  366. Width = 9
  367. Height = 9
  368. Transparent = True
  369. end
  370. object ImgDesc09: TImage
  371. Left = 9
  372. Top = 320
  373. Width = 9
  374. Height = 9
  375. Transparent = True
  376. end
  377. object ImgDesc10: TImage
  378. Left = 9
  379. Top = 355
  380. Width = 9
  381. Height = 9
  382. Transparent = True
  383. end
  384. object ImgDesc11: TImage
  385. Left = 9
  386. Top = 387
  387. Width = 9
  388. Height = 9
  389. Transparent = True
  390. end
  391. object ImgDesc21: TImage
  392. Left = 9
  393. Top = 50
  394. Width = 9
  395. Height = 9
  396. Transparent = True
  397. end
  398. object EdMngmNmbr: TcxTextEdit
  399. Left = 150
  400. Top = 12
  401. Enabled = False
  402. TabOrder = 0
  403. Width = 121
  404. end
  405. object EdLctn: TcxTextEdit
  406. Left = 150
  407. Top = 140
  408. Properties.ReadOnly = False
  409. TabOrder = 4
  410. Width = 164
  411. end
  412. object EdIP: TcxTextEdit
  413. Left = 150
  414. Top = 242
  415. Properties.ReadOnly = False
  416. TabOrder = 7
  417. Width = 121
  418. end
  419. object EdPort: TcxTextEdit
  420. Left = 150
  421. Top = 276
  422. Properties.ReadOnly = False
  423. TabOrder = 8
  424. Width = 121
  425. end
  426. object SePosX: TcxSpinEdit
  427. Left = 150
  428. Top = 174
  429. Properties.Alignment.Horz = taRightJustify
  430. Properties.Alignment.Vert = taVCenter
  431. Properties.DisplayFormat = '##0.######0'
  432. Properties.EditFormat = '##0.######0'
  433. Properties.MaxValue = 9999999999.000000000000000000
  434. Properties.ReadOnly = False
  435. Properties.SpinButtons.Visible = False
  436. Properties.ValueType = vtFloat
  437. Style.LookAndFeel.Kind = lfUltraFlat
  438. Style.LookAndFeel.NativeStyle = False
  439. Style.TextStyle = []
  440. Style.ButtonStyle = btsUltraFlat
  441. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  442. StyleDisabled.LookAndFeel.NativeStyle = False
  443. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  444. StyleFocused.LookAndFeel.NativeStyle = False
  445. StyleFocused.TextStyle = [fsBold]
  446. StyleHot.LookAndFeel.Kind = lfUltraFlat
  447. StyleHot.LookAndFeel.NativeStyle = False
  448. TabOrder = 5
  449. Width = 121
  450. end
  451. object SePosY: TcxSpinEdit
  452. Left = 150
  453. Top = 208
  454. Properties.Alignment.Horz = taRightJustify
  455. Properties.Alignment.Vert = taVCenter
  456. Properties.DisplayFormat = '##0.######0'
  457. Properties.EditFormat = '##0.######0'
  458. Properties.MaxValue = 9999999999.000000000000000000
  459. Properties.ReadOnly = False
  460. Properties.SpinButtons.Visible = False
  461. Properties.ValueType = vtFloat
  462. Style.LookAndFeel.Kind = lfUltraFlat
  463. Style.LookAndFeel.NativeStyle = False
  464. Style.TextStyle = []
  465. Style.ButtonStyle = btsUltraFlat
  466. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  467. StyleDisabled.LookAndFeel.NativeStyle = False
  468. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  469. StyleFocused.LookAndFeel.NativeStyle = False
  470. StyleFocused.TextStyle = [fsBold]
  471. StyleHot.LookAndFeel.Kind = lfUltraFlat
  472. StyleHot.LookAndFeel.NativeStyle = False
  473. TabOrder = 6
  474. Width = 121
  475. end
  476. object cxLabel1: TcxLabel
  477. Left = 20
  478. Top = 14
  479. AutoSize = False
  480. Caption = #51228#50612#44592' '#44288#47532#48264#54840' [*]'
  481. Properties.Alignment.Horz = taRightJustify
  482. Properties.Alignment.Vert = taVCenter
  483. Transparent = True
  484. Height = 21
  485. Width = 120
  486. AnchorX = 140
  487. AnchorY = 25
  488. end
  489. object cxLabel2: TcxLabel
  490. Left = 20
  491. Top = 75
  492. AutoSize = False
  493. Caption = #51228#50612#44592' '#50976#54805
  494. Properties.Alignment.Horz = taRightJustify
  495. Properties.Alignment.Vert = taVCenter
  496. Transparent = True
  497. Height = 21
  498. Width = 120
  499. AnchorX = 140
  500. AnchorY = 86
  501. end
  502. object cxLabel3: TcxLabel
  503. Left = 20
  504. Top = 109
  505. AutoSize = False
  506. Caption = #50976#54952' '#50668#48512
  507. Properties.Alignment.Horz = taRightJustify
  508. Properties.Alignment.Vert = taVCenter
  509. Transparent = True
  510. Height = 21
  511. Width = 120
  512. AnchorX = 140
  513. AnchorY = 120
  514. end
  515. object cxLabel4: TcxLabel
  516. Left = 20
  517. Top = 143
  518. AutoSize = False
  519. Caption = #49444#52824' '#50948#52824#47749' [*]'
  520. Properties.Alignment.Horz = taRightJustify
  521. Properties.Alignment.Vert = taVCenter
  522. Transparent = True
  523. Height = 21
  524. Width = 120
  525. AnchorX = 140
  526. AnchorY = 154
  527. end
  528. object cxLabel6: TcxLabel
  529. Left = 20
  530. Top = 176
  531. AutoSize = False
  532. Caption = #50948#52824' X [*]'
  533. Properties.Alignment.Horz = taRightJustify
  534. Properties.Alignment.Vert = taVCenter
  535. Transparent = True
  536. Height = 21
  537. Width = 120
  538. AnchorX = 140
  539. AnchorY = 187
  540. end
  541. object cxLabel7: TcxLabel
  542. Left = 20
  543. Top = 210
  544. AutoSize = False
  545. Caption = #50948#52824' Y [*]'
  546. Properties.Alignment.Horz = taRightJustify
  547. Properties.Alignment.Vert = taVCenter
  548. Transparent = True
  549. Height = 21
  550. Width = 120
  551. AnchorX = 140
  552. AnchorY = 221
  553. end
  554. object cxLabel8: TcxLabel
  555. Left = 20
  556. Top = 244
  557. AutoSize = False
  558. Caption = #45800#47568#44592' IP'
  559. Properties.Alignment.Horz = taRightJustify
  560. Properties.Alignment.Vert = taVCenter
  561. Transparent = True
  562. Height = 21
  563. Width = 120
  564. AnchorX = 140
  565. AnchorY = 255
  566. end
  567. object cxLabel9: TcxLabel
  568. Left = 20
  569. Top = 278
  570. AutoSize = False
  571. Caption = #45800#47568#44592' PORT'
  572. Properties.Alignment.Horz = taRightJustify
  573. Properties.Alignment.Vert = taVCenter
  574. Transparent = True
  575. Height = 21
  576. Width = 120
  577. AnchorX = 140
  578. AnchorY = 289
  579. end
  580. object cxLabel10: TcxLabel
  581. Left = 20
  582. Top = 313
  583. AutoSize = False
  584. Caption = #51228#50612#44592' '#49688#51665#51452#44592
  585. Properties.Alignment.Horz = taRightJustify
  586. Properties.Alignment.Vert = taVCenter
  587. Transparent = True
  588. Height = 21
  589. Width = 120
  590. AnchorX = 140
  591. AnchorY = 324
  592. end
  593. object CbTypeCd: TcxComboBox
  594. Left = 150
  595. Top = 73
  596. Cursor = crHandPoint
  597. Properties.Alignment.Vert = taVCenter
  598. Properties.DropDownListStyle = lsFixedList
  599. Properties.DropDownSizeable = True
  600. Properties.ReadOnly = False
  601. TabOrder = 2
  602. Width = 164
  603. end
  604. object cxLabel11: TcxLabel
  605. Left = 30
  606. Top = 453
  607. Anchors = [akLeft, akBottom]
  608. Caption = '[*] '#54364#49884#54637#47785#51008' '#54596#49688' '#51077#47141' '#54637#47785#51077#45768#45796'.'
  609. StyleDisabled.BorderColor = cl3DLight
  610. Transparent = True
  611. Visible = False
  612. end
  613. object cxLabel12: TcxLabel
  614. Left = 12
  615. Top = 452
  616. Anchors = [akLeft, akBottom]
  617. Caption = #9733
  618. Style.TextColor = clRed
  619. Transparent = True
  620. Visible = False
  621. end
  622. object CbValidYn: TcxComboBox
  623. Left = 150
  624. Top = 106
  625. Cursor = crHandPoint
  626. Properties.Alignment.Horz = taCenter
  627. Properties.Alignment.Vert = taVCenter
  628. Properties.DropDownListStyle = lsFixedList
  629. Properties.DropDownSizeable = True
  630. Properties.Items.Strings = (
  631. 'N'
  632. 'Y')
  633. Properties.ReadOnly = False
  634. TabOrder = 3
  635. Text = 'N'
  636. Width = 121
  637. end
  638. object cxLabel5: TcxLabel
  639. Left = 20
  640. Top = 345
  641. AutoSize = False
  642. Caption = #51228#50612#44592' '#49345#53468#51452#44592
  643. Properties.Alignment.Horz = taRightJustify
  644. Properties.Alignment.Vert = taVCenter
  645. Transparent = True
  646. Height = 21
  647. Width = 120
  648. AnchorX = 140
  649. AnchorY = 356
  650. end
  651. object cxLabel13: TcxLabel
  652. Left = 20
  653. Top = 378
  654. AutoSize = False
  655. Caption = #47336#54532#48372#46300' '#44060#49688
  656. Properties.Alignment.Horz = taRightJustify
  657. Properties.Alignment.Vert = taVCenter
  658. Transparent = True
  659. Height = 21
  660. Width = 120
  661. AnchorX = 140
  662. AnchorY = 389
  663. end
  664. object SeClctCycle: TcxSpinEdit
  665. Left = 150
  666. Top = 312
  667. Properties.Alignment.Horz = taRightJustify
  668. Properties.Alignment.Vert = taVCenter
  669. Properties.AssignedValues.MinValue = True
  670. Properties.MaxValue = 999.000000000000000000
  671. Properties.ReadOnly = False
  672. Properties.ValueType = vtInt
  673. Style.BorderStyle = ebsUltraFlat
  674. Style.LookAndFeel.Kind = lfUltraFlat
  675. Style.LookAndFeel.NativeStyle = False
  676. Style.ButtonStyle = btsUltraFlat
  677. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  678. StyleDisabled.LookAndFeel.NativeStyle = False
  679. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  680. StyleFocused.LookAndFeel.NativeStyle = False
  681. StyleHot.LookAndFeel.Kind = lfUltraFlat
  682. StyleHot.LookAndFeel.NativeStyle = False
  683. TabOrder = 9
  684. Width = 70
  685. end
  686. object SeSttsCycl: TcxSpinEdit
  687. Left = 150
  688. Top = 343
  689. Properties.Alignment.Horz = taRightJustify
  690. Properties.Alignment.Vert = taVCenter
  691. Properties.AssignedValues.MinValue = True
  692. Properties.MaxValue = 999.000000000000000000
  693. Properties.ReadOnly = False
  694. Properties.ValueType = vtInt
  695. Style.BorderStyle = ebsUltraFlat
  696. Style.LookAndFeel.Kind = lfUltraFlat
  697. Style.LookAndFeel.NativeStyle = False
  698. Style.ButtonStyle = btsUltraFlat
  699. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  700. StyleDisabled.LookAndFeel.NativeStyle = False
  701. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  702. StyleFocused.LookAndFeel.NativeStyle = False
  703. StyleHot.LookAndFeel.Kind = lfUltraFlat
  704. StyleHot.LookAndFeel.NativeStyle = False
  705. TabOrder = 10
  706. Width = 70
  707. end
  708. object SeBordNum: TcxSpinEdit
  709. Left = 150
  710. Top = 374
  711. Properties.Alignment.Horz = taRightJustify
  712. Properties.Alignment.Vert = taVCenter
  713. Properties.AssignedValues.MinValue = True
  714. Properties.MaxValue = 999.000000000000000000
  715. Properties.ReadOnly = False
  716. Properties.ValueType = vtInt
  717. Style.BorderStyle = ebsUltraFlat
  718. Style.LookAndFeel.Kind = lfUltraFlat
  719. Style.LookAndFeel.NativeStyle = False
  720. Style.ButtonStyle = btsUltraFlat
  721. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  722. StyleDisabled.LookAndFeel.NativeStyle = False
  723. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  724. StyleFocused.LookAndFeel.NativeStyle = False
  725. StyleHot.LookAndFeel.Kind = lfUltraFlat
  726. StyleHot.LookAndFeel.NativeStyle = False
  727. TabOrder = 11
  728. Width = 70
  729. end
  730. object EdVdsId: TcxTextEdit
  731. Left = 150
  732. Top = 41
  733. Properties.ReadOnly = False
  734. TabOrder = 1
  735. Width = 121
  736. end
  737. object cxLabel14: TcxLabel
  738. Left = 20
  739. Top = 44
  740. AutoSize = False
  741. Caption = 'VDS ID [*]'
  742. Properties.Alignment.Horz = taRightJustify
  743. Properties.Alignment.Vert = taVCenter
  744. Transparent = True
  745. Height = 21
  746. Width = 120
  747. AnchorX = 140
  748. AnchorY = 55
  749. end
  750. object EdId: TcxTextEdit
  751. Left = 277
  752. Top = 12
  753. TabOrder = 26
  754. Visible = False
  755. Width = 121
  756. end
  757. end
  758. end
  759. object cxSplitter2: TcxSplitter
  760. Left = 854
  761. Top = 0
  762. Width = 6
  763. Height = 546
  764. AlignSplitter = salRight
  765. Control = GrpInfo
  766. end
  767. object GrpMap: TcxGroupBox
  768. Left = 0
  769. Top = 0
  770. Align = alClient
  771. Caption = #9654' '#50948#52824#49444#51221
  772. Style.BorderColor = clCaptionText
  773. Style.Shadow = False
  774. Style.TextColor = clBlack
  775. Style.TextStyle = [fsBold]
  776. TabOrder = 2
  777. Height = 546
  778. Width = 854
  779. object ChkViewIcon: TcxCheckBox
  780. Left = 232
  781. Top = -4
  782. Cursor = crHandPoint
  783. Caption = 'VDS '#50500#51060#53080
  784. State = cbsChecked
  785. TabOrder = 0
  786. Transparent = True
  787. Visible = False
  788. OnClick = ChkViewIconClick
  789. Width = 121
  790. end
  791. object ChkViewName: TcxCheckBox
  792. Left = 341
  793. Top = -4
  794. Cursor = crHandPoint
  795. Caption = 'VDS '#50948#52824#47749
  796. State = cbsChecked
  797. TabOrder = 1
  798. Transparent = True
  799. Visible = False
  800. OnClick = ChkViewIconClick
  801. Width = 121
  802. end
  803. inline FRAMEGoogleMap1: TFRAMEGoogleMap
  804. Left = 3
  805. Top = 19
  806. Width = 848
  807. Height = 517
  808. Align = alClient
  809. Font.Charset = DEFAULT_CHARSET
  810. Font.Color = clWindowText
  811. Font.Height = -11
  812. Font.Name = 'Tahoma'
  813. Font.Style = []
  814. ParentFont = False
  815. TabOrder = 2
  816. ExplicitLeft = 3
  817. ExplicitTop = 19
  818. ExplicitWidth = 848
  819. ExplicitHeight = 517
  820. inherited PnlToolbar: TPanel
  821. Width = 848
  822. ExplicitWidth = 848
  823. inherited lblGap1: TcxLabel
  824. AnchorX = 122
  825. AnchorY = 19
  826. end
  827. inherited lblGap2: TcxLabel
  828. AnchorX = 292
  829. AnchorY = 19
  830. end
  831. inherited PnlGisTool: TPanel
  832. Width = 412
  833. ExplicitWidth = 412
  834. end
  835. inherited lblGap3: TcxLabel
  836. AnchorX = 337
  837. AnchorY = 19
  838. end
  839. inherited PnlZoom: TPanel
  840. Left = 765
  841. ExplicitLeft = 765
  842. end
  843. end
  844. inherited WebBrowser1: TWebBrowser
  845. Width = 848
  846. Height = 479
  847. ExplicitWidth = 918
  848. ExplicitHeight = 138
  849. ControlData = {
  850. 4C000000A5570000823100000000000000000000000000000000000000000000
  851. 000000004C000000000000000000000001000000E0D057007335CF11AE690800
  852. 2B2E126208000000000000004C0000000114020000000000C000000000000046
  853. 8000000000000000000000000000000000000000000000000000000000000000
  854. 00000000000000000100000000000000000000000000000000000000}
  855. end
  856. end
  857. end
  858. end
  859. end
  860. object lblFileName: TcxLabel
  861. Left = 428
  862. Top = 400
  863. Caption = 'VDS-'#51228#50612#44592#51221#48372
  864. Transparent = True
  865. Visible = False
  866. end
  867. object lblInput: TcxLabel
  868. Left = 428
  869. Top = 448
  870. Caption = #51228#50612#44592' '#44288#47532#48264#54840
  871. Transparent = True
  872. Visible = False
  873. end
  874. object lblInQry: TcxLabel
  875. Left = 428
  876. Top = 469
  877. Caption = #49888#44508' '#51228#50612#44592' '#44288#47532#48264#54840#47484' '#51077#47141#54616#49464#50836'.'
  878. Transparent = True
  879. Visible = False
  880. end
  881. object lblDigit: TcxLabel
  882. Left = 428
  883. Top = 486
  884. Caption = #52572#45824'20'#51088#47532
  885. Transparent = True
  886. Visible = False
  887. end
  888. object lblDigitErr: TcxLabel
  889. Left = 428
  890. Top = 509
  891. Caption = #51228#50612#44592' '#44288#47532#48264#54840#45716' 20Byte'#47484' '#52488#44284#54624' '#49688' '#50630#49845#45768#45796'.'
  892. Transparent = True
  893. Visible = False
  894. end
  895. object lblDel1: TcxLabel
  896. Left = 428
  897. Top = 538
  898. Caption = #49325#51228#54624' VDS-'#51228#50612#44592#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'.'
  899. Transparent = True
  900. Visible = False
  901. end
  902. object lblDel2: TcxLabel
  903. Left = 428
  904. Top = 578
  905. Caption = #13#10#49440#53469#54616#49888' VDS-'#51228#50612#44592' '#51221#48372#47484' '#49325#51228#54616#49884#44192#49845#45768#44620'?'
  906. Transparent = True
  907. Visible = False
  908. end
  909. object lblDel3: TcxLabel
  910. Left = 428
  911. Top = 622
  912. Caption = 'VDS-'#51228#50612#44592' '#51221#48372#49325#51228#13#10'VDS-'#51228#50612#44592' '#51221#48372#47484' '#49325#51228' '#54616#50688#49845#45768#45796'.'
  913. Transparent = True
  914. Visible = False
  915. end
  916. object TmrShow: TTimer
  917. Enabled = False
  918. Interval = 300
  919. OnTimer = TmrShowTimer
  920. Left = 876
  921. Top = 8
  922. end
  923. object GMMarker1: TGMMarker
  924. VisualObjects = <>
  925. OnClick = GMMarker1Click
  926. OnDragEnd = GMMarker1DragEnd
  927. Left = 168
  928. Top = 144
  929. end
  930. object GMMarkerNew: TGMMarker
  931. Map = FRAMEGoogleMap1.GMMap1
  932. VisualObjects = <
  933. item
  934. Draggable = True
  935. Title = 'New Object'
  936. Visible = False
  937. InfoWindow.HTMLContent = '<h2>New VDS Controller</h2>'
  938. end>
  939. OnDragEnd = GMMarkerNewDragEnd
  940. Left = 240
  941. Top = 140
  942. end
  943. end