home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / chip_08_2000.iso / software / astro / starcalc / STARCALC.EXE / 0 / RCDATA / TSOLARFORM / TSOLARFORM.txt
Text File  |  2000-05-28  |  4KB  |  191 lines

  1. object SolarForm: TSolarForm
  2.   Left = 313
  3.   Top = 199
  4.   ActiveControl = OkBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Solar System objects'
  7.   ClientHeight = 182
  8.   ClientWidth = 217
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = CreateWork
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 112
  20.     Top = 8
  21.     Width = 97
  22.     Height = 166
  23.     Caption = ' Planets '
  24.     Font.Color = clNavy
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     TabOrder = 1
  30.     object MerCB: TCheckBox
  31.       Left = 8
  32.       Top = 16
  33.       Width = 81
  34.       Height = 17
  35.       Caption = 'Mercury'
  36.       Font.Color = clBlack
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.       TabOrder = 0
  42.     end
  43.     object VenCB: TCheckBox
  44.       Left = 8
  45.       Top = 34
  46.       Width = 81
  47.       Height = 17
  48.       Caption = 'Venus'
  49.       Font.Color = clBlack
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ParentFont = False
  54.       TabOrder = 1
  55.     end
  56.     object MarCB: TCheckBox
  57.       Left = 8
  58.       Top = 52
  59.       Width = 81
  60.       Height = 17
  61.       Caption = 'Mars'
  62.       Font.Color = clBlack
  63.       Font.Height = -11
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = []
  66.       ParentFont = False
  67.       TabOrder = 2
  68.     end
  69.     object JupCB: TCheckBox
  70.       Left = 8
  71.       Top = 70
  72.       Width = 81
  73.       Height = 17
  74.       Caption = 'Jupiter'
  75.       Font.Color = clBlack
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentFont = False
  80.       TabOrder = 3
  81.     end
  82.     object SatCB: TCheckBox
  83.       Left = 8
  84.       Top = 88
  85.       Width = 81
  86.       Height = 17
  87.       Caption = 'Saturn'
  88.       Font.Color = clBlack
  89.       Font.Height = -11
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = []
  92.       ParentFont = False
  93.       TabOrder = 4
  94.     end
  95.     object UraCB: TCheckBox
  96.       Left = 8
  97.       Top = 106
  98.       Width = 81
  99.       Height = 17
  100.       Caption = 'Uranus'
  101.       Font.Color = clBlack
  102.       Font.Height = -11
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = []
  105.       ParentFont = False
  106.       TabOrder = 5
  107.     end
  108.     object NepCB: TCheckBox
  109.       Left = 8
  110.       Top = 124
  111.       Width = 81
  112.       Height = 17
  113.       Caption = 'Neptune'
  114.       Font.Color = clBlack
  115.       Font.Height = -11
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Style = []
  118.       ParentFont = False
  119.       TabOrder = 6
  120.     end
  121.     object PluCB: TCheckBox
  122.       Left = 8
  123.       Top = 142
  124.       Width = 81
  125.       Height = 17
  126.       Caption = 'Pluto'
  127.       Font.Color = clBlack
  128.       Font.Height = -11
  129.       Font.Name = 'MS Sans Serif'
  130.       Font.Style = []
  131.       ParentFont = False
  132.       TabOrder = 7
  133.     end
  134.   end
  135.   object OkBtn: TButton
  136.     Left = 8
  137.     Top = 125
  138.     Width = 89
  139.     Height = 22
  140.     Caption = '&Ok'
  141.     Default = True
  142.     ModalResult = 1
  143.     TabOrder = 2
  144.     OnClick = OkBtnClick
  145.     OnKeyDown = FormKeyDown
  146.   end
  147.   object ExitBtn: TButton
  148.     Left = 8
  149.     Top = 152
  150.     Width = 89
  151.     Height = 22
  152.     Caption = '&Cancel'
  153.     ModalResult = 2
  154.     TabOrder = 3
  155.     OnKeyDown = FormKeyDown
  156.   end
  157.   object GroupBox2: TGroupBox
  158.     Left = 8
  159.     Top = 8
  160.     Width = 89
  161.     Height = 61
  162.     TabOrder = 0
  163.     object SunCB: TCheckBox
  164.       Left = 8
  165.       Top = 16
  166.       Width = 57
  167.       Height = 17
  168.       Caption = 'Sun'
  169.       Font.Color = clNavy
  170.       Font.Height = -11
  171.       Font.Name = 'MS Sans Serif'
  172.       Font.Style = []
  173.       ParentFont = False
  174.       TabOrder = 0
  175.     end
  176.     object MoonCB: TCheckBox
  177.       Left = 8
  178.       Top = 34
  179.       Width = 57
  180.       Height = 17
  181.       Caption = 'Moon'
  182.       Font.Color = clNavy
  183.       Font.Height = -11
  184.       Font.Name = 'MS Sans Serif'
  185.       Font.Style = []
  186.       ParentFont = False
  187.       TabOrder = 1
  188.     end
  189.   end
  190. end
  191.