FrmCctvLogCtrlSubF.dfm 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. object FrmCctvLogCtrlSub: TFrmCctvLogCtrlSub
  2. Tag = 99
  3. Left = 0
  4. Top = 0
  5. HorzScrollBar.Visible = False
  6. VertScrollBar.Visible = False
  7. Align = alClient
  8. BorderStyle = bsNone
  9. Caption = #51060#47141#51312#54924
  10. ClientHeight = 689
  11. ClientWidth = 1032
  12. Color = clBtnFace
  13. DoubleBuffered = True
  14. Font.Charset = DEFAULT_CHARSET
  15. Font.Color = clWindowText
  16. Font.Height = -13
  17. Font.Name = #47569#51008' '#44256#46357
  18. Font.Style = []
  19. KeyPreview = True
  20. OldCreateOrder = False
  21. WindowState = wsMaximized
  22. OnClose = FormClose
  23. OnDestroy = FormDestroy
  24. OnShow = FormShow
  25. PixelsPerInch = 96
  26. TextHeight = 17
  27. object PnlTop: TPanel
  28. Left = 0
  29. Top = 0
  30. Width = 1032
  31. Height = 34
  32. Align = alTop
  33. BevelOuter = bvNone
  34. TabOrder = 0
  35. DesignSize = (
  36. 1032
  37. 34)
  38. object LblSearch: TLabel
  39. Left = 20
  40. Top = 9
  41. Width = 52
  42. Height = 17
  43. Caption = #44160#49353#51312#44148
  44. Transparent = True
  45. end
  46. object ImgDesc01: TImage
  47. Left = 5
  48. Top = 12
  49. Width = 9
  50. Height = 9
  51. Transparent = True
  52. end
  53. object LblRecords: TLabel
  54. Left = 882
  55. Top = 9
  56. Width = 52
  57. Height = 17
  58. Alignment = taRightJustify
  59. Anchors = [akTop, akRight]
  60. Caption = #51312#54924#44148#49688
  61. Transparent = True
  62. ExplicitLeft = 588
  63. end
  64. object BtnExlSave: TcxButton
  65. Left = 942
  66. Top = 5
  67. Width = 80
  68. Height = 25
  69. Cursor = crHandPoint
  70. Hint = #51312#54924' '#44208#44284' '#45936#51060#53552#47484' '#54028#51068#47196' '#51200#51109#54633#45768#45796'.'
  71. Anchors = [akTop, akRight]
  72. Caption = #51200#51109
  73. Colors.Default = 3893744
  74. TabOrder = 0
  75. Font.Charset = DEFAULT_CHARSET
  76. Font.Color = clWindowText
  77. Font.Height = -13
  78. Font.Name = #47569#51008' '#44256#46357
  79. Font.Style = [fsBold]
  80. ParentFont = False
  81. OnClick = BtnExlSaveClick
  82. end
  83. end
  84. object PnlList: TPanel
  85. Left = 0
  86. Top = 34
  87. Width = 1032
  88. Height = 655
  89. Align = alClient
  90. BevelOuter = bvNone
  91. TabOrder = 1
  92. DesignSize = (
  93. 1032
  94. 655)
  95. object CxList: TcxGrid
  96. Left = 0
  97. Top = 0
  98. Width = 1032
  99. Height = 655
  100. Align = alClient
  101. TabOrder = 1
  102. LockedStateImageOptions.Effect = lsieDark
  103. LockedStateImageOptions.ShowText = True
  104. object TvList: TcxGridTableView
  105. Navigator.Buttons.Append.Visible = True
  106. Navigator.Buttons.SaveBookmark.Visible = False
  107. Navigator.InfoPanel.Visible = True
  108. DataController.Summary.DefaultGroupSummaryItems = <>
  109. DataController.Summary.FooterSummaryItems = <>
  110. DataController.Summary.SummaryGroups = <>
  111. FilterRow.InfoText = '<'#44160#49353#50612#47484' '#51077#47141#54616#49464#50836'.>'
  112. OptionsBehavior.CellHints = True
  113. OptionsBehavior.ShowLockedStateImageOptions.BestFit = lsimImmediate
  114. OptionsBehavior.ShowLockedStateImageOptions.Filtering = lsimImmediate
  115. OptionsBehavior.ShowLockedStateImageOptions.Grouping = lsimImmediate
  116. OptionsBehavior.ShowLockedStateImageOptions.Sorting = lsimImmediate
  117. OptionsData.Deleting = False
  118. OptionsData.DeletingConfirmation = False
  119. OptionsData.Editing = False
  120. OptionsData.Inserting = False
  121. OptionsView.Indicator = True
  122. object Col00: TcxGridColumn
  123. Caption = 'CCTV'#48264#54840
  124. PropertiesClassName = 'TcxLabelProperties'
  125. Properties.Alignment.Horz = taCenter
  126. Properties.Alignment.Vert = taVCenter
  127. HeaderAlignmentHorz = taCenter
  128. HeaderAlignmentVert = vaCenter
  129. end
  130. object Col01: TcxGridColumn
  131. Caption = 'CCTV ID'
  132. PropertiesClassName = 'TcxLabelProperties'
  133. Properties.Alignment.Horz = taCenter
  134. Properties.Alignment.Vert = taVCenter
  135. HeaderAlignmentHorz = taCenter
  136. HeaderAlignmentVert = vaCenter
  137. Options.Editing = False
  138. Width = 119
  139. end
  140. object Col02: TcxGridColumn
  141. Caption = 'CCTV '#47749#52845
  142. PropertiesClassName = 'TcxLabelProperties'
  143. Properties.Alignment.Horz = taLeftJustify
  144. Properties.Alignment.Vert = taVCenter
  145. HeaderAlignmentHorz = taCenter
  146. HeaderAlignmentVert = vaCenter
  147. Options.Editing = False
  148. Width = 214
  149. end
  150. object Col03: TcxGridColumn
  151. Caption = #51228#50612#50976#54805
  152. PropertiesClassName = 'TcxLabelProperties'
  153. Properties.Alignment.Horz = taCenter
  154. Properties.Alignment.Vert = taVCenter
  155. HeaderAlignmentHorz = taCenter
  156. HeaderAlignmentVert = vaCenter
  157. Options.Editing = False
  158. Width = 136
  159. end
  160. object Col04: TcxGridColumn
  161. Caption = #51228#50612#49884#44033
  162. PropertiesClassName = 'TcxLabelProperties'
  163. Properties.Alignment.Horz = taCenter
  164. Properties.Alignment.Vert = taVCenter
  165. HeaderAlignmentHorz = taCenter
  166. HeaderAlignmentVert = vaCenter
  167. Options.Editing = False
  168. Width = 151
  169. end
  170. object Col05: TcxGridColumn
  171. Caption = #51228#50612#44050
  172. PropertiesClassName = 'TcxLabelProperties'
  173. Properties.Alignment.Horz = taLeftJustify
  174. Properties.Alignment.Vert = taVCenter
  175. HeaderAlignmentHorz = taCenter
  176. HeaderAlignmentVert = vaCenter
  177. Width = 110
  178. end
  179. object Col06: TcxGridColumn
  180. Caption = #44208#44284
  181. PropertiesClassName = 'TcxLabelProperties'
  182. Properties.Alignment.Horz = taCenter
  183. Properties.Alignment.Vert = taVCenter
  184. OnCustomDrawCell = Col06CustomDrawCell
  185. HeaderAlignmentHorz = taCenter
  186. HeaderAlignmentVert = vaCenter
  187. end
  188. object Col07: TcxGridColumn
  189. Caption = #50868#50689#51088
  190. PropertiesClassName = 'TcxLabelProperties'
  191. Properties.Alignment.Horz = taLeftJustify
  192. Properties.Alignment.Vert = taVCenter
  193. HeaderAlignmentHorz = taCenter
  194. HeaderAlignmentVert = vaCenter
  195. Width = 102
  196. end
  197. end
  198. object GlList: TcxGridLevel
  199. GridView = TvList
  200. end
  201. end
  202. object ChkExpand: TcxCheckBox
  203. Tag = 9
  204. Left = 918
  205. Top = 7
  206. Cursor = crHandPoint
  207. Hint = #44536#47353' '#47785#47197' '#54869#51109' '#46608#45716' '#52712#49548
  208. Anchors = [akTop, akRight]
  209. Caption = #54869#51109'/'#52629#49548
  210. ParentBackground = False
  211. ParentColor = False
  212. ParentShowHint = False
  213. ShowHint = True
  214. State = cbsChecked
  215. Style.BorderColor = 9868950
  216. Style.BorderStyle = ebsThick
  217. Style.Color = 14671839
  218. Style.Shadow = False
  219. TabOrder = 0
  220. Transparent = True
  221. OnClick = ChkExpandClick
  222. Width = 85
  223. end
  224. object lblV10: TcxLabel
  225. Left = 329
  226. Top = 399
  227. Caption = #54268' '#51593#49884' '#45796#50868#47196#46300
  228. Transparent = True
  229. Visible = False
  230. end
  231. end
  232. object lblText1: TcxLabel
  233. Left = 141
  234. Top = 349
  235. Caption = #51312#54924#44208#44284#44032' '#50630#49845#45768#45796'.'
  236. Transparent = True
  237. Visible = False
  238. end
  239. object lblText2: TcxLabel
  240. Left = 141
  241. Top = 376
  242. Caption = #44160#49353#44592#44036': '
  243. Transparent = True
  244. Visible = False
  245. end
  246. object lblSucc: TcxLabel
  247. Left = 141
  248. Top = 403
  249. Caption = #49457#44277
  250. Transparent = True
  251. Visible = False
  252. end
  253. object lblFai: TcxLabel
  254. Left = 141
  255. Top = 430
  256. Caption = #49892#54056
  257. Transparent = True
  258. Visible = False
  259. end
  260. object lblCnt: TcxLabel
  261. Left = 141
  262. Top = 457
  263. Caption = ' '#44148
  264. Transparent = True
  265. Visible = False
  266. end
  267. object lblV01: TcxLabel
  268. Left = 329
  269. Top = 230
  270. Caption = #51204#44305#54032'ON'
  271. Transparent = True
  272. Visible = False
  273. end
  274. object lblV02: TcxLabel
  275. Left = 329
  276. Top = 252
  277. Caption = #51204#44305#54032'OFF'
  278. Transparent = True
  279. Visible = False
  280. end
  281. object lblV03: TcxLabel
  282. Left = 329
  283. Top = 274
  284. Caption = #51228#50612#44592#47532#49483
  285. Transparent = True
  286. Visible = False
  287. end
  288. object lblV04: TcxLabel
  289. Left = 329
  290. Top = 297
  291. Caption = #54632#52404#54872#44221#49444#51221
  292. Transparent = True
  293. Visible = False
  294. end
  295. object lblV05: TcxLabel
  296. Left = 329
  297. Top = 319
  298. Caption = #51204#44305#54032'ON/OFF'#49884#44033#49444#51221
  299. Transparent = True
  300. Visible = False
  301. end
  302. object lblV06: TcxLabel
  303. Left = 329
  304. Top = 341
  305. Caption = #50868#50689#47784#46300#48320#44221
  306. Transparent = True
  307. Visible = False
  308. end
  309. object lblV07: TcxLabel
  310. Left = 329
  311. Top = 364
  312. Caption = #55064#46020#51228#50612
  313. Transparent = True
  314. Visible = False
  315. end
  316. object lblV08: TcxLabel
  317. Left = 329
  318. Top = 386
  319. Caption = #44592#48376#47700#49884#51648#45796#50868#47196#46300
  320. Transparent = True
  321. Visible = False
  322. end
  323. object lblV09: TcxLabel
  324. Left = 329
  325. Top = 409
  326. Caption = #54268' '#54364#52636#51452#44592
  327. Transparent = True
  328. Visible = False
  329. end
  330. object ADOQry: TADOQuery
  331. Parameters = <>
  332. Left = 240
  333. Top = 148
  334. end
  335. object TmrShow: TTimer
  336. Enabled = False
  337. Interval = 300
  338. OnTimer = TmrShowTimer
  339. Left = 320
  340. Top = 156
  341. end
  342. end