VMSM100MF.dfm 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871
  1. object VMSM100M: TVMSM100M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = 'VMS Information Management'
  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 = 'Tahoma'
  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 = 16
  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 = 1138
  67. Top = 11
  68. Width = 75
  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 = 24
  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 List (Double-click the list to select VMS)'
  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 = 18
  126. Width = 1195
  127. Height = 228
  128. Align = alClient
  129. TabOrder = 0
  130. ExplicitLeft = 3
  131. ExplicitTop = 18
  132. ExplicitWidth = 1195
  133. ExplicitHeight = 228
  134. inherited CxList: TcxGrid
  135. Width = 1195
  136. Height = 166
  137. ExplicitWidth = 1195
  138. ExplicitHeight = 166
  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 = 197
  152. Width = 1195
  153. ExplicitTop = 197
  154. ExplicitWidth = 1195
  155. inherited LblRecords: TLabel
  156. Left = 1087
  157. Width = 22
  158. Height = 16
  159. ExplicitLeft = 1087
  160. ExplicitWidth = 22
  161. ExplicitHeight = 16
  162. end
  163. inherited BtnExlSave: TcxButton
  164. Left = 1115
  165. ExplicitLeft = 1115
  166. end
  167. end
  168. inherited CbUsagType: TcxComboBox
  169. ExplicitHeight = 24
  170. end
  171. inherited CbType: TcxComboBox
  172. ExplicitHeight = 24
  173. end
  174. end
  175. end
  176. end
  177. object cxSplitter1: TcxSplitter
  178. Left = 0
  179. Top = 256
  180. Width = 1201
  181. Height = 6
  182. AlignSplitter = salBottom
  183. Control = PnlBottom
  184. end
  185. object PnlBottom: TPanel
  186. Left = 0
  187. Top = 262
  188. Width = 1201
  189. Height = 546
  190. Align = alBottom
  191. BevelOuter = bvNone
  192. TabOrder = 2
  193. object GrpInfo: TcxGroupBox
  194. Left = 860
  195. Top = 0
  196. Align = alRight
  197. Caption = #9654' VMS Information'
  198. Style.BorderColor = clCaptionText
  199. Style.Shadow = False
  200. Style.TextColor = clBlack
  201. Style.TextStyle = [fsBold]
  202. TabOrder = 0
  203. DesignSize = (
  204. 341
  205. 539)
  206. Height = 546
  207. Width = 341
  208. object PnlMenu: TPanel
  209. Left = 3
  210. Top = 494
  211. Width = 335
  212. Height = 42
  213. Align = alBottom
  214. BevelOuter = bvNone
  215. TabOrder = 0
  216. DesignSize = (
  217. 335
  218. 42)
  219. object BtnEdit: TcxButton
  220. Tag = 2
  221. Left = 11
  222. Top = 14
  223. Width = 75
  224. Height = 25
  225. Cursor = crHandPoint
  226. Hint = #45936#51060#53552' '#54200#51665
  227. Anchors = [akRight, akBottom]
  228. Caption = #54200#51665
  229. Colors.Default = 10737865
  230. Enabled = False
  231. TabOrder = 0
  232. Font.Charset = DEFAULT_CHARSET
  233. Font.Color = clBlack
  234. Font.Height = -13
  235. Font.Name = #47569#51008' '#44256#46357
  236. Font.Style = [fsBold]
  237. ParentFont = False
  238. OnClick = BtnEditClick
  239. end
  240. object BtnInsert: TcxButton
  241. Tag = 2
  242. Left = 92
  243. Top = 14
  244. Width = 75
  245. Height = 25
  246. Cursor = crHandPoint
  247. Hint = #45936#51060#53552' '#52628#44032
  248. Anchors = [akRight, akBottom]
  249. Caption = #52628#44032
  250. Colors.Default = 10737865
  251. TabOrder = 1
  252. Font.Charset = DEFAULT_CHARSET
  253. Font.Color = clBlack
  254. Font.Height = -13
  255. Font.Name = #47569#51008' '#44256#46357
  256. Font.Style = [fsBold]
  257. ParentFont = False
  258. OnClick = BtnInsertClick
  259. end
  260. object BtnDelete: TcxButton
  261. Tag = 4
  262. Left = 174
  263. Top = 14
  264. Width = 75
  265. Height = 25
  266. Cursor = crHandPoint
  267. Hint = #45936#51060#53552' '#49325#51228
  268. Anchors = [akRight, akBottom]
  269. Caption = #49325#51228
  270. Colors.Default = 10737865
  271. Enabled = False
  272. TabOrder = 2
  273. Font.Charset = DEFAULT_CHARSET
  274. Font.Color = clBlack
  275. Font.Height = -13
  276. Font.Name = #47569#51008' '#44256#46357
  277. Font.Style = [fsBold]
  278. ParentFont = False
  279. OnClick = BtnDeleteClick
  280. end
  281. object BtnSave: TcxButton
  282. Tag = 5
  283. Left = 255
  284. Top = 14
  285. Width = 75
  286. Height = 25
  287. Cursor = crHandPoint
  288. Hint = #54200#51665#51089#50629' '#51200#51109
  289. Anchors = [akRight, akBottom]
  290. Caption = #51200#51109
  291. Colors.Default = 10737865
  292. Enabled = False
  293. TabOrder = 3
  294. Font.Charset = DEFAULT_CHARSET
  295. Font.Color = clBlack
  296. Font.Height = -13
  297. Font.Name = #47569#51008' '#44256#46357
  298. Font.Style = [fsBold]
  299. ParentFont = False
  300. OnClick = BtnSaveClick
  301. end
  302. end
  303. object cxLabel11: TcxLabel
  304. Left = 14
  305. Top = 688
  306. Anchors = [akLeft, akBottom]
  307. Caption = '[*] '#54364#49884#54637#47785#51008' '#54596#49688' '#51077#47141' '#54637#47785#51077#45768#45796'.'
  308. StyleDisabled.BorderColor = cl3DLight
  309. Transparent = True
  310. end
  311. object cxLabel12: TcxLabel
  312. Left = 259
  313. Top = 688
  314. Anchors = [akLeft, akBottom]
  315. Caption = #9733
  316. Style.TextColor = clRed
  317. Transparent = True
  318. Visible = False
  319. end
  320. object PnlEdit: TPanel
  321. Left = 3
  322. Top = 18
  323. Width = 335
  324. Height = 476
  325. Align = alClient
  326. BevelOuter = bvNone
  327. TabOrder = 3
  328. object ImgDesc01: TImage
  329. Left = 9
  330. Top = 44
  331. Width = 9
  332. Height = 9
  333. Transparent = True
  334. end
  335. object ImgDesc02: TImage
  336. Left = 9
  337. Top = 76
  338. Width = 9
  339. Height = 9
  340. Transparent = True
  341. end
  342. object ImgDesc03: TImage
  343. Left = 9
  344. Top = 107
  345. Width = 9
  346. Height = 9
  347. Transparent = True
  348. end
  349. object ImgDesc04: TImage
  350. Left = 9
  351. Top = 139
  352. Width = 9
  353. Height = 9
  354. Transparent = True
  355. end
  356. object ImgDesc05: TImage
  357. Left = 9
  358. Top = 170
  359. Width = 9
  360. Height = 9
  361. Transparent = True
  362. end
  363. object ImgDesc06: TImage
  364. Left = 9
  365. Top = 202
  366. Width = 9
  367. Height = 9
  368. Transparent = True
  369. end
  370. object ImgDesc07: TImage
  371. Left = 9
  372. Top = 234
  373. Width = 9
  374. Height = 9
  375. Transparent = True
  376. end
  377. object ImgDesc11: TImage
  378. Left = 9
  379. Top = 13
  380. Width = 9
  381. Height = 9
  382. Transparent = True
  383. end
  384. object ImgDesc08: TImage
  385. Left = 9
  386. Top = 265
  387. Width = 9
  388. Height = 9
  389. Transparent = True
  390. end
  391. object ImgDesc14: TImage
  392. Left = 9
  393. Top = 362
  394. Width = 9
  395. Height = 9
  396. Transparent = True
  397. end
  398. object EdVmsId: TcxTextEdit
  399. Left = 130
  400. Top = 36
  401. Properties.MaxLength = 30
  402. TabOrder = 0
  403. Width = 121
  404. end
  405. object EdVmsNm: TcxTextEdit
  406. Left = 130
  407. Top = 68
  408. Properties.MaxLength = 40
  409. Properties.ReadOnly = False
  410. TabOrder = 1
  411. Width = 183
  412. end
  413. object EdNmbr: TcxTextEdit
  414. Left = 130
  415. Top = 5
  416. Properties.ReadOnly = True
  417. TabOrder = 2
  418. Width = 121
  419. end
  420. object SePosX: TcxSpinEdit
  421. Left = 130
  422. Top = 163
  423. Properties.Alignment.Horz = taRightJustify
  424. Properties.Alignment.Vert = taVCenter
  425. Properties.DisplayFormat = '##0.######0'
  426. Properties.EditFormat = '##0.######0'
  427. Properties.MaxValue = 9999999999.000000000000000000
  428. Properties.ReadOnly = False
  429. Properties.SpinButtons.Visible = False
  430. Properties.ValueType = vtFloat
  431. Style.LookAndFeel.Kind = lfUltraFlat
  432. Style.LookAndFeel.NativeStyle = False
  433. Style.TextStyle = []
  434. Style.ButtonStyle = btsUltraFlat
  435. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  436. StyleDisabled.LookAndFeel.NativeStyle = False
  437. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  438. StyleFocused.LookAndFeel.NativeStyle = False
  439. StyleFocused.TextStyle = [fsBold]
  440. StyleHot.LookAndFeel.Kind = lfUltraFlat
  441. StyleHot.LookAndFeel.NativeStyle = False
  442. TabOrder = 3
  443. Width = 120
  444. end
  445. object SePosY: TcxSpinEdit
  446. Left = 130
  447. Top = 194
  448. Properties.Alignment.Horz = taRightJustify
  449. Properties.Alignment.Vert = taVCenter
  450. Properties.DisplayFormat = '##0.######0'
  451. Properties.EditFormat = '##0.######0'
  452. Properties.MaxValue = 9999999999.000000000000000000
  453. Properties.ReadOnly = False
  454. Properties.SpinButtons.Visible = False
  455. Properties.ValueType = vtFloat
  456. Style.LookAndFeel.Kind = lfUltraFlat
  457. Style.LookAndFeel.NativeStyle = False
  458. Style.TextStyle = []
  459. Style.ButtonStyle = btsUltraFlat
  460. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  461. StyleDisabled.LookAndFeel.NativeStyle = False
  462. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  463. StyleFocused.LookAndFeel.NativeStyle = False
  464. StyleFocused.TextStyle = [fsBold]
  465. StyleHot.LookAndFeel.Kind = lfUltraFlat
  466. StyleHot.LookAndFeel.NativeStyle = False
  467. TabOrder = 4
  468. Width = 120
  469. end
  470. object cxLabel1: TcxLabel
  471. Left = 56
  472. Top = 39
  473. Caption = 'VMS ID [*]'
  474. Properties.Alignment.Horz = taRightJustify
  475. Properties.Alignment.Vert = taVCenter
  476. Transparent = True
  477. AnchorX = 124
  478. AnchorY = 49
  479. end
  480. object cxLabel2: TcxLabel
  481. Left = 35
  482. Top = 71
  483. Caption = 'VMS Name [*]'
  484. Properties.Alignment.Horz = taRightJustify
  485. Properties.Alignment.Vert = taVCenter
  486. Transparent = True
  487. AnchorX = 124
  488. AnchorY = 81
  489. end
  490. object cxLabel3: TcxLabel
  491. Left = 27
  492. Top = 228
  493. Caption = 'Controller IP [*]'
  494. Properties.Alignment.Horz = taRightJustify
  495. Properties.Alignment.Vert = taVCenter
  496. Transparent = True
  497. AnchorX = 124
  498. AnchorY = 238
  499. end
  500. object cxLabel6: TcxLabel
  501. Left = 40
  502. Top = 102
  503. Caption = 'VMS Type [*]'
  504. Properties.Alignment.Horz = taRightJustify
  505. Properties.Alignment.Vert = taVCenter
  506. Transparent = True
  507. AnchorX = 124
  508. AnchorY = 112
  509. end
  510. object cxLabel7: TcxLabel
  511. Left = 44
  512. Top = 134
  513. Caption = 'VMS Size [*]'
  514. Properties.Alignment.Horz = taRightJustify
  515. Properties.Alignment.Vert = taVCenter
  516. Transparent = True
  517. AnchorX = 124
  518. AnchorY = 144
  519. end
  520. object cxLabel18: TcxLabel
  521. Left = 53
  522. Top = 8
  523. Caption = 'VMS No [*]'
  524. Properties.Alignment.Horz = taRightJustify
  525. Properties.Alignment.Vert = taVCenter
  526. Transparent = True
  527. AnchorX = 124
  528. AnchorY = 18
  529. end
  530. object EdId: TcxTextEdit
  531. Left = 262
  532. Top = 5
  533. Properties.ReadOnly = True
  534. TabOrder = 11
  535. Visible = False
  536. Width = 51
  537. end
  538. object EdCtlrIp: TcxMaskEdit
  539. Left = 130
  540. Top = 226
  541. Properties.MaskKind = emkRegExprEx
  542. Properties.EditMask =
  543. '(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01' +
  544. ']?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]' +
  545. '|2[0-4][0-9]|[01]?[0-9][0-9]?)'
  546. Properties.MaxLength = 0
  547. TabOrder = 12
  548. Width = 120
  549. end
  550. object CbUsagType: TcxComboBox
  551. Left = 130
  552. Top = 99
  553. Cursor = crHandPoint
  554. Properties.Alignment.Vert = taVCenter
  555. Properties.DropDownListStyle = lsFixedList
  556. Properties.DropDownSizeable = True
  557. Properties.ReadOnly = False
  558. TabOrder = 13
  559. Width = 183
  560. end
  561. object CbType: TcxComboBox
  562. Left = 130
  563. Top = 131
  564. Cursor = crHandPoint
  565. Properties.Alignment.Vert = taVCenter
  566. Properties.DropDownListStyle = lsFixedList
  567. Properties.DropDownSizeable = True
  568. Properties.ReadOnly = False
  569. TabOrder = 14
  570. Width = 183
  571. end
  572. object cxLabel8: TcxLabel
  573. Left = 39
  574. Top = 165
  575. Caption = 'Location X [*]'
  576. Properties.Alignment.Horz = taRightJustify
  577. Properties.Alignment.Vert = taVCenter
  578. Transparent = True
  579. AnchorX = 124
  580. AnchorY = 175
  581. end
  582. object cxLabel22: TcxLabel
  583. Left = 40
  584. Top = 197
  585. Caption = 'Location Y [*]'
  586. Properties.Alignment.Horz = taRightJustify
  587. Properties.Alignment.Vert = taVCenter
  588. Transparent = True
  589. AnchorX = 124
  590. AnchorY = 207
  591. end
  592. object cxLabel5: TcxLabel
  593. Left = 21
  594. Top = 260
  595. Caption = 'Web Cam IP/Port'
  596. Properties.Alignment.Horz = taRightJustify
  597. Properties.Alignment.Vert = taVCenter
  598. Transparent = True
  599. AnchorX = 124
  600. AnchorY = 270
  601. end
  602. object EdWebCamIp: TcxMaskEdit
  603. Left = 130
  604. Top = 257
  605. Properties.MaskKind = emkRegExprEx
  606. Properties.EditMask =
  607. '(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01' +
  608. ']?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]' +
  609. '|2[0-4][0-9]|[01]?[0-9][0-9]?)'
  610. Properties.MaxLength = 0
  611. TabOrder = 18
  612. Width = 120
  613. end
  614. object EdWebCamPort: TcxTextEdit
  615. Left = 253
  616. Top = 257
  617. Properties.MaxLength = 5
  618. Properties.ReadOnly = False
  619. TabOrder = 19
  620. OnKeyPress = EdWebCamPortKeyPress
  621. Width = 64
  622. end
  623. object cxLabel15: TcxLabel
  624. Left = 56
  625. Top = 291
  626. Caption = ' ID/Passwd'
  627. Properties.Alignment.Horz = taRightJustify
  628. Properties.Alignment.Vert = taVCenter
  629. Transparent = True
  630. AnchorX = 124
  631. AnchorY = 301
  632. end
  633. object EdWebCamId: TcxTextEdit
  634. Left = 130
  635. Top = 289
  636. Properties.Alignment.Horz = taLeftJustify
  637. Properties.Alignment.Vert = taVCenter
  638. Properties.MaxLength = 0
  639. Properties.ReadOnly = False
  640. Style.LookAndFeel.Kind = lfUltraFlat
  641. Style.LookAndFeel.NativeStyle = False
  642. Style.Shadow = False
  643. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  644. StyleDisabled.LookAndFeel.NativeStyle = False
  645. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  646. StyleFocused.LookAndFeel.NativeStyle = False
  647. StyleHot.LookAndFeel.Kind = lfUltraFlat
  648. StyleHot.LookAndFeel.NativeStyle = False
  649. TabOrder = 21
  650. Width = 90
  651. end
  652. object EdWebCamPswd: TcxTextEdit
  653. Left = 227
  654. Top = 289
  655. Properties.Alignment.Horz = taLeftJustify
  656. Properties.Alignment.Vert = taVCenter
  657. Properties.MaxLength = 0
  658. Properties.ReadOnly = False
  659. Style.LookAndFeel.Kind = lfUltraFlat
  660. Style.LookAndFeel.NativeStyle = False
  661. Style.Shadow = False
  662. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  663. StyleDisabled.LookAndFeel.NativeStyle = False
  664. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  665. StyleFocused.LookAndFeel.NativeStyle = False
  666. StyleHot.LookAndFeel.Kind = lfUltraFlat
  667. StyleHot.LookAndFeel.NativeStyle = False
  668. TabOrder = 22
  669. Width = 90
  670. end
  671. object EdWebCamStrm: TcxTextEdit
  672. Left = 130
  673. Top = 321
  674. Properties.Alignment.Horz = taLeftJustify
  675. Properties.Alignment.Vert = taVCenter
  676. Properties.MaxLength = 0
  677. Properties.ReadOnly = False
  678. Style.LookAndFeel.Kind = lfUltraFlat
  679. Style.LookAndFeel.NativeStyle = False
  680. Style.Shadow = False
  681. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  682. StyleDisabled.LookAndFeel.NativeStyle = False
  683. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  684. StyleFocused.LookAndFeel.NativeStyle = False
  685. StyleHot.LookAndFeel.Kind = lfUltraFlat
  686. StyleHot.LookAndFeel.NativeStyle = False
  687. TabOrder = 23
  688. Width = 187
  689. end
  690. object cxLabel16: TcxLabel
  691. Left = 15
  692. Top = 323
  693. Caption = 'Streamming Addr.'
  694. Properties.Alignment.Horz = taRightJustify
  695. Properties.Alignment.Vert = taVCenter
  696. Transparent = True
  697. AnchorX = 124
  698. AnchorY = 333
  699. end
  700. object EdCmncPort: TcxTextEdit
  701. Left = 253
  702. Top = 226
  703. Properties.MaxLength = 5
  704. Properties.ReadOnly = False
  705. TabOrder = 25
  706. OnKeyPress = EdWebCamPortKeyPress
  707. Width = 64
  708. end
  709. object SeMaxPhase: TcxSpinEdit
  710. Left = 130
  711. Top = 352
  712. Properties.Alignment.Horz = taRightJustify
  713. Properties.Alignment.Vert = taVCenter
  714. Properties.MaxValue = 9.000000000000000000
  715. Properties.MinValue = 1.000000000000000000
  716. Properties.ReadOnly = False
  717. Properties.OnChange = SeMaxPhasePropertiesChange
  718. Style.LookAndFeel.Kind = lfUltraFlat
  719. Style.LookAndFeel.NativeStyle = False
  720. Style.ButtonStyle = btsUltraFlat
  721. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  722. StyleDisabled.LookAndFeel.NativeStyle = False
  723. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  724. StyleFocused.LookAndFeel.NativeStyle = False
  725. StyleFocused.TextStyle = [fsBold]
  726. StyleHot.LookAndFeel.Kind = lfUltraFlat
  727. StyleHot.LookAndFeel.NativeStyle = False
  728. TabOrder = 26
  729. Value = 9
  730. Width = 60
  731. end
  732. object cxLabel9: TcxLabel
  733. Left = 26
  734. Top = 356
  735. Caption = 'Max Form Count'
  736. Properties.Alignment.Horz = taRightJustify
  737. Properties.Alignment.Vert = taVCenter
  738. Transparent = True
  739. AnchorX = 124
  740. AnchorY = 366
  741. end
  742. end
  743. object cxGroupBox1: TcxGroupBox
  744. Left = 12
  745. Top = 401
  746. Caption = 'Controller Setting'
  747. TabOrder = 4
  748. Visible = False
  749. Height = 98
  750. Width = 308
  751. object cxTimeOn: TcxTimeEdit
  752. Left = 132
  753. Top = 24
  754. EditValue = 0d
  755. Properties.Alignment.Horz = taCenter
  756. Properties.Alignment.Vert = taVCenter
  757. Properties.TimeFormat = tfHourMin
  758. Style.LookAndFeel.Kind = lfUltraFlat
  759. Style.LookAndFeel.NativeStyle = False
  760. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  761. StyleDisabled.LookAndFeel.NativeStyle = False
  762. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  763. StyleFocused.LookAndFeel.NativeStyle = False
  764. StyleFocused.TextStyle = [fsBold]
  765. StyleHot.LookAndFeel.Kind = lfUltraFlat
  766. StyleHot.LookAndFeel.NativeStyle = False
  767. TabOrder = 0
  768. Width = 63
  769. end
  770. object cxTimeOff: TcxTimeEdit
  771. Left = 200
  772. Top = 24
  773. EditValue = 0d
  774. Properties.Alignment.Horz = taCenter
  775. Properties.Alignment.Vert = taVCenter
  776. Properties.TimeFormat = tfHourMin
  777. Style.LookAndFeel.Kind = lfUltraFlat
  778. Style.LookAndFeel.NativeStyle = False
  779. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  780. StyleDisabled.LookAndFeel.NativeStyle = False
  781. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  782. StyleFocused.LookAndFeel.NativeStyle = False
  783. StyleFocused.TextStyle = [fsBold]
  784. StyleHot.LookAndFeel.Kind = lfUltraFlat
  785. StyleHot.LookAndFeel.NativeStyle = False
  786. TabOrder = 1
  787. Width = 63
  788. end
  789. object cxLabel4: TcxLabel
  790. Left = 18
  791. Top = 27
  792. Caption = 'Board On/Off Time'
  793. Properties.Alignment.Horz = taRightJustify
  794. Properties.Alignment.Vert = taVCenter
  795. Transparent = True
  796. AnchorX = 130
  797. AnchorY = 37
  798. end
  799. object BtnSaveAll: TcxButton
  800. Tag = 5
  801. Left = 159
  802. Top = 57
  803. Width = 140
  804. Height = 25
  805. Cursor = crHandPoint
  806. Hint = 'Apply the same value to the entire VMS.'
  807. Caption = 'Apply All VMS'
  808. Colors.Default = 10737865
  809. TabOrder = 3
  810. Font.Charset = DEFAULT_CHARSET
  811. Font.Color = clBlack
  812. Font.Height = -13
  813. Font.Name = #47569#51008' '#44256#46357
  814. Font.Style = [fsBold]
  815. ParentFont = False
  816. OnClick = BtnSaveAllClick
  817. end
  818. end
  819. end
  820. object cxSplitter2: TcxSplitter
  821. Left = 854
  822. Top = 0
  823. Width = 6
  824. Height = 546
  825. AlignSplitter = salRight
  826. Control = GrpInfo
  827. end
  828. object GrpMap: TcxGroupBox
  829. Left = 0
  830. Top = 0
  831. Align = alClient
  832. Caption = #9654' VMS Location'
  833. Style.BorderColor = clCaptionText
  834. Style.Shadow = False
  835. Style.TextColor = clBlack
  836. Style.TextStyle = [fsBold]
  837. TabOrder = 2
  838. Height = 546
  839. Width = 854
  840. end
  841. end
  842. end
  843. object cxButton1: TcxButton
  844. Tag = 2
  845. Left = 952
  846. Top = 11
  847. Width = 171
  848. Height = 25
  849. Cursor = crHandPoint
  850. Hint = #50937#52852#47700#46972#48624#50612' '#54028#51068' '#49373#49457
  851. Anchors = [akTop, akRight]
  852. Caption = #50937#52852#47700#46972#48624#50612' '#54028#51068' '#49373#49457
  853. Colors.Default = 10737865
  854. TabOrder = 3
  855. Visible = False
  856. Font.Charset = DEFAULT_CHARSET
  857. Font.Color = clBlack
  858. Font.Height = -13
  859. Font.Name = #47569#51008' '#44256#46357
  860. Font.Style = [fsBold]
  861. ParentFont = False
  862. OnClick = cxButton1Click
  863. end
  864. object TmrShow: TTimer
  865. Enabled = False
  866. Interval = 300
  867. OnTimer = TmrShowTimer
  868. Left = 876
  869. Top = 8
  870. end
  871. end