CTVM100MF.dfm 32 KB

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