FRAME_CctvListF.dfm 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  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 Column04: TcxGridColumn
  91. Caption = #50976#54805
  92. PropertiesClassName = 'TcxTextEditProperties'
  93. Properties.Alignment.Horz = taCenter
  94. Properties.Alignment.Vert = taVCenter
  95. Properties.MaxLength = 0
  96. HeaderAlignmentHorz = taCenter
  97. HeaderAlignmentVert = vaCenter
  98. Options.Editing = False
  99. Width = 99
  100. end
  101. object Column14: TcxGridColumn
  102. Caption = #45824#52404#51060#48120#51648' '#54364#52636
  103. PropertiesClassName = 'TcxTextEditProperties'
  104. Properties.Alignment.Horz = taCenter
  105. Properties.Alignment.Vert = taVCenter
  106. Visible = False
  107. HeaderAlignmentHorz = taCenter
  108. HeaderAlignmentVert = vaCenter
  109. end
  110. object Column05: TcxGridColumn
  111. Caption = #51228#50612#44592' IP'
  112. PropertiesClassName = 'TcxTextEditProperties'
  113. Properties.Alignment.Horz = taCenter
  114. Properties.Alignment.Vert = taVCenter
  115. Properties.MaxLength = 20
  116. HeaderAlignmentHorz = taCenter
  117. HeaderAlignmentVert = vaCenter
  118. Options.Editing = False
  119. Width = 81
  120. end
  121. object Column06: TcxGridColumn
  122. Caption = #51228#50612#44592' PORT'
  123. PropertiesClassName = 'TcxTextEditProperties'
  124. Properties.Alignment.Horz = taCenter
  125. Properties.Alignment.Vert = taVCenter
  126. Properties.MaxLength = 5
  127. HeaderAlignmentHorz = taCenter
  128. HeaderAlignmentVert = vaCenter
  129. Options.Editing = False
  130. Width = 91
  131. end
  132. object Column07: TcxGridColumn
  133. Caption = #50937#52852#47700#46972' IP'
  134. PropertiesClassName = 'TcxTextEditProperties'
  135. Properties.Alignment.Horz = taCenter
  136. Properties.Alignment.Vert = taVCenter
  137. Properties.MaxLength = 0
  138. HeaderAlignmentHorz = taCenter
  139. HeaderAlignmentVert = vaCenter
  140. Options.Editing = False
  141. Width = 127
  142. end
  143. object Column08: TcxGridColumn
  144. Caption = #49828#53944#47532#48141#51452#49548
  145. PropertiesClassName = 'TcxTextEditProperties'
  146. Properties.Alignment.Horz = taLeftJustify
  147. Properties.Alignment.Vert = taVCenter
  148. HeaderAlignmentHorz = taCenter
  149. HeaderAlignmentVert = vaCenter
  150. Options.Editing = False
  151. Width = 127
  152. end
  153. object Column09: TcxGridColumn
  154. Caption = #49828#53944#47532#48141#49436#48260' IP'
  155. PropertiesClassName = 'TcxTextEditProperties'
  156. Properties.Alignment.Horz = taCenter
  157. Properties.Alignment.Vert = taVCenter
  158. HeaderAlignmentHorz = taCenter
  159. HeaderAlignmentVert = vaCenter
  160. Options.Editing = False
  161. Width = 93
  162. end
  163. object Column10: TcxGridColumn
  164. Caption = #50808#48512#51228#44277' RTSP'
  165. PropertiesClassName = 'TcxTextEditProperties'
  166. Properties.Alignment.Horz = taCenter
  167. Properties.Alignment.Vert = taVCenter
  168. HeaderAlignmentHorz = taCenter
  169. HeaderAlignmentVert = vaCenter
  170. Options.Editing = False
  171. Width = 136
  172. end
  173. object Column11: TcxGridColumn
  174. Caption = #50808#48512#51228#44277' RTMP'
  175. PropertiesClassName = 'TcxTextEditProperties'
  176. Properties.Alignment.Vert = taVCenter
  177. HeaderAlignmentHorz = taCenter
  178. HeaderAlignmentVert = vaCenter
  179. Options.Editing = False
  180. Width = 87
  181. end
  182. object Column12: TcxGridColumn
  183. Caption = #50808#48512#51228#44277' HTTP'
  184. PropertiesClassName = 'TcxTextEditProperties'
  185. Properties.Alignment.Vert = taVCenter
  186. HeaderAlignmentHorz = taCenter
  187. HeaderAlignmentVert = vaCenter
  188. Options.Editing = False
  189. Width = 100
  190. end
  191. object Column99: TcxGridColumn
  192. Caption = #47700#47784#47532
  193. DataBinding.ValueType = 'Integer'
  194. PropertiesClassName = 'TcxCalcEditProperties'
  195. Properties.Alignment.Horz = taCenter
  196. Properties.Alignment.Vert = taVCenter
  197. Visible = False
  198. HeaderAlignmentHorz = taCenter
  199. HeaderAlignmentVert = vaCenter
  200. Options.Editing = False
  201. end
  202. object Column13: TcxGridColumn
  203. Caption = #45236#48512#51228#44277' RTMP'
  204. PropertiesClassName = 'TcxTextEditProperties'
  205. Properties.Alignment.Vert = taVCenter
  206. HeaderAlignmentHorz = taCenter
  207. HeaderAlignmentVert = vaCenter
  208. end
  209. end
  210. object GlList: TcxGridLevel
  211. GridView = TvList
  212. end
  213. end
  214. object PnlTop: TPanel
  215. Left = 0
  216. Top = 0
  217. Width = 1224
  218. Height = 31
  219. Align = alTop
  220. BevelOuter = bvNone
  221. TabOrder = 1
  222. object BtnAllSelect: TcxButton
  223. Left = 3
  224. Top = 3
  225. Width = 80
  226. Height = 24
  227. Cursor = crHandPoint
  228. Hint = #54364#52636' '#51204#52404' '#49440#53469'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  229. Caption = #51204#52404#49440#53469
  230. Colors.Default = clBtnFace
  231. TabOrder = 0
  232. Font.Charset = DEFAULT_CHARSET
  233. Font.Color = clWindowText
  234. Font.Height = -12
  235. Font.Name = #47569#51008' '#44256#46357
  236. Font.Style = []
  237. ParentFont = False
  238. OnClick = BtnAllSelectClick
  239. end
  240. object BtnReverse: TcxButton
  241. Tag = 2
  242. Left = 169
  243. Top = 3
  244. Width = 80
  245. Height = 24
  246. Cursor = crHandPoint
  247. Hint = #54364#52636' '#49440#53469' '#48152#51204'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  248. Caption = #49440#53469#48152#51204
  249. Colors.Default = clBtnFace
  250. TabOrder = 1
  251. Font.Charset = DEFAULT_CHARSET
  252. Font.Color = clWindowText
  253. Font.Height = -12
  254. Font.Name = #47569#51008' '#44256#46357
  255. Font.Style = []
  256. ParentFont = False
  257. OnClick = BtnAllSelectClick
  258. end
  259. object BtnAllClear: TcxButton
  260. Tag = 1
  261. Left = 86
  262. Top = 3
  263. Width = 80
  264. Height = 24
  265. Cursor = crHandPoint
  266. Hint = #54364#52636' '#51204#52404' '#54644#51228'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  267. Caption = #51204#52404#54644#51228
  268. Colors.Default = clBtnFace
  269. TabOrder = 2
  270. Font.Charset = DEFAULT_CHARSET
  271. Font.Color = clWindowText
  272. Font.Height = -12
  273. Font.Name = #47569#51008' '#44256#46357
  274. Font.Style = []
  275. ParentFont = False
  276. OnClick = BtnAllSelectClick
  277. end
  278. end
  279. object PnlBottom: TPanel
  280. Left = 0
  281. Top = 682
  282. Width = 1224
  283. Height = 31
  284. Align = alBottom
  285. BevelOuter = bvNone
  286. TabOrder = 2
  287. DesignSize = (
  288. 1224
  289. 31)
  290. object LblRecords: TLabel
  291. Left = 1113
  292. Top = 8
  293. Width = 20
  294. Height = 13
  295. Alignment = taRightJustify
  296. Anchors = [akRight, akBottom]
  297. Caption = '0 '#44148
  298. Transparent = True
  299. end
  300. object LbDef: TLabel
  301. Left = 4
  302. Top = 8
  303. Width = 186
  304. Height = 13
  305. Hint = '('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  306. Caption = '('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  307. Color = clWindowText
  308. Font.Charset = DEFAULT_CHARSET
  309. Font.Color = clMaroon
  310. Font.Height = -11
  311. Font.Name = 'Tahoma'
  312. Font.Style = []
  313. ParentColor = False
  314. ParentFont = False
  315. Transparent = True
  316. end
  317. object BtnExlSave: TcxButton
  318. Tag = 1
  319. Left = 1139
  320. Top = 3
  321. Width = 80
  322. Height = 25
  323. Cursor = crHandPoint
  324. Hint = #54028#51068' '#51200#51109
  325. Anchors = [akRight, akBottom]
  326. Caption = #51200#51109
  327. Colors.Default = 10737865
  328. Glyph.Data = {
  329. B6030000424DB603000000000000360000002800000012000000100000000100
  330. 1800000000008003000012170000121700000000000000000000C0C0C0C0C0C0
  331. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  332. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0A5A5A57878787878787878
  333. 7878787878787878787878787878787878787878787878787878787878787878
  334. 78787878787878780000B6B6B6271A156E483B6E483B6E483B6E483B6E483B6E
  335. 483B6E483B6E483B6E483B6E483B6E483B6E483B6E483B6E483B281A15626262
  336. 0000D0D0D04F342AEAAD96F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2
  337. F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2EAAD9650342A6262620000D0D0D04F342A
  338. EAAD96F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B29C7E710000000000
  339. 0000000000000063413550342A6262620000D0D0D04F342AA77765211B180000
  340. 000000000000000000000000001717177F7F7F3A3A3A0000000B08089C7D71EA
  341. AD9650342A6262620000D0D0D04F342AEAAD96F6C6B216121000000000000000
  342. 0000000000D0D0D0000000000000000000161110F6C6B2EAAD9650342A626262
  343. 0000D0D0D04F342AEAAD96F6C6B2EABDA95948400000005151517F7F7F000000
  344. 0000004335307B63597B63599C7D71EAAD9650342A6262620000D0D0D04F342A
  345. EAAD96F6C6B2F6C6B2B290817373735C5C5C000000000000000000866B61F6C6
  346. B2F6C6B2F6C6B2EAAD9650342A6262620000D0D0D04F342AEAAD96F6C6B2DFB4
  347. A14545458B8B8B000000000000000000000000000000B28F81F6C6B2F6C6B2EA
  348. AD9650342A6262620000D0D0D04F342AEAAD969C7E717E7C7B5C5C5C00000000
  349. 00006450480000000000000000000000007A6258F6C6B2EAAD9650342A626262
  350. 0000D0D0D04F342A644135B9B9B91717170000000000009C7D71F6C6B2C9A291
  351. 000000000000000000000000423530EAAD9650342A6262620000D0D0D04F342A
  352. 6441350000000000000000006F5950F6C6B2F6C6B2F6C6B29C7E710000000000
  353. 00000000423530EAAD9650342A6262620000D0D0D04F342AEAAD96F6C6B2F6C6
  354. B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2EA
  355. AD9650342A6262620000D0D0D04F342ADC9076DC9076DC9076DC9076DC9076DC
  356. 9076DC9076DC9076DC9076DC9076DC9076DC9076DC9076DC907650342A626262
  357. 0000E7E7E77F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F
  358. 7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F6B6B6BAEAEAE0000}
  359. Spacing = 6
  360. TabOrder = 0
  361. Font.Charset = DEFAULT_CHARSET
  362. Font.Color = clBlack
  363. Font.Height = -13
  364. Font.Name = #47569#51008' '#44256#46357
  365. Font.Style = []
  366. ParentFont = False
  367. OnClick = BtnExlSaveClick
  368. end
  369. end
  370. object CbUsagType: TcxComboBox
  371. Left = 282
  372. Top = 4
  373. Cursor = crHandPoint
  374. Properties.Alignment.Vert = taVCenter
  375. Properties.DropDownListStyle = lsFixedList
  376. Properties.DropDownSizeable = True
  377. Properties.ReadOnly = False
  378. TabOrder = 3
  379. Visible = False
  380. Width = 200
  381. end
  382. object CbType: TcxComboBox
  383. Left = 487
  384. Top = 4
  385. Cursor = crHandPoint
  386. Properties.Alignment.Vert = taVCenter
  387. Properties.DropDownListStyle = lsFixedList
  388. Properties.DropDownSizeable = True
  389. Properties.ReadOnly = False
  390. TabOrder = 4
  391. Visible = False
  392. Width = 200
  393. end
  394. object lblTitle: TcxLabel
  395. Left = 95
  396. Top = 126
  397. Caption = 'CCTV'#51221#48372
  398. Transparent = True
  399. Visible = False
  400. end
  401. end