FRAME_CctvListF.dfm 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. object FRAMECctvList: TFRAMECctvList
  2. Left = 0
  3. Top = 0
  4. Width = 1224
  5. Height = 713
  6. TabOrder = 0
  7. object CxList: TcxGrid
  8. Left = 0
  9. Top = 31
  10. Width = 1224
  11. Height = 651
  12. Align = alClient
  13. TabOrder = 0
  14. object TvList: TcxGridTableView
  15. Navigator.Buttons.Append.Visible = True
  16. Navigator.Buttons.SaveBookmark.Visible = False
  17. Navigator.InfoPanel.Visible = True
  18. FilterBox.CustomizeDialog = False
  19. OnCustomDrawCell = TvListCustomDrawCell
  20. DataController.Filter.OnChanged = TvListDataControllerFilterChanged
  21. DataController.Summary.DefaultGroupSummaryItems = <>
  22. DataController.Summary.FooterSummaryItems = <>
  23. DataController.Summary.SummaryGroups = <>
  24. FilterRow.InfoText = '<'#44160#49353#50612#47484' '#51077#47141' '#54616#49464#50836'>'
  25. OptionsBehavior.CellHints = True
  26. OptionsBehavior.ShowLockedStateImageOptions.BestFit = lsimImmediate
  27. OptionsBehavior.ShowLockedStateImageOptions.Filtering = lsimImmediate
  28. OptionsBehavior.ShowLockedStateImageOptions.Grouping = lsimImmediate
  29. OptionsBehavior.ShowLockedStateImageOptions.Sorting = lsimImmediate
  30. OptionsData.Deleting = False
  31. OptionsData.DeletingConfirmation = False
  32. OptionsData.Inserting = False
  33. OptionsSelection.HideFocusRectOnExit = False
  34. OptionsSelection.HideSelection = True
  35. OptionsView.GroupByBox = False
  36. OptionsView.Indicator = True
  37. object ColumnSel: TcxGridColumn
  38. Caption = #49440#53469
  39. DataBinding.ValueType = 'Boolean'
  40. PropertiesClassName = 'TcxCheckBoxProperties'
  41. Properties.Alignment = taCenter
  42. Properties.ImmediatePost = True
  43. Properties.NullStyle = nssUnchecked
  44. Visible = False
  45. HeaderAlignmentHorz = taCenter
  46. HeaderAlignmentVert = vaCenter
  47. Width = 45
  48. end
  49. object Column00: TcxGridColumn
  50. Caption = #54200#51665#47784#46300
  51. PropertiesClassName = 'TcxTextEditProperties'
  52. Properties.Alignment.Horz = taCenter
  53. Properties.Alignment.Vert = taVCenter
  54. Visible = False
  55. HeaderAlignmentHorz = taCenter
  56. HeaderAlignmentVert = vaCenter
  57. Options.Editing = False
  58. end
  59. object Column01: TcxGridColumn
  60. Caption = #48264#54840
  61. DataBinding.ValueType = 'Integer'
  62. PropertiesClassName = 'TcxSpinEditProperties'
  63. Properties.Alignment.Horz = taCenter
  64. Properties.Alignment.Vert = taVCenter
  65. HeaderAlignmentHorz = taCenter
  66. HeaderAlignmentVert = vaCenter
  67. Options.Editing = False
  68. Width = 50
  69. end
  70. object Column02: TcxGridColumn
  71. Caption = 'CCTV ID'
  72. PropertiesClassName = 'TcxTextEditProperties'
  73. Properties.Alignment.Horz = taCenter
  74. Properties.Alignment.Vert = taVCenter
  75. HeaderAlignmentHorz = taCenter
  76. HeaderAlignmentVert = vaCenter
  77. Options.Editing = False
  78. Width = 101
  79. end
  80. object Column03: TcxGridColumn
  81. Caption = 'CCTV '#47749#52845
  82. PropertiesClassName = 'TcxTextEditProperties'
  83. Properties.Alignment.Horz = taLeftJustify
  84. Properties.Alignment.Vert = taVCenter
  85. HeaderAlignmentHorz = taCenter
  86. HeaderAlignmentVert = vaCenter
  87. Options.Editing = False
  88. Width = 214
  89. end
  90. object Column15: TcxGridColumn
  91. Caption = #49444#52824#50948#52824
  92. PropertiesClassName = 'TcxLabelProperties'
  93. Properties.Alignment.Horz = taCenter
  94. Properties.Alignment.Vert = taVCenter
  95. HeaderAlignmentHorz = taCenter
  96. HeaderAlignmentVert = vaCenter
  97. end
  98. object Column04: TcxGridColumn
  99. Caption = #51228#50612#44592' '#50976#54805
  100. PropertiesClassName = 'TcxTextEditProperties'
  101. Properties.Alignment.Horz = taCenter
  102. Properties.Alignment.Vert = taVCenter
  103. Properties.MaxLength = 0
  104. HeaderAlignmentHorz = taCenter
  105. HeaderAlignmentVert = vaCenter
  106. Options.Editing = False
  107. Width = 86
  108. end
  109. object Column14: TcxGridColumn
  110. Caption = #45824#52404#51060#48120#51648' '#54364#52636
  111. PropertiesClassName = 'TcxTextEditProperties'
  112. Properties.Alignment.Horz = taCenter
  113. Properties.Alignment.Vert = taVCenter
  114. Visible = False
  115. HeaderAlignmentHorz = taCenter
  116. HeaderAlignmentVert = vaCenter
  117. end
  118. object Column05: TcxGridColumn
  119. Caption = #51228#50612#44592' IP'
  120. PropertiesClassName = 'TcxTextEditProperties'
  121. Properties.Alignment.Horz = taCenter
  122. Properties.Alignment.Vert = taVCenter
  123. Properties.MaxLength = 20
  124. HeaderAlignmentHorz = taCenter
  125. HeaderAlignmentVert = vaCenter
  126. Options.Editing = False
  127. Width = 81
  128. end
  129. object Column06: TcxGridColumn
  130. Caption = #51228#50612#44592' PORT'
  131. PropertiesClassName = 'TcxTextEditProperties'
  132. Properties.Alignment.Horz = taCenter
  133. Properties.Alignment.Vert = taVCenter
  134. Properties.MaxLength = 5
  135. HeaderAlignmentHorz = taCenter
  136. HeaderAlignmentVert = vaCenter
  137. Options.Editing = False
  138. Width = 91
  139. end
  140. object Column07: TcxGridColumn
  141. Caption = #50937#52852#47700#46972' IP'
  142. PropertiesClassName = 'TcxTextEditProperties'
  143. Properties.Alignment.Horz = taCenter
  144. Properties.Alignment.Vert = taVCenter
  145. Properties.MaxLength = 0
  146. HeaderAlignmentHorz = taCenter
  147. HeaderAlignmentVert = vaCenter
  148. Options.Editing = False
  149. Width = 127
  150. end
  151. object Column08: TcxGridColumn
  152. Caption = #49828#53944#47532#48141#51452#49548
  153. PropertiesClassName = 'TcxTextEditProperties'
  154. Properties.Alignment.Horz = taLeftJustify
  155. Properties.Alignment.Vert = taVCenter
  156. HeaderAlignmentHorz = taCenter
  157. HeaderAlignmentVert = vaCenter
  158. Options.Editing = False
  159. Width = 127
  160. end
  161. object Column09: TcxGridColumn
  162. Caption = #49828#53944#47532#48141#49436#48260' IP'
  163. PropertiesClassName = 'TcxTextEditProperties'
  164. Properties.Alignment.Horz = taCenter
  165. Properties.Alignment.Vert = taVCenter
  166. HeaderAlignmentHorz = taCenter
  167. HeaderAlignmentVert = vaCenter
  168. Options.Editing = False
  169. Width = 93
  170. end
  171. object Column10: TcxGridColumn
  172. Caption = #50808#48512#51228#44277' RTSP'
  173. PropertiesClassName = 'TcxTextEditProperties'
  174. Properties.Alignment.Horz = taCenter
  175. Properties.Alignment.Vert = taVCenter
  176. HeaderAlignmentHorz = taCenter
  177. HeaderAlignmentVert = vaCenter
  178. Options.Editing = False
  179. Width = 136
  180. end
  181. object Column11: TcxGridColumn
  182. Caption = #50808#48512#51228#44277' RTMP'
  183. PropertiesClassName = 'TcxTextEditProperties'
  184. Properties.Alignment.Vert = taVCenter
  185. HeaderAlignmentHorz = taCenter
  186. HeaderAlignmentVert = vaCenter
  187. Options.Editing = False
  188. Width = 87
  189. end
  190. object Column12: TcxGridColumn
  191. Caption = #50808#48512#51228#44277' HTTP'
  192. PropertiesClassName = 'TcxTextEditProperties'
  193. Properties.Alignment.Vert = taVCenter
  194. HeaderAlignmentHorz = taCenter
  195. HeaderAlignmentVert = vaCenter
  196. Options.Editing = False
  197. Width = 100
  198. end
  199. object Column99: TcxGridColumn
  200. Caption = #47700#47784#47532
  201. DataBinding.ValueType = 'Integer'
  202. PropertiesClassName = 'TcxCalcEditProperties'
  203. Properties.Alignment.Horz = taCenter
  204. Properties.Alignment.Vert = taVCenter
  205. Visible = False
  206. HeaderAlignmentHorz = taCenter
  207. HeaderAlignmentVert = vaCenter
  208. Options.Editing = False
  209. end
  210. object Column13: TcxGridColumn
  211. Caption = #45236#48512#51228#44277' RTMP'
  212. PropertiesClassName = 'TcxTextEditProperties'
  213. Properties.Alignment.Vert = taVCenter
  214. HeaderAlignmentHorz = taCenter
  215. HeaderAlignmentVert = vaCenter
  216. end
  217. end
  218. object GlList: TcxGridLevel
  219. GridView = TvList
  220. end
  221. end
  222. object PnlTop: TPanel
  223. Left = 0
  224. Top = 0
  225. Width = 1224
  226. Height = 31
  227. Align = alTop
  228. BevelOuter = bvNone
  229. TabOrder = 1
  230. object BtnAllSelect: TcxButton
  231. Left = 3
  232. Top = 3
  233. Width = 80
  234. Height = 24
  235. Cursor = crHandPoint
  236. Hint = #54364#52636' '#51204#52404' '#49440#53469'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  237. Caption = #51204#52404#49440#53469
  238. Colors.Default = clBtnFace
  239. TabOrder = 0
  240. Font.Charset = DEFAULT_CHARSET
  241. Font.Color = clWindowText
  242. Font.Height = -12
  243. Font.Name = #47569#51008' '#44256#46357
  244. Font.Style = []
  245. ParentFont = False
  246. OnClick = BtnAllSelectClick
  247. end
  248. object BtnReverse: TcxButton
  249. Tag = 2
  250. Left = 169
  251. Top = 3
  252. Width = 80
  253. Height = 24
  254. Cursor = crHandPoint
  255. Hint = #54364#52636' '#49440#53469' '#48152#51204'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  256. Caption = #49440#53469#48152#51204
  257. Colors.Default = clBtnFace
  258. TabOrder = 1
  259. Font.Charset = DEFAULT_CHARSET
  260. Font.Color = clWindowText
  261. Font.Height = -12
  262. Font.Name = #47569#51008' '#44256#46357
  263. Font.Style = []
  264. ParentFont = False
  265. OnClick = BtnAllSelectClick
  266. end
  267. object BtnAllClear: TcxButton
  268. Tag = 1
  269. Left = 86
  270. Top = 3
  271. Width = 80
  272. Height = 24
  273. Cursor = crHandPoint
  274. Hint = #54364#52636' '#51204#52404' '#54644#51228'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  275. Caption = #51204#52404#54644#51228
  276. Colors.Default = clBtnFace
  277. TabOrder = 2
  278. Font.Charset = DEFAULT_CHARSET
  279. Font.Color = clWindowText
  280. Font.Height = -12
  281. Font.Name = #47569#51008' '#44256#46357
  282. Font.Style = []
  283. ParentFont = False
  284. OnClick = BtnAllSelectClick
  285. end
  286. object CbLc: TcxComboBox
  287. Left = 487
  288. Top = 4
  289. Cursor = crHandPoint
  290. Properties.Alignment.Vert = taVCenter
  291. Properties.DropDownListStyle = lsFixedList
  292. Properties.DropDownSizeable = True
  293. Properties.ReadOnly = False
  294. TabOrder = 3
  295. Visible = False
  296. Width = 200
  297. end
  298. end
  299. object PnlBottom: TPanel
  300. Left = 0
  301. Top = 682
  302. Width = 1224
  303. Height = 31
  304. Align = alBottom
  305. BevelOuter = bvNone
  306. TabOrder = 2
  307. DesignSize = (
  308. 1224
  309. 31)
  310. object LblRecords: TLabel
  311. Left = 1113
  312. Top = 8
  313. Width = 20
  314. Height = 13
  315. Alignment = taRightJustify
  316. Anchors = [akRight, akBottom]
  317. Caption = '0 '#44148
  318. Transparent = True
  319. end
  320. object LbDef: TLabel
  321. Left = 4
  322. Top = 8
  323. Width = 186
  324. Height = 13
  325. Hint = '('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  326. Caption = '('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  327. Color = clWindowText
  328. Font.Charset = DEFAULT_CHARSET
  329. Font.Color = clMaroon
  330. Font.Height = -11
  331. Font.Name = 'Tahoma'
  332. Font.Style = []
  333. ParentColor = False
  334. ParentFont = False
  335. Transparent = True
  336. end
  337. object BtnExlSave: TcxButton
  338. Tag = 1
  339. Left = 1139
  340. Top = 3
  341. Width = 80
  342. Height = 25
  343. Cursor = crHandPoint
  344. Hint = #54028#51068' '#51200#51109
  345. Anchors = [akRight, akBottom]
  346. Caption = #51200#51109
  347. Colors.Default = 10737865
  348. Glyph.Data = {
  349. B6030000424DB603000000000000360000002800000012000000100000000100
  350. 1800000000008003000012170000121700000000000000000000C0C0C0C0C0C0
  351. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  352. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0A5A5A57878787878787878
  353. 7878787878787878787878787878787878787878787878787878787878787878
  354. 78787878787878780000B6B6B6271A156E483B6E483B6E483B6E483B6E483B6E
  355. 483B6E483B6E483B6E483B6E483B6E483B6E483B6E483B6E483B281A15626262
  356. 0000D0D0D04F342AEAAD96F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2
  357. F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2EAAD9650342A6262620000D0D0D04F342A
  358. EAAD96F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B29C7E710000000000
  359. 0000000000000063413550342A6262620000D0D0D04F342AA77765211B180000
  360. 000000000000000000000000001717177F7F7F3A3A3A0000000B08089C7D71EA
  361. AD9650342A6262620000D0D0D04F342AEAAD96F6C6B216121000000000000000
  362. 0000000000D0D0D0000000000000000000161110F6C6B2EAAD9650342A626262
  363. 0000D0D0D04F342AEAAD96F6C6B2EABDA95948400000005151517F7F7F000000
  364. 0000004335307B63597B63599C7D71EAAD9650342A6262620000D0D0D04F342A
  365. EAAD96F6C6B2F6C6B2B290817373735C5C5C000000000000000000866B61F6C6
  366. B2F6C6B2F6C6B2EAAD9650342A6262620000D0D0D04F342AEAAD96F6C6B2DFB4
  367. A14545458B8B8B000000000000000000000000000000B28F81F6C6B2F6C6B2EA
  368. AD9650342A6262620000D0D0D04F342AEAAD969C7E717E7C7B5C5C5C00000000
  369. 00006450480000000000000000000000007A6258F6C6B2EAAD9650342A626262
  370. 0000D0D0D04F342A644135B9B9B91717170000000000009C7D71F6C6B2C9A291
  371. 000000000000000000000000423530EAAD9650342A6262620000D0D0D04F342A
  372. 6441350000000000000000006F5950F6C6B2F6C6B2F6C6B29C7E710000000000
  373. 00000000423530EAAD9650342A6262620000D0D0D04F342AEAAD96F6C6B2F6C6
  374. B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2EA
  375. AD9650342A6262620000D0D0D04F342ADC9076DC9076DC9076DC9076DC9076DC
  376. 9076DC9076DC9076DC9076DC9076DC9076DC9076DC9076DC907650342A626262
  377. 0000E7E7E77F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F
  378. 7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F6B6B6BAEAEAE0000}
  379. Spacing = 6
  380. TabOrder = 0
  381. Font.Charset = DEFAULT_CHARSET
  382. Font.Color = clBlack
  383. Font.Height = -13
  384. Font.Name = #47569#51008' '#44256#46357
  385. Font.Style = []
  386. ParentFont = False
  387. OnClick = BtnExlSaveClick
  388. end
  389. end
  390. object CbUsagType: TcxComboBox
  391. Left = 282
  392. Top = 4
  393. Cursor = crHandPoint
  394. Properties.Alignment.Vert = taVCenter
  395. Properties.DropDownListStyle = lsFixedList
  396. Properties.DropDownSizeable = True
  397. Properties.ReadOnly = False
  398. TabOrder = 3
  399. Visible = False
  400. Width = 200
  401. end
  402. object CbType: TcxComboBox
  403. Left = 703
  404. Top = 4
  405. Cursor = crHandPoint
  406. Properties.Alignment.Vert = taVCenter
  407. Properties.DropDownListStyle = lsFixedList
  408. Properties.DropDownSizeable = True
  409. Properties.ReadOnly = False
  410. TabOrder = 4
  411. Visible = False
  412. Width = 200
  413. end
  414. object lblTitle: TcxLabel
  415. Left = 95
  416. Top = 126
  417. Caption = 'CCTV'#51221#48372
  418. Transparent = True
  419. Visible = False
  420. end
  421. end