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

  1. object ParamForm: TParamForm
  2.   Left = 217
  3.   Top = 143
  4.   ActiveControl = OkBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 308
  8.   ClientWidth = 412
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = CreateWork
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OkBtn: TButton
  19.     Left = 80
  20.     Top = 281
  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 = 232
  32.     Top = 281
  33.     Width = 99
  34.     Height = 22
  35.     Caption = '&Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 2
  38.     OnClick = ExitBtnClick
  39.     OnKeyDown = FormKeyDown
  40.   end
  41.   object ParamPageControl: TPageControl
  42.     Left = 3
  43.     Top = 5
  44.     Width = 406
  45.     Height = 272
  46.     ActivePage = SkyPosit
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     TabOrder = 0
  53.     object SkyPosit: TTabSheet
  54.       Caption = 'Location'
  55.       object LongitudeGB: TGroupBox
  56.         Left = 52
  57.         Top = 10
  58.         Width = 289
  59.         Height = 47
  60.         Caption = ' Longitude: '
  61.         Font.Color = clNavy
  62.         Font.Height = -11
  63.         Font.Name = 'MS Sans Serif'
  64.         Font.Style = []
  65.         ParentFont = False
  66.         TabOrder = 0
  67.         object WestLong: TRadioButton
  68.           Left = 73
  69.           Top = 19
  70.           Width = 50
  71.           Height = 17
  72.           Caption = 'West'
  73.           Font.Color = clBlack
  74.           Font.Height = -11
  75.           Font.Name = 'MS Sans Serif'
  76.           Font.Style = []
  77.           ParentFont = False
  78.           TabOrder = 1
  79.         end
  80.         object EastLong: TRadioButton
  81.           Left = 18
  82.           Top = 19
  83.           Width = 50
  84.           Height = 17
  85.           Caption = 'East'
  86.           Checked = True
  87.           Font.Color = clBlack
  88.           Font.Height = -11
  89.           Font.Name = 'MS Sans Serif'
  90.           Font.Style = []
  91.           ParentFont = False
  92.           TabOrder = 0
  93.           TabStop = True
  94.         end
  95.         object Longitude: TEdit
  96.           Left = 127
  97.           Top = 16
  98.           Width = 121
  99.           Height = 21
  100.           Font.Color = clBlack
  101.           Font.Height = -11
  102.           Font.Name = 'MS Sans Serif'
  103.           Font.Style = []
  104.           ParentFont = False
  105.           TabOrder = 2
  106.         end
  107.         object LongitudeGMS: TButton
  108.           Left = 255
  109.           Top = 16
  110.           Width = 17
  111.           Height = 21
  112.           Caption = '∩┐╜'
  113.           Font.Color = clBlack
  114.           Font.Height = -16
  115.           Font.Name = 'MS Sans Serif'
  116.           Font.Style = [fsBold]
  117.           ParentFont = False
  118.           TabOrder = 3
  119.           OnClick = LongitudeGMSClick
  120.         end
  121.       end
  122.       object LatitudeGB: TGroupBox
  123.         Left = 52
  124.         Top = 68
  125.         Width = 289
  126.         Height = 47
  127.         Caption = ' Latitude: '
  128.         Font.Color = clNavy
  129.         Font.Height = -11
  130.         Font.Name = 'MS Sans Serif'
  131.         Font.Style = []
  132.         ParentFont = False
  133.         TabOrder = 1
  134.         object Latitude: TEdit
  135.           Left = 127
  136.           Top = 16
  137.           Width = 121
  138.           Height = 21
  139.           Font.Color = clBlack
  140.           Font.Height = -11
  141.           Font.Name = 'MS Sans Serif'
  142.           Font.Style = []
  143.           ParentFont = False
  144.           TabOrder = 2
  145.         end
  146.         object LatitudeGMS: TButton
  147.           Left = 255
  148.           Top = 16
  149.           Width = 17
  150.           Height = 21
  151.           Caption = '∩┐╜'
  152.           Font.Color = clBlack
  153.           Font.Height = -16
  154.           Font.Name = 'MS Sans Serif'
  155.           Font.Style = [fsBold]
  156.           ParentFont = False
  157.           TabOrder = 3
  158.           OnClick = LatitudeGMSClick
  159.         end
  160.         object NorthLat: TRadioButton
  161.           Left = 18
  162.           Top = 19
  163.           Width = 50
  164.           Height = 17
  165.           Caption = 'North'
  166.           Checked = True
  167.           Font.Color = clBlack
  168.           Font.Height = -11
  169.           Font.Name = 'MS Sans Serif'
  170.           Font.Style = []
  171.           ParentFont = False
  172.           TabOrder = 0
  173.           TabStop = True
  174.         end
  175.         object SouthLat: TRadioButton
  176.           Left = 73
  177.           Top = 19
  178.           Width = 50
  179.           Height = 17
  180.           Caption = 'South'
  181.           Font.Color = clBlack
  182.           Font.Height = -11
  183.           Font.Name = 'MS Sans Serif'
  184.           Font.Style = []
  185.           ParentFont = False
  186.           TabOrder = 1
  187.         end
  188.       end
  189.       object TimeZoneGB: TGroupBox
  190.         Left = 52
  191.         Top = 125
  192.         Width = 185
  193.         Height = 68
  194.         Caption = ' Time zone: '
  195.         Font.Color = clNavy
  196.         Font.Height = -11
  197.         Font.Name = 'MS Sans Serif'
  198.         Font.Style = []
  199.         ParentFont = False
  200.         TabOrder = 2
  201.         object TimeZone: TEdit
  202.           Left = 19
  203.           Top = 19
  204.           Width = 33
  205.           Height = 21
  206.           Font.Color = clBlack
  207.           Font.Height = -11
  208.           Font.Name = 'MS Sans Serif'
  209.           Font.Style = []
  210.           MaxLength = 5
  211.           ParentFont = False
  212.           TabOrder = 0
  213.         end
  214.         object AutoTimeZone: TCheckBox
  215.           Left = 19
  216.           Top = 43
  217.           Width = 145
  218.           Height = 17
  219.           Caption = 'Take from Windows'
  220.           Font.Color = clBlack
  221.           Font.Height = -11
  222.           Font.Name = 'MS Sans Serif'
  223.           Font.Style = []
  224.           ParentFont = False
  225.           TabOrder = 2
  226.           OnClick = AutoTimeZoneClick
  227.         end
  228.         object TimeZoneType: TComboBox
  229.           Left = 59
  230.           Top = 19
  231.           Width = 110
  232.           Height = 21
  233.           Style = csDropDownList
  234.           Font.Color = clBlack
  235.           Font.Height = -11
  236.           Font.Name = 'MS Sans Serif'
  237.           Font.Style = []
  238.           ItemHeight = 13
  239.           Items.Strings = (
  240.             'Behind of G.M.T.'
  241.             'Ahead of G.M.T.')
  242.           ParentFont = False
  243.           TabOrder = 1
  244.         end
  245.       end
  246.       object CityListBtn: TButton
  247.         Left = 52
  248.         Top = 204
  249.         Width = 97
  250.         Height = 21
  251.         Caption = '&List of cities'
  252.         Font.Color = clBlack
  253.         Font.Height = -11
  254.         Font.Name = 'MS Sans Serif'
  255.         Font.Style = []
  256.         ParentFont = False
  257.         TabOrder = 3
  258.         OnClick = CityListBtnClick
  259.       end
  260.     end
  261.     object FontSet: TTabSheet
  262.       Caption = 'Fonts'
  263.       object FontsGB: TGroupBox
  264.         Left = 24
  265.         Top = 16
  266.         Width = 346
  267.         Height = 123
  268.         TabOrder = 0
  269.         object Label9: TLabel
  270.           Left = 25
  271.           Top = 31
  272.           Width = 72
  273.           Height = 13
  274.           Caption = 'Normal text:'
  275.           Font.Color = clNavy
  276.           Font.Height = -11
  277.           Font.Name = 'MS Sans Serif'
  278.           Font.Style = []
  279.           ParentFont = False
  280.         end
  281.         object Label10: TLabel
  282.           Left = 25
  283.           Top = 84
  284.           Width = 88
  285.           Height = 13
  286.           Caption = 'Greek symbols:'
  287.           Font.Color = clNavy
  288.           Font.Height = -11
  289.           Font.Name = 'MS Sans Serif'
  290.           Font.Style = []
  291.           ParentFont = False
  292.         end
  293.         object NormFontsCB: TComboBox
  294.           Left = 152
  295.           Top = 27
  296.           Width = 161
  297.           Height = 21
  298.           ItemHeight = 13
  299.           Sorted = True
  300.           TabOrder = 0
  301.         end
  302.         object GreekFontsCB: TComboBox
  303.           Left = 152
  304.           Top = 80
  305.           Width = 161
  306.           Height = 21
  307.           ItemHeight = 13
  308.           Sorted = True
  309.           TabOrder = 1
  310.         end
  311.       end
  312.     end
  313.     object ViewObj: TTabSheet
  314.       Caption = 'Objects'
  315.       object ObjectPanel: TPanel
  316.         Left = 22
  317.         Top = 10
  318.         Width = 350
  319.         Height = 185
  320.         BevelInner = bvRaised
  321.         BevelOuter = bvLowered
  322.         TabOrder = 0
  323.         object StarsDraw: TCheckBox
  324.           Left = 23
  325.           Top = 14
  326.           Width = 58
  327.           Height = 17
  328.           Caption = 'Stars'
  329.           Font.Color = clNavy
  330.           Font.Height = -11
  331.           Font.Name = 'MS Sans Serif'
  332.           Font.Style = []
  333.           ParentFont = False
  334.           TabOrder = 0
  335.         end
  336.         object PropNamesPanel: TPanel
  337.           Left = 95
  338.           Top = 12
  339.           Width = 230
  340.           Height = 22
  341.           BevelInner = bvRaised
  342.           BevelOuter = bvLowered
  343.           TabOrder = 1
  344.           object PropStarNames: TCheckBox
  345.             Left = 8
  346.             Top = 3
  347.             Width = 153
  348.             Height = 17
  349.             Caption = 'Proper names in star labels'
  350.             TabOrder = 0
  351.           end
  352.         end
  353.         object ClinesDraw: TCheckBox
  354.           Left = 23
  355.           Top = 37
  356.           Width = 122
  357.           Height = 17
  358.           Caption = 'Constellation lines'
  359.           Font.Color = clNavy
  360.           Font.Height = -11
  361.           Font.Name = 'MS Sans Serif'
  362.           Font.Style = []
  363.           ParentFont = False
  364.           TabOrder = 2
  365.         end
  366.         object ConNamesDraw: TCheckBox
  367.           Left = 23
  368.           Top = 60
  369.           Width = 122
  370.           Height = 17
  371.           Caption = 'Constellation names'
  372.           Font.Color = clNavy
  373.           Font.Height = -11
  374.           Font.Name = 'MS Sans Serif'
  375.           Font.Style = []
  376.           ParentFont = False
  377.           TabOrder = 3
  378.         end
  379.         object BoundDraw: TCheckBox
  380.           Left = 23
  381.           Top = 83
  382.           Width = 146
  383.           Height = 17
  384.           Caption = 'Constellation boundaries'
  385.           Font.Color = clNavy
  386.           Font.Height = -11
  387.           Font.Name = 'MS Sans Serif'
  388.           Font.Style = []
  389.           ParentFont = False
  390.           TabOrder = 4
  391.         end
  392.         object DeepSkyDraw: TCheckBox
  393.           Left = 23
  394.           Top = 106
  395.           Width = 114
  396.           Height = 17
  397.           Caption = 'Deep-sky objects'
  398.           Font.Color = clNavy
  399.           Font.Height = -11
  400.           Font.Name = 'MS Sans Serif'
  401.           Font.Style = []
  402.           ParentFont = False
  403.           TabOrder = 5
  404.         end
  405.         object SolarObjDraw: TCheckBox
  406.           Left = 23
  407.           Top = 129
  408.           Width = 130
  409.           Height = 17
  410.           Caption = 'Solar System objects:'
  411.           Font.Color = clNavy
  412.           Font.Height = -11
  413.           Font.Name = 'MS Sans Serif'
  414.           Font.Style = []
  415.           ParentFont = False
  416.           TabOrder = 6
  417.         end
  418.         object SolarBtn: TButton
  419.           Left = 23
  420.           Top = 151
  421.           Width = 69
  422.           Height = 20
  423.           Caption = 'Select'
  424.           TabOrder = 7
  425.           OnClick = SolarBtnClick
  426.         end
  427.         object AlwaysHighPrecPanel: TPanel
  428.           Left = 95
  429.           Top = 150
  430.           Width = 230
  431.           Height = 22
  432.           BevelInner = bvRaised
  433.           BevelOuter = bvLowered
  434.           TabOrder = 8
  435.           object AlwaysHighPrecisionCB: TCheckBox
  436.             Left = 8
  437.             Top = 3
  438.             Width = 217
  439.             Height = 17
  440.             Caption = 'Always maximum precision in calculations'
  441.             TabOrder = 0
  442.           end
  443.         end
  444.       end
  445.       object ObjHintsPanel: TPanel
  446.         Left = 22
  447.         Top = 204
  448.         Width = 350
  449.         Height = 28
  450.         BevelInner = bvRaised
  451.         BevelOuter = bvLowered
  452.         TabOrder = 1
  453.         object ObjHints: TCheckBox
  454.           Left = 23
  455.           Top = 6
  456.           Width = 130
  457.           Height = 17
  458.           Caption = 'Sky objects ToolTips'
  459.           Font.Color = clNavy
  460.           Font.Height = -11
  461.           Font.Name = 'MS Sans Serif'
  462.           Font.Style = []
  463.           ParentFont = False
  464.           TabOrder = 0
  465.         end
  466.       end
  467.     end
  468.     object Coord: TTabSheet
  469.       Caption = 'Coordinates'
  470.       object SkyProjectGB: TGroupBox
  471.         Left = 22
  472.         Top = 7
  473.         Width = 350
  474.         Height = 40
  475.         Caption = ' Sky projection: '
  476.         Font.Color = clNavy
  477.         Font.Height = -11
  478.         Font.Name = 'MS Sans Serif'
  479.         Font.Style = []
  480.         ParentFont = False
  481.         TabOrder = 0
  482.         object ParallelProjection: TRadioButton
  483.           Left = 10
  484.           Top = 16
  485.           Width = 71
  486.           Height = 17
  487.           Caption = 'Parallel'
  488.           Font.Color = clBlack
  489.           Font.Height = -11
  490.           Font.Name = 'MS Sans Serif'
  491.           Font.Style = []
  492.           ParentFont = False
  493.           TabOrder = 0
  494.         end
  495.         object ConicProjection: TRadioButton
  496.           Left = 120
  497.           Top = 16
  498.           Width = 65
  499.           Height = 17
  500.           Caption = '"Conic"'
  501.           Checked = True
  502.           Font.Color = clBlack
  503.           Font.Height = -11
  504.           Font.Name = 'MS Sans Serif'
  505.           Font.Style = []
  506.           ParentFont = False
  507.           TabOrder = 1
  508.           TabStop = True
  509.         end
  510.       end
  511.       object AzimuthPointGB: TGroupBox
  512.         Left = 22
  513.         Top = 57
  514.         Width = 350
  515.         Height = 40
  516.         Caption = ' Azimuth zero point: '
  517.         Font.Color = clNavy
  518.         Font.Height = -11
  519.         Font.Name = 'MS Sans Serif'
  520.         Font.Style = []
  521.         ParentFont = False
  522.         TabOrder = 1
  523.         object NorthZeroPointRB: TRadioButton
  524.           Left = 10
  525.           Top = 16
  526.           Width = 55
  527.           Height = 17
  528.           Caption = 'North'
  529.           Checked = True
  530.           Font.Color = clBlack
  531.           Font.Height = -11
  532.           Font.Name = 'MS Sans Serif'
  533.           Font.Style = []
  534.           ParentFont = False
  535.           TabOrder = 0
  536.           TabStop = True
  537.         end
  538.         object SouthZeroPointRB: TRadioButton
  539.           Left = 120
  540.           Top = 16
  541.           Width = 62
  542.           Height = 17
  543.           Caption = 'South'
  544.           Font.Color = clBlack
  545.           Font.Height = -11
  546.           Font.Name = 'MS Sans Serif'
  547.           Font.Style = []
  548.           ParentFont = False
  549.           TabOrder = 1
  550.         end
  551.       end
  552.       object StatusBarGB: TGroupBox
  553.         Left = 22
  554.         Top = 107
  555.         Width = 350
  556.         Height = 40
  557.         Caption = ' Status bar: '
  558.         Font.Color = clNavy
  559.         Font.Height = -11
  560.         Font.Name = 'MS Sans Serif'
  561.         Font.Style = []
  562.         ParentFont = False
  563.         TabOrder = 2
  564.         object RightAscRB: TRadioButton
  565.           Left = 120
  566.           Top = 16
  567.           Width = 105
  568.           Height = 17
  569.           Caption = 'Right ascension'
  570.           Checked = True
  571.           Font.Color = clBlack
  572.           Font.Height = -11
  573.           Font.Name = 'MS Sans Serif'
  574.           Font.Style = []
  575.           ParentFont = False
  576.           TabOrder = 1
  577.           TabStop = True
  578.         end
  579.         object HourAngleRB: TRadioButton
  580.           Left = 10
  581.           Top = 16
  582.           Width = 87
  583.           Height = 17
  584.           Caption = 'Hour angle'
  585.           Font.Color = clBlack
  586.           Font.Height = -11
  587.           Font.Name = 'MS Sans Serif'
  588.           Font.Style = []
  589.           ParentFont = False
  590.           TabOrder = 0
  591.         end
  592.       end
  593.       object RefractGB: TGroupBox
  594.         Left = 22
  595.         Top = 154
  596.         Width = 350
  597.         Height = 75
  598.         Caption = ' Refraction: '
  599.         Font.Color = clNavy
  600.         Font.Height = -11
  601.         Font.Name = 'MS Sans Serif'
  602.         Font.Style = []
  603.         ParentFont = False
  604.         TabOrder = 3
  605.         object Label3: TLabel
  606.           Left = 10
  607.           Top = 48
  608.           Width = 54
  609.           Height = 13
  610.           Caption = 'Pressure:'
  611.           Font.Color = clBlack
  612.           Font.Height = -11
  613.           Font.Name = 'MS Sans Serif'
  614.           Font.Style = []
  615.           ParentFont = False
  616.         end
  617.         object Label4: TLabel
  618.           Left = 216
  619.           Top = 48
  620.           Width = 70
  621.           Height = 13
  622.           Caption = 'Temperature:'
  623.           Font.Color = clBlack
  624.           Font.Height = -11
  625.           Font.Name = 'MS Sans Serif'
  626.           Font.Style = []
  627.           ParentFont = False
  628.         end
  629.         object Label6: TLabel
  630.           Left = 320
  631.           Top = 48
  632.           Width = 17
  633.           Height = 13
  634.           Caption = ' ∩┐╜ C'
  635.           Font.Color = clBlack
  636.           Font.Height = -11
  637.           Font.Name = 'MS Sans Serif'
  638.           Font.Style = []
  639.           ParentFont = False
  640.         end
  641.         object CalcRefracCB: TCheckBox
  642.           Left = 10
  643.           Top = 20
  644.           Width = 135
  645.           Height = 17
  646.           Caption = 'Atmospheric refraction'
  647.           Font.Color = clBlack
  648.           Font.Height = -11
  649.           Font.Name = 'MS Sans Serif'
  650.           Font.Style = []
  651.           ParentFont = False
  652.           TabOrder = 0
  653.         end
  654.         object AtPressEdit: TEdit
  655.           Left = 71
  656.           Top = 45
  657.           Width = 33
  658.           Height = 21
  659.           Font.Color = clBlack
  660.           Font.Height = -11
  661.           Font.Name = 'MS Sans Serif'
  662.           Font.Style = []
  663.           MaxLength = 4
  664.           ParentFont = False
  665.           TabOrder = 1
  666.         end
  667.         object PressUnitCB: TComboBox
  668.           Left = 107
  669.           Top = 45
  670.           Width = 102
  671.           Height = 21
  672.           Style = csDropDownList
  673.           DropDownCount = 2
  674.           Font.Color = clBlack
  675.           Font.Height = -11
  676.           Font.Name = 'MS Sans Serif'
  677.           Font.Style = []
  678.           ItemHeight = 13
  679.           Items.Strings = (
  680.             'mmHg'
  681.             'mBar')
  682.           ParentFont = False
  683.           TabOrder = 2
  684.           OnChange = PressUnitCBChange
  685.         end
  686.         object AtTempEdit: TEdit
  687.           Left = 292
  688.           Top = 45
  689.           Width = 25
  690.           Height = 21
  691.           Font.Color = clBlack
  692.           Font.Height = -11
  693.           Font.Name = 'MS Sans Serif'
  694.           Font.Style = []
  695.           MaxLength = 3
  696.           ParentFont = False
  697.           TabOrder = 3
  698.         end
  699.       end
  700.     end
  701.     object Image: TTabSheet
  702.       Caption = 'Image'
  703.       object ImageSpaceGB: TGroupBox
  704.         Left = 22
  705.         Top = 114
  706.         Width = 350
  707.         Height = 116
  708.         Caption = ' Background: '
  709.         Font.Color = clNavy
  710.         Font.Height = -11
  711.         Font.Name = 'MS Sans Serif'
  712.         Font.Style = []
  713.         ParentFont = False
  714.         TabOrder = 1
  715.         object ImageSpaceBevel: TBevel
  716.           Left = 12
  717.           Top = 82
  718.           Width = 320
  719.           Height = 2
  720.         end
  721.         object DayLightColorUseCB: TCheckBox
  722.           Left = 23
  723.           Top = 20
  724.           Width = 138
  725.           Height = 17
  726.           Caption = 'Use color for daylight'
  727.           Font.Color = clBlack
  728.           Font.Height = -11
  729.           Font.Name = 'MS Sans Serif'
  730.           Font.Style = []
  731.           ParentFont = False
  732.           TabOrder = 0
  733.           OnClick = DayLightColorUseCBClick
  734.         end
  735.         object CivilTwilightColorUseCB: TCheckBox
  736.           Left = 23
  737.           Top = 40
  738.           Width = 146
  739.           Height = 17
  740.           Caption = 'Use color for civil twilight'
  741.           Font.Color = clBlack
  742.           Font.Height = -11
  743.           Font.Name = 'MS Sans Serif'
  744.           Font.Style = []
  745.           ParentFont = False
  746.           TabOrder = 1
  747.           OnClick = CivilTwilightColorUseCBClick
  748.         end
  749.         object AstroTwilightColorUseCB: TCheckBox
  750.           Left = 23
  751.           Top = 60
  752.           Width = 186
  753.           Height = 17
  754.           Caption = 'Use color for astronomical twilight'
  755.           Font.Color = clBlack
  756.           Font.Height = -11
  757.           Font.Name = 'MS Sans Serif'
  758.           Font.Style = []
  759.           ParentFont = False
  760.           TabOrder = 2
  761.         end
  762.         object MaxStarVRestrictCB: TCheckBox
  763.           Left = 23
  764.           Top = 90
  765.           Width = 315
  766.           Height = 17
  767.           Caption = 'Restrict magnitude of visible stars during daylight and twilight'
  768.           Font.Color = clBlack
  769.           Font.Height = -11
  770.           Font.Name = 'MS Sans Serif'
  771.           Font.Style = []
  772.           ParentFont = False
  773.           TabOrder = 3
  774.         end
  775.       end
  776.       object ImageParamGB: TGroupBox
  777.         Left = 22
  778.         Top = 7
  779.         Width = 350
  780.         Height = 99
  781.         TabOrder = 0
  782.         object MirrorViewCB: TCheckBox
  783.           Left = 23
  784.           Top = 13
  785.           Width = 90
  786.           Height = 17
  787.           Caption = 'Mirror view'
  788.           Font.Color = clNavy
  789.           Font.Height = -11
  790.           Font.Name = 'MS Sans Serif'
  791.           Font.Style = []
  792.           ParentFont = False
  793.           TabOrder = 0
  794.         end
  795.         object PrintAsBitmapCB: TCheckBox
  796.           Left = 23
  797.           Top = 53
  798.           Width = 130
  799.           Height = 17
  800.           Caption = 'Print image as bitmap'
  801.           Font.Color = clNavy
  802.           Font.Height = -11
  803.           Font.Name = 'MS Sans Serif'
  804.           Font.Style = []
  805.           ParentFont = False
  806.           TabOrder = 2
  807.         end
  808.         object ShowAsBitmapCB: TCheckBox
  809.           Left = 23
  810.           Top = 33
  811.           Width = 154
  812.           Height = 17
  813.           Caption = 'Show on screen as bitmap'
  814.           Font.Color = clNavy
  815.           Font.Height = -11
  816.           Font.Name = 'MS Sans Serif'
  817.           Font.Style = []
  818.           ParentFont = False
  819.           TabOrder = 1
  820.         end
  821.         object PrintLegendCB: TCheckBox
  822.           Left = 23
  823.           Top = 73
  824.           Width = 162
  825.           Height = 17
  826.           Caption = 'Add legend to printed page'
  827.           Font.Color = clNavy
  828.           Font.Height = -11
  829.           Font.Name = 'MS Sans Serif'
  830.           Font.Style = []
  831.           ParentFont = False
  832.           TabOrder = 3
  833.         end
  834.       end
  835.     end
  836.   end
  837. end
  838.