2010-07-07 16:31:10 -04:00
|
|
|
inherited frmTemplateView: TfrmTemplateView
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 257
|
|
|
|
Top = 105
|
|
|
|
Caption = 'View Template'
|
2010-07-07 16:31:10 -04:00
|
|
|
ClientHeight = 343
|
|
|
|
ClientWidth = 568
|
2008-07-06 17:36:37 -04:00
|
|
|
Position = poScreenCenter
|
|
|
|
OnClose = FormClose
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnDestroy = FormDestroy
|
2010-07-07 16:31:10 -04:00
|
|
|
ExplicitWidth = 576
|
|
|
|
ExplicitHeight = 370
|
2008-07-06 17:36:37 -04:00
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
2010-07-07 16:31:10 -04:00
|
|
|
object pnlBottom: TPanel [0]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 0
|
2010-07-07 16:31:10 -04:00
|
|
|
Top = 313
|
|
|
|
Width = 568
|
2008-07-06 17:36:37 -04:00
|
|
|
Height = 30
|
|
|
|
Align = alBottom
|
|
|
|
BevelOuter = bvNone
|
|
|
|
TabOrder = 1
|
|
|
|
DesignSize = (
|
2010-07-07 16:31:10 -04:00
|
|
|
568
|
2008-07-06 17:36:37 -04:00
|
|
|
30)
|
|
|
|
object btnClose: TButton
|
2010-07-07 16:31:10 -04:00
|
|
|
Left = 492
|
2008-07-06 17:36:37 -04:00
|
|
|
Top = 6
|
|
|
|
Width = 75
|
|
|
|
Height = 21
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
Cancel = True
|
|
|
|
Caption = 'Close'
|
|
|
|
Default = True
|
|
|
|
TabOrder = 2
|
|
|
|
OnClick = btnCloseClick
|
|
|
|
end
|
|
|
|
object cbStayOnTop: TCheckBox
|
|
|
|
Left = 0
|
|
|
|
Top = 8
|
|
|
|
Width = 77
|
|
|
|
Height = 17
|
|
|
|
Caption = 'Stay on Top'
|
|
|
|
TabOrder = 0
|
|
|
|
OnClick = cbStayOnTopClick
|
|
|
|
end
|
|
|
|
object btnPrint: TButton
|
2010-07-07 16:31:10 -04:00
|
|
|
Left = 412
|
2008-07-06 17:36:37 -04:00
|
|
|
Top = 6
|
|
|
|
Width = 75
|
|
|
|
Height = 21
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
Caption = 'Print'
|
|
|
|
TabOrder = 1
|
|
|
|
OnClick = btnPrintClick
|
|
|
|
end
|
|
|
|
end
|
2010-07-07 16:31:10 -04:00
|
|
|
object reMain: TRichEdit [1]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 0
|
|
|
|
Top = 0
|
2010-07-07 16:31:10 -04:00
|
|
|
Width = 568
|
|
|
|
Height = 313
|
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 = []
|
|
|
|
HideSelection = False
|
|
|
|
ParentFont = False
|
|
|
|
PopupMenu = popView
|
|
|
|
ReadOnly = True
|
|
|
|
ScrollBars = ssBoth
|
|
|
|
TabOrder = 0
|
|
|
|
WantReturns = False
|
|
|
|
WordWrap = False
|
|
|
|
end
|
2010-07-07 16:31:10 -04:00
|
|
|
inherited amgrMain: TVA508AccessibilityManager
|
|
|
|
Data = (
|
|
|
|
(
|
|
|
|
'Component = pnlBottom'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = btnClose'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cbStayOnTop'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = btnPrint'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = reMain'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = frmTemplateView'
|
|
|
|
'Status = stsDefault'))
|
|
|
|
end
|
2008-07-06 17:36:37 -04:00
|
|
|
object popView: TPopupMenu
|
|
|
|
OnPopup = popViewPopup
|
|
|
|
Left = 24
|
|
|
|
Top = 24
|
|
|
|
object Copy1: TMenuItem
|
|
|
|
Caption = '&Copy'
|
|
|
|
ShortCut = 16451
|
|
|
|
OnClick = Copy1Click
|
|
|
|
end
|
|
|
|
object N1: TMenuItem
|
|
|
|
Caption = '-'
|
|
|
|
end
|
|
|
|
object SelectAll1: TMenuItem
|
|
|
|
Caption = 'Select &All'
|
|
|
|
ShortCut = 16449
|
|
|
|
OnClick = SelectAll1Click
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|