CTVM100MF.dfm 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110
  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. DesignSize = (
  329. 343
  330. 508)
  331. object ImgDesc01: TImage
  332. Left = 9
  333. Top = 41
  334. Width = 9
  335. Height = 9
  336. Transparent = True
  337. end
  338. object ImgDesc02: TImage
  339. Left = 9
  340. Top = 70
  341. Width = 9
  342. Height = 9
  343. Transparent = True
  344. end
  345. object ImgDesc03: TImage
  346. Left = 9
  347. Top = 441
  348. Width = 9
  349. Height = 9
  350. Transparent = True
  351. end
  352. object ImgDesc04: TImage
  353. Left = 9
  354. Top = 97
  355. Width = 9
  356. Height = 9
  357. Transparent = True
  358. end
  359. object ImgDesc06: TImage
  360. Left = 9
  361. Top = 125
  362. Width = 9
  363. Height = 9
  364. Transparent = True
  365. end
  366. object ImgDesc07: TImage
  367. Left = 9
  368. Top = 152
  369. Width = 9
  370. Height = 9
  371. Transparent = True
  372. end
  373. object ImgDesc11: TImage
  374. Left = 9
  375. Top = 13
  376. Width = 9
  377. Height = 9
  378. Transparent = True
  379. end
  380. object ImgDesc14: TImage
  381. Left = 9
  382. Top = 242
  383. Width = 9
  384. Height = 9
  385. Transparent = True
  386. end
  387. object ImgDesc15: TImage
  388. Left = 9
  389. Top = 347
  390. Width = 9
  391. Height = 9
  392. Transparent = True
  393. end
  394. object ImgDesc16: TImage
  395. Left = 9
  396. Top = 375
  397. Width = 9
  398. Height = 9
  399. Transparent = True
  400. end
  401. object ImgDesc17: TImage
  402. Left = 9
  403. Top = 404
  404. Width = 9
  405. Height = 9
  406. Transparent = True
  407. end
  408. object ImgDesc18: TImage
  409. Left = 9
  410. Top = 311
  411. Width = 9
  412. Height = 9
  413. Transparent = True
  414. end
  415. object ImgDesc25: TImage
  416. Left = 9
  417. Top = 186
  418. Width = 9
  419. Height = 9
  420. Transparent = True
  421. end
  422. object ImgDesc05: TImage
  423. Left = 9
  424. Top = 474
  425. Width = 9
  426. Height = 9
  427. Transparent = True
  428. Visible = False
  429. end
  430. object ImgDesc24: TImage
  431. Left = 9
  432. Top = 271
  433. Width = 9
  434. Height = 9
  435. Transparent = True
  436. end
  437. object EdCtlrId: TcxTextEdit
  438. Left = 110
  439. Top = 33
  440. Properties.MaxLength = 30
  441. TabOrder = 1
  442. Width = 121
  443. end
  444. object EdCtlrNm: TcxTextEdit
  445. Left = 110
  446. Top = 62
  447. Anchors = [akLeft, akTop, akRight]
  448. Properties.MaxLength = 40
  449. Properties.ReadOnly = False
  450. TabOrder = 2
  451. Width = 229
  452. end
  453. object EdNmbr: TcxTextEdit
  454. Left = 110
  455. Top = 5
  456. Properties.Alignment.Horz = taCenter
  457. Properties.ReadOnly = True
  458. TabOrder = 0
  459. Width = 121
  460. end
  461. object SePosX: TcxSpinEdit
  462. Left = 111
  463. Top = 91
  464. Properties.Alignment.Horz = taRightJustify
  465. Properties.Alignment.Vert = taVCenter
  466. Properties.DisplayFormat = '##0.######0'
  467. Properties.EditFormat = '##0.######0'
  468. Properties.MaxValue = 9999999999.000000000000000000
  469. Properties.ReadOnly = False
  470. Properties.SpinButtons.Visible = False
  471. Properties.ValueType = vtFloat
  472. Style.LookAndFeel.Kind = lfUltraFlat
  473. Style.LookAndFeel.NativeStyle = False
  474. Style.TextStyle = []
  475. Style.ButtonStyle = btsUltraFlat
  476. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  477. StyleDisabled.LookAndFeel.NativeStyle = False
  478. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  479. StyleFocused.LookAndFeel.NativeStyle = False
  480. StyleFocused.TextStyle = [fsBold]
  481. StyleHot.LookAndFeel.Kind = lfUltraFlat
  482. StyleHot.LookAndFeel.NativeStyle = False
  483. TabOrder = 4
  484. Width = 99
  485. end
  486. object SePosY: TcxSpinEdit
  487. Left = 218
  488. Top = 91
  489. Properties.Alignment.Horz = taRightJustify
  490. Properties.Alignment.Vert = taVCenter
  491. Properties.DisplayFormat = '##0.######0'
  492. Properties.EditFormat = '##0.######0'
  493. Properties.MaxValue = 9999999999.000000000000000000
  494. Properties.ReadOnly = False
  495. Properties.SpinButtons.Visible = False
  496. Properties.ValueType = vtFloat
  497. Style.LookAndFeel.Kind = lfUltraFlat
  498. Style.LookAndFeel.NativeStyle = False
  499. Style.TextStyle = []
  500. Style.ButtonStyle = btsUltraFlat
  501. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  502. StyleDisabled.LookAndFeel.NativeStyle = False
  503. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  504. StyleFocused.LookAndFeel.NativeStyle = False
  505. StyleFocused.TextStyle = [fsBold]
  506. StyleHot.LookAndFeel.Kind = lfUltraFlat
  507. StyleHot.LookAndFeel.NativeStyle = False
  508. TabOrder = 5
  509. Width = 99
  510. end
  511. object cxLabel1: TcxLabel
  512. Left = 35
  513. Top = 35
  514. Caption = 'CCTV ID [*]'
  515. Properties.Alignment.Horz = taRightJustify
  516. Properties.Alignment.Vert = taVCenter
  517. Transparent = True
  518. AnchorX = 107
  519. AnchorY = 46
  520. end
  521. object cxLabel2: TcxLabel
  522. Left = 22
  523. Top = 64
  524. Caption = 'CCTV '#47749#52845' [*]'
  525. Properties.Alignment.Horz = taRightJustify
  526. Properties.Alignment.Vert = taVCenter
  527. Transparent = True
  528. AnchorX = 107
  529. AnchorY = 75
  530. end
  531. object cxLabel3: TcxLabel
  532. Left = 29
  533. Top = 121
  534. Caption = #51228#50612#44592' IP [*]'
  535. Properties.Alignment.Horz = taRightJustify
  536. Properties.Alignment.Vert = taVCenter
  537. Transparent = True
  538. AnchorX = 107
  539. AnchorY = 132
  540. end
  541. object cxLabel6: TcxLabel
  542. Left = 38
  543. Top = 435
  544. Caption = #45236#48512' RTMP'
  545. Properties.Alignment.Horz = taRightJustify
  546. Properties.Alignment.Vert = taVCenter
  547. Transparent = True
  548. AnchorX = 107
  549. AnchorY = 446
  550. end
  551. object cxLabel18: TcxLabel
  552. Left = 22
  553. Top = 7
  554. Caption = 'CCTV '#48264#54840' [*]'
  555. Properties.Alignment.Horz = taRightJustify
  556. Properties.Alignment.Vert = taVCenter
  557. Transparent = True
  558. AnchorX = 107
  559. AnchorY = 18
  560. end
  561. object EdCtlrIp: TcxMaskEdit
  562. Left = 110
  563. Top = 120
  564. Properties.MaskKind = emkRegExprEx
  565. Properties.EditMask =
  566. '(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01' +
  567. ']?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]' +
  568. '|2[0-4][0-9]|[01]?[0-9][0-9]?)'
  569. Properties.MaxLength = 0
  570. TabOrder = 6
  571. Width = 120
  572. end
  573. object CbType: TcxComboBox
  574. Left = 274
  575. Top = 4
  576. Cursor = crHandPoint
  577. Properties.Alignment.Vert = taVCenter
  578. Properties.DropDownListStyle = lsFixedList
  579. Properties.DropDownSizeable = True
  580. Properties.ReadOnly = False
  581. TabOrder = 3
  582. Visible = False
  583. Width = 44
  584. end
  585. object cxLabel8: TcxLabel
  586. Left = 33
  587. Top = 92
  588. Caption = #50948#52824' X/Y [*]'
  589. Properties.Alignment.Horz = taRightJustify
  590. Properties.Alignment.Vert = taVCenter
  591. Transparent = True
  592. AnchorX = 107
  593. AnchorY = 103
  594. end
  595. object cxLabel5: TcxLabel
  596. Left = 41
  597. Top = 149
  598. Caption = 'CCTV '#50976#54805
  599. Properties.Alignment.Horz = taRightJustify
  600. Properties.Alignment.Vert = taVCenter
  601. Transparent = True
  602. AnchorX = 107
  603. AnchorY = 160
  604. end
  605. object cxLabel15: TcxLabel
  606. Left = 59
  607. Top = 178
  608. Caption = #47553#53356' ID'
  609. Properties.Alignment.Horz = taRightJustify
  610. Properties.Alignment.Vert = taVCenter
  611. Transparent = True
  612. AnchorX = 107
  613. AnchorY = 189
  614. end
  615. object Ed_STRM_SESN_NM: TcxTextEdit
  616. Left = 110
  617. Top = 301
  618. Anchors = [akLeft, akTop, akRight]
  619. Properties.Alignment.Horz = taLeftJustify
  620. Properties.Alignment.Vert = taVCenter
  621. Properties.MaxLength = 0
  622. Properties.ReadOnly = False
  623. Style.LookAndFeel.Kind = lfUltraFlat
  624. Style.LookAndFeel.NativeStyle = False
  625. Style.Shadow = False
  626. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  627. StyleDisabled.LookAndFeel.NativeStyle = False
  628. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  629. StyleFocused.LookAndFeel.NativeStyle = False
  630. StyleHot.LookAndFeel.Kind = lfUltraFlat
  631. StyleHot.LookAndFeel.NativeStyle = False
  632. TabOrder = 10
  633. Width = 229
  634. end
  635. object EdCmncPort: TcxTextEdit
  636. Left = 269
  637. Top = 35
  638. Properties.MaxLength = 5
  639. Properties.ReadOnly = False
  640. TabOrder = 7
  641. Visible = False
  642. OnKeyPress = Ed_CMRA_PORTKeyPress
  643. Width = 64
  644. end
  645. object Se_TYPE: TcxSpinEdit
  646. Left = 110
  647. Top = 148
  648. Properties.Alignment.Horz = taCenter
  649. Properties.Alignment.Vert = taVCenter
  650. Properties.MaxValue = 3.000000000000000000
  651. Properties.MinValue = 1.000000000000000000
  652. Properties.ReadOnly = False
  653. Properties.OnChange = Se_CMRA_CHNLPropertiesChange
  654. Style.LookAndFeel.Kind = lfUltraFlat
  655. Style.LookAndFeel.NativeStyle = False
  656. Style.ButtonStyle = btsUltraFlat
  657. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  658. StyleDisabled.LookAndFeel.NativeStyle = False
  659. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  660. StyleFocused.LookAndFeel.NativeStyle = False
  661. StyleFocused.TextStyle = [fsBold]
  662. StyleHot.LookAndFeel.Kind = lfUltraFlat
  663. StyleHot.LookAndFeel.NativeStyle = False
  664. TabOrder = 8
  665. Value = 1
  666. Width = 60
  667. end
  668. object cxLabel9: TcxLabel
  669. Left = 48
  670. Top = 235
  671. Caption = #51064#53076#45908' IP'
  672. Properties.Alignment.Horz = taRightJustify
  673. Properties.Alignment.Vert = taVCenter
  674. Transparent = True
  675. AnchorX = 107
  676. AnchorY = 246
  677. end
  678. object cxLabel4: TcxLabel
  679. Left = 38
  680. Top = 341
  681. Caption = #50808#48512' RTSP'
  682. Properties.Alignment.Horz = taRightJustify
  683. Properties.Alignment.Vert = taVCenter
  684. Transparent = True
  685. AnchorX = 107
  686. AnchorY = 352
  687. end
  688. object Ed_STRM_RTSP_ADDR: TcxTextEdit
  689. Left = 110
  690. Top = 338
  691. Anchors = [akLeft, akTop, akRight]
  692. Properties.Alignment.Horz = taLeftJustify
  693. Properties.Alignment.Vert = taVCenter
  694. Properties.MaxLength = 0
  695. Properties.ReadOnly = False
  696. Style.LookAndFeel.Kind = lfUltraFlat
  697. Style.LookAndFeel.NativeStyle = False
  698. Style.Shadow = False
  699. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  700. StyleDisabled.LookAndFeel.NativeStyle = False
  701. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  702. StyleFocused.LookAndFeel.NativeStyle = False
  703. StyleHot.LookAndFeel.Kind = lfUltraFlat
  704. StyleHot.LookAndFeel.NativeStyle = False
  705. TabOrder = 11
  706. Width = 229
  707. end
  708. object cxLabel7: TcxLabel
  709. Left = 38
  710. Top = 368
  711. Caption = #50808#48512' RTMP'
  712. Properties.Alignment.Horz = taRightJustify
  713. Properties.Alignment.Vert = taVCenter
  714. Transparent = True
  715. AnchorX = 107
  716. AnchorY = 379
  717. end
  718. object Ed_STRM_RTMP_ADDR: TcxTextEdit
  719. Left = 110
  720. Top = 367
  721. Anchors = [akLeft, akTop, akRight]
  722. Properties.Alignment.Horz = taLeftJustify
  723. Properties.Alignment.Vert = taVCenter
  724. Properties.MaxLength = 0
  725. Properties.ReadOnly = False
  726. Style.LookAndFeel.Kind = lfUltraFlat
  727. Style.LookAndFeel.NativeStyle = False
  728. Style.Shadow = False
  729. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  730. StyleDisabled.LookAndFeel.NativeStyle = False
  731. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  732. StyleFocused.LookAndFeel.NativeStyle = False
  733. StyleHot.LookAndFeel.Kind = lfUltraFlat
  734. StyleHot.LookAndFeel.NativeStyle = False
  735. TabOrder = 12
  736. Width = 229
  737. end
  738. object cxLabel10: TcxLabel
  739. Left = 42
  740. Top = 397
  741. Caption = #50808#48512' HTTP'
  742. Properties.Alignment.Horz = taRightJustify
  743. Properties.Alignment.Vert = taVCenter
  744. Transparent = True
  745. AnchorX = 107
  746. AnchorY = 408
  747. end
  748. object Ed_STRM_HTTP_ADDR: TcxTextEdit
  749. Left = 110
  750. Top = 396
  751. Anchors = [akLeft, akTop, akRight]
  752. Properties.Alignment.Horz = taLeftJustify
  753. Properties.Alignment.Vert = taVCenter
  754. Properties.MaxLength = 0
  755. Properties.ReadOnly = False
  756. Style.LookAndFeel.Kind = lfUltraFlat
  757. Style.LookAndFeel.NativeStyle = False
  758. Style.Shadow = False
  759. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  760. StyleDisabled.LookAndFeel.NativeStyle = False
  761. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  762. StyleFocused.LookAndFeel.NativeStyle = False
  763. StyleHot.LookAndFeel.Kind = lfUltraFlat
  764. StyleHot.LookAndFeel.NativeStyle = False
  765. TabOrder = 13
  766. Width = 229
  767. end
  768. object Ed_CCTV_ENCD_IP: TcxMaskEdit
  769. Left = 110
  770. Top = 235
  771. Properties.MaskKind = emkRegExprEx
  772. Properties.EditMask =
  773. '(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01' +
  774. ']?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]' +
  775. '|2[0-4][0-9]|[01]?[0-9][0-9]?)'
  776. Properties.MaxLength = 0
  777. TabOrder = 9
  778. Width = 120
  779. end
  780. object cxLabel13: TcxLabel
  781. Left = 25
  782. Top = 305
  783. Caption = #49828#53944#47532#48141#51452#49548
  784. Properties.Alignment.Horz = taRightJustify
  785. Properties.Alignment.Vert = taVCenter
  786. Transparent = True
  787. AnchorX = 107
  788. AnchorY = 316
  789. end
  790. object cxLabel17: TcxLabel
  791. Left = 42
  792. Top = 493
  793. Caption = #49444#52824#50948#52824#51452#49548
  794. Properties.Alignment.Horz = taRightJustify
  795. Properties.Alignment.Vert = taVCenter
  796. Transparent = True
  797. Visible = False
  798. AnchorX = 124
  799. AnchorY = 504
  800. end
  801. object ISTL_LCTN_ADDR: TcxTextEdit
  802. Left = 130
  803. Top = 490
  804. Properties.MaxLength = 200
  805. Properties.ReadOnly = False
  806. TabOrder = 28
  807. Visible = False
  808. Width = 206
  809. end
  810. object ISTL_LCTN_NM: TcxTextEdit
  811. Left = 130
  812. Top = 465
  813. Properties.MaxLength = 40
  814. Properties.ReadOnly = False
  815. TabOrder = 29
  816. Visible = False
  817. Width = 206
  818. end
  819. object cxLabel22: TcxLabel
  820. Left = 68
  821. Top = 467
  822. Caption = #49444#52824#50948#52824
  823. Properties.Alignment.Horz = taRightJustify
  824. Properties.Alignment.Vert = taVCenter
  825. Transparent = True
  826. Visible = False
  827. AnchorX = 124
  828. AnchorY = 478
  829. end
  830. object Ed_LINK_ID: TcxTextEdit
  831. Tag = 10002
  832. Left = 110
  833. Top = 177
  834. Properties.Alignment.Horz = taCenter
  835. Properties.Alignment.Vert = taVCenter
  836. Properties.MaxLength = 13
  837. Properties.ReadOnly = True
  838. TabOrder = 31
  839. Width = 97
  840. end
  841. object EdTmpLinkId: TcxTextEdit
  842. Tag = 10002
  843. Left = 110
  844. Top = 205
  845. Properties.Alignment.Horz = taCenter
  846. Properties.Alignment.Vert = taVCenter
  847. Properties.MaxLength = 13
  848. Properties.ReadOnly = False
  849. TabOrder = 32
  850. Width = 97
  851. end
  852. object BtnApply: TButton
  853. Left = 209
  854. Top = 206
  855. Width = 61
  856. Height = 23
  857. Cursor = crHandPoint
  858. Caption = #49440#53469
  859. TabOrder = 33
  860. OnClick = BtnApplyClick
  861. end
  862. object Ed_CCTV_CAPT_IP: TcxMaskEdit
  863. Left = 110
  864. Top = 264
  865. Properties.MaskKind = emkRegExprEx
  866. Properties.EditMask =
  867. '(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01' +
  868. ']?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]' +
  869. '|2[0-4][0-9]|[01]?[0-9][0-9]?)'
  870. Properties.MaxLength = 0
  871. TabOrder = 34
  872. Width = 120
  873. end
  874. object cxLabel16: TcxLabel
  875. Left = 48
  876. Top = 265
  877. Caption = #51088#47561#44592' IP'
  878. Properties.Alignment.Horz = taRightJustify
  879. Properties.Alignment.Vert = taVCenter
  880. Transparent = True
  881. AnchorX = 107
  882. AnchorY = 276
  883. end
  884. object Ed_INTR_RTMP_ADDR: TcxTextEdit
  885. Left = 110
  886. Top = 434
  887. Anchors = [akLeft, akTop, akRight]
  888. Properties.Alignment.Horz = taLeftJustify
  889. Properties.Alignment.Vert = taVCenter
  890. Properties.MaxLength = 0
  891. Properties.ReadOnly = False
  892. Style.LookAndFeel.Kind = lfUltraFlat
  893. Style.LookAndFeel.NativeStyle = False
  894. Style.Shadow = False
  895. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  896. StyleDisabled.LookAndFeel.NativeStyle = False
  897. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  898. StyleFocused.LookAndFeel.NativeStyle = False
  899. StyleHot.LookAndFeel.Kind = lfUltraFlat
  900. StyleHot.LookAndFeel.NativeStyle = False
  901. TabOrder = 36
  902. Width = 229
  903. end
  904. object Se_CCTV_CTLR_PORT: TcxSpinEdit
  905. Left = 236
  906. Top = 120
  907. Properties.Alignment.Horz = taCenter
  908. Properties.Alignment.Vert = taVCenter
  909. Properties.AssignedValues.MinValue = True
  910. Properties.MaxValue = 99999.000000000000000000
  911. Properties.ReadOnly = False
  912. Properties.OnChange = Se_CMRA_CHNLPropertiesChange
  913. Style.LookAndFeel.Kind = lfUltraFlat
  914. Style.LookAndFeel.NativeStyle = False
  915. Style.ButtonStyle = btsUltraFlat
  916. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  917. StyleDisabled.LookAndFeel.NativeStyle = False
  918. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  919. StyleFocused.LookAndFeel.NativeStyle = False
  920. StyleFocused.TextStyle = [fsBold]
  921. StyleHot.LookAndFeel.Kind = lfUltraFlat
  922. StyleHot.LookAndFeel.NativeStyle = False
  923. TabOrder = 37
  924. Value = 1
  925. Width = 80
  926. end
  927. end
  928. end
  929. object cxSplitter2: TcxSplitter
  930. Left = 846
  931. Top = 0
  932. Width = 6
  933. Height = 579
  934. AlignSplitter = salRight
  935. Control = GrpInfo
  936. end
  937. object GrpMap: TcxGroupBox
  938. Left = 0
  939. Top = 0
  940. Align = alClient
  941. Caption = #9654' '#50948#52824#49444#51221
  942. Style.BorderColor = clCaptionText
  943. Style.Shadow = False
  944. Style.TextColor = clBlack
  945. Style.TextStyle = [fsBold]
  946. TabOrder = 2
  947. Height = 579
  948. Width = 846
  949. inline FRAMEOpenMap1: TFRAMEOpenMap
  950. Left = 3
  951. Top = 19
  952. Width = 840
  953. Height = 550
  954. Align = alClient
  955. ParentShowHint = False
  956. ShowHint = True
  957. TabOrder = 0
  958. ExplicitLeft = 3
  959. ExplicitTop = 19
  960. ExplicitWidth = 840
  961. ExplicitHeight = 550
  962. inherited PnlToolbar: TPanel
  963. Width = 840
  964. ExplicitWidth = 840
  965. inherited EdFocus: TEdit
  966. Height = 25
  967. ExplicitHeight = 25
  968. end
  969. inherited cxLabel26: TcxLabel
  970. AnchorX = 122
  971. AnchorY = 19
  972. end
  973. inherited cxLabel27: TcxLabel
  974. AnchorX = 280
  975. AnchorY = 19
  976. end
  977. inherited PnlGisTool: TPanel
  978. Width = 407
  979. ExplicitWidth = 407
  980. inherited ChkShowNmbr: TcxCheckBox
  981. ExplicitHeight = 28
  982. end
  983. inherited EdMapPos: TcxTextEdit
  984. ExplicitHeight = 28
  985. end
  986. end
  987. inherited cxLabel1: TcxLabel
  988. AnchorX = 346
  989. AnchorY = 19
  990. end
  991. inherited LblZoom: TcxLabel
  992. Left = 753
  993. ExplicitLeft = 753
  994. AnchorX = 835
  995. AnchorY = 19
  996. end
  997. end
  998. inherited lblTitle: TcxLabel
  999. ExplicitWidth = 69
  1000. ExplicitHeight = 21
  1001. end
  1002. inherited reMsg: TMemo
  1003. Top = 403
  1004. Width = 840
  1005. ExplicitTop = 403
  1006. ExplicitWidth = 840
  1007. end
  1008. inherited PnlMap: TPanel
  1009. Width = 840
  1010. Height = 365
  1011. ExplicitWidth = 840
  1012. ExplicitHeight = 365
  1013. inherited WebBrowser1: TWebBrowser
  1014. Width = 836
  1015. Height = 361
  1016. ExplicitWidth = 840
  1017. ExplicitHeight = 365
  1018. ControlData = {
  1019. 4C000000675600004F2500000000000000000000000000000000000000000000
  1020. 000000004C000000000000000000000001000000E0D057007335CF11AE690800
  1021. 2B2E126208000000000000004C0000000114020000000000C000000000000046
  1022. 8000000000000000000000000000000000000000000000000000000000000000
  1023. 00000000000000000100000000000000000000000000000000000000}
  1024. end
  1025. end
  1026. inherited ilToolbarsSmall: TcxImageList
  1027. FormatVersion = 1
  1028. end
  1029. end
  1030. object cxLabel14: TcxLabel
  1031. Left = 533
  1032. Top = 362
  1033. Caption = #49828#53944#47532#48141#49436#48260' IP'#44032' '#50976#54952#54616#51648' '#50506#49845#45768#45796'.'
  1034. Transparent = True
  1035. Visible = False
  1036. end
  1037. end
  1038. end
  1039. end
  1040. object lblText1: TcxLabel
  1041. Left = 317
  1042. Top = 149
  1043. 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'.'
  1044. Transparent = True
  1045. Visible = False
  1046. end
  1047. object lblText2: TcxLabel
  1048. Left = 629
  1049. Top = 149
  1050. 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'.'
  1051. Transparent = True
  1052. Visible = False
  1053. end
  1054. object lblText3: TcxLabel
  1055. Left = 317
  1056. Top = 193
  1057. Caption = 'CCTV '#48264#54840
  1058. Transparent = True
  1059. Visible = False
  1060. end
  1061. object lblText4: TcxLabel
  1062. Left = 405
  1063. Top = 193
  1064. Caption = #49440#53469#54616#49888' CCTV '#51221#48372#47484' '#49325#51228#54616#49884#44192#49845#45768#44620'?'
  1065. Transparent = True
  1066. Visible = False
  1067. end
  1068. object lblText5: TcxLabel
  1069. Left = 857
  1070. Top = 176
  1071. Caption = 'CCTV '#51221#48372#49325#51228#13#10'CCTV '#51221#48372#47484' '#49325#51228' '#54616#50688#49845#45768#45796'.'
  1072. Transparent = True
  1073. Visible = False
  1074. end
  1075. object lblText6: TcxLabel
  1076. Left = 297
  1077. Top = 421
  1078. Caption = #51228#50612#44592' IP'#44032' '#50976#54952#54616#51648' '#50506#49845#45768#45796'.'
  1079. Transparent = True
  1080. Visible = False
  1081. end
  1082. object lblText7: TcxLabel
  1083. Left = 297
  1084. Top = 450
  1085. Caption = 'CCTV IP'#44032' '#50976#54952#54616#51648' '#50506#49845#45768#45796'.'
  1086. Transparent = True
  1087. Visible = False
  1088. end
  1089. object lblText8: TcxLabel
  1090. Left = 297
  1091. Top = 477
  1092. Caption = 'CCTV ID'#44032' '#51060#48120' '#49324#50857' '#51473#51077#45768#45796'. CCTV ID'#47484' '#54869#51064#54616#49464#50836'.'
  1093. Transparent = True
  1094. Visible = False
  1095. end
  1096. object lblText9: TcxLabel
  1097. Left = 297
  1098. Top = 504
  1099. Caption = 'CCTV '#51221#48372#51200#51109#13#10'CCTV '#51221#48372#47484' '#51200#51109' '#54616#50688#49845#45768#45796'.'
  1100. Transparent = True
  1101. Visible = False
  1102. end
  1103. object TmrShow: TTimer
  1104. Enabled = False
  1105. Interval = 300
  1106. OnTimer = TmrShowTimer
  1107. Left = 876
  1108. Top = 8
  1109. end
  1110. end