home *** CD-ROM | disk | FTP | other *** search
- object WheelAspects: TWheelAspects
- Left = 200
- Top = 104
- ActiveControl = ListBox
- BorderStyle = bsDialog
- Caption = 'WheelAspects'
- ClientHeight = 158
- ClientWidth = 339
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poDefault
- Visible = True
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object ListBox: TListBox
- Left = 0
- Top = 0
- Width = 337
- Height = 129
- ExtendedSelect = False
- ItemHeight = 13
- TabOrder = 0
- TabWidth = 50
- end
- object OkBtn: TButton
- Left = 80
- Top = 136
- Width = 75
- Height = 20
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OkBtnClick
- end
- object InfoBtn: TButton
- Left = 184
- Top = 136
- Width = 75
- Height = 20
- Caption = 'Info +'
- TabOrder = 2
- OnClick = InfoBtnClick
- end
- end
-