CTVM100MF.dfm 35 KB

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