home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / AstroMart / _SETUP.1 / Astro5.exe / 0 / RCDATA / TWHEELASPECTS / TWHEELASPECTS.txt
Encoding:
Text File  |  1998-05-13  |  927 b   |  50 lines

  1. object WheelAspects: TWheelAspects
  2.   Left = 200
  3.   Top = 104
  4.   ActiveControl = ListBox
  5.   BorderStyle = bsDialog
  6.   Caption = 'WheelAspects'
  7.   ClientHeight = 158
  8.   ClientWidth = 339
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poDefault
  15.   Visible = True
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ListBox: TListBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 337
  23.     Height = 129
  24.     ExtendedSelect = False
  25.     ItemHeight = 13
  26.     TabOrder = 0
  27.     TabWidth = 50
  28.   end
  29.   object OkBtn: TButton
  30.     Left = 80
  31.     Top = 136
  32.     Width = 75
  33.     Height = 20
  34.     Caption = 'OK'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 1
  38.     OnClick = OkBtnClick
  39.   end
  40.   object InfoBtn: TButton
  41.     Left = 184
  42.     Top = 136
  43.     Width = 75
  44.     Height = 20
  45.     Caption = 'Info +'
  46.     TabOrder = 2
  47.     OnClick = InfoBtnClick
  48.   end
  49. end
  50.