VMSM100MF.dfm 33 KB

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