ReportHistoryFrm.dfm 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. object ReportHistoryForm: TReportHistoryForm
  2. Left = 445
  3. Top = 436
  4. ActiveControl = mmMemo
  5. BorderStyle = bsDialog
  6. Caption = #21382#21490#29256#26412
  7. ClientHeight = 284
  8. ClientWidth = 450
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -13
  13. Font.Name = #23435#20307
  14. Font.Style = []
  15. OldCreateOrder = False
  16. Position = poScreenCenter
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. object Label1: TLabel
  20. Left = 8
  21. Top = 8
  22. Width = 80
  23. Height = 20
  24. Caption = #21382#21490#29256#26412
  25. Font.Charset = DEFAULT_CHARSET
  26. Font.Color = clWindowText
  27. Font.Height = -20
  28. Font.Name = #23435#20307
  29. Font.Style = []
  30. ParentFont = False
  31. end
  32. object Label2: TLabel
  33. Left = 8
  34. Top = 32
  35. Width = 260
  36. Height = 19
  37. Caption = #25105#20204#26368#22810#20165#25552#20379#19977#20010#21382#21490#29256#26412#20379#20320#19979#36733#20351#29992#12290
  38. Font.Charset = DEFAULT_CHARSET
  39. Font.Color = 6250335
  40. Font.Height = -13
  41. Font.Name = #24494#36719#38597#40657
  42. Font.Style = []
  43. ParentFont = False
  44. end
  45. object lblReportName: TLabel
  46. Left = 8
  47. Top = 60
  48. Width = 92
  49. Height = 19
  50. Caption = 'lblReportName'
  51. Font.Charset = DEFAULT_CHARSET
  52. Font.Color = clWindowText
  53. Font.Height = -13
  54. Font.Name = #24494#36719#38597#40657
  55. Font.Style = []
  56. ParentFont = False
  57. end
  58. object tcHistory: TTabControl
  59. Left = 8
  60. Top = 84
  61. Width = 433
  62. Height = 194
  63. Font.Charset = DEFAULT_CHARSET
  64. Font.Color = clWindowText
  65. Font.Height = -13
  66. Font.Name = #24494#36719#38597#40657
  67. Font.Style = []
  68. ParentFont = False
  69. TabOrder = 0
  70. Tabs.Strings = (
  71. '2016-08-01'
  72. '2016-08-02'
  73. '2016-08-03')
  74. TabIndex = 0
  75. TabStop = False
  76. OnChange = tcHistoryChange
  77. object btnDown: TSpeedButton
  78. Left = 118
  79. Top = 157
  80. Width = 163
  81. Height = 30
  82. Caption = #19979#36733#27492#29256#26412
  83. Font.Charset = DEFAULT_CHARSET
  84. Font.Color = clBlue
  85. Font.Height = -13
  86. Font.Name = #24494#36719#38597#40657
  87. Font.Style = []
  88. ParentFont = False
  89. OnClick = btnDownClick
  90. end
  91. object mmMemo: TMemo
  92. Left = 4
  93. Top = 30
  94. Width = 425
  95. Height = 122
  96. TabStop = False
  97. Align = alTop
  98. Lines.Strings = (
  99. #35828#26126)
  100. ReadOnly = True
  101. ScrollBars = ssVertical
  102. TabOrder = 0
  103. end
  104. end
  105. end