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

  1. object SetHorPoint: TSetHorPoint
  2.   Left = 260
  3.   Top = 228
  4.   ActiveControl = OkBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Horiz. coordinates'
  7.   ClientHeight = 123
  8.   ClientWidth = 276
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnKeyDown = FormKeyDown
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 5
  19.     Top = 0
  20.     Width = 265
  21.     Height = 85
  22.     TabOrder = 0
  23.     object Label2: TLabel
  24.       Left = 16
  25.       Top = 22
  26.       Width = 57
  27.       Height = 13
  28.       Caption = 'Azimuth, ∩┐╜:'
  29.     end
  30.     object Label3: TLabel
  31.       Left = 16
  32.       Top = 53
  33.       Width = 57
  34.       Height = 13
  35.       Caption = 'Altitude, ∩┐╜:'
  36.     end
  37.     object AzimuthEdit: TEdit
  38.       Left = 104
  39.       Top = 18
  40.       Width = 121
  41.       Height = 21
  42.       Font.Color = clBlack
  43.       Font.Height = -11
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = []
  46.       ParentFont = False
  47.       TabOrder = 0
  48.     end
  49.     object AltitudeEdit: TEdit
  50.       Left = 104
  51.       Top = 50
  52.       Width = 121
  53.       Height = 21
  54.       Font.Color = clBlack
  55.       Font.Height = -11
  56.       Font.Name = 'MS Sans Serif'
  57.       Font.Style = []
  58.       ParentFont = False
  59.       TabOrder = 2
  60.     end
  61.     object AzimuthGMS: TButton
  62.       Left = 232
  63.       Top = 18
  64.       Width = 17
  65.       Height = 21
  66.       Caption = '∩┐╜'
  67.       Font.Color = clBlack
  68.       Font.Height = -16
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = [fsBold]
  71.       ParentFont = False
  72.       TabOrder = 1
  73.       OnClick = AzimuthGMSClick
  74.     end
  75.     object AltitudeGMS: TButton
  76.       Left = 232
  77.       Top = 50
  78.       Width = 17
  79.       Height = 21
  80.       Caption = '∩┐╜'
  81.       Font.Color = clBlack
  82.       Font.Height = -16
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = [fsBold]
  85.       ParentFont = False
  86.       TabOrder = 3
  87.       OnClick = AltitudeGMSClick
  88.     end
  89.   end
  90.   object OkBtn: TButton
  91.     Left = 21
  92.     Top = 94
  93.     Width = 97
  94.     Height = 22
  95.     Caption = '&Ok'
  96.     Default = True
  97.     ModalResult = 1
  98.     TabOrder = 1
  99.     OnKeyDown = FormKeyDown
  100.   end
  101.   object ExitBtn: TButton
  102.     Left = 148
  103.     Top = 94
  104.     Width = 99
  105.     Height = 22
  106.     Caption = '&Cancel'
  107.     ModalResult = 2
  108.     TabOrder = 2
  109.     OnKeyDown = FormKeyDown
  110.   end
  111. end
  112.