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

  1. object GridSetupForm: TGridSetupForm
  2.   Left = 229
  3.   Top = 173
  4.   ActiveControl = OkBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Coordinate grids setup'
  7.   ClientHeight = 222
  8.   ClientWidth = 331
  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 AzimuthGrBox: TGroupBox
  19.     Left = 6
  20.     Top = 2
  21.     Width = 318
  22.     Height = 90
  23.     Caption = ' Horizontal grid '
  24.     Font.Color = clNavy
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     object Label3: TLabel
  31.       Left = 301
  32.       Top = 61
  33.       Width = 3
  34.       Height = 20
  35.       Caption = #39
  36.       Font.Color = clBlack
  37.       Font.Height = -16
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.     end
  42.     object Label2: TLabel
  43.       Left = 301
  44.       Top = 35
  45.       Width = 3
  46.       Height = 20
  47.       Caption = #39
  48.       Font.Color = clBlack
  49.       Font.Height = -16
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.     end
  54.     object AzStepLbl: TLabel
  55.       Left = 224
  56.       Top = 37
  57.       Width = 22
  58.       Height = 13
  59.       Caption = 'step:'
  60.       Font.Color = clBlack
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.     end
  66.     object HorzStepLbl: TLabel
  67.       Left = 224
  68.       Top = 63
  69.       Width = 22
  70.       Height = 13
  71.       Caption = 'step:'
  72.       Font.Color = clBlack
  73.       Font.Height = -11
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = []
  76.       ParentFont = False
  77.     end
  78.     object AzimuthAuto: TCheckBox
  79.       Left = 248
  80.       Top = 12
  81.       Width = 49
  82.       Height = 17
  83.       Alignment = taLeftJustify
  84.       Caption = 'Auto'
  85.       Font.Color = clBlack
  86.       Font.Height = -11
  87.       Font.Name = 'MS Sans Serif'
  88.       Font.Style = []
  89.       ParentFont = False
  90.       TabOrder = 0
  91.       OnClick = AzimuthAutoClick
  92.     end
  93.     object AzLines: TCheckBox
  94.       Left = 16
  95.       Top = 36
  96.       Width = 129
  97.       Height = 17
  98.       Caption = 'Draw azimuth lines'
  99.       Font.Color = clBlack
  100.       Font.Height = -11
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Style = []
  103.       ParentFont = False
  104.       TabOrder = 1
  105.     end
  106.     object AzLinesStep: TEdit
  107.       Left = 253
  108.       Top = 35
  109.       Width = 31
  110.       Height = 21
  111.       Font.Color = clBlack
  112.       Font.Height = -11
  113.       Font.Name = 'MS Sans Serif'
  114.       Font.Style = []
  115.       MaxLength = 4
  116.       ParentFont = False
  117.       TabOrder = 2
  118.       Text = '1800'
  119.       OnExit = AzLinesStepExit
  120.     end
  121.     object HorzLines: TCheckBox
  122.       Left = 16
  123.       Top = 62
  124.       Width = 129
  125.       Height = 17
  126.       Caption = 'Draw horizontal lines'
  127.       Font.Color = clBlack
  128.       Font.Height = -11
  129.       Font.Name = 'MS Sans Serif'
  130.       Font.Style = []
  131.       ParentFont = False
  132.       TabOrder = 4
  133.     end
  134.     object HorzLinesStep: TEdit
  135.       Left = 253
  136.       Top = 61
  137.       Width = 31
  138.       Height = 21
  139.       Font.Color = clBlack
  140.       Font.Height = -11
  141.       Font.Name = 'MS Sans Serif'
  142.       Font.Style = []
  143.       MaxLength = 4
  144.       ParentFont = False
  145.       TabOrder = 5
  146.       Text = '1800'
  147.       OnExit = HorzLinesStepExit
  148.     end
  149.     object AzLinesUpDown: TUpDown
  150.       Left = 284
  151.       Top = 35
  152.       Width = 15
  153.       Height = 21
  154.       Associate = AzLinesStep
  155.       Min = 1
  156.       Max = 1800
  157.       Position = 1800
  158.       TabOrder = 3
  159.       Wrap = False
  160.     end
  161.     object HorzLinesUpDown: TUpDown
  162.       Left = 284
  163.       Top = 61
  164.       Width = 15
  165.       Height = 21
  166.       Associate = HorzLinesStep
  167.       Min = 1
  168.       Max = 1800
  169.       Position = 1800
  170.       TabOrder = 6
  171.       Wrap = False
  172.     end
  173.   end
  174.   object EquatGrBox: TGroupBox
  175.     Left = 6
  176.     Top = 98
  177.     Width = 318
  178.     Height = 90
  179.     Caption = ' Equatorial grid '
  180.     Font.Color = clNavy
  181.     Font.Height = -11
  182.     Font.Name = 'MS Sans Serif'
  183.     Font.Style = []
  184.     ParentFont = False
  185.     TabOrder = 1
  186.     object Label7: TLabel
  187.       Left = 301
  188.       Top = 37
  189.       Width = 6
  190.       Height = 13
  191.       Caption = 's'
  192.       Font.Color = clBlack
  193.       Font.Height = -11
  194.       Font.Name = 'MS Sans Serif'
  195.       Font.Style = []
  196.       ParentFont = False
  197.     end
  198.     object Label8: TLabel
  199.       Left = 301
  200.       Top = 61
  201.       Width = 3
  202.       Height = 20
  203.       Caption = #39
  204.       Font.Color = clBlack
  205.       Font.Height = -16
  206.       Font.Name = 'MS Sans Serif'
  207.       Font.Style = []
  208.       ParentFont = False
  209.     end
  210.     object RaStepLbl: TLabel
  211.       Left = 224
  212.       Top = 37
  213.       Width = 22
  214.       Height = 13
  215.       Caption = 'step:'
  216.       Font.Color = clBlack
  217.       Font.Height = -11
  218.       Font.Name = 'MS Sans Serif'
  219.       Font.Style = []
  220.       ParentFont = False
  221.     end
  222.     object DecStepLbl: TLabel
  223.       Left = 224
  224.       Top = 63
  225.       Width = 22
  226.       Height = 13
  227.       Caption = 'step:'
  228.       Font.Color = clBlack
  229.       Font.Height = -11
  230.       Font.Name = 'MS Sans Serif'
  231.       Font.Style = []
  232.       ParentFont = False
  233.     end
  234.     object EquatAuto: TCheckBox
  235.       Left = 248
  236.       Top = 12
  237.       Width = 49
  238.       Height = 17
  239.       Alignment = taLeftJustify
  240.       Caption = 'Auto'
  241.       Font.Color = clBlack
  242.       Font.Height = -11
  243.       Font.Name = 'MS Sans Serif'
  244.       Font.Style = []
  245.       ParentFont = False
  246.       TabOrder = 0
  247.       OnClick = EquatAutoClick
  248.     end
  249.     object RaLines: TCheckBox
  250.       Left = 16
  251.       Top = 36
  252.       Width = 153
  253.       Height = 17
  254.       Caption = 'Draw right ascension lines'
  255.       Font.Color = clBlack
  256.       Font.Height = -11
  257.       Font.Name = 'MS Sans Serif'
  258.       Font.Style = []
  259.       ParentFont = False
  260.       TabOrder = 1
  261.     end
  262.     object DecLines: TCheckBox
  263.       Left = 16
  264.       Top = 62
  265.       Width = 137
  266.       Height = 17
  267.       Caption = 'Draw declination lines'
  268.       Font.Color = clBlack
  269.       Font.Height = -11
  270.       Font.Name = 'MS Sans Serif'
  271.       Font.Style = []
  272.       ParentFont = False
  273.       TabOrder = 4
  274.     end
  275.     object RaLinesStep: TEdit
  276.       Left = 248
  277.       Top = 35
  278.       Width = 36
  279.       Height = 21
  280.       Font.Color = clBlack
  281.       Font.Height = -11
  282.       Font.Name = 'MS Sans Serif'
  283.       Font.Style = []
  284.       MaxLength = 4
  285.       ParentFont = False
  286.       TabOrder = 2
  287.       Text = '7200'
  288.       OnExit = RaLinesStepExit
  289.     end
  290.     object DecLinesStep: TEdit
  291.       Left = 248
  292.       Top = 61
  293.       Width = 36
  294.       Height = 21
  295.       Font.Color = clBlack
  296.       Font.Height = -11
  297.       Font.Name = 'MS Sans Serif'
  298.       Font.Style = []
  299.       MaxLength = 4
  300.       ParentFont = False
  301.       TabOrder = 5
  302.       Text = '1800'
  303.       OnExit = DecLinesStepExit
  304.     end
  305.     object RaLinesUpDown: TUpDown
  306.       Left = 284
  307.       Top = 35
  308.       Width = 15
  309.       Height = 21
  310.       Associate = RaLinesStep
  311.       Min = 4
  312.       Max = 7200
  313.       Increment = 4
  314.       Position = 7200
  315.       TabOrder = 3
  316.       Wrap = False
  317.     end
  318.     object DecLinesUpDown: TUpDown
  319.       Left = 284
  320.       Top = 61
  321.       Width = 15
  322.       Height = 21
  323.       Associate = DecLinesStep
  324.       Min = 1
  325.       Max = 1800
  326.       Position = 1800
  327.       TabOrder = 6
  328.       Wrap = False
  329.     end
  330.   end
  331.   object OkBtn: TButton
  332.     Left = 47
  333.     Top = 195
  334.     Width = 97
  335.     Height = 22
  336.     Caption = '&Ok'
  337.     Default = True
  338.     ModalResult = 1
  339.     TabOrder = 2
  340.     OnClick = OkBtnClick
  341.     OnKeyDown = FormKeyDown
  342.   end
  343.   object ExitBtn: TButton
  344.     Left = 182
  345.     Top = 195
  346.     Width = 99
  347.     Height = 22
  348.     Caption = '&Cancel'
  349.     ModalResult = 2
  350.     TabOrder = 3
  351.     OnKeyDown = FormKeyDown
  352.   end
  353. end
  354.