IFM00401F.dfm 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. object IFM00401: TIFM00401
  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' '#51060#47141
  10. ClientHeight = 651
  11. ClientWidth = 1438
  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. ExplicitWidth = 320
  25. ExplicitHeight = 240
  26. PixelsPerInch = 96
  27. TextHeight = 17
  28. object PnlTop: TPanel
  29. Left = 0
  30. Top = 0
  31. Width = 1438
  32. Height = 34
  33. Align = alTop
  34. BevelOuter = bvNone
  35. TabOrder = 0
  36. DesignSize = (
  37. 1438
  38. 34)
  39. object LblSearch: TLabel
  40. Left = 20
  41. Top = 9
  42. Width = 52
  43. Height = 17
  44. Caption = #44160#49353#51312#44148
  45. Transparent = True
  46. end
  47. object ImgDesc01: TImage
  48. Left = 5
  49. Top = 12
  50. Width = 9
  51. Height = 9
  52. Transparent = True
  53. end
  54. object LblRecords: TLabel
  55. Left = 1196
  56. Top = 9
  57. Width = 52
  58. Height = 17
  59. Alignment = taRightJustify
  60. Anchors = [akTop, akRight]
  61. Caption = #51312#54924#44148#49688
  62. Transparent = True
  63. end
  64. object BtnExlSave: TcxButton
  65. Left = 1351
  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. object BtnBestFit: TcxButton
  84. Tag = 1
  85. Left = 1266
  86. Top = 5
  87. Width = 80
  88. Height = 25
  89. Cursor = crHandPoint
  90. Hint = #52972#47100#50676' '#47582#52644
  91. Anchors = [akLeft, akBottom]
  92. Caption = #50676#47582#52644
  93. Colors.Default = 10737865
  94. TabOrder = 1
  95. Font.Charset = DEFAULT_CHARSET
  96. Font.Color = clBlack
  97. Font.Height = -13
  98. Font.Name = #47569#51008' '#44256#46357
  99. Font.Style = []
  100. ParentFont = False
  101. OnClick = BtnBestFitClick
  102. end
  103. end
  104. object PnlList: TPanel
  105. Left = 0
  106. Top = 34
  107. Width = 1438
  108. Height = 617
  109. Align = alClient
  110. BevelOuter = bvNone
  111. TabOrder = 1
  112. DesignSize = (
  113. 1438
  114. 617)
  115. object CxList: TcxGrid
  116. Left = 0
  117. Top = 0
  118. Width = 1438
  119. Height = 617
  120. Align = alClient
  121. TabOrder = 1
  122. object TvList: TcxGridBandedTableView
  123. DataController.Summary.DefaultGroupSummaryItems = <>
  124. DataController.Summary.FooterSummaryItems = <>
  125. DataController.Summary.SummaryGroups = <>
  126. OptionsCustomize.ColumnsQuickCustomization = True
  127. OptionsCustomize.BandMoving = False
  128. OptionsCustomize.BandsQuickCustomization = True
  129. OptionsData.CancelOnExit = False
  130. OptionsData.Deleting = False
  131. OptionsData.DeletingConfirmation = False
  132. OptionsData.Editing = False
  133. OptionsData.Inserting = False
  134. OptionsView.NoDataToDisplayInfoText = '<'#49884#49444#47932#51109#50528' '#51060#47141' '#51221#48372#44032' '#50630#49845#45768#45796'.>'
  135. OptionsView.GroupByBox = False
  136. OptionsView.Indicator = True
  137. Bands = <
  138. item
  139. Caption = #49884#49444#47932
  140. Width = 364
  141. end
  142. item
  143. Caption = #51109#50528#45236#50669
  144. end
  145. item
  146. Caption = #51109#50528#51312#52824#45236#50669
  147. end>
  148. object TvListColumn1: TcxGridBandedColumn
  149. Caption = #50976#54805
  150. PropertiesClassName = 'TcxLabelProperties'
  151. Properties.Alignment.Horz = taCenter
  152. Properties.Alignment.Vert = taVCenter
  153. HeaderAlignmentHorz = taCenter
  154. HeaderAlignmentVert = vaCenter
  155. Width = 57
  156. Position.BandIndex = 0
  157. Position.ColIndex = 0
  158. Position.RowIndex = 0
  159. end
  160. object TvListColumn2: TcxGridBandedColumn
  161. Caption = 'ID'
  162. PropertiesClassName = 'TcxLabelProperties'
  163. Properties.Alignment.Horz = taLeftJustify
  164. Properties.Alignment.Vert = taVCenter
  165. HeaderAlignmentHorz = taCenter
  166. HeaderAlignmentVert = vaCenter
  167. Width = 90
  168. Position.BandIndex = 0
  169. Position.ColIndex = 1
  170. Position.RowIndex = 0
  171. end
  172. object TvListColumn3: TcxGridBandedColumn
  173. Caption = #49444#52824#50948#52824
  174. PropertiesClassName = 'TcxLabelProperties'
  175. Properties.Alignment.Vert = taVCenter
  176. HeaderAlignmentHorz = taCenter
  177. HeaderAlignmentVert = vaCenter
  178. Width = 217
  179. Position.BandIndex = 0
  180. Position.ColIndex = 2
  181. Position.RowIndex = 0
  182. end
  183. object TvListColumn4: TcxGridBandedColumn
  184. Caption = #51109#50528#51068#47144#48264#54840
  185. PropertiesClassName = 'TcxLabelProperties'
  186. Properties.Alignment.Horz = taRightJustify
  187. Properties.Alignment.Vert = taVCenter
  188. HeaderAlignmentHorz = taCenter
  189. HeaderAlignmentVert = vaCenter
  190. Width = 84
  191. Position.BandIndex = 1
  192. Position.ColIndex = 0
  193. Position.RowIndex = 0
  194. end
  195. object TvListColumn5: TcxGridBandedColumn
  196. Caption = #51109#48708#50976#54805
  197. PropertiesClassName = 'TcxLabelProperties'
  198. Properties.Alignment.Horz = taCenter
  199. Properties.Alignment.Vert = taVCenter
  200. HeaderAlignmentHorz = taCenter
  201. HeaderAlignmentVert = vaCenter
  202. Position.BandIndex = 1
  203. Position.ColIndex = 1
  204. Position.RowIndex = 0
  205. end
  206. object TvListColumn6: TcxGridBandedColumn
  207. Caption = #48156#49373#51068#49884
  208. PropertiesClassName = 'TcxTextEditProperties'
  209. Properties.Alignment.Horz = taCenter
  210. Properties.Alignment.Vert = taVCenter
  211. HeaderAlignmentHorz = taCenter
  212. HeaderAlignmentVert = vaCenter
  213. Width = 130
  214. Position.BandIndex = 1
  215. Position.ColIndex = 2
  216. Position.RowIndex = 0
  217. end
  218. object TvListColumn7: TcxGridBandedColumn
  219. Caption = #51217#49688#51088#47749
  220. PropertiesClassName = 'TcxLabelProperties'
  221. Properties.Alignment.Vert = taVCenter
  222. HeaderAlignmentHorz = taCenter
  223. HeaderAlignmentVert = vaCenter
  224. Position.BandIndex = 1
  225. Position.ColIndex = 3
  226. Position.RowIndex = 0
  227. end
  228. object TvListColumn8: TcxGridBandedColumn
  229. Caption = #46321#47197#51068#49884
  230. PropertiesClassName = 'TcxLabelProperties'
  231. Properties.Alignment.Horz = taCenter
  232. Properties.Alignment.Vert = taVCenter
  233. HeaderAlignmentHorz = taCenter
  234. HeaderAlignmentVert = vaCenter
  235. Width = 130
  236. Position.BandIndex = 1
  237. Position.ColIndex = 4
  238. Position.RowIndex = 0
  239. end
  240. object TvListColumn9: TcxGridBandedColumn
  241. Caption = #46321#47197#51088
  242. PropertiesClassName = 'TcxLabelProperties'
  243. Properties.Alignment.Vert = taVCenter
  244. HeaderAlignmentHorz = taCenter
  245. HeaderAlignmentVert = vaCenter
  246. Position.BandIndex = 1
  247. Position.ColIndex = 5
  248. Position.RowIndex = 0
  249. end
  250. object TvListColumn10: TcxGridBandedColumn
  251. Caption = #48320#44221#51088
  252. PropertiesClassName = 'TcxLabelProperties'
  253. Properties.Alignment.Vert = taVCenter
  254. HeaderAlignmentHorz = taCenter
  255. HeaderAlignmentVert = vaCenter
  256. Position.BandIndex = 1
  257. Position.ColIndex = 6
  258. Position.RowIndex = 0
  259. end
  260. object TvListColumn11: TcxGridBandedColumn
  261. Caption = #48320#44221#51068#49884
  262. PropertiesClassName = 'TcxLabelProperties'
  263. Properties.Alignment.Horz = taCenter
  264. Properties.Alignment.Vert = taVCenter
  265. HeaderAlignmentHorz = taCenter
  266. HeaderAlignmentVert = vaCenter
  267. Width = 130
  268. Position.BandIndex = 1
  269. Position.ColIndex = 7
  270. Position.RowIndex = 0
  271. end
  272. object TvListColumn12: TcxGridBandedColumn
  273. Caption = #51109#50528#48156#49373#53076#46300
  274. PropertiesClassName = 'TcxLabelProperties'
  275. Properties.Alignment.Vert = taVCenter
  276. HeaderAlignmentHorz = taCenter
  277. HeaderAlignmentVert = vaCenter
  278. Position.BandIndex = 1
  279. Position.ColIndex = 8
  280. Position.RowIndex = 0
  281. end
  282. object TvListColumn13: TcxGridBandedColumn
  283. Caption = #51109#50528#50976#54805
  284. PropertiesClassName = 'TcxLabelProperties'
  285. Properties.Alignment.Vert = taVCenter
  286. HeaderAlignmentHorz = taCenter
  287. HeaderAlignmentVert = vaCenter
  288. Position.BandIndex = 1
  289. Position.ColIndex = 9
  290. Position.RowIndex = 0
  291. end
  292. object TvListColumn14: TcxGridBandedColumn
  293. Caption = #51109#50528#45236#50857
  294. PropertiesClassName = 'TcxLabelProperties'
  295. Properties.Alignment.Vert = taVCenter
  296. HeaderAlignmentHorz = taCenter
  297. HeaderAlignmentVert = vaCenter
  298. Width = 200
  299. Position.BandIndex = 1
  300. Position.ColIndex = 10
  301. Position.RowIndex = 0
  302. end
  303. object TvListColumn15: TcxGridBandedColumn
  304. Caption = #51089#50629#51088
  305. PropertiesClassName = 'TcxLabelProperties'
  306. Properties.Alignment.Vert = taVCenter
  307. HeaderAlignmentHorz = taCenter
  308. HeaderAlignmentVert = vaCenter
  309. Position.BandIndex = 2
  310. Position.ColIndex = 0
  311. Position.RowIndex = 0
  312. end
  313. object TvListColumn16: TcxGridBandedColumn
  314. Caption = #51089#50629#49884#51089#51068#49884
  315. PropertiesClassName = 'TcxLabelProperties'
  316. Properties.Alignment.Horz = taCenter
  317. Properties.Alignment.Vert = taVCenter
  318. HeaderAlignmentHorz = taCenter
  319. HeaderAlignmentVert = vaCenter
  320. Width = 130
  321. Position.BandIndex = 2
  322. Position.ColIndex = 1
  323. Position.RowIndex = 0
  324. end
  325. object TvListColumn17: TcxGridBandedColumn
  326. Caption = #51089#50629#51333#47308#51068#49884
  327. PropertiesClassName = 'TcxLabelProperties'
  328. Properties.Alignment.Horz = taCenter
  329. Properties.Alignment.Vert = taVCenter
  330. HeaderAlignmentHorz = taCenter
  331. HeaderAlignmentVert = vaCenter
  332. Width = 130
  333. Position.BandIndex = 2
  334. Position.ColIndex = 2
  335. Position.RowIndex = 0
  336. end
  337. object TvListColumn18: TcxGridBandedColumn
  338. Caption = #51089#50629#50756#47308#50668#48512
  339. PropertiesClassName = 'TcxLabelProperties'
  340. Properties.Alignment.Horz = taCenter
  341. Properties.Alignment.Vert = taVCenter
  342. HeaderAlignmentHorz = taCenter
  343. HeaderAlignmentVert = vaCenter
  344. Width = 83
  345. Position.BandIndex = 2
  346. Position.ColIndex = 3
  347. Position.RowIndex = 0
  348. end
  349. object TvListColumn19: TcxGridBandedColumn
  350. Caption = #51109#50528#52376#47532#50976#54805
  351. PropertiesClassName = 'TcxLabelProperties'
  352. Properties.Alignment.Vert = taVCenter
  353. HeaderAlignmentHorz = taCenter
  354. HeaderAlignmentVert = vaCenter
  355. Width = 100
  356. Position.BandIndex = 2
  357. Position.ColIndex = 4
  358. Position.RowIndex = 0
  359. end
  360. object TvListColumn20: TcxGridBandedColumn
  361. Caption = #44592#53440#52376#47532#45236#50857
  362. PropertiesClassName = 'TcxLabelProperties'
  363. Properties.Alignment.Vert = taVCenter
  364. HeaderAlignmentHorz = taCenter
  365. HeaderAlignmentVert = vaCenter
  366. Width = 100
  367. Position.BandIndex = 2
  368. Position.ColIndex = 5
  369. Position.RowIndex = 0
  370. end
  371. object TvListColumn21: TcxGridBandedColumn
  372. Caption = #52628#44032#51089#50629#51088
  373. PropertiesClassName = 'TcxLabelProperties'
  374. Properties.Alignment.Vert = taVCenter
  375. HeaderAlignmentHorz = taCenter
  376. HeaderAlignmentVert = vaCenter
  377. Width = 70
  378. Position.BandIndex = 2
  379. Position.ColIndex = 6
  380. Position.RowIndex = 0
  381. end
  382. object TvListColumn22: TcxGridBandedColumn
  383. Caption = #52628#44032#51089#50629#49884#51089#51068#49884
  384. PropertiesClassName = 'TcxLabelProperties'
  385. Properties.Alignment.Horz = taCenter
  386. Properties.Alignment.Vert = taVCenter
  387. HeaderAlignmentHorz = taCenter
  388. HeaderAlignmentVert = vaCenter
  389. Width = 130
  390. Position.BandIndex = 2
  391. Position.ColIndex = 7
  392. Position.RowIndex = 0
  393. end
  394. object TvListColumn23: TcxGridBandedColumn
  395. Caption = #52628#44032#51089#50629#51333#47308#51068#49884
  396. PropertiesClassName = 'TcxLabelProperties'
  397. Properties.Alignment.Horz = taCenter
  398. Properties.Alignment.Vert = taVCenter
  399. HeaderAlignmentHorz = taCenter
  400. HeaderAlignmentVert = vaCenter
  401. Width = 130
  402. Position.BandIndex = 2
  403. Position.ColIndex = 8
  404. Position.RowIndex = 0
  405. end
  406. object TvListColumn24: TcxGridBandedColumn
  407. Caption = #49325#51228#50668#48512
  408. PropertiesClassName = 'TcxLabelProperties'
  409. Properties.Alignment.Vert = taVCenter
  410. Visible = False
  411. HeaderAlignmentHorz = taCenter
  412. HeaderAlignmentVert = vaCenter
  413. VisibleForCustomization = False
  414. Position.BandIndex = 2
  415. Position.ColIndex = 9
  416. Position.RowIndex = 0
  417. end
  418. end
  419. object GlList: TcxGridLevel
  420. GridView = TvList
  421. end
  422. end
  423. object ChkExpand: TcxCheckBox
  424. Tag = 9
  425. Left = 1031
  426. Top = 2
  427. Cursor = crHandPoint
  428. Hint = #44536#47353' '#47785#47197' '#54869#51109' '#46608#45716' '#52712#49548
  429. Anchors = [akTop, akRight]
  430. Caption = #54869#51109'/'#52629#49548
  431. ParentBackground = False
  432. ParentColor = False
  433. ParentShowHint = False
  434. ShowHint = True
  435. State = cbsChecked
  436. Style.BorderColor = 9868950
  437. Style.BorderStyle = ebsThick
  438. Style.Color = 14671839
  439. Style.Shadow = False
  440. TabOrder = 0
  441. Transparent = True
  442. Visible = False
  443. OnClick = ChkExpandClick
  444. Width = 85
  445. end
  446. end
  447. object ADOQry: TADOQuery
  448. Parameters = <>
  449. Left = 240
  450. Top = 148
  451. end
  452. object TmrShow: TTimer
  453. Enabled = False
  454. Interval = 300
  455. OnTimer = TmrShowTimer
  456. Left = 320
  457. Top = 156
  458. end
  459. end