VMSM100MF.dfm 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055
  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. OnKeyPress = EdWebCamPortKeyPress
  605. Width = 64
  606. end
  607. object cxLabel15: TcxLabel
  608. Left = 50
  609. Top = 278
  610. Caption = 'ID/'#54056#49828#50892#46300
  611. Properties.Alignment.Horz = taRightJustify
  612. Properties.Alignment.Vert = taVCenter
  613. Transparent = True
  614. AnchorX = 124
  615. AnchorY = 289
  616. end
  617. object EdWebCamId: TcxTextEdit
  618. Left = 130
  619. Top = 277
  620. Properties.Alignment.Horz = taLeftJustify
  621. Properties.Alignment.Vert = taVCenter
  622. Properties.MaxLength = 0
  623. Properties.ReadOnly = False
  624. Style.LookAndFeel.Kind = lfUltraFlat
  625. Style.LookAndFeel.NativeStyle = False
  626. Style.Shadow = False
  627. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  628. StyleDisabled.LookAndFeel.NativeStyle = False
  629. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  630. StyleFocused.LookAndFeel.NativeStyle = False
  631. StyleHot.LookAndFeel.Kind = lfUltraFlat
  632. StyleHot.LookAndFeel.NativeStyle = False
  633. TabOrder = 9
  634. Width = 90
  635. end
  636. object EdWebCamPswd: TcxTextEdit
  637. Left = 227
  638. Top = 277
  639. Properties.Alignment.Horz = taLeftJustify
  640. Properties.Alignment.Vert = taVCenter
  641. Properties.EchoMode = eemPassword
  642. Properties.MaxLength = 0
  643. Properties.PasswordChar = '*'
  644. Properties.ReadOnly = False
  645. Style.LookAndFeel.Kind = lfUltraFlat
  646. Style.LookAndFeel.NativeStyle = False
  647. Style.Shadow = False
  648. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  649. StyleDisabled.LookAndFeel.NativeStyle = False
  650. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  651. StyleFocused.LookAndFeel.NativeStyle = False
  652. StyleHot.LookAndFeel.Kind = lfUltraFlat
  653. StyleHot.LookAndFeel.NativeStyle = False
  654. TabOrder = 10
  655. Width = 90
  656. end
  657. object EdWebCamStrm: TcxTextEdit
  658. Left = 130
  659. Top = 249
  660. Properties.Alignment.Horz = taLeftJustify
  661. Properties.Alignment.Vert = taVCenter
  662. Properties.MaxLength = 0
  663. Properties.ReadOnly = False
  664. Style.LookAndFeel.Kind = lfUltraFlat
  665. Style.LookAndFeel.NativeStyle = False
  666. Style.Shadow = False
  667. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  668. StyleDisabled.LookAndFeel.NativeStyle = False
  669. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  670. StyleFocused.LookAndFeel.NativeStyle = False
  671. StyleHot.LookAndFeel.Kind = lfUltraFlat
  672. StyleHot.LookAndFeel.NativeStyle = False
  673. TabOrder = 11
  674. Width = 206
  675. end
  676. object cxLabel16: TcxLabel
  677. Left = 37
  678. Top = 250
  679. Caption = #49828#53944#47532#48141' '#51452#49548
  680. Properties.Alignment.Horz = taRightJustify
  681. Properties.Alignment.Vert = taVCenter
  682. Transparent = True
  683. AnchorX = 124
  684. AnchorY = 261
  685. end
  686. object EdCmncPort: TcxTextEdit
  687. Left = 256
  688. Top = 187
  689. Properties.MaxLength = 5
  690. Properties.ReadOnly = False
  691. TabOrder = 6
  692. OnKeyPress = EdWebCamPortKeyPress
  693. Width = 64
  694. end
  695. object SeMaxPhase: TcxSpinEdit
  696. Left = 130
  697. Top = 364
  698. Properties.Alignment.Horz = taRightJustify
  699. Properties.Alignment.Vert = taVCenter
  700. Properties.MaxValue = 16.000000000000000000
  701. Properties.MinValue = 1.000000000000000000
  702. Properties.ReadOnly = False
  703. Properties.OnChange = SeMaxPhasePropertiesChange
  704. Style.LookAndFeel.Kind = lfUltraFlat
  705. Style.LookAndFeel.NativeStyle = False
  706. Style.ButtonStyle = btsUltraFlat
  707. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  708. StyleDisabled.LookAndFeel.NativeStyle = False
  709. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  710. StyleFocused.LookAndFeel.NativeStyle = False
  711. StyleFocused.TextStyle = [fsBold]
  712. StyleHot.LookAndFeel.Kind = lfUltraFlat
  713. StyleHot.LookAndFeel.NativeStyle = False
  714. TabOrder = 12
  715. Value = 9
  716. Visible = False
  717. Width = 60
  718. end
  719. object cxLabel9: TcxLabel
  720. Left = 29
  721. Top = 367
  722. Caption = #54364#52636#54268#52572#45824#44079#49688
  723. Properties.Alignment.Horz = taRightJustify
  724. Properties.Alignment.Vert = taVCenter
  725. Transparent = True
  726. Visible = False
  727. AnchorX = 124
  728. AnchorY = 378
  729. end
  730. object ISTL_LCTN_NM: TcxTextEdit
  731. Left = 130
  732. Top = 304
  733. Properties.MaxLength = 40
  734. Properties.ReadOnly = False
  735. TabOrder = 25
  736. Width = 206
  737. end
  738. object ISTL_LCTN_ADDR: TcxTextEdit
  739. Left = 130
  740. Top = 335
  741. Properties.MaxLength = 200
  742. Properties.ReadOnly = False
  743. TabOrder = 26
  744. Width = 206
  745. end
  746. object cxLabel7: TcxLabel
  747. Left = 42
  748. Top = 338
  749. Caption = #49444#52824#50948#52824#51452#49548
  750. Properties.Alignment.Horz = taRightJustify
  751. Properties.Alignment.Vert = taVCenter
  752. Transparent = True
  753. AnchorX = 124
  754. AnchorY = 349
  755. end
  756. object Se_VMS_CTLR_LOCAL_NO: TcxSpinEdit
  757. Left = 130
  758. Top = 65
  759. Properties.Alignment.Horz = taRightJustify
  760. Properties.Alignment.Vert = taVCenter
  761. Properties.AssignedValues.MaxValue = True
  762. Properties.AssignedValues.MinValue = True
  763. Properties.ReadOnly = False
  764. Style.LookAndFeel.Kind = lfUltraFlat
  765. Style.LookAndFeel.NativeStyle = False
  766. Style.ButtonStyle = btsUltraFlat
  767. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  768. StyleDisabled.LookAndFeel.NativeStyle = False
  769. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  770. StyleFocused.LookAndFeel.NativeStyle = False
  771. StyleFocused.TextStyle = [fsBold]
  772. StyleHot.LookAndFeel.Kind = lfUltraFlat
  773. StyleHot.LookAndFeel.NativeStyle = False
  774. TabOrder = 28
  775. Value = 9
  776. Visible = False
  777. Width = 60
  778. end
  779. object cxLabel10: TcxLabel
  780. Left = 32
  781. Top = 66
  782. Caption = #51228#50612#44592' '#48264#54840'[*]'
  783. Properties.Alignment.Horz = taRightJustify
  784. Properties.Alignment.Vert = taVCenter
  785. Transparent = True
  786. Visible = False
  787. AnchorX = 120
  788. AnchorY = 77
  789. end
  790. end
  791. object cxGroupBox1: TcxGroupBox
  792. Left = 23
  793. Top = 423
  794. Caption = #51228#50612#44592' '#49444#51221' '#51221#48372
  795. TabOrder = 4
  796. Height = 98
  797. Width = 308
  798. object cxTimeOn: TcxTimeEdit
  799. Left = 132
  800. Top = 24
  801. EditValue = 0d
  802. Properties.Alignment.Horz = taCenter
  803. Properties.Alignment.Vert = taVCenter
  804. Properties.TimeFormat = tfHourMin
  805. Style.LookAndFeel.Kind = lfUltraFlat
  806. Style.LookAndFeel.NativeStyle = False
  807. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  808. StyleDisabled.LookAndFeel.NativeStyle = False
  809. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  810. StyleFocused.LookAndFeel.NativeStyle = False
  811. StyleFocused.TextStyle = [fsBold]
  812. StyleHot.LookAndFeel.Kind = lfUltraFlat
  813. StyleHot.LookAndFeel.NativeStyle = False
  814. TabOrder = 0
  815. Width = 63
  816. end
  817. object cxTimeOff: TcxTimeEdit
  818. Left = 200
  819. Top = 24
  820. EditValue = 0d
  821. Properties.Alignment.Horz = taCenter
  822. Properties.Alignment.Vert = taVCenter
  823. Properties.TimeFormat = tfHourMin
  824. Style.LookAndFeel.Kind = lfUltraFlat
  825. Style.LookAndFeel.NativeStyle = False
  826. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  827. StyleDisabled.LookAndFeel.NativeStyle = False
  828. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  829. StyleFocused.LookAndFeel.NativeStyle = False
  830. StyleFocused.TextStyle = [fsBold]
  831. StyleHot.LookAndFeel.Kind = lfUltraFlat
  832. StyleHot.LookAndFeel.NativeStyle = False
  833. TabOrder = 1
  834. Width = 63
  835. end
  836. object cxLabel4: TcxLabel
  837. Left = 10
  838. Top = 26
  839. Caption = #51204#44305#54032' On/Off '#49884#44033
  840. Properties.Alignment.Horz = taRightJustify
  841. Properties.Alignment.Vert = taVCenter
  842. Transparent = True
  843. AnchorX = 130
  844. AnchorY = 37
  845. end
  846. object BtnSaveAll: TcxButton
  847. Tag = 5
  848. Left = 159
  849. Top = 57
  850. Width = 140
  851. Height = 25
  852. Cursor = crHandPoint
  853. Hint = 'Apply the same value to the entire VMS.'
  854. Caption = #51204#52404' VMS '#51201#50857
  855. Colors.Default = 10737865
  856. TabOrder = 3
  857. Font.Charset = DEFAULT_CHARSET
  858. Font.Color = clBlack
  859. Font.Height = -13
  860. Font.Name = #47569#51008' '#44256#46357
  861. Font.Style = [fsBold]
  862. ParentFont = False
  863. OnClick = BtnSaveAllClick
  864. end
  865. end
  866. end
  867. object cxSplitter2: TcxSplitter
  868. Left = 846
  869. Top = 0
  870. Width = 6
  871. Height = 579
  872. AlignSplitter = salRight
  873. Control = GrpInfo
  874. end
  875. object GrpMap: TcxGroupBox
  876. Left = 0
  877. Top = 0
  878. Align = alClient
  879. Caption = #9654' '#50948#52824#49444#51221
  880. Style.BorderColor = clCaptionText
  881. Style.Shadow = False
  882. Style.TextColor = clBlack
  883. Style.TextStyle = [fsBold]
  884. TabOrder = 2
  885. Height = 579
  886. Width = 846
  887. inline FRAMEOpenMap1: TFRAMEOpenMap
  888. Left = 3
  889. Top = 19
  890. Width = 840
  891. Height = 550
  892. Align = alClient
  893. ParentShowHint = False
  894. ShowHint = True
  895. TabOrder = 0
  896. ExplicitLeft = 3
  897. ExplicitTop = 19
  898. ExplicitWidth = 840
  899. ExplicitHeight = 550
  900. inherited PnlToolbar: TPanel
  901. Width = 840
  902. ExplicitWidth = 840
  903. inherited EdFocus: TEdit
  904. Height = 25
  905. ExplicitHeight = 25
  906. end
  907. inherited cxLabel26: TcxLabel
  908. AnchorX = 122
  909. AnchorY = 19
  910. end
  911. inherited cxLabel27: TcxLabel
  912. AnchorX = 280
  913. AnchorY = 19
  914. end
  915. inherited PnlGisTool: TPanel
  916. Width = 407
  917. ExplicitWidth = 407
  918. inherited ChkShowNmbr: TcxCheckBox
  919. ExplicitHeight = 28
  920. end
  921. inherited EdMapPos: TcxTextEdit
  922. ExplicitHeight = 28
  923. end
  924. end
  925. inherited cxLabel1: TcxLabel
  926. AnchorX = 346
  927. AnchorY = 19
  928. end
  929. inherited LblZoom: TcxLabel
  930. Left = 753
  931. ExplicitLeft = 753
  932. AnchorX = 835
  933. AnchorY = 19
  934. end
  935. end
  936. inherited lblTitle: TcxLabel
  937. ExplicitWidth = 69
  938. ExplicitHeight = 21
  939. end
  940. inherited reMsg: TMemo
  941. Top = 403
  942. Width = 840
  943. ExplicitTop = 403
  944. ExplicitWidth = 840
  945. end
  946. inherited PnlMap: TPanel
  947. Width = 840
  948. Height = 365
  949. ExplicitWidth = 840
  950. ExplicitHeight = 365
  951. inherited WebBrowser1: TWebBrowser
  952. Width = 836
  953. Height = 361
  954. ExplicitWidth = 840
  955. ExplicitHeight = 365
  956. ControlData = {
  957. 4C000000675600004F2500000000000000000000000000000000000000000000
  958. 000000004C000000000000000000000001000000E0D057007335CF11AE690800
  959. 2B2E126208000000000000004C0000000114020000000000C000000000000046
  960. 8000000000000000000000000000000000000000000000000000000000000000
  961. 00000000000000000100000000000000000000000000000000000000}
  962. end
  963. end
  964. inherited ilToolbarsSmall: TcxImageList
  965. FormatVersion = 1
  966. end
  967. end
  968. end
  969. end
  970. end
  971. object lblText1: TcxLabel
  972. Left = 317
  973. Top = 149
  974. 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'.'
  975. Transparent = True
  976. Visible = False
  977. end
  978. object lblText2: TcxLabel
  979. Left = 605
  980. Top = 149
  981. 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'.'
  982. Transparent = True
  983. Visible = False
  984. end
  985. object lblText3: TcxLabel
  986. Left = 317
  987. Top = 193
  988. Caption = 'VMS'#48264#54840
  989. Transparent = True
  990. Visible = False
  991. end
  992. object lblText4: TcxLabel
  993. Left = 405
  994. Top = 193
  995. Caption = #49440#53469#54616#49888' VMS '#51221#48372#47484' '#49325#51228#54616#49884#44192#49845#45768#44620'?'
  996. Transparent = True
  997. Visible = False
  998. end
  999. object lblText5: TcxLabel
  1000. Left = 307
  1001. Top = 220
  1002. Caption = 'VMS '#51221#48372#49325#51228#13#10'VMS '#51221#48372#47484' '#49325#51228' '#54616#50688#49845#45768#45796'.'
  1003. Transparent = True
  1004. Visible = False
  1005. end
  1006. object lblText6: TcxLabel
  1007. Left = 297
  1008. Top = 421
  1009. Caption = #51228#50612#44592' IP'#44032' '#50976#54952#54616#51648' '#50506#49845#45768#45796'.'
  1010. Transparent = True
  1011. Visible = False
  1012. end
  1013. object lblText7: TcxLabel
  1014. Left = 297
  1015. Top = 450
  1016. Caption = #50937#52852#47700#46972' IP'#44032' '#50976#54952#54616#51648' '#50506#49845#45768#45796'.'
  1017. Transparent = True
  1018. Visible = False
  1019. end
  1020. object lblText8: TcxLabel
  1021. Left = 297
  1022. Top = 477
  1023. Caption = 'VMS ID'#44032' '#51060#48120' '#49324#50857' '#51473#51077#45768#45796'. VMS ID'#47484' '#54869#51064#54616#49464#50836'.'
  1024. Transparent = True
  1025. Visible = False
  1026. end
  1027. object lblText9: TcxLabel
  1028. Left = 297
  1029. Top = 504
  1030. Caption = 'VMS '#51221#48372#51200#51109#13#10'VMS '#51221#48372#47484' '#51200#51109' '#54616#50688#49845#45768#45796'.'
  1031. Transparent = True
  1032. Visible = False
  1033. end
  1034. object lblText10: TcxLabel
  1035. Left = 307
  1036. Top = 548
  1037. 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'?'
  1038. Transparent = True
  1039. Visible = False
  1040. end
  1041. object lblText11: TcxLabel
  1042. Left = 297
  1043. Top = 575
  1044. 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'.'
  1045. Transparent = True
  1046. Visible = False
  1047. end
  1048. object TmrShow: TTimer
  1049. Enabled = False
  1050. Interval = 300
  1051. OnTimer = TmrShowTimer
  1052. Left = 876
  1053. Top = 8
  1054. end
  1055. end