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

  1. object SetEquPoint: TSetEquPoint
  2.   Left = 213
  3.   Top = 232
  4.   ActiveControl = OkBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Equat. coordinates'
  7.   ClientHeight = 160
  8.   ClientWidth = 302
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OkBtn: TButton
  19.     Left = 37
  20.     Top = 132
  21.     Width = 97
  22.     Height = 22
  23.     Caption = '&Ok'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 1
  27.     OnClick = OkBtnClick
  28.     OnKeyDown = FormKeyDown
  29.   end
  30.   object ExitBtn: TButton
  31.     Left = 164
  32.     Top = 132
  33.     Width = 99
  34.     Height = 22
  35.     Caption = '&Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 2
  38.     OnKeyDown = FormKeyDown
  39.   end
  40.   object Panel3: TPanel
  41.     Left = 5
  42.     Top = 5
  43.     Width = 291
  44.     Height = 116
  45.     BevelOuter = bvLowered
  46.     TabOrder = 0
  47.     object Panel2: TPanel
  48.       Left = 1
  49.       Top = 42
  50.       Width = 289
  51.       Height = 73
  52.       TabOrder = 1
  53.       object Label2: TLabel
  54.         Left = 8
  55.         Top = 14
  56.         Width = 97
  57.         Height = 13
  58.         Caption = 'Right ascension, h:'
  59.       end
  60.       object Label3: TLabel
  61.         Left = 8
  62.         Top = 45
  63.         Width = 68
  64.         Height = 13
  65.         Caption = 'Declination, ∩┐╜:'
  66.       end
  67.       object RaEdit: TEdit
  68.         Left = 136
  69.         Top = 10
  70.         Width = 121
  71.         Height = 21
  72.         Font.Color = clBlack
  73.         Font.Height = -11
  74.         Font.Name = 'MS Sans Serif'
  75.         Font.Style = []
  76.         ParentFont = False
  77.         TabOrder = 0
  78.       end
  79.       object DecEdit: TEdit
  80.         Left = 136
  81.         Top = 42
  82.         Width = 121
  83.         Height = 21
  84.         Font.Color = clBlack
  85.         Font.Height = -11
  86.         Font.Name = 'MS Sans Serif'
  87.         Font.Style = []
  88.         ParentFont = False
  89.         TabOrder = 2
  90.       end
  91.       object RaGMS: TButton
  92.         Left = 264
  93.         Top = 10
  94.         Width = 17
  95.         Height = 21
  96.         Caption = 'h'
  97.         Font.Color = clBlack
  98.         Font.Height = -11
  99.         Font.Name = 'MS Sans Serif'
  100.         Font.Style = [fsBold]
  101.         ParentFont = False
  102.         TabOrder = 1
  103.         OnClick = RaGMSClick
  104.       end
  105.       object DecGMS: TButton
  106.         Left = 264
  107.         Top = 42
  108.         Width = 17
  109.         Height = 21
  110.         Caption = '∩┐╜'
  111.         Font.Color = clBlack
  112.         Font.Height = -16
  113.         Font.Name = 'MS Sans Serif'
  114.         Font.Style = [fsBold]
  115.         ParentFont = False
  116.         TabOrder = 3
  117.         OnClick = DecGMSClick
  118.       end
  119.     end
  120.     object Panel1: TPanel
  121.       Left = 1
  122.       Top = 1
  123.       Width = 289
  124.       Height = 41
  125.       TabOrder = 0
  126.       object Label4: TLabel
  127.         Left = 8
  128.         Top = 13
  129.         Width = 33
  130.         Height = 13
  131.         Caption = 'Epoch'
  132.         Font.Color = clNavy
  133.         Font.Height = -11
  134.         Font.Name = 'MS Sans Serif'
  135.         Font.Style = []
  136.         ParentFont = False
  137.       end
  138.       object EpochList: TComboBox
  139.         Left = 50
  140.         Top = 10
  141.         Width = 97
  142.         Height = 21
  143.         Style = csDropDownList
  144.         Font.Color = clBlack
  145.         Font.Height = -11
  146.         Font.Name = 'MS Sans Serif'
  147.         Font.Style = []
  148.         ItemHeight = 13
  149.         Items.Strings = (
  150.           'J1875'
  151.           'J1900'
  152.           'B1950'
  153.           'J1975'
  154.           'J2000'
  155.           'Current'
  156.           'Other')
  157.         ParentFont = False
  158.         TabOrder = 0
  159.         OnChange = EpochListChange
  160.       end
  161.       object EpochEdit: TEdit
  162.         Left = 160
  163.         Top = 10
  164.         Width = 97
  165.         Height = 21
  166.         Font.Color = clBlack
  167.         Font.Height = -11
  168.         Font.Name = 'MS Sans Serif'
  169.         Font.Style = []
  170.         ParentFont = False
  171.         TabOrder = 1
  172.         OnExit = EpochEditExit
  173.       end
  174.       object EpochMJD: TButton
  175.         Left = 264
  176.         Top = 10
  177.         Width = 17
  178.         Height = 21
  179.         Caption = 'J'
  180.         Font.Color = clBlack
  181.         Font.Height = -11
  182.         Font.Name = 'MS Sans Serif'
  183.         Font.Style = [fsBold]
  184.         ParentFont = False
  185.         TabOrder = 2
  186.         OnClick = EpochMJDClick
  187.       end
  188.     end
  189.   end
  190. end
  191.