FRAME_CCamListF.dfm 15 KB

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