2008-07-06 17:36:37 -04:00
|
|
|
inherited frmNoteDelReason: TfrmNoteDelReason
|
|
|
|
Left = 354
|
|
|
|
Top = 218
|
|
|
|
BorderIcons = []
|
|
|
|
BorderStyle = bsDialog
|
|
|
|
Caption = 'Reason for Deletion'
|
|
|
|
ClientHeight = 122
|
|
|
|
ClientWidth = 246
|
|
|
|
OnCreate = FormCreate
|
2010-07-07 16:51:54 -04:00
|
|
|
ExplicitWidth = 320
|
|
|
|
ExplicitHeight = 240
|
2008-07-06 17:36:37 -04:00
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
2010-07-07 16:51:54 -04:00
|
|
|
object lblInstruction: TStaticText [0]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 12
|
|
|
|
Top = 12
|
|
|
|
Width = 226
|
|
|
|
Height = 17
|
|
|
|
Caption = 'Select the reason for deletion of this document.'
|
|
|
|
TabOrder = 4
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object cmdOK: TButton [1]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 42
|
|
|
|
Top = 89
|
|
|
|
Width = 72
|
|
|
|
Height = 21
|
|
|
|
Caption = 'OK'
|
|
|
|
Default = True
|
|
|
|
TabOrder = 3
|
|
|
|
OnClick = cmdOKClick
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object cmdCancel: TButton [2]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 132
|
|
|
|
Top = 89
|
|
|
|
Width = 72
|
|
|
|
Height = 21
|
|
|
|
Cancel = True
|
|
|
|
Caption = 'Cancel'
|
|
|
|
TabOrder = 0
|
|
|
|
OnClick = cmdCancelClick
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object radPrivacy: TRadioButton [3]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 20
|
|
|
|
Top = 37
|
|
|
|
Width = 77
|
|
|
|
Height = 17
|
|
|
|
Caption = '&Privacy Act'
|
|
|
|
TabOrder = 1
|
|
|
|
TabStop = True
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object radAdmin: TRadioButton [4]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 20
|
|
|
|
Top = 60
|
|
|
|
Width = 129
|
|
|
|
Height = 17
|
|
|
|
Caption = '&Administrative Action'
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
inherited amgrMain: TVA508AccessibilityManager
|
|
|
|
Data = (
|
|
|
|
(
|
|
|
|
'Component = lblInstruction'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cmdOK'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cmdCancel'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = radPrivacy'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = radAdmin'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = frmNoteDelReason'
|
|
|
|
'Status = stsDefault'))
|
|
|
|
end
|
2008-07-06 17:36:37 -04:00
|
|
|
end
|