VDSH0201F.dfm 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. object VDSH0201: TVDSH0201
  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 = 'VDS-'#51228#50612#44592' '#51060#48292#53944' '#51060#47141
  10. ClientHeight = 698
  11. ClientWidth = 1013
  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. OnShow = FormShow
  24. PixelsPerInch = 96
  25. TextHeight = 17
  26. object PnlTop: TPanel
  27. Left = 0
  28. Top = 0
  29. Width = 1013
  30. Height = 34
  31. Align = alTop
  32. BevelOuter = bvNone
  33. TabOrder = 0
  34. DesignSize = (
  35. 1013
  36. 34)
  37. object LblSearch: TLabel
  38. Left = 20
  39. Top = 9
  40. Width = 52
  41. Height = 17
  42. Caption = #44160#49353#51312#44148
  43. Transparent = True
  44. end
  45. object ImgDesc01: TImage
  46. Left = 5
  47. Top = 12
  48. Width = 9
  49. Height = 9
  50. Transparent = True
  51. end
  52. object LblRecords: TLabel
  53. Left = 863
  54. Top = 9
  55. Width = 52
  56. Height = 17
  57. Alignment = taRightJustify
  58. Anchors = [akTop, akRight]
  59. Caption = #51312#54924#44148#49688
  60. Transparent = True
  61. end
  62. object BtnExlSave: TcxButton
  63. Left = 931
  64. Top = 5
  65. Width = 75
  66. Height = 25
  67. Cursor = crHandPoint
  68. Hint = #51312#54924' '#44208#44284' '#45936#51060#53552#47484' '#54028#51068#47196' '#51200#51109#54633#45768#45796'.'
  69. Anchors = [akTop, akRight]
  70. Caption = #51200#51109
  71. Colors.Default = 3893744
  72. TabOrder = 0
  73. Font.Charset = DEFAULT_CHARSET
  74. Font.Color = clWindowText
  75. Font.Height = -13
  76. Font.Name = #47569#51008' '#44256#46357
  77. Font.Style = [fsBold]
  78. ParentFont = False
  79. OnClick = BtnExlSaveClick
  80. end
  81. end
  82. object PnlList: TPanel
  83. Left = 0
  84. Top = 34
  85. Width = 1013
  86. Height = 664
  87. Align = alClient
  88. BevelOuter = bvNone
  89. TabOrder = 1
  90. DesignSize = (
  91. 1013
  92. 664)
  93. object CxList: TcxGrid
  94. Left = 0
  95. Top = 0
  96. Width = 1013
  97. Height = 664
  98. Align = alClient
  99. TabOrder = 1
  100. object TvList: TcxGridTableView
  101. Navigator.Buttons.Append.Visible = True
  102. Navigator.Buttons.SaveBookmark.Visible = False
  103. Navigator.InfoPanel.Visible = True
  104. DataController.Summary.DefaultGroupSummaryItems = <>
  105. DataController.Summary.FooterSummaryItems = <>
  106. DataController.Summary.SummaryGroups = <>
  107. FilterRow.InfoText = #44160#49353#50612#47484' '#51077#47141#54616#49464#50836'.'
  108. OptionsBehavior.CellHints = True
  109. OptionsBehavior.ShowLockedStateImageOptions.BestFit = lsimImmediate
  110. OptionsBehavior.ShowLockedStateImageOptions.Filtering = lsimImmediate
  111. OptionsBehavior.ShowLockedStateImageOptions.Grouping = lsimImmediate
  112. OptionsBehavior.ShowLockedStateImageOptions.Sorting = lsimImmediate
  113. OptionsData.Deleting = False
  114. OptionsData.DeletingConfirmation = False
  115. OptionsData.Editing = False
  116. OptionsData.Inserting = False
  117. OptionsView.Indicator = True
  118. object Column00: TcxGridColumn
  119. Caption = #44288#47532#48264#54840
  120. PropertiesClassName = 'TcxLabelProperties'
  121. Properties.Alignment.Horz = taCenter
  122. Properties.Alignment.Vert = taVCenter
  123. HeaderAlignmentHorz = taCenter
  124. HeaderAlignmentVert = vaCenter
  125. Width = 117
  126. end
  127. object Column01: TcxGridColumn
  128. Caption = #49688#51665#49884#44033
  129. PropertiesClassName = 'TcxTextEditProperties'
  130. Properties.Alignment.Horz = taCenter
  131. Properties.Alignment.Vert = taVCenter
  132. HeaderAlignmentHorz = taCenter
  133. HeaderAlignmentVert = vaCenter
  134. Options.Editing = False
  135. Width = 168
  136. end
  137. object Column02: TcxGridColumn
  138. Caption = #53685#49888#49345#53468
  139. PropertiesClassName = 'TcxTextEditProperties'
  140. Properties.Alignment.Horz = taCenter
  141. Properties.Alignment.Vert = taVCenter
  142. Properties.MaxLength = 0
  143. Properties.PasswordChar = '*'
  144. HeaderAlignmentHorz = taCenter
  145. HeaderAlignmentVert = vaCenter
  146. Options.Editing = False
  147. Width = 95
  148. end
  149. object Column03: TcxGridColumn
  150. Caption = #52636#47141#51204#50896#49345#53468
  151. PropertiesClassName = 'TcxTextEditProperties'
  152. Properties.Alignment.Horz = taCenter
  153. Properties.Alignment.Vert = taVCenter
  154. Properties.MaxLength = 0
  155. Visible = False
  156. HeaderAlignmentHorz = taCenter
  157. HeaderAlignmentVert = vaCenter
  158. Options.Editing = False
  159. VisibleForCustomization = False
  160. Width = 95
  161. end
  162. object Column04: TcxGridColumn
  163. Caption = #54632#52404#47928#49345#53468
  164. DataBinding.ValueType = 'Integer'
  165. PropertiesClassName = 'TcxCalcEditProperties'
  166. Properties.Alignment.Horz = taCenter
  167. Properties.Alignment.Vert = taVCenter
  168. HeaderAlignmentHorz = taCenter
  169. HeaderAlignmentVert = vaCenter
  170. Options.Editing = False
  171. Width = 95
  172. end
  173. object Column05: TcxGridColumn
  174. Caption = #54060#49345#53468
  175. PropertiesClassName = 'TcxLabelProperties'
  176. Properties.Alignment.Horz = taCenter
  177. Properties.Alignment.Vert = taVCenter
  178. HeaderAlignmentHorz = taCenter
  179. HeaderAlignmentVert = vaCenter
  180. Width = 95
  181. end
  182. object Column06: TcxGridColumn
  183. Caption = #55176#53552#49345#53468
  184. PropertiesClassName = 'TcxLabelProperties'
  185. Properties.Alignment.Horz = taCenter
  186. Properties.Alignment.Vert = taVCenter
  187. HeaderAlignmentHorz = taCenter
  188. HeaderAlignmentVert = vaCenter
  189. Width = 95
  190. end
  191. object Column07: TcxGridColumn
  192. Caption = #52636#47141#51204#50896
  193. PropertiesClassName = 'TcxLabelProperties'
  194. Properties.Alignment.Horz = taCenter
  195. Properties.Alignment.Vert = taVCenter
  196. Visible = False
  197. HeaderAlignmentHorz = taCenter
  198. HeaderAlignmentVert = vaCenter
  199. VisibleForCustomization = False
  200. Width = 95
  201. end
  202. object Column08: TcxGridColumn
  203. Caption = #48708#46356#50724#51077#47141
  204. PropertiesClassName = 'TcxLabelProperties'
  205. Properties.Alignment.Horz = taCenter
  206. Properties.Alignment.Vert = taVCenter
  207. HeaderAlignmentHorz = taCenter
  208. HeaderAlignmentVert = vaCenter
  209. Width = 95
  210. end
  211. object Column09: TcxGridColumn
  212. Caption = #48512#51228#50612#44592#44050
  213. PropertiesClassName = 'TcxLabelProperties'
  214. Properties.Alignment.Horz = taCenter
  215. Properties.Alignment.Vert = taVCenter
  216. Visible = False
  217. HeaderAlignmentHorz = taCenter
  218. HeaderAlignmentVert = vaCenter
  219. end
  220. end
  221. object GlList: TcxGridLevel
  222. GridView = TvList
  223. end
  224. end
  225. object ChkExpand: TcxCheckBox
  226. Tag = 9
  227. Left = 899
  228. Top = 7
  229. Cursor = crHandPoint
  230. Hint = #44536#47353' '#47785#47197' '#54869#51109' '#46608#45716' '#52712#49548
  231. Anchors = [akTop, akRight]
  232. Caption = #54869#51109'/'#52629#49548
  233. ParentBackground = False
  234. ParentColor = False
  235. ParentShowHint = False
  236. ShowHint = True
  237. State = cbsChecked
  238. Style.BorderColor = 9868950
  239. Style.BorderStyle = ebsThick
  240. Style.Color = 14671839
  241. Style.Shadow = False
  242. TabOrder = 0
  243. Transparent = True
  244. OnClick = ChkExpandClick
  245. Width = 85
  246. end
  247. end
  248. object ADOQry: TADOQuery
  249. Parameters = <>
  250. Left = 240
  251. Top = 148
  252. end
  253. object TmrShow: TTimer
  254. Enabled = False
  255. Interval = 300
  256. OnTimer = TmrShowTimer
  257. Left = 320
  258. Top = 156
  259. end
  260. end