2010-07-07 16:51:54 -04:00
|
|
|
inherited frmReportBox: TfrmReportBox
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 512
|
|
|
|
Top = 214
|
2015-05-07 12:34:29 -04:00
|
|
|
HorzScrollBar.Visible = False
|
|
|
|
VertScrollBar.Visible = False
|
2008-07-06 17:36:37 -04:00
|
|
|
Anchors = []
|
|
|
|
BorderIcons = [biSystemMenu]
|
|
|
|
Caption = 'frmReportBox'
|
2010-07-07 16:51:54 -04:00
|
|
|
ClientHeight = 319
|
|
|
|
ClientWidth = 348
|
2008-07-06 17:36:37 -04:00
|
|
|
Font.Charset = ANSI_CHARSET
|
|
|
|
OldCreateOrder = True
|
|
|
|
Position = poScreenCenter
|
|
|
|
OnClose = FormClose
|
2015-05-07 12:34:29 -04:00
|
|
|
OnResize = FormResize
|
2010-07-07 16:51:54 -04:00
|
|
|
ExplicitWidth = 356
|
|
|
|
ExplicitHeight = 353
|
2008-07-06 17:36:37 -04:00
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
2010-07-07 16:51:54 -04:00
|
|
|
object lblFontTest: TLabel [0]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 148
|
|
|
|
Top = 208
|
|
|
|
Width = 77
|
|
|
|
Height = 14
|
|
|
|
Caption = 'lblFontTest'
|
|
|
|
Font.Charset = ANSI_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Courier New'
|
|
|
|
Font.Style = []
|
|
|
|
ParentFont = False
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object memReport: TRichEdit [1]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 0
|
|
|
|
Top = 0
|
2010-07-07 16:51:54 -04:00
|
|
|
Width = 348
|
|
|
|
Height = 298
|
2008-07-06 17:36:37 -04:00
|
|
|
Align = alClient
|
|
|
|
Color = clCream
|
|
|
|
Font.Charset = ANSI_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Courier New'
|
|
|
|
Font.Style = []
|
2015-05-07 12:34:29 -04:00
|
|
|
HideScrollBars = False
|
2008-07-06 17:36:37 -04:00
|
|
|
Lines.Strings = (
|
|
|
|
'memReport')
|
|
|
|
ParentFont = False
|
|
|
|
ReadOnly = True
|
|
|
|
ScrollBars = ssBoth
|
|
|
|
TabOrder = 0
|
|
|
|
WantReturns = False
|
|
|
|
WordWrap = False
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object pnlButton: TPanel [2]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 0
|
2010-07-07 16:51:54 -04:00
|
|
|
Top = 298
|
|
|
|
Width = 348
|
2008-07-06 17:36:37 -04:00
|
|
|
Height = 21
|
|
|
|
Align = alBottom
|
|
|
|
Anchors = []
|
|
|
|
AutoSize = True
|
|
|
|
BevelOuter = bvNone
|
|
|
|
TabOrder = 1
|
|
|
|
DesignSize = (
|
2010-07-07 16:51:54 -04:00
|
|
|
348
|
2008-07-06 17:36:37 -04:00
|
|
|
21)
|
|
|
|
object cmdPrint: TButton
|
2010-07-07 16:51:54 -04:00
|
|
|
Left = 189
|
2008-07-06 17:36:37 -04:00
|
|
|
Top = 0
|
|
|
|
Width = 75
|
|
|
|
Height = 21
|
|
|
|
Anchors = [akRight]
|
|
|
|
Caption = 'Print'
|
|
|
|
TabOrder = 0
|
|
|
|
OnClick = cmdPrintClick
|
|
|
|
end
|
|
|
|
object cmdClose: TButton
|
2010-07-07 16:51:54 -04:00
|
|
|
Left = 272
|
2008-07-06 17:36:37 -04:00
|
|
|
Top = 0
|
|
|
|
Width = 75
|
|
|
|
Height = 21
|
|
|
|
Anchors = [akRight]
|
|
|
|
Cancel = True
|
|
|
|
Caption = 'Close'
|
|
|
|
Default = True
|
|
|
|
TabOrder = 1
|
|
|
|
OnClick = cmdCloseClick
|
|
|
|
end
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
inherited amgrMain: TVA508AccessibilityManager
|
|
|
|
Data = (
|
|
|
|
(
|
|
|
|
'Component = memReport'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = pnlButton'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cmdPrint'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cmdClose'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = frmReportBox'
|
|
|
|
'Status = stsDefault'))
|
|
|
|
end
|
2008-07-06 17:36:37 -04:00
|
|
|
object dlgPrintReport: TPrintDialog
|
|
|
|
Left = 318
|
|
|
|
Top = 41
|
|
|
|
end
|
|
|
|
end
|