IHS00501F.dfm 6.8 KB

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