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

  1. object SettRiseForm: TSettRiseForm
  2.   Left = 247
  3.   Top = 232
  4.   BorderStyle = bsToolWindow
  5.   Caption = ' Visibilty period'
  6.   ClientHeight = 116
  7.   ClientWidth = 218
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnKeyPress = FormKeyPress
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object RiseLbl: TLabel
  17.     Left = 16
  18.     Top = 8
  19.     Width = 57
  20.     Height = 16
  21.     Caption = 'Rise:'
  22.     Font.Color = clMaroon
  23.     Font.Height = -13
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object SettLbl: TLabel
  29.     Left = 16
  30.     Top = 56
  31.     Width = 49
  32.     Height = 16
  33.     Caption = 'Set:'
  34.     Font.Color = clMaroon
  35.     Font.Height = -13
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object RiseText: TLabel
  41.     Left = 144
  42.     Top = 8
  43.     Width = 56
  44.     Height = 16
  45.     Caption = '00h 00m'
  46.     Font.Color = clBlack
  47.     Font.Height = -13
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.   end
  52.   object SettText: TLabel
  53.     Left = 144
  54.     Top = 56
  55.     Width = 56
  56.     Height = 16
  57.     Caption = '22h 22m'
  58.     Font.Color = clBlack
  59.     Font.Height = -13
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.   end
  64.   object TransitLbl: TLabel
  65.     Left = 16
  66.     Top = 32
  67.     Width = 73
  68.     Height = 16
  69.     Caption = 'Transit:'
  70.     Font.Color = clOlive
  71.     Font.Height = -13
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = [fsBold]
  74.     ParentFont = False
  75.   end
  76.   object TransitText: TLabel
  77.     Left = 144
  78.     Top = 32
  79.     Width = 56
  80.     Height = 16
  81.     Caption = '11h 11m'
  82.     Font.Color = clBlack
  83.     Font.Height = -13
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = [fsBold]
  86.     ParentFont = False
  87.   end
  88.   object CopyBtn: TButton
  89.     Left = 16
  90.     Top = 90
  91.     Width = 81
  92.     Height = 22
  93.     Caption = '&Copy'
  94.     Font.Color = clBlack
  95.     Font.Height = -11
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     ParentFont = False
  99.     TabOrder = 1
  100.     OnClick = CopyBtnClick
  101.     OnKeyPress = FormKeyPress
  102.   end
  103.   object ExitBtn: TButton
  104.     Left = 120
  105.     Top = 90
  106.     Width = 81
  107.     Height = 22
  108.     Caption = '&Ok'
  109.     Default = True
  110.     Font.Color = clBlack
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ModalResult = 1
  115.     ParentFont = False
  116.     TabOrder = 2
  117.     OnKeyPress = FormKeyPress
  118.   end
  119.   object Separator: TPanel
  120.     Left = 2
  121.     Top = 83
  122.     Width = 214
  123.     Height = 2
  124.     BevelOuter = bvLowered
  125.     TabOrder = 0
  126.   end
  127. end
  128.