VMSM570MF.dfm 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. object VMSM570M: TVMSM570M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. BorderIcons = [biSystemMenu, biMaximize]
  7. Caption = 'CCTV '#49440#53469
  8. ClientHeight = 515
  9. ClientWidth = 554
  10. Color = clBtnFace
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -13
  14. Font.Name = #47569#51008' '#44256#46357
  15. Font.Style = []
  16. KeyPreview = True
  17. OldCreateOrder = False
  18. Position = poOwnerFormCenter
  19. ShowHint = True
  20. OnClose = FormClose
  21. OnShow = FormShow
  22. DesignSize = (
  23. 554
  24. 515)
  25. PixelsPerInch = 96
  26. TextHeight = 17
  27. object ShpTitle: TShape
  28. Left = 4
  29. Top = 4
  30. Width = 546
  31. Height = 40
  32. Anchors = [akLeft, akTop, akRight]
  33. Brush.Color = 14671839
  34. Pen.Color = 10849679
  35. Pen.Width = 2
  36. Visible = False
  37. ExplicitWidth = 1269
  38. end
  39. object LblCaption: TLabel
  40. Left = 16
  41. Top = 10
  42. Width = 267
  43. Height = 23
  44. Caption = #53440#51060#53952' '
  45. Font.Charset = DEFAULT_CHARSET
  46. Font.Color = 4740964
  47. Font.Height = -17
  48. Font.Name = #47569#51008' '#44256#46357
  49. Font.Style = [fsBold]
  50. ParentFont = False
  51. ParentShowHint = False
  52. ShowHint = True
  53. Visible = False
  54. end
  55. object ShpList: TShape
  56. Left = 4
  57. Top = 5
  58. Width = 546
  59. Height = 504
  60. Anchors = [akLeft, akTop, akRight, akBottom]
  61. Pen.Color = 10849679
  62. Pen.Width = 2
  63. ExplicitWidth = 809
  64. ExplicitHeight = 430
  65. end
  66. object EdFocus: TEdit
  67. Left = -10
  68. Top = -10
  69. Width = 2
  70. Height = 25
  71. ImeName = 'Microsoft Office IME 2007'
  72. TabOrder = 0
  73. Text = 'EdFocus'
  74. end
  75. object PnlBack: TPanel
  76. Left = 12
  77. Top = 9
  78. Width = 533
  79. Height = 494
  80. Anchors = [akLeft, akTop, akRight, akBottom]
  81. BevelOuter = bvNone
  82. ParentBackground = False
  83. ParentColor = True
  84. TabOrder = 1
  85. object PnlLeft: TPanel
  86. Left = 0
  87. Top = 0
  88. Width = 533
  89. Height = 494
  90. Align = alLeft
  91. Anchors = [akLeft, akTop, akRight, akBottom]
  92. BevelOuter = bvNone
  93. TabOrder = 0
  94. object GrpList: TcxGroupBox
  95. Left = 0
  96. Top = 0
  97. Align = alClient
  98. Caption = #9654' CCTV '#47785#47197
  99. Style.BorderColor = clCaptionText
  100. Style.Shadow = False
  101. Style.TextColor = clWindowText
  102. Style.TextStyle = [fsBold]
  103. TabOrder = 0
  104. Height = 494
  105. Width = 533
  106. object PnlMenu: TPanel
  107. Left = 3
  108. Top = 454
  109. Width = 527
  110. Height = 30
  111. Align = alBottom
  112. BevelOuter = bvNone
  113. TabOrder = 0
  114. DesignSize = (
  115. 527
  116. 30)
  117. object BtnSelImage: TcxButton
  118. Tag = 1
  119. Left = 382
  120. Top = 3
  121. Width = 143
  122. Height = 25
  123. Cursor = crHandPoint
  124. Hint = 'CCTV '#49440#53469
  125. Anchors = [akRight, akBottom]
  126. Caption = 'CCTV '#49440#53469
  127. Colors.Default = 10737865
  128. LookAndFeel.NativeStyle = False
  129. TabOrder = 0
  130. Font.Charset = DEFAULT_CHARSET
  131. Font.Color = clBlack
  132. Font.Height = -13
  133. Font.Name = #47569#51008' '#44256#46357
  134. Font.Style = [fsBold]
  135. ParentFont = False
  136. OnClick = BtnSelImageClick
  137. end
  138. end
  139. object CxList: TcxGrid
  140. Left = 3
  141. Top = 19
  142. Width = 527
  143. Height = 435
  144. Align = alClient
  145. TabOrder = 1
  146. LookAndFeel.Kind = lfUltraFlat
  147. LookAndFeel.NativeStyle = False
  148. ExplicitTop = 16
  149. object TvList: TcxGridTableView
  150. FilterBox.CustomizeDialog = False
  151. OnCellDblClick = TvListCellDblClick
  152. OnFocusedRecordChanged = TvListFocusedRecordChanged
  153. DataController.Summary.DefaultGroupSummaryItems = <>
  154. DataController.Summary.FooterSummaryItems = <>
  155. DataController.Summary.SummaryGroups = <>
  156. OptionsCustomize.ColumnFiltering = False
  157. OptionsData.Editing = False
  158. OptionsSelection.HideFocusRectOnExit = False
  159. OptionsSelection.HideSelection = True
  160. OptionsView.GroupByBox = False
  161. OptionsView.Indicator = True
  162. object Col00: TcxGridColumn
  163. Caption = 'NO'
  164. PropertiesClassName = 'TcxTextEditProperties'
  165. Properties.Alignment.Horz = taCenter
  166. Properties.Alignment.Vert = taVCenter
  167. Visible = False
  168. HeaderAlignmentHorz = taCenter
  169. HeaderAlignmentVert = vaCenter
  170. VisibleForCustomization = False
  171. Width = 99
  172. end
  173. object Col01: TcxGridColumn
  174. Caption = #54268#44061#52404'ID'
  175. PropertiesClassName = 'TcxTextEditProperties'
  176. Properties.Alignment.Horz = taCenter
  177. Properties.Alignment.Vert = taVCenter
  178. HeaderAlignmentHorz = taCenter
  179. HeaderAlignmentVert = vaCenter
  180. Options.Editing = False
  181. Options.Filtering = False
  182. Width = 110
  183. end
  184. object Col02: TcxGridColumn
  185. Caption = 'CCTV ID'
  186. PropertiesClassName = 'TcxTextEditProperties'
  187. Properties.Alignment.Horz = taLeftJustify
  188. Properties.Alignment.Vert = taVCenter
  189. HeaderAlignmentHorz = taCenter
  190. HeaderAlignmentVert = vaCenter
  191. Options.Editing = False
  192. Options.Filtering = False
  193. Width = 110
  194. end
  195. object Col03: TcxGridColumn
  196. Caption = 'CCTV '#47749#52845
  197. PropertiesClassName = 'TcxTextEditProperties'
  198. Properties.Alignment.Horz = taLeftJustify
  199. Properties.Alignment.Vert = taVCenter
  200. HeaderAlignmentHorz = taCenter
  201. HeaderAlignmentVert = vaCenter
  202. Options.Editing = False
  203. Width = 279
  204. end
  205. object Col04: TcxGridColumn
  206. Caption = #51333#51216#47749
  207. PropertiesClassName = 'TcxTextEditProperties'
  208. Properties.Alignment.Horz = taLeftJustify
  209. Properties.Alignment.Vert = taVCenter
  210. Visible = False
  211. HeaderAlignmentHorz = taCenter
  212. HeaderAlignmentVert = vaCenter
  213. Options.Editing = False
  214. VisibleForCustomization = False
  215. Width = 105
  216. end
  217. object Col05: TcxGridColumn
  218. Caption = #52629
  219. PropertiesClassName = 'TcxTextEditProperties'
  220. Properties.Alignment.Horz = taLeftJustify
  221. Properties.Alignment.Vert = taVCenter
  222. Visible = False
  223. HeaderAlignmentHorz = taCenter
  224. HeaderAlignmentVert = vaCenter
  225. Options.Editing = False
  226. VisibleForCustomization = False
  227. Width = 40
  228. end
  229. end
  230. object GlList: TcxGridLevel
  231. GridView = TvList
  232. end
  233. end
  234. object EdCctvNm: TcxTextEdit
  235. Left = 18
  236. Top = 152
  237. Properties.ReadOnly = True
  238. TabOrder = 2
  239. Visible = False
  240. Width = 121
  241. end
  242. object EdCctvId: TcxTextEdit
  243. Left = 30
  244. Top = 192
  245. Properties.ReadOnly = True
  246. TabOrder = 3
  247. Visible = False
  248. Width = 121
  249. end
  250. end
  251. end
  252. end
  253. object EdFormObjId: TcxTextEdit
  254. Left = 42
  255. Top = 88
  256. Properties.ReadOnly = True
  257. TabOrder = 2
  258. Visible = False
  259. Width = 121
  260. end
  261. object BtnClose: TcxButton
  262. Left = 449
  263. Top = 8
  264. Width = 75
  265. Height = 25
  266. Cursor = crHandPoint
  267. Hint = #45803#44592
  268. Anchors = [akTop, akRight]
  269. Caption = #45803#44592
  270. Colors.Default = 10737865
  271. TabOrder = 3
  272. Visible = False
  273. Font.Charset = DEFAULT_CHARSET
  274. Font.Color = clBlack
  275. Font.Height = -13
  276. Font.Name = #47569#51008' '#44256#46357
  277. Font.Style = [fsBold]
  278. ParentFont = False
  279. OnClick = BtnCloseClick
  280. end
  281. object TmrShow: TTimer
  282. Enabled = False
  283. Interval = 300
  284. OnTimer = TmrShowTimer
  285. Left = 308
  286. Top = 65528
  287. end
  288. end