Last change
on this file since 836 was 830, checked in by Kevin Toppenberg, 14 years ago |
Upgrading to version 27
|
File size:
1.7 KB
|
Rev | Line | |
---|
[456] | 1 | inherited frmNoteDelReason: TfrmNoteDelReason
|
---|
| 2 | Left = 354
|
---|
| 3 | Top = 218
|
---|
| 4 | BorderIcons = []
|
---|
| 5 | BorderStyle = bsDialog
|
---|
| 6 | Caption = 'Reason for Deletion'
|
---|
| 7 | ClientHeight = 122
|
---|
| 8 | ClientWidth = 246
|
---|
| 9 | OnCreate = FormCreate
|
---|
[830] | 10 | ExplicitWidth = 320
|
---|
| 11 | ExplicitHeight = 240
|
---|
[456] | 12 | PixelsPerInch = 96
|
---|
| 13 | TextHeight = 13
|
---|
[830] | 14 | object lblInstruction: TStaticText [0]
|
---|
[456] | 15 | Left = 12
|
---|
| 16 | Top = 12
|
---|
| 17 | Width = 226
|
---|
| 18 | Height = 17
|
---|
| 19 | Caption = 'Select the reason for deletion of this document.'
|
---|
| 20 | TabOrder = 4
|
---|
| 21 | end
|
---|
[830] | 22 | object cmdOK: TButton [1]
|
---|
[456] | 23 | Left = 42
|
---|
| 24 | Top = 89
|
---|
| 25 | Width = 72
|
---|
| 26 | Height = 21
|
---|
| 27 | Caption = 'OK'
|
---|
| 28 | Default = True
|
---|
| 29 | TabOrder = 3
|
---|
| 30 | OnClick = cmdOKClick
|
---|
| 31 | end
|
---|
[830] | 32 | object cmdCancel: TButton [2]
|
---|
[456] | 33 | Left = 132
|
---|
| 34 | Top = 89
|
---|
| 35 | Width = 72
|
---|
| 36 | Height = 21
|
---|
| 37 | Cancel = True
|
---|
| 38 | Caption = 'Cancel'
|
---|
| 39 | TabOrder = 0
|
---|
| 40 | OnClick = cmdCancelClick
|
---|
| 41 | end
|
---|
[830] | 42 | object radPrivacy: TRadioButton [3]
|
---|
[456] | 43 | Left = 20
|
---|
| 44 | Top = 37
|
---|
| 45 | Width = 77
|
---|
| 46 | Height = 17
|
---|
| 47 | Caption = '&Privacy Act'
|
---|
| 48 | TabOrder = 1
|
---|
| 49 | TabStop = True
|
---|
| 50 | end
|
---|
[830] | 51 | object radAdmin: TRadioButton [4]
|
---|
[456] | 52 | Left = 20
|
---|
| 53 | Top = 60
|
---|
| 54 | Width = 129
|
---|
| 55 | Height = 17
|
---|
| 56 | Caption = '&Administrative Action'
|
---|
| 57 | TabOrder = 2
|
---|
| 58 | end
|
---|
[830] | 59 | inherited amgrMain: TVA508AccessibilityManager
|
---|
| 60 | Data = (
|
---|
| 61 | (
|
---|
| 62 | 'Component = lblInstruction'
|
---|
| 63 | 'Status = stsDefault')
|
---|
| 64 | (
|
---|
| 65 | 'Component = cmdOK'
|
---|
| 66 | 'Status = stsDefault')
|
---|
| 67 | (
|
---|
| 68 | 'Component = cmdCancel'
|
---|
| 69 | 'Status = stsDefault')
|
---|
| 70 | (
|
---|
| 71 | 'Component = radPrivacy'
|
---|
| 72 | 'Status = stsDefault')
|
---|
| 73 | (
|
---|
| 74 | 'Component = radAdmin'
|
---|
| 75 | 'Status = stsDefault')
|
---|
| 76 | (
|
---|
| 77 | 'Component = frmNoteDelReason'
|
---|
| 78 | 'Status = stsDefault'))
|
---|
| 79 | end
|
---|
[456] | 80 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.