VMSM100MF.dfm 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068
  1. object VMSM100M: TVMSM100M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = 'VMS '#44592#48376#51221#48372' '#44288#47532
  7. ClientHeight = 877
  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. 877)
  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. OnDblClick = LblCaptionDblClick
  53. end
  54. object ShpList: TShape
  55. Left = 4
  56. Top = 50
  57. Width = 1219
  58. Height = 821
  59. Anchors = [akLeft, akTop, akRight, akBottom]
  60. Pen.Color = 10849679
  61. Pen.Width = 2
  62. ExplicitWidth = 1436
  63. ExplicitHeight = 766
  64. end
  65. object BtnClose: TcxButton
  66. Left = 1133
  67. Top = 11
  68. Width = 80
  69. Height = 25
  70. Cursor = crHandPoint
  71. Hint = #45803#44592
  72. Anchors = [akTop, akRight]
  73. Caption = #45803#44592
  74. Colors.Default = 10737865
  75. TabOrder = 0
  76. Font.Charset = DEFAULT_CHARSET
  77. Font.Color = clBlack
  78. Font.Height = -13
  79. Font.Name = #47569#51008' '#44256#46357
  80. Font.Style = [fsBold]
  81. ParentFont = False
  82. OnClick = BtnCloseClick
  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 = 1201
  97. Height = 808
  98. Anchors = [akLeft, akTop, akRight, akBottom]
  99. BevelOuter = bvNone
  100. ParentBackground = False
  101. ParentColor = True
  102. TabOrder = 2
  103. object PnlLeft: TPanel
  104. Left = 0
  105. Top = 0
  106. Width = 1201
  107. Height = 256
  108. Align = alClient
  109. BevelOuter = bvNone
  110. TabOrder = 0
  111. object cxGroupBox3: TcxGroupBox
  112. Left = 0
  113. Top = 0
  114. Align = alClient
  115. Caption = #9654' VMS '#47785#47197
  116. Style.BorderColor = clCaptionText
  117. Style.Shadow = False
  118. Style.TextColor = clWindowText
  119. Style.TextStyle = [fsBold]
  120. TabOrder = 0
  121. Height = 256
  122. Width = 1201
  123. inline FRAMEVmsList1: TFRAMEVmsList
  124. Left = 3
  125. Top = 19
  126. Width = 1195
  127. Height = 227
  128. Align = alClient
  129. TabOrder = 0
  130. ExplicitLeft = 3
  131. ExplicitTop = 19
  132. ExplicitWidth = 1195
  133. ExplicitHeight = 227
  134. inherited CxList: TcxGrid
  135. Width = 1195
  136. Height = 165
  137. ExplicitWidth = 1195
  138. ExplicitHeight = 165
  139. inherited TvList: TcxGridTableView
  140. OnCellDblClick = FRAMEVmsList1TvListCellDblClick
  141. inherited Column10: TcxGridColumn
  142. Caption = 'Web Cam IP'
  143. end
  144. end
  145. end
  146. inherited PnlTop: TPanel
  147. Width = 1195
  148. ExplicitWidth = 1195
  149. end
  150. inherited PnlBottom: TPanel
  151. Top = 196
  152. Width = 1195
  153. ExplicitTop = 196
  154. ExplicitWidth = 1195
  155. inherited LblRecords: TLabel
  156. Left = 1084
  157. Width = 25
  158. Height = 17
  159. ExplicitLeft = 1084
  160. ExplicitWidth = 25
  161. ExplicitHeight = 17
  162. end
  163. inherited BtnExlSave: TcxButton
  164. Left = 1115
  165. ExplicitLeft = 1115
  166. end
  167. end
  168. inherited CbUsagType: TcxComboBox
  169. ExplicitHeight = 25
  170. end
  171. inherited CbType: TcxComboBox
  172. ExplicitHeight = 25
  173. end
  174. inherited lblTitle: TcxLabel
  175. ExplicitWidth = 57
  176. ExplicitHeight = 21
  177. end
  178. end
  179. end
  180. end
  181. object cxSplitter1: TcxSplitter
  182. Left = 0
  183. Top = 256
  184. Width = 1201
  185. Height = 6
  186. AlignSplitter = salBottom
  187. Control = PnlBottom
  188. end
  189. object PnlBottom: TPanel
  190. Left = 0
  191. Top = 262
  192. Width = 1201
  193. Height = 546
  194. Align = alBottom
  195. BevelOuter = bvNone
  196. TabOrder = 2
  197. object GrpInfo: TcxGroupBox
  198. Left = 860
  199. Top = 0
  200. Align = alRight
  201. Caption = #9654' VMS '#51221#48372
  202. Style.BorderColor = clCaptionText
  203. Style.Shadow = False
  204. Style.TextColor = clBlack
  205. Style.TextStyle = [fsBold]
  206. TabOrder = 0
  207. DesignSize = (
  208. 341
  209. 539)
  210. Height = 546
  211. Width = 341
  212. object PnlMenu: TPanel
  213. Left = 3
  214. Top = 494
  215. Width = 335
  216. Height = 42
  217. Align = alBottom
  218. BevelOuter = bvNone
  219. TabOrder = 0
  220. DesignSize = (
  221. 335
  222. 42)
  223. object BtnEdit: TcxButton
  224. Tag = 2
  225. Left = 7
  226. Top = 14
  227. Width = 80
  228. Height = 25
  229. Cursor = crHandPoint
  230. Hint = #45936#51060#53552' '#54200#51665
  231. Anchors = [akRight, akBottom]
  232. Caption = #54200#51665
  233. Colors.Default = 10737865
  234. Enabled = False
  235. TabOrder = 0
  236. Font.Charset = DEFAULT_CHARSET
  237. Font.Color = clBlack
  238. Font.Height = -13
  239. Font.Name = #47569#51008' '#44256#46357
  240. Font.Style = [fsBold]
  241. ParentFont = False
  242. OnClick = BtnEditClick
  243. end
  244. object BtnInsert: TcxButton
  245. Tag = 2
  246. Left = 88
  247. Top = 14
  248. Width = 80
  249. Height = 25
  250. Cursor = crHandPoint
  251. Hint = #45936#51060#53552' '#52628#44032
  252. Anchors = [akRight, akBottom]
  253. Caption = #52628#44032
  254. Colors.Default = 10737865
  255. TabOrder = 1
  256. Font.Charset = DEFAULT_CHARSET
  257. Font.Color = clBlack
  258. Font.Height = -13
  259. Font.Name = #47569#51008' '#44256#46357
  260. Font.Style = [fsBold]
  261. ParentFont = False
  262. OnClick = BtnInsertClick
  263. end
  264. object BtnDelete: TcxButton
  265. Tag = 4
  266. Left = 170
  267. Top = 14
  268. Width = 80
  269. Height = 25
  270. Cursor = crHandPoint
  271. Hint = #45936#51060#53552' '#49325#51228
  272. Anchors = [akRight, akBottom]
  273. Caption = #49325#51228
  274. Colors.Default = 10737865
  275. Enabled = False
  276. TabOrder = 2
  277. Font.Charset = DEFAULT_CHARSET
  278. Font.Color = clBlack
  279. Font.Height = -13
  280. Font.Name = #47569#51008' '#44256#46357
  281. Font.Style = [fsBold]
  282. ParentFont = False
  283. OnClick = BtnDeleteClick
  284. end
  285. object BtnSave: TcxButton
  286. Tag = 5
  287. Left = 251
  288. Top = 14
  289. Width = 80
  290. Height = 25
  291. Cursor = crHandPoint
  292. Hint = #54200#51665#51089#50629' '#51200#51109
  293. Anchors = [akRight, akBottom]
  294. Caption = #51200#51109
  295. Colors.Default = 10737865
  296. Enabled = False
  297. TabOrder = 3
  298. Font.Charset = DEFAULT_CHARSET
  299. Font.Color = clBlack
  300. Font.Height = -13
  301. Font.Name = #47569#51008' '#44256#46357
  302. Font.Style = [fsBold]
  303. ParentFont = False
  304. OnClick = BtnSaveClick
  305. end
  306. end
  307. object cxLabel11: TcxLabel
  308. Left = 14
  309. Top = 688
  310. Anchors = [akLeft, akBottom]
  311. Caption = '[*] '#54364#49884#54637#47785#51008' '#54596#49688' '#51077#47141' '#54637#47785#51077#45768#45796'.'
  312. StyleDisabled.BorderColor = cl3DLight
  313. Transparent = True
  314. end
  315. object cxLabel12: TcxLabel
  316. Left = 259
  317. Top = 688
  318. Anchors = [akLeft, akBottom]
  319. Caption = #9733
  320. Style.TextColor = clRed
  321. Transparent = True
  322. Visible = False
  323. end
  324. object PnlEdit: TPanel
  325. Left = 3
  326. Top = 19
  327. Width = 335
  328. Height = 475
  329. Align = alClient
  330. BevelOuter = bvNone
  331. TabOrder = 3
  332. object ImgDesc01: TImage
  333. Left = 9
  334. Top = 44
  335. Width = 9
  336. Height = 9
  337. Transparent = True
  338. end
  339. object ImgDesc02: TImage
  340. Left = 9
  341. Top = 76
  342. Width = 9
  343. Height = 9
  344. Transparent = True
  345. end
  346. object ImgDesc03: TImage
  347. Left = 9
  348. Top = 107
  349. Width = 9
  350. Height = 9
  351. Transparent = True
  352. end
  353. object ImgDesc04: TImage
  354. Left = 9
  355. Top = 139
  356. Width = 9
  357. Height = 9
  358. Transparent = True
  359. end
  360. object ImgDesc05: TImage
  361. Left = 9
  362. Top = 170
  363. Width = 9
  364. Height = 9
  365. Transparent = True
  366. end
  367. object ImgDesc06: TImage
  368. Left = 9
  369. Top = 202
  370. Width = 9
  371. Height = 9
  372. Transparent = True
  373. end
  374. object ImgDesc07: TImage
  375. Left = 9
  376. Top = 234
  377. Width = 9
  378. Height = 9
  379. Transparent = True
  380. end
  381. object ImgDesc11: TImage
  382. Left = 9
  383. Top = 13
  384. Width = 9
  385. Height = 9
  386. Transparent = True
  387. end
  388. object ImgDesc08: TImage
  389. Left = 9
  390. Top = 265
  391. Width = 9
  392. Height = 9
  393. Transparent = True
  394. end
  395. object ImgDesc14: TImage
  396. Left = 9
  397. Top = 362
  398. Width = 9
  399. Height = 9
  400. Transparent = True
  401. end
  402. object EdVmsId: TcxTextEdit
  403. Left = 130
  404. Top = 36
  405. Properties.MaxLength = 30
  406. TabOrder = 0
  407. Width = 121
  408. end
  409. object EdVmsNm: TcxTextEdit
  410. Left = 130
  411. Top = 68
  412. Properties.MaxLength = 40
  413. Properties.ReadOnly = False
  414. TabOrder = 1
  415. Width = 183
  416. end
  417. object EdNmbr: TcxTextEdit
  418. Left = 130
  419. Top = 5
  420. Properties.ReadOnly = True
  421. TabOrder = 14
  422. Width = 121
  423. end
  424. object SePosX: TcxSpinEdit
  425. Left = 130
  426. Top = 163
  427. Properties.Alignment.Horz = taRightJustify
  428. Properties.Alignment.Vert = taVCenter
  429. Properties.DisplayFormat = '##0.######0'
  430. Properties.EditFormat = '##0.######0'
  431. Properties.MaxValue = 9999999999.000000000000000000
  432. Properties.ReadOnly = False
  433. Properties.SpinButtons.Visible = False
  434. Properties.ValueType = vtFloat
  435. Style.LookAndFeel.Kind = lfUltraFlat
  436. Style.LookAndFeel.NativeStyle = False
  437. Style.TextStyle = []
  438. Style.ButtonStyle = btsUltraFlat
  439. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  440. StyleDisabled.LookAndFeel.NativeStyle = False
  441. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  442. StyleFocused.LookAndFeel.NativeStyle = False
  443. StyleFocused.TextStyle = [fsBold]
  444. StyleHot.LookAndFeel.Kind = lfUltraFlat
  445. StyleHot.LookAndFeel.NativeStyle = False
  446. TabOrder = 4
  447. Width = 120
  448. end
  449. object SePosY: TcxSpinEdit
  450. Left = 130
  451. Top = 194
  452. Properties.Alignment.Horz = taRightJustify
  453. Properties.Alignment.Vert = taVCenter
  454. Properties.DisplayFormat = '##0.######0'
  455. Properties.EditFormat = '##0.######0'
  456. Properties.MaxValue = 9999999999.000000000000000000
  457. Properties.ReadOnly = False
  458. Properties.SpinButtons.Visible = False
  459. Properties.ValueType = vtFloat
  460. Style.LookAndFeel.Kind = lfUltraFlat
  461. Style.LookAndFeel.NativeStyle = False
  462. Style.TextStyle = []
  463. Style.ButtonStyle = btsUltraFlat
  464. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  465. StyleDisabled.LookAndFeel.NativeStyle = False
  466. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  467. StyleFocused.LookAndFeel.NativeStyle = False
  468. StyleFocused.TextStyle = [fsBold]
  469. StyleHot.LookAndFeel.Kind = lfUltraFlat
  470. StyleHot.LookAndFeel.NativeStyle = False
  471. TabOrder = 5
  472. Width = 120
  473. end
  474. object cxLabel1: TcxLabel
  475. Left = 56
  476. Top = 38
  477. Caption = 'VMS ID [*]'
  478. Properties.Alignment.Horz = taRightJustify
  479. Properties.Alignment.Vert = taVCenter
  480. Transparent = True
  481. AnchorX = 124
  482. AnchorY = 49
  483. end
  484. object cxLabel2: TcxLabel
  485. Left = 43
  486. Top = 70
  487. Caption = 'VMS '#47749#52845' [*]'
  488. Properties.Alignment.Horz = taRightJustify
  489. Properties.Alignment.Vert = taVCenter
  490. Transparent = True
  491. AnchorX = 124
  492. AnchorY = 81
  493. end
  494. object cxLabel3: TcxLabel
  495. Left = 46
  496. Top = 227
  497. Caption = #51228#50612#44592' IP [*]'
  498. Properties.Alignment.Horz = taRightJustify
  499. Properties.Alignment.Vert = taVCenter
  500. Transparent = True
  501. AnchorX = 124
  502. AnchorY = 238
  503. end
  504. object cxLabel6: TcxLabel
  505. Left = 43
  506. Top = 101
  507. Caption = 'VMS '#50976#54805' [*]'
  508. Properties.Alignment.Horz = taRightJustify
  509. Properties.Alignment.Vert = taVCenter
  510. Transparent = True
  511. AnchorX = 124
  512. AnchorY = 112
  513. end
  514. object cxLabel7: TcxLabel
  515. Left = 43
  516. Top = 133
  517. Caption = 'VMS '#53356#44592' [*]'
  518. Properties.Alignment.Horz = taRightJustify
  519. Properties.Alignment.Vert = taVCenter
  520. Transparent = True
  521. AnchorX = 124
  522. AnchorY = 144
  523. end
  524. object cxLabel18: TcxLabel
  525. Left = 43
  526. Top = 7
  527. Caption = 'VMS '#48264#54840' [*]'
  528. Properties.Alignment.Horz = taRightJustify
  529. Properties.Alignment.Vert = taVCenter
  530. Transparent = True
  531. AnchorX = 124
  532. AnchorY = 18
  533. end
  534. object EdId: TcxTextEdit
  535. Left = 262
  536. Top = 5
  537. Properties.ReadOnly = True
  538. TabOrder = 21
  539. Visible = False
  540. Width = 51
  541. end
  542. object EdCtlrIp: TcxMaskEdit
  543. Left = 130
  544. Top = 226
  545. Properties.MaskKind = emkRegExprEx
  546. Properties.EditMask =
  547. '(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01' +
  548. ']?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]' +
  549. '|2[0-4][0-9]|[01]?[0-9][0-9]?)'
  550. Properties.MaxLength = 0
  551. TabOrder = 6
  552. Width = 120
  553. end
  554. object CbUsagType: TcxComboBox
  555. Left = 130
  556. Top = 99
  557. Cursor = crHandPoint
  558. Properties.Alignment.Vert = taVCenter
  559. Properties.DropDownListStyle = lsFixedList
  560. Properties.DropDownSizeable = True
  561. Properties.ReadOnly = False
  562. TabOrder = 2
  563. Width = 183
  564. end
  565. object CbType: TcxComboBox
  566. Left = 130
  567. Top = 131
  568. Cursor = crHandPoint
  569. Properties.Alignment.Vert = taVCenter
  570. Properties.DropDownListStyle = lsFixedList
  571. Properties.DropDownSizeable = True
  572. Properties.ReadOnly = False
  573. TabOrder = 3
  574. Width = 183
  575. end
  576. object cxLabel8: TcxLabel
  577. Left = 62
  578. Top = 164
  579. Caption = #50948#52824' X [*]'
  580. Properties.Alignment.Horz = taRightJustify
  581. Properties.Alignment.Vert = taVCenter
  582. Transparent = True
  583. AnchorX = 124
  584. AnchorY = 175
  585. end
  586. object cxLabel22: TcxLabel
  587. Left = 63
  588. Top = 196
  589. Caption = #50948#52824' Y [*]'
  590. Properties.Alignment.Horz = taRightJustify
  591. Properties.Alignment.Vert = taVCenter
  592. Transparent = True
  593. AnchorX = 124
  594. AnchorY = 207
  595. end
  596. object cxLabel5: TcxLabel
  597. Left = 23
  598. Top = 259
  599. Caption = #50937#52852#47700#46972' IP/Port'
  600. Properties.Alignment.Horz = taRightJustify
  601. Properties.Alignment.Vert = taVCenter
  602. Transparent = True
  603. AnchorX = 124
  604. AnchorY = 270
  605. end
  606. object EdWebCamIp: TcxMaskEdit
  607. Left = 130
  608. Top = 257
  609. Properties.MaskKind = emkRegExprEx
  610. Properties.EditMask =
  611. '(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01' +
  612. ']?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]' +
  613. '|2[0-4][0-9]|[01]?[0-9][0-9]?)'
  614. Properties.MaxLength = 0
  615. TabOrder = 8
  616. Width = 120
  617. end
  618. object EdWebCamPort: TcxTextEdit
  619. Left = 253
  620. Top = 257
  621. Properties.MaxLength = 5
  622. Properties.ReadOnly = False
  623. TabOrder = 9
  624. OnKeyPress = EdWebCamPortKeyPress
  625. Width = 64
  626. end
  627. object cxLabel15: TcxLabel
  628. Left = 19
  629. Top = 290
  630. Caption = #51217#49549' ID/'#54056#49828#50892#46300
  631. Properties.Alignment.Horz = taRightJustify
  632. Properties.Alignment.Vert = taVCenter
  633. Transparent = True
  634. AnchorX = 124
  635. AnchorY = 301
  636. end
  637. object EdWebCamId: TcxTextEdit
  638. Left = 130
  639. Top = 289
  640. Properties.Alignment.Horz = taLeftJustify
  641. Properties.Alignment.Vert = taVCenter
  642. Properties.MaxLength = 0
  643. Properties.ReadOnly = False
  644. Style.LookAndFeel.Kind = lfUltraFlat
  645. Style.LookAndFeel.NativeStyle = False
  646. Style.Shadow = False
  647. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  648. StyleDisabled.LookAndFeel.NativeStyle = False
  649. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  650. StyleFocused.LookAndFeel.NativeStyle = False
  651. StyleHot.LookAndFeel.Kind = lfUltraFlat
  652. StyleHot.LookAndFeel.NativeStyle = False
  653. TabOrder = 10
  654. Width = 90
  655. end
  656. object EdWebCamPswd: TcxTextEdit
  657. Left = 227
  658. Top = 289
  659. Properties.Alignment.Horz = taLeftJustify
  660. Properties.Alignment.Vert = taVCenter
  661. Properties.MaxLength = 0
  662. Properties.ReadOnly = False
  663. Style.LookAndFeel.Kind = lfUltraFlat
  664. Style.LookAndFeel.NativeStyle = False
  665. Style.Shadow = False
  666. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  667. StyleDisabled.LookAndFeel.NativeStyle = False
  668. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  669. StyleFocused.LookAndFeel.NativeStyle = False
  670. StyleHot.LookAndFeel.Kind = lfUltraFlat
  671. StyleHot.LookAndFeel.NativeStyle = False
  672. TabOrder = 11
  673. Width = 90
  674. end
  675. object EdWebCamStrm: TcxTextEdit
  676. Left = 130
  677. Top = 321
  678. Properties.Alignment.Horz = taLeftJustify
  679. Properties.Alignment.Vert = taVCenter
  680. Properties.MaxLength = 0
  681. Properties.ReadOnly = False
  682. Style.LookAndFeel.Kind = lfUltraFlat
  683. Style.LookAndFeel.NativeStyle = False
  684. Style.Shadow = False
  685. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  686. StyleDisabled.LookAndFeel.NativeStyle = False
  687. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  688. StyleFocused.LookAndFeel.NativeStyle = False
  689. StyleHot.LookAndFeel.Kind = lfUltraFlat
  690. StyleHot.LookAndFeel.NativeStyle = False
  691. TabOrder = 12
  692. Width = 187
  693. end
  694. object cxLabel16: TcxLabel
  695. Left = 37
  696. Top = 322
  697. Caption = #49828#53944#47532#48141' '#51452#49548
  698. Properties.Alignment.Horz = taRightJustify
  699. Properties.Alignment.Vert = taVCenter
  700. Transparent = True
  701. AnchorX = 124
  702. AnchorY = 333
  703. end
  704. object EdCmncPort: TcxTextEdit
  705. Left = 253
  706. Top = 226
  707. Properties.MaxLength = 5
  708. Properties.ReadOnly = False
  709. TabOrder = 7
  710. OnKeyPress = EdWebCamPortKeyPress
  711. Width = 64
  712. end
  713. object SeMaxPhase: TcxSpinEdit
  714. Left = 130
  715. Top = 352
  716. Properties.Alignment.Horz = taRightJustify
  717. Properties.Alignment.Vert = taVCenter
  718. Properties.MaxValue = 9.000000000000000000
  719. Properties.MinValue = 1.000000000000000000
  720. Properties.ReadOnly = False
  721. Properties.OnChange = SeMaxPhasePropertiesChange
  722. Style.LookAndFeel.Kind = lfUltraFlat
  723. Style.LookAndFeel.NativeStyle = False
  724. Style.ButtonStyle = btsUltraFlat
  725. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  726. StyleDisabled.LookAndFeel.NativeStyle = False
  727. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  728. StyleFocused.LookAndFeel.NativeStyle = False
  729. StyleFocused.TextStyle = [fsBold]
  730. StyleHot.LookAndFeel.Kind = lfUltraFlat
  731. StyleHot.LookAndFeel.NativeStyle = False
  732. TabOrder = 13
  733. Value = 9
  734. Width = 60
  735. end
  736. object cxLabel9: TcxLabel
  737. Left = 29
  738. Top = 355
  739. Caption = #54364#52636#54268#52572#45824#44079#49688
  740. Properties.Alignment.Horz = taRightJustify
  741. Properties.Alignment.Vert = taVCenter
  742. Transparent = True
  743. AnchorX = 124
  744. AnchorY = 366
  745. end
  746. end
  747. object cxGroupBox1: TcxGroupBox
  748. Left = 12
  749. Top = 401
  750. Caption = #51228#50612#44592' '#49444#51221' '#51221#48372
  751. TabOrder = 4
  752. Visible = False
  753. Height = 98
  754. Width = 308
  755. object cxTimeOn: TcxTimeEdit
  756. Left = 132
  757. Top = 24
  758. EditValue = 0d
  759. Properties.Alignment.Horz = taCenter
  760. Properties.Alignment.Vert = taVCenter
  761. Properties.TimeFormat = tfHourMin
  762. Style.LookAndFeel.Kind = lfUltraFlat
  763. Style.LookAndFeel.NativeStyle = False
  764. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  765. StyleDisabled.LookAndFeel.NativeStyle = False
  766. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  767. StyleFocused.LookAndFeel.NativeStyle = False
  768. StyleFocused.TextStyle = [fsBold]
  769. StyleHot.LookAndFeel.Kind = lfUltraFlat
  770. StyleHot.LookAndFeel.NativeStyle = False
  771. TabOrder = 0
  772. Width = 63
  773. end
  774. object cxTimeOff: TcxTimeEdit
  775. Left = 200
  776. Top = 24
  777. EditValue = 0d
  778. Properties.Alignment.Horz = taCenter
  779. Properties.Alignment.Vert = taVCenter
  780. Properties.TimeFormat = tfHourMin
  781. Style.LookAndFeel.Kind = lfUltraFlat
  782. Style.LookAndFeel.NativeStyle = False
  783. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  784. StyleDisabled.LookAndFeel.NativeStyle = False
  785. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  786. StyleFocused.LookAndFeel.NativeStyle = False
  787. StyleFocused.TextStyle = [fsBold]
  788. StyleHot.LookAndFeel.Kind = lfUltraFlat
  789. StyleHot.LookAndFeel.NativeStyle = False
  790. TabOrder = 1
  791. Width = 63
  792. end
  793. object cxLabel4: TcxLabel
  794. Left = 10
  795. Top = 26
  796. Caption = #51204#44305#54032' On/Off '#49884#44033
  797. Properties.Alignment.Horz = taRightJustify
  798. Properties.Alignment.Vert = taVCenter
  799. Transparent = True
  800. AnchorX = 130
  801. AnchorY = 37
  802. end
  803. object BtnSaveAll: TcxButton
  804. Tag = 5
  805. Left = 159
  806. Top = 57
  807. Width = 140
  808. Height = 25
  809. Cursor = crHandPoint
  810. Hint = 'Apply the same value to the entire VMS.'
  811. Caption = #51204#52404' VMS '#51201#50857
  812. Colors.Default = 10737865
  813. TabOrder = 3
  814. Font.Charset = DEFAULT_CHARSET
  815. Font.Color = clBlack
  816. Font.Height = -13
  817. Font.Name = #47569#51008' '#44256#46357
  818. Font.Style = [fsBold]
  819. ParentFont = False
  820. OnClick = BtnSaveAllClick
  821. end
  822. end
  823. end
  824. object cxSplitter2: TcxSplitter
  825. Left = 854
  826. Top = 0
  827. Width = 6
  828. Height = 546
  829. AlignSplitter = salRight
  830. Control = GrpInfo
  831. end
  832. object GrpMap: TcxGroupBox
  833. Left = 0
  834. Top = 0
  835. Align = alClient
  836. Caption = #9654' '#50948#52824#49444#51221
  837. Style.BorderColor = clCaptionText
  838. Style.Shadow = False
  839. Style.TextColor = clBlack
  840. Style.TextStyle = [fsBold]
  841. TabOrder = 2
  842. Height = 546
  843. Width = 854
  844. object ChkViewIcon: TcxCheckBox
  845. Left = 144
  846. Top = -5
  847. Cursor = crHandPoint
  848. Caption = 'Icon'
  849. State = cbsChecked
  850. TabOrder = 0
  851. Transparent = True
  852. Visible = False
  853. OnClick = ChkViewIconClick
  854. Width = 78
  855. end
  856. object ChkViewName: TcxCheckBox
  857. Left = 216
  858. Top = -5
  859. Cursor = crHandPoint
  860. Caption = 'Name'
  861. State = cbsChecked
  862. TabOrder = 1
  863. Transparent = True
  864. Visible = False
  865. OnClick = ChkViewIconClick
  866. Width = 121
  867. end
  868. inline FRAMEGoogleMap1: TFRAMEGoogleMap
  869. Left = 3
  870. Top = 19
  871. Width = 848
  872. Height = 517
  873. Align = alClient
  874. Font.Charset = DEFAULT_CHARSET
  875. Font.Color = clWindowText
  876. Font.Height = -13
  877. Font.Name = 'Tahoma'
  878. Font.Style = []
  879. ParentFont = False
  880. TabOrder = 2
  881. ExplicitLeft = 3
  882. ExplicitTop = 19
  883. ExplicitWidth = 848
  884. ExplicitHeight = 517
  885. inherited PnlToolbar: TPanel
  886. Width = 848
  887. ExplicitWidth = 848
  888. inherited cxLabel26: TcxLabel
  889. AnchorX = 122
  890. AnchorY = 19
  891. end
  892. inherited cxLabel27: TcxLabel
  893. AnchorX = 292
  894. AnchorY = 19
  895. end
  896. inherited PnlGisTool: TPanel
  897. Width = 490
  898. ExplicitWidth = 465
  899. inherited ChkDrawTraffic: TcxCheckBox
  900. Style.IsFontAssigned = True
  901. end
  902. inherited ChkDrawRegion: TcxCheckBox
  903. Style.IsFontAssigned = True
  904. end
  905. inherited ChkDrawIncident: TcxCheckBox
  906. Style.IsFontAssigned = True
  907. end
  908. inherited cxLabel2: TcxLabel
  909. AnchorX = 288
  910. AnchorY = 14
  911. end
  912. inherited LblZoom: TcxLabel
  913. Left = 402
  914. ExplicitLeft = 377
  915. AnchorX = 490
  916. AnchorY = 14
  917. end
  918. end
  919. inherited cxLabel1: TcxLabel
  920. AnchorX = 353
  921. AnchorY = 19
  922. end
  923. end
  924. inherited WebBrowser1: TWebBrowser
  925. Width = 848
  926. Height = 479
  927. ExplicitWidth = 848
  928. ExplicitHeight = 479
  929. ControlData = {
  930. 4C000000A5570000823100000000000000000000000000000000000000000000
  931. 000000004C000000000000000000000001000000E0D057007335CF11AE690800
  932. 2B2E126208000000000000004C0000000114020000000000C000000000000046
  933. 8000000000000000000000000000000000000000000000000000000000000000
  934. 00000000000000000100000000000000000000000000000000000000}
  935. end
  936. inherited ilToolbarsSmall: TcxImageList
  937. FormatVersion = 1
  938. end
  939. end
  940. end
  941. end
  942. end
  943. object cxButton1: TcxButton
  944. Tag = 2
  945. Left = 952
  946. Top = 11
  947. Width = 171
  948. Height = 25
  949. Cursor = crHandPoint
  950. Hint = #50937#52852#47700#46972#48624#50612' '#54028#51068' '#49373#49457
  951. Anchors = [akTop, akRight]
  952. Caption = #50937#52852#47700#46972#48624#50612' '#54028#51068' '#49373#49457
  953. Colors.Default = 10737865
  954. TabOrder = 3
  955. Visible = False
  956. Font.Charset = DEFAULT_CHARSET
  957. Font.Color = clBlack
  958. Font.Height = -13
  959. Font.Name = #47569#51008' '#44256#46357
  960. Font.Style = [fsBold]
  961. ParentFont = False
  962. OnClick = cxButton1Click
  963. end
  964. object lblText1: TcxLabel
  965. Left = 317
  966. Top = 149
  967. Caption = #49352#47196#50868' VMS '#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'.'
  968. Transparent = True
  969. Visible = False
  970. end
  971. object lblText2: TcxLabel
  972. Left = 605
  973. Top = 149
  974. Caption = #49325#51228#54624' VMS'#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'.'
  975. Transparent = True
  976. Visible = False
  977. end
  978. object lblText3: TcxLabel
  979. Left = 317
  980. Top = 193
  981. Caption = 'VMS'#48264#54840
  982. Transparent = True
  983. Visible = False
  984. end
  985. object lblText4: TcxLabel
  986. Left = 405
  987. Top = 193
  988. Caption = #49440#53469#54616#49888' VMS '#51221#48372#47484' '#49325#51228#54616#49884#44192#49845#45768#44620'?'
  989. Transparent = True
  990. Visible = False
  991. end
  992. object lblText5: TcxLabel
  993. Left = 307
  994. Top = 220
  995. Caption = 'VMS '#51221#48372#49325#51228#13#10'VMS '#51221#48372#47484' '#49325#51228' '#54616#50688#49845#45768#45796'.'
  996. Transparent = True
  997. Visible = False
  998. end
  999. object lblText6: TcxLabel
  1000. Left = 297
  1001. Top = 421
  1002. Caption = #51228#50612#44592' IP'#44032' '#50976#54952#54616#51648' '#50506#49845#45768#45796'.'
  1003. Transparent = True
  1004. Visible = False
  1005. end
  1006. object lblText7: TcxLabel
  1007. Left = 297
  1008. Top = 450
  1009. Caption = #50937#52852#47700#46972' IP'#44032' '#50976#54952#54616#51648' '#50506#49845#45768#45796'.'
  1010. Transparent = True
  1011. Visible = False
  1012. end
  1013. object lblText8: TcxLabel
  1014. Left = 297
  1015. Top = 477
  1016. Caption = 'VMS ID'#44032' '#51060#48120' '#49324#50857' '#51473#51077#45768#45796'. VMS ID'#47484' '#54869#51064#54616#49464#50836'.'
  1017. Transparent = True
  1018. Visible = False
  1019. end
  1020. object lblText9: TcxLabel
  1021. Left = 297
  1022. Top = 504
  1023. Caption = 'VMS '#51221#48372#51200#51109#13#10'VMS '#51221#48372#47484' '#51200#51109' '#54616#50688#49845#45768#45796'.'
  1024. Transparent = True
  1025. Visible = False
  1026. end
  1027. object lblText10: TcxLabel
  1028. Left = 307
  1029. Top = 548
  1030. Caption = #51228#50612#44592' '#49444#51221' '#51221#48372#47484' '#51204#52404' VMS'#50640' '#46041#51068#54616#44172' '#51201#50857' '#54616#49884#44192#49845#45768#44620'?'
  1031. Transparent = True
  1032. Visible = False
  1033. end
  1034. object lblText11: TcxLabel
  1035. Left = 297
  1036. Top = 575
  1037. Caption = 'VMS '#51228#50612#44592#49444#51221' '#51221#48372#51200#51109#13#10#51228#50612#44592' '#49444#51221' '#51221#48372#47484' '#51204#52404' '#51228#50612#44592#50640' '#51201#50857' '#54616#50688#49845#45768#45796'.'
  1038. Transparent = True
  1039. Visible = False
  1040. end
  1041. object TmrShow: TTimer
  1042. Enabled = False
  1043. Interval = 300
  1044. OnTimer = TmrShowTimer
  1045. Left = 876
  1046. Top = 8
  1047. end
  1048. object GMMarker1: TGMMarker
  1049. VisualObjects = <>
  1050. OnClick = GMMarker1Click
  1051. OnDragEnd = GMMarker1DragEnd
  1052. Left = 64
  1053. Top = 144
  1054. end
  1055. object GMMarkerNew: TGMMarker
  1056. Map = FRAMEGoogleMap1.GMMap1
  1057. VisualObjects = <
  1058. item
  1059. Draggable = True
  1060. Title = 'New Object'
  1061. Visible = False
  1062. InfoWindow.HTMLContent = '<h2>New VMS Controller</h2>'
  1063. end>
  1064. OnDragEnd = GMMarkerNewDragEnd
  1065. Left = 120
  1066. Top = 148
  1067. end
  1068. end