home *** CD-ROM | disk | FTP | other *** search
- object SortDlg: TSortDlg
- Left = 244
- Top = 129
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Dialog'
- ClientHeight = 118
- ClientWidth = 260
- Font.Color = clBlack
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 120
- Position = poScreenCenter
- TextHeight = 16
- object OKBtn: TBitBtn
- Left = 153
- Top = 22
- Width = 95
- Height = 33
- TabOrder = 1
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 153
- Top = 69
- Width = 95
- Height = 33
- TabOrder = 2
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object GrpSortOrder: TRadioGroup
- Left = 16
- Top = 12
- Width = 129
- Height = 89
- Caption = 'Sort Order'
- ItemIndex = 0
- Items.Strings = (
- 'Ascending'
- 'Descending')
- TabOrder = 0
- end
- end
-