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

  1. object CommInfo: TCommInfo
  2.   Left = 203
  3.   Top = 157
  4.   BorderStyle = bsDialog
  5.   Caption = 'Common information'
  6.   ClientHeight = 262
  7.   ClientWidth = 408
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnKeyDown = FormKeyDown
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 3
  19.     Top = 3
  20.     Width = 402
  21.     Height = 226
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object Panel2: TPanel
  25.       Left = 1
  26.       Top = 1
  27.       Width = 400
  28.       Height = 168
  29.       TabOrder = 0
  30.       object LT: TLabel
  31.         Left = 8
  32.         Top = 8
  33.         Width = 81
  34.         Height = 16
  35.         Caption = 'Local time:'
  36.         Font.Color = clBlack
  37.         Font.Height = -13
  38.         Font.Name = 'MS Sans Serif'
  39.         Font.Style = []
  40.         ParentFont = False
  41.       end
  42.       object UT: TLabel
  43.         Left = 8
  44.         Top = 32
  45.         Width = 129
  46.         Height = 16
  47.         Caption = 'Universal time (UT):'
  48.         Font.Color = clBlack
  49.         Font.Height = -13
  50.         Font.Name = 'MS Sans Serif'
  51.         Font.Style = []
  52.         ParentFont = False
  53.       end
  54.       object JD: TLabel
  55.         Left = 8
  56.         Top = 56
  57.         Width = 105
  58.         Height = 16
  59.         Caption = 'Julian day (JD):'
  60.         Font.Color = clBlack
  61.         Font.Height = -13
  62.         Font.Name = 'MS Sans Serif'
  63.         Font.Style = []
  64.         ParentFont = False
  65.       end
  66.       object MJD: TLabel
  67.         Left = 8
  68.         Top = 80
  69.         Width = 169
  70.         Height = 16
  71.         Caption = 'Modified Julian day (MJD):'
  72.         Font.Color = clBlack
  73.         Font.Height = -13
  74.         Font.Name = 'MS Sans Serif'
  75.         Font.Style = []
  76.         ParentFont = False
  77.       end
  78.       object Label5: TLabel
  79.         Left = 8
  80.         Top = 104
  81.         Width = 185
  82.         Height = 16
  83.         Caption = 'Difference between Universal'
  84.         Font.Color = clBlack
  85.         Font.Height = -13
  86.         Font.Name = 'MS Sans Serif'
  87.         Font.Style = []
  88.         ParentFont = False
  89.       end
  90.       object ETUT: TLabel
  91.         Left = 8
  92.         Top = 120
  93.         Width = 185
  94.         Height = 16
  95.         Caption = 'and Ephemeris time (ET-UT):'
  96.         Font.Color = clBlack
  97.         Font.Height = -13
  98.         Font.Name = 'MS Sans Serif'
  99.         Font.Style = []
  100.         ParentFont = False
  101.       end
  102.       object LST: TLabel
  103.         Left = 8
  104.         Top = 144
  105.         Width = 129
  106.         Height = 16
  107.         Caption = 'Local Sidereal time:'
  108.         Font.Color = clBlack
  109.         Font.Height = -13
  110.         Font.Name = 'MS Sans Serif'
  111.         Font.Style = []
  112.         ParentFont = False
  113.       end
  114.       object LTv: TLabel
  115.         Left = 184
  116.         Top = 8
  117.         Width = 7
  118.         Height = 16
  119.         Caption = '?'
  120.         Font.Color = clNavy
  121.         Font.Height = -13
  122.         Font.Name = 'MS Sans Serif'
  123.         Font.Style = []
  124.         ParentFont = False
  125.       end
  126.       object UTv: TLabel
  127.         Left = 184
  128.         Top = 32
  129.         Width = 7
  130.         Height = 16
  131.         Caption = '?'
  132.         Font.Color = clNavy
  133.         Font.Height = -13
  134.         Font.Name = 'MS Sans Serif'
  135.         Font.Style = []
  136.         ParentFont = False
  137.       end
  138.       object JDv: TLabel
  139.         Left = 240
  140.         Top = 56
  141.         Width = 7
  142.         Height = 16
  143.         Caption = '?'
  144.         Font.Color = clNavy
  145.         Font.Height = -13
  146.         Font.Name = 'MS Sans Serif'
  147.         Font.Style = []
  148.         ParentFont = False
  149.       end
  150.       object MJDv: TLabel
  151.         Left = 240
  152.         Top = 80
  153.         Width = 7
  154.         Height = 16
  155.         Caption = '?'
  156.         Font.Color = clNavy
  157.         Font.Height = -13
  158.         Font.Name = 'MS Sans Serif'
  159.         Font.Style = []
  160.         ParentFont = False
  161.       end
  162.       object ETUTv: TLabel
  163.         Left = 240
  164.         Top = 120
  165.         Width = 7
  166.         Height = 16
  167.         Caption = '?'
  168.         Font.Color = clNavy
  169.         Font.Height = -13
  170.         Font.Name = 'MS Sans Serif'
  171.         Font.Style = []
  172.         ParentFont = False
  173.       end
  174.       object LSTv: TLabel
  175.         Left = 240
  176.         Top = 144
  177.         Width = 7
  178.         Height = 16
  179.         Caption = '?'
  180.         Font.Color = clNavy
  181.         Font.Height = -13
  182.         Font.Name = 'MS Sans Serif'
  183.         Font.Style = []
  184.         ParentFont = False
  185.       end
  186.     end
  187.     object Panel3: TPanel
  188.       Left = 1
  189.       Top = 169
  190.       Width = 400
  191.       Height = 56
  192.       TabOrder = 1
  193.       object Long: TLabel
  194.         Left = 8
  195.         Top = 8
  196.         Width = 73
  197.         Height = 16
  198.         Caption = 'Longitude:'
  199.         Font.Color = clBlack
  200.         Font.Height = -13
  201.         Font.Name = 'MS Sans Serif'
  202.         Font.Style = []
  203.         ParentFont = False
  204.       end
  205.       object Lat: TLabel
  206.         Left = 8
  207.         Top = 32
  208.         Width = 57
  209.         Height = 16
  210.         Caption = 'Latitude:'
  211.         Font.Color = clBlack
  212.         Font.Height = -13
  213.         Font.Name = 'MS Sans Serif'
  214.         Font.Style = []
  215.         ParentFont = False
  216.       end
  217.       object Longv: TLabel
  218.         Left = 85
  219.         Top = 8
  220.         Width = 7
  221.         Height = 16
  222.         Caption = '?'
  223.         Font.Color = clNavy
  224.         Font.Height = -13
  225.         Font.Name = 'MS Sans Serif'
  226.         Font.Style = []
  227.         ParentFont = False
  228.       end
  229.       object Latv: TLabel
  230.         Left = 85
  231.         Top = 32
  232.         Width = 7
  233.         Height = 16
  234.         Caption = '?'
  235.         Font.Color = clNavy
  236.         Font.Height = -13
  237.         Font.Name = 'MS Sans Serif'
  238.         Font.Style = []
  239.         ParentFont = False
  240.       end
  241.     end
  242.   end
  243.   object CopyBtn: TButton
  244.     Left = 108
  245.     Top = 236
  246.     Width = 81
  247.     Height = 22
  248.     Caption = '&Copy'
  249.     Font.Color = clBlack
  250.     Font.Height = -11
  251.     Font.Name = 'MS Sans Serif'
  252.     Font.Style = []
  253.     ParentFont = False
  254.     TabOrder = 2
  255.     OnClick = CopyBtnClick
  256.     OnKeyDown = FormKeyDown
  257.   end
  258.   object ExitBtn: TButton
  259.     Left = 216
  260.     Top = 236
  261.     Width = 81
  262.     Height = 22
  263.     Caption = '&Ok'
  264.     Default = True
  265.     Font.Color = clBlack
  266.     Font.Height = -11
  267.     Font.Name = 'MS Sans Serif'
  268.     Font.Style = []
  269.     ModalResult = 1
  270.     ParentFont = False
  271.     TabOrder = 1
  272.     OnKeyDown = FormKeyDown
  273.   end
  274. end
  275.