home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / STELLA / _SETUP.1 / Stella.exe / 0 / RCDATA / TSKYSEARCHFORM / TSKYSEARCHFORM.txt < prev   
Text File  |  1998-01-06  |  3KB  |  135 lines

  1. object SkySearchForm: TSkySearchForm
  2.   Left = 362
  3.   Top = 245
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Search for...'
  6.   ClientHeight = 154
  7.   ClientWidth = 430
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 125
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 430
  22.     Height = 154
  23.     Align = alClient
  24.     BevelOuter = bvLowered
  25.     BevelWidth = 2
  26.     TabOrder = 0
  27.     object SearchPanel: TPanel
  28.       Left = 16
  29.       Top = 16
  30.       Width = 400
  31.       Height = 44
  32.       Caption = 'SearchPanel'
  33.       TabOrder = 0
  34.       object SearchBox: TComboBox
  35.         Left = 127
  36.         Top = 8
  37.         Width = 261
  38.         Height = 24
  39.         Style = csDropDownList
  40.         ItemHeight = 16
  41.         Sorted = True
  42.         TabOrder = 0
  43.       end
  44.       object FindButton: TButton
  45.         Left = 16
  46.         Top = 8
  47.         Width = 75
  48.         Height = 25
  49.         Caption = 'Find +'
  50.         TabOrder = 1
  51.         OnClick = FindButtonClick
  52.       end
  53.     end
  54.     object IconPanel: TPanel
  55.       Left = 16
  56.       Top = 72
  57.       Width = 70
  58.       Height = 70
  59.       Caption = 'IconPanel'
  60.       TabOrder = 1
  61.       object Image1: TImage
  62.         Left = 3
  63.         Top = 2
  64.         Width = 64
  65.         Height = 64
  66.         AutoSize = True
  67.         Picture.Data = {<image000.bmp>}
  68.         Stretch = True
  69.       end
  70.     end
  71.     object CheckboxPanel: TPanel
  72.       Left = 96
  73.       Top = 72
  74.       Width = 319
  75.       Height = 67
  76.       BevelOuter = bvLowered
  77.       TabOrder = 2
  78.       object StarsCheckBox: TCheckBox
  79.         Left = 16
  80.         Top = 8
  81.         Width = 97
  82.         Height = 17
  83.         Caption = 'Stars'
  84.         State = cbChecked
  85.         TabOrder = 0
  86.         OnClick = StarsCheckBoxClick
  87.       end
  88.       object DSOCheckbox: TCheckBox
  89.         Left = 16
  90.         Top = 40
  91.         Width = 97
  92.         Height = 17
  93.         Caption = 'DSOs'
  94.         State = cbChecked
  95.         TabOrder = 1
  96.         OnClick = DSOCheckboxClick
  97.       end
  98.       object SolarSystemCheckbox: TCheckBox
  99.         Left = 144
  100.         Top = 8
  101.         Width = 133
  102.         Height = 17
  103.         Caption = 'Solar System'
  104.         State = cbChecked
  105.         TabOrder = 2
  106.         OnClick = SolarSystemCheckboxClick
  107.       end
  108.       object ConstelCheckbox: TCheckBox
  109.         Left = 144
  110.         Top = 40
  111.         Width = 143
  112.         Height = 17
  113.         Caption = 'Constellations'
  114.         State = cbChecked
  115.         TabOrder = 3
  116.         OnClick = ConstelCheckboxClick
  117.       end
  118.     end
  119.   end
  120.   object IniOut1: TIniOut
  121.     FileName = 'STELLA.INI'
  122.     Items.Strings = (
  123.       'SkySearchForm;Left;;Position;SearchFormLeft;1;0'
  124.       'SkySearchForm;Top;;Position;SearchFormTop;1;0'
  125.       'StarsCheckBox;Checked;;Settings;StarsChecked;1;0'
  126.       'DSOCheckbox;Checked;;Settings;DSOChecked;1;0'
  127.       'SolarSystemCheckbox;Checked;;Settings;SolSysChecked;1;0'
  128.       'ConstelCheckbox;Checked;;Settings;ConstelChecked;1;0'
  129.       'SkySearchForm;Visible;;Appearance;SearchFormVisible;1;0')
  130.     RegistryRoot = CURRENT_USER
  131.     Left = 398
  132.     Top = 123
  133.   end
  134. end
  135.