CTVM100MF.dfm 32 KB

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