2008-07-06 17:36:37 -04:00
|
|
|
inherited frmPrintList: TfrmPrintList
|
|
|
|
Left = 364
|
|
|
|
Top = 191
|
|
|
|
Caption = 'Print Selected Items'
|
2010-07-07 16:51:54 -04:00
|
|
|
ClientHeight = 361
|
|
|
|
ClientWidth = 455
|
2008-07-06 17:36:37 -04:00
|
|
|
OnCreate = FormCreate
|
2010-07-07 16:51:54 -04:00
|
|
|
ExplicitLeft = 364
|
|
|
|
ExplicitTop = 191
|
|
|
|
ExplicitWidth = 463
|
|
|
|
ExplicitHeight = 388
|
2008-07-06 17:36:37 -04:00
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
2010-07-07 16:51:54 -04:00
|
|
|
object lblListName: TLabel [0]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 16
|
|
|
|
Top = 8
|
|
|
|
Width = 54
|
|
|
|
Height = 13
|
|
|
|
Caption = 'lblListName'
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object lbIDParents: TORListBox [1]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 9
|
|
|
|
Top = 22
|
|
|
|
Width = 434
|
|
|
|
Height = 267
|
|
|
|
ItemHeight = 13
|
|
|
|
MultiSelect = True
|
|
|
|
ParentShowHint = False
|
|
|
|
ShowHint = True
|
|
|
|
TabOrder = 0
|
|
|
|
TabWidth = 8
|
|
|
|
Caption = 'Select a list of notes for printing'
|
|
|
|
ItemTipColor = clWindow
|
|
|
|
LongList = False
|
2010-07-07 16:51:54 -04:00
|
|
|
Pieces = '2'
|
2008-07-06 17:36:37 -04:00
|
|
|
TabPositions = '30'
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object cmdOK: TButton [2]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 131
|
|
|
|
Top = 312
|
|
|
|
Width = 75
|
|
|
|
Height = 25
|
|
|
|
Caption = 'OK'
|
|
|
|
TabOrder = 2
|
|
|
|
OnClick = cmdOKClick
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object cmdCancel: TButton [3]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 237
|
|
|
|
Top = 312
|
|
|
|
Width = 75
|
|
|
|
Height = 25
|
|
|
|
Cancel = True
|
|
|
|
Caption = 'Cancel'
|
|
|
|
TabOrder = 3
|
|
|
|
OnClick = cmdCancelClick
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
inherited amgrMain: TVA508AccessibilityManager
|
|
|
|
Data = (
|
|
|
|
(
|
|
|
|
'Component = lbIDParents'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cmdOK'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cmdCancel'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = frmPrintList'
|
|
|
|
'Status = stsDefault'))
|
|
|
|
end
|
2008-07-06 17:36:37 -04:00
|
|
|
end
|