home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / screen / Control.exe / 0 / RCDATA / TCONFIGFORM / TCONFIGFORM.txt < prev   
Text File  |  1998-03-01  |  119KB  |  4,205 lines

  1. object ConfigForm: TConfigForm
  2.   Left = 223
  3.   Top = 179
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'AquaScape'
  9.   ClientHeight = 452
  10.   ClientWidth = 632
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   ShowHint = True
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnMouseMove = SignDescMouseMove
  22.   PixelsPerInch = 96
  23.   TextHeight = 14
  24.   object AquaScapeLabel: TImage
  25.     Left = 148
  26.     Top = 7
  27.     Width = 358
  28.     Height = 14
  29.     AutoSize = True
  30.     Picture.Data = {<image000.bmp>}
  31.     Transparent = True
  32.   end
  33.   object CopyrightLabel: TImage
  34.     Left = 6
  35.     Top = 427
  36.     Width = 186
  37.     Height = 23
  38.     Cursor = 5
  39.     Hint = 'Click to launch browser and go to website'
  40.     AutoSize = True
  41.     Picture.Data = {<image001.bmp>}
  42.     Transparent = True
  43.     OnClick = CopyrightLabelClick
  44.   end
  45.   object TabbedNotebook: TTabbedNotebook
  46.     Left = 2
  47.     Top = 26
  48.     Width = 628
  49.     Height = 393
  50.     TabFont.Charset = DEFAULT_CHARSET
  51.     TabFont.Color = clBtnText
  52.     TabFont.Height = -11
  53.     TabFont.Name = 'Arial'
  54.     TabFont.Style = []
  55.     TabOrder = 2
  56.     Visible = False
  57.     OnChange = TabbedNotebookChange
  58.     object TTabPage
  59.       Left = 4
  60.       Top = 25
  61.       Caption = 'General'
  62.       object GeneralDivider: TBevel
  63.         Left = 309
  64.         Top = 9
  65.         Width = 3
  66.         Height = 349
  67.       end
  68.       object HelpLabel: TLabel
  69.         Left = 324
  70.         Top = 342
  71.         Width = 289
  72.         Height = 14
  73.         AutoSize = False
  74.         Caption = 'For context-sensitive help, right click any configuration item.'
  75.         Font.Charset = DEFAULT_CHARSET
  76.         Font.Color = clMaroon
  77.         Font.Height = -11
  78.         Font.Name = 'Arial'
  79.         Font.Style = []
  80.         ParentFont = False
  81.       end
  82.       object BubbleOptions: TGroupBox
  83.         Tag = 26
  84.         Left = 321
  85.         Top = 135
  86.         Width = 295
  87.         Height = 76
  88.         Caption = 'Bubbles'
  89.         Font.Charset = DEFAULT_CHARSET
  90.         Font.Color = clNavy
  91.         Font.Height = -11
  92.         Font.Name = 'Arial'
  93.         Font.Style = []
  94.         ParentFont = False
  95.         PopupMenu = RightClickMenu
  96.         TabOrder = 6
  97.         OnMouseDown = ControlMouseDown
  98.         object BubbleOptionsDivider: TBevel
  99.           Left = 109
  100.           Top = 12
  101.           Width = 4
  102.           Height = 59
  103.           Shape = bsLeftLine
  104.         end
  105.         object BubbleAmountLabel: TLabel
  106.           Tag = 26
  107.           Left = 118
  108.           Top = 15
  109.           Width = 95
  110.           Height = 14
  111.           Hint = 'Choose the amount of bubbles '
  112.           Caption = 'Amount of Bubbles:'
  113.           Font.Charset = DEFAULT_CHARSET
  114.           Font.Color = clNavy
  115.           Font.Height = -11
  116.           Font.Name = 'Arial'
  117.           Font.Style = []
  118.           ParentFont = False
  119.           PopupMenu = RightClickMenu
  120.           OnMouseDown = ControlMouseDown
  121.         end
  122.         object Bubbles1Check: TRadioButton
  123.           Tag = 26
  124.           Left = 115
  125.           Top = 33
  126.           Width = 54
  127.           Height = 17
  128.           Hint = 'Choose the amount of bubbles'
  129.           Caption = 'A few'
  130.           Font.Charset = DEFAULT_CHARSET
  131.           Font.Color = clWindowText
  132.           Font.Height = -11
  133.           Font.Name = 'Arial'
  134.           Font.Style = []
  135.           ParentFont = False
  136.           PopupMenu = RightClickMenu
  137.           TabOrder = 0
  138.           OnMouseDown = ControlMouseDown
  139.         end
  140.         object Bubbles2Check: TRadioButton
  141.           Tag = 26
  142.           Left = 179
  143.           Top = 33
  144.           Width = 102
  145.           Height = 17
  146.           Hint = 'Choose the amount of bubbles '
  147.           Caption = 'Average amount'
  148.           Checked = True
  149.           Font.Charset = DEFAULT_CHARSET
  150.           Font.Color = clWindowText
  151.           Font.Height = -11
  152.           Font.Name = 'Arial'
  153.           Font.Style = []
  154.           ParentFont = False
  155.           PopupMenu = RightClickMenu
  156.           TabOrder = 1
  157.           TabStop = True
  158.           OnMouseDown = ControlMouseDown
  159.         end
  160.         object ShowBubblesCheck: TCheckBox
  161.           Tag = 26
  162.           Left = 10
  163.           Top = 35
  164.           Width = 95
  165.           Height = 17
  166.           Hint = 'Choose this option to display the bubble tubes'
  167.           Caption = 'Airtube Bubbles'
  168.           Font.Charset = DEFAULT_CHARSET
  169.           Font.Color = clWindowText
  170.           Font.Height = -11
  171.           Font.Name = 'Arial'
  172.           Font.Style = []
  173.           ParentFont = False
  174.           PopupMenu = RightClickMenu
  175.           TabOrder = 2
  176.           OnMouseDown = ControlMouseDown
  177.         end
  178.         object BubbleSFXCheck: TCheckBox
  179.           Tag = 26
  180.           Left = 10
  181.           Top = 53
  182.           Width = 91
  183.           Height = 17
  184.           Hint = 'Now you too can enjoy the sound of an aquarium!'
  185.           Caption = 'Bubbles SFX'
  186.           Font.Charset = DEFAULT_CHARSET
  187.           Font.Color = clWindowText
  188.           Font.Height = -11
  189.           Font.Name = 'Arial'
  190.           Font.Style = []
  191.           ParentFont = False
  192.           PopupMenu = RightClickMenu
  193.           TabOrder = 3
  194.           OnMouseDown = ControlMouseDown
  195.         end
  196.         object Bubbles3Check: TRadioButton
  197.           Tag = 26
  198.           Left = 115
  199.           Top = 53
  200.           Width = 54
  201.           Height = 17
  202.           Hint = 'Choose the amount of bubbles '
  203.           Caption = 'A lot'
  204.           Font.Charset = DEFAULT_CHARSET
  205.           Font.Color = clWindowText
  206.           Font.Height = -11
  207.           Font.Name = 'Arial'
  208.           Font.Style = []
  209.           ParentFont = False
  210.           PopupMenu = RightClickMenu
  211.           TabOrder = 4
  212.           OnMouseDown = ControlMouseDown
  213.         end
  214.         object Bubbles4Check: TRadioButton
  215.           Tag = 26
  216.           Left = 179
  217.           Top = 53
  218.           Width = 106
  219.           Height = 17
  220.           Hint = 'Choose the amount of bubbles '
  221.           Caption = 'An absurd amount'
  222.           Font.Charset = DEFAULT_CHARSET
  223.           Font.Color = clWindowText
  224.           Font.Height = -11
  225.           Font.Name = 'Arial'
  226.           Font.Style = []
  227.           ParentFont = False
  228.           PopupMenu = RightClickMenu
  229.           TabOrder = 5
  230.           OnMouseDown = ControlMouseDown
  231.         end
  232.         object TankBubblesCheck: TCheckBox
  233.           Tag = 26
  234.           Left = 10
  235.           Top = 17
  236.           Width = 95
  237.           Height = 17
  238.           Hint = 'Choose this option to display bubbles tank wide'
  239.           Caption = 'Tank Bubbles'
  240.           Font.Charset = DEFAULT_CHARSET
  241.           Font.Color = clWindowText
  242.           Font.Height = -11
  243.           Font.Name = 'Arial'
  244.           Font.Style = []
  245.           ParentFont = False
  246.           PopupMenu = RightClickMenu
  247.           TabOrder = 6
  248.           OnMouseDown = ControlMouseDown
  249.         end
  250.       end
  251.       object ProgramModels: TGroupBox
  252.         Tag = 20
  253.         Left = 6
  254.         Top = 3
  255.         Width = 294
  256.         Height = 114
  257.         Hint = 'Select a program model to set other global settings'
  258.         Caption = 'Program Models'
  259.         Color = clBtnFace
  260.         Font.Charset = DEFAULT_CHARSET
  261.         Font.Color = clNavy
  262.         Font.Height = -11
  263.         Font.Name = 'Arial'
  264.         Font.Style = []
  265.         ParentColor = False
  266.         ParentFont = False
  267.         PopupMenu = RightClickMenu
  268.         TabOrder = 0
  269.         OnMouseDown = ControlMouseDown
  270.         object PMDescLabel: TLabel
  271.           Tag = 20
  272.           Left = 12
  273.           Top = 38
  274.           Width = 273
  275.           Height = 72
  276.           AutoSize = False
  277.           Caption = 
  278.             'The Ulta-Lite model uses the least features, but also uses the l' +
  279.             'east memory and yields the best animation performance.  Only a f' +
  280.             'ew fish and the lowest-res screen mode are used.  Best used as a' +
  281.             ' light screensaver on a slower computer.'
  282.           Font.Charset = DEFAULT_CHARSET
  283.           Font.Color = clWindowText
  284.           Font.Height = -11
  285.           Font.Name = 'Arial'
  286.           Font.Style = []
  287.           ParentFont = False
  288.           WordWrap = True
  289.           OnMouseDown = ControlMouseDown
  290.         end
  291.         object PMUltraLiteCheck: TRadioButton
  292.           Tag = 20
  293.           Left = 11
  294.           Top = 19
  295.           Width = 72
  296.           Height = 17
  297.           Caption = 'Ulta-Lite'
  298.           Font.Charset = DEFAULT_CHARSET
  299.           Font.Color = clWindowText
  300.           Font.Height = -11
  301.           Font.Name = 'Arial'
  302.           Font.Style = []
  303.           ParentFont = False
  304.           TabOrder = 0
  305.           OnClick = PMUltraLiteCheckClick
  306.           OnMouseDown = ControlMouseDown
  307.         end
  308.         object PMLiteCheck: TRadioButton
  309.           Tag = 20
  310.           Left = 78
  311.           Top = 19
  312.           Width = 42
  313.           Height = 17
  314.           Caption = 'Lite'
  315.           Font.Charset = DEFAULT_CHARSET
  316.           Font.Color = clWindowText
  317.           Font.Height = -11
  318.           Font.Name = 'Arial'
  319.           Font.Style = []
  320.           ParentFont = False
  321.           TabOrder = 1
  322.           OnClick = PMLiteCheckClick
  323.           OnMouseDown = ControlMouseDown
  324.         end
  325.         object PMNormalCheck: TRadioButton
  326.           Tag = 20
  327.           Left = 122
  328.           Top = 19
  329.           Width = 55
  330.           Height = 17
  331.           Caption = 'Normal'
  332.           Font.Charset = DEFAULT_CHARSET
  333.           Font.Color = clWindowText
  334.           Font.Height = -11
  335.           Font.Name = 'Arial'
  336.           Font.Style = []
  337.           ParentFont = False
  338.           TabOrder = 2
  339.           OnClick = PMNormalCheckClick
  340.           OnMouseDown = ControlMouseDown
  341.         end
  342.         object PMFullCheck: TRadioButton
  343.           Tag = 20
  344.           Left = 183
  345.           Top = 19
  346.           Width = 38
  347.           Height = 17
  348.           Caption = 'Full'
  349.           Font.Charset = DEFAULT_CHARSET
  350.           Font.Color = clWindowText
  351.           Font.Height = -11
  352.           Font.Name = 'Arial'
  353.           Font.Style = []
  354.           ParentFont = False
  355.           TabOrder = 3
  356.           OnClick = PMFullCheckClick
  357.           OnMouseDown = ControlMouseDown
  358.         end
  359.         object PMCustom1: TRadioButton
  360.           Tag = 20
  361.           Left = 227
  362.           Top = 19
  363.           Width = 62
  364.           Height = 17
  365.           Caption = 'Custom'
  366.           Checked = True
  367.           Font.Charset = DEFAULT_CHARSET
  368.           Font.Color = clWindowText
  369.           Font.Height = -11
  370.           Font.Name = 'Arial'
  371.           Font.Style = []
  372.           ParentFont = False
  373.           TabOrder = 4
  374.           TabStop = True
  375.           OnClick = PMCustom1Click
  376.           OnMouseDown = ControlMouseDown
  377.         end
  378.       end
  379.       object Gravels: TGroupBox
  380.         Tag = 21
  381.         Left = 6
  382.         Top = 119
  383.         Width = 294
  384.         Height = 140
  385.         Hint = 'Select gravel color'
  386.         HelpContext = 21
  387.         Caption = 'Gravel'
  388.         Font.Charset = DEFAULT_CHARSET
  389.         Font.Color = clNavy
  390.         Font.Height = -11
  391.         Font.Name = 'Arial'
  392.         Font.Style = []
  393.         ParentFont = False
  394.         PopupMenu = RightClickMenu
  395.         TabOrder = 1
  396.         OnMouseDown = ControlMouseDown
  397.         object Gravel: TImage
  398.           Tag = 21
  399.           Left = 32
  400.           Top = 33
  401.           Width = 251
  402.           Height = 99
  403.           Hint = 'Select a gravel color or choose random multi-colored gravel'
  404.           Picture.Data = {<image002.bmp>}
  405.           Transparent = True
  406.           OnMouseDown = ControlMouseDown
  407.           OnMouseUp = GravelMouseUp
  408.         end
  409.         object GravelCheck0: TRadioButton
  410.           Tag = 21
  411.           Left = 11
  412.           Top = 15
  413.           Width = 272
  414.           Height = 17
  415.           Hint = 'Disable gravel'
  416.           Caption = ' None'
  417.           Font.Charset = DEFAULT_CHARSET
  418.           Font.Color = clWindowText
  419.           Font.Height = -11
  420.           Font.Name = 'Arial'
  421.           Font.Style = []
  422.           ParentFont = False
  423.           PopupMenu = RightClickMenu
  424.           TabOrder = 0
  425.           OnMouseDown = ControlMouseDown
  426.         end
  427.         object GravelCheck1: TRadioButton
  428.           Tag = 21
  429.           Left = 11
  430.           Top = 32
  431.           Width = 14
  432.           Height = 17
  433.           Checked = True
  434.           PopupMenu = RightClickMenu
  435.           TabOrder = 1
  436.           TabStop = True
  437.           OnMouseDown = ControlMouseDown
  438.         end
  439.         object GravelCheck2: TRadioButton
  440.           Tag = 21
  441.           Left = 11
  442.           Top = 49
  443.           Width = 14
  444.           Height = 17
  445.           PopupMenu = RightClickMenu
  446.           TabOrder = 2
  447.           OnMouseDown = ControlMouseDown
  448.         end
  449.         object GravelCheck3: TRadioButton
  450.           Tag = 21
  451.           Left = 11
  452.           Top = 66
  453.           Width = 14
  454.           Height = 17
  455.           PopupMenu = RightClickMenu
  456.           TabOrder = 3
  457.           OnMouseDown = ControlMouseDown
  458.         end
  459.         object GravelCheck4: TRadioButton
  460.           Tag = 21
  461.           Left = 11
  462.           Top = 83
  463.           Width = 14
  464.           Height = 17
  465.           PopupMenu = RightClickMenu
  466.           TabOrder = 4
  467.           OnMouseDown = ControlMouseDown
  468.         end
  469.         object GravelCheck5: TRadioButton
  470.           Tag = 21
  471.           Left = 11
  472.           Top = 100
  473.           Width = 14
  474.           Height = 17
  475.           PopupMenu = RightClickMenu
  476.           TabOrder = 5
  477.           OnMouseDown = ControlMouseDown
  478.         end
  479.         object MultiGravelCheck: TRadioButton
  480.           Tag = 21
  481.           Left = 11
  482.           Top = 117
  483.           Width = 14
  484.           Height = 17
  485.           Caption = 'MultiGravelCheck'
  486.           PopupMenu = RightClickMenu
  487.           TabOrder = 6
  488.           OnMouseDown = ControlMouseDown
  489.         end
  490.       end
  491.       object Decors: TGroupBox
  492.         Tag = 22
  493.         Left = 6
  494.         Top = 261
  495.         Width = 294
  496.         Height = 97
  497.         Hint = 'Select tank decor type'
  498.         HelpContext = 22
  499.         Caption = 'Tank Decor'
  500.         Font.Charset = DEFAULT_CHARSET
  501.         Font.Color = clNavy
  502.         Font.Height = -11
  503.         Font.Name = 'Arial'
  504.         Font.Style = []
  505.         ParentFont = False
  506.         PopupMenu = RightClickMenu
  507.         TabOrder = 2
  508.         OnMouseDown = ControlMouseDown
  509.         object Decor1: TImage
  510.           Tag = 22
  511.           Left = 32
  512.           Top = 36
  513.           Width = 251
  514.           Height = 15
  515.           Picture.Data = {<image003.bmp>}
  516.           OnClick = Decor1Click
  517.           OnMouseDown = ControlMouseDown
  518.         end
  519.         object Decor2: TImage
  520.           Tag = 22
  521.           Left = 32
  522.           Top = 54
  523.           Width = 251
  524.           Height = 15
  525.           Picture.Data = {<image004.bmp>}
  526.           OnClick = Decor2Click
  527.           OnMouseDown = ControlMouseDown
  528.         end
  529.         object Decor3: TImage
  530.           Tag = 22
  531.           Left = 32
  532.           Top = 72
  533.           Width = 251
  534.           Height = 15
  535.           Picture.Data = {<image005.bmp>}
  536.           OnClick = Decor3Click
  537.           OnMouseDown = ControlMouseDown
  538.         end
  539.         object DecorCheck0: TRadioButton
  540.           Tag = 22
  541.           Left = 11
  542.           Top = 17
  543.           Width = 270
  544.           Height = 17
  545.           Hint = 'Disable decor border'
  546.           Caption = ' None'
  547.           Font.Charset = DEFAULT_CHARSET
  548.           Font.Color = clWindowText
  549.           Font.Height = -11
  550.           Font.Name = 'Arial'
  551.           Font.Style = []
  552.           ParentFont = False
  553.           TabOrder = 0
  554.           OnMouseDown = ControlMouseDown
  555.         end
  556.         object DecorCheck1: TRadioButton
  557.           Tag = 22
  558.           Left = 11
  559.           Top = 35
  560.           Width = 14
  561.           Height = 17
  562.           Caption = 'DecorCheck1'
  563.           Checked = True
  564.           TabOrder = 1
  565.           TabStop = True
  566.           OnMouseDown = ControlMouseDown
  567.         end
  568.         object DecorCheck2: TRadioButton
  569.           Tag = 22
  570.           Left = 11
  571.           Top = 53
  572.           Width = 14
  573.           Height = 17
  574.           Caption = 'DecorCheck2'
  575.           TabOrder = 2
  576.           OnMouseDown = ControlMouseDown
  577.         end
  578.         object DecorCheck3: TRadioButton
  579.           Tag = 22
  580.           Left = 11
  581.           Top = 71
  582.           Width = 14
  583.           Height = 17
  584.           Caption = 'DecorCheck3'
  585.           TabOrder = 3
  586.           OnMouseDown = ControlMouseDown
  587.         end
  588.       end
  589.       object TankSizes: TGroupBox
  590.         Tag = 23
  591.         Left = 321
  592.         Top = 3
  593.         Width = 295
  594.         Height = 42
  595.         Hint = 
  596.           'On slower computers, a smaller tank increases animation performa' +
  597.           'nce'
  598.         Caption = 'Tank Size'
  599.         Font.Charset = DEFAULT_CHARSET
  600.         Font.Color = clNavy
  601.         Font.Height = -11
  602.         Font.Name = 'Arial'
  603.         Font.Style = []
  604.         ParentFont = False
  605.         PopupMenu = RightClickMenu
  606.         TabOrder = 3
  607.         OnMouseDown = ControlMouseDown
  608.         object TSSmallCheck: TRadioButton
  609.           Tag = 23
  610.           Left = 11
  611.           Top = 19
  612.           Width = 62
  613.           Height = 17
  614.           Caption = 'Small'
  615.           Font.Charset = DEFAULT_CHARSET
  616.           Font.Color = clWindowText
  617.           Font.Height = -11
  618.           Font.Name = 'Arial'
  619.           Font.Style = []
  620.           ParentFont = False
  621.           PopupMenu = RightClickMenu
  622.           TabOrder = 0
  623.           OnMouseDown = ControlMouseDown
  624.         end
  625.         object TSMediumCheck: TRadioButton
  626.           Tag = 23
  627.           Left = 71
  628.           Top = 19
  629.           Width = 62
  630.           Height = 17
  631.           Caption = 'Medium'
  632.           Font.Charset = DEFAULT_CHARSET
  633.           Font.Color = clWindowText
  634.           Font.Height = -11
  635.           Font.Name = 'Arial'
  636.           Font.Style = []
  637.           ParentFont = False
  638.           PopupMenu = RightClickMenu
  639.           TabOrder = 1
  640.           OnMouseDown = ControlMouseDown
  641.         end
  642.         object TSLargeCheck: TRadioButton
  643.           Tag = 23
  644.           Left = 143
  645.           Top = 19
  646.           Width = 54
  647.           Height = 17
  648.           Caption = 'Large'
  649.           Checked = True
  650.           Font.Charset = DEFAULT_CHARSET
  651.           Font.Color = clWindowText
  652.           Font.Height = -11
  653.           Font.Name = 'Arial'
  654.           Font.Style = []
  655.           ParentFont = False
  656.           PopupMenu = RightClickMenu
  657.           TabOrder = 2
  658.           TabStop = True
  659.           OnMouseDown = ControlMouseDown
  660.         end
  661.         object TSFullCheck: TRadioButton
  662.           Tag = 23
  663.           Left = 203
  664.           Top = 19
  665.           Width = 78
  666.           Height = 17
  667.           Caption = 'Full Screen'
  668.           Font.Charset = DEFAULT_CHARSET
  669.           Font.Color = clWindowText
  670.           Font.Height = -11
  671.           Font.Name = 'Arial'
  672.           Font.Style = []
  673.           ParentFont = False
  674.           PopupMenu = RightClickMenu
  675.           TabOrder = 3
  676.           OnMouseDown = ControlMouseDown
  677.         end
  678.       end
  679.       object TankLayouts: TGroupBox
  680.         Tag = 24
  681.         Left = 321
  682.         Top = 47
  683.         Width = 295
  684.         Height = 42
  685.         Caption = 'Tank Layout'
  686.         Font.Charset = DEFAULT_CHARSET
  687.         Font.Color = clNavy
  688.         Font.Height = -11
  689.         Font.Name = 'Arial'
  690.         Font.Style = []
  691.         ParentFont = False
  692.         PopupMenu = RightClickMenu
  693.         TabOrder = 4
  694.         OnMouseDown = ControlMouseDown
  695.         object TLRoundCheck: TRadioButton
  696.           Tag = 24
  697.           Left = 65
  698.           Top = 19
  699.           Width = 66
  700.           Height = 17
  701.           Caption = 'Circular'
  702.           Font.Charset = DEFAULT_CHARSET
  703.           Font.Color = clWindowText
  704.           Font.Height = -11
  705.           Font.Name = 'Arial'
  706.           Font.Style = []
  707.           ParentFont = False
  708.           PopupMenu = RightClickMenu
  709.           TabOrder = 0
  710.           OnMouseDown = ControlMouseDown
  711.         end
  712.         object TLRectCheck: TRadioButton
  713.           Tag = 24
  714.           Left = 155
  715.           Top = 19
  716.           Width = 90
  717.           Height = 17
  718.           Caption = 'Rectanglular'
  719.           Checked = True
  720.           Font.Charset = DEFAULT_CHARSET
  721.           Font.Color = clWindowText
  722.           Font.Height = -11
  723.           Font.Name = 'Arial'
  724.           Font.Style = []
  725.           ParentFont = False
  726.           PopupMenu = RightClickMenu
  727.           TabOrder = 1
  728.           TabStop = True
  729.           OnMouseDown = ControlMouseDown
  730.         end
  731.       end
  732.       object WaterColors: TGroupBox
  733.         Tag = 25
  734.         Left = 321
  735.         Top = 91
  736.         Width = 295
  737.         Height = 42
  738.         Hint = 'Choose a water color, or none to improve animation performance'
  739.         Caption = ' Water Color'
  740.         Font.Charset = DEFAULT_CHARSET
  741.         Font.Color = clNavy
  742.         Font.Height = -11
  743.         Font.Name = 'Arial'
  744.         Font.Style = []
  745.         ParentFont = False
  746.         PopupMenu = RightClickMenu
  747.         TabOrder = 5
  748.         OnMouseDown = ControlMouseDown
  749.         object WCNone: TRadioButton
  750.           Tag = 25
  751.           Left = 11
  752.           Top = 19
  753.           Width = 62
  754.           Height = 17
  755.           Caption = 'None'
  756.           Font.Charset = DEFAULT_CHARSET
  757.           Font.Color = clWindowText
  758.           Font.Height = -11
  759.           Font.Name = 'Arial'
  760.           Font.Style = []
  761.           ParentFont = False
  762.           PopupMenu = RightClickMenu
  763.           TabOrder = 0
  764.           OnMouseDown = ControlMouseDown
  765.         end
  766.         object WCMidnight: TRadioButton
  767.           Tag = 25
  768.           Left = 65
  769.           Top = 19
  770.           Width = 86
  771.           Height = 17
  772.           Caption = 'Midnight Blue'
  773.           Font.Charset = DEFAULT_CHARSET
  774.           Font.Color = clWindowText
  775.           Font.Height = -11
  776.           Font.Name = 'Arial'
  777.           Font.Style = []
  778.           ParentFont = False
  779.           PopupMenu = RightClickMenu
  780.           TabOrder = 1
  781.           OnMouseDown = ControlMouseDown
  782.         end
  783.         object WCFull: TRadioButton
  784.           Tag = 25
  785.           Left = 154
  786.           Top = 19
  787.           Width = 62
  788.           Height = 17
  789.           Caption = 'Full Blue'
  790.           Font.Charset = DEFAULT_CHARSET
  791.           Font.Color = clWindowText
  792.           Font.Height = -11
  793.           Font.Name = 'Arial'
  794.           Font.Style = []
  795.           ParentFont = False
  796.           PopupMenu = RightClickMenu
  797.           TabOrder = 2
  798.           OnMouseDown = ControlMouseDown
  799.         end
  800.         object WCMist: TRadioButton
  801.           Tag = 25
  802.           Left = 219
  803.           Top = 19
  804.           Width = 74
  805.           Height = 17
  806.           Caption = 'Sea Foam'
  807.           Checked = True
  808.           Font.Charset = DEFAULT_CHARSET
  809.           Font.Color = clWindowText
  810.           Font.Height = -11
  811.           Font.Name = 'Arial'
  812.           Font.Style = []
  813.           ParentFont = False
  814.           PopupMenu = RightClickMenu
  815.           TabOrder = 3
  816.           TabStop = True
  817.           OnMouseDown = ControlMouseDown
  818.         end
  819.       end
  820.       object OtherOptions: TGroupBox
  821.         Tag = 28
  822.         Left = 321
  823.         Top = 276
  824.         Width = 295
  825.         Height = 60
  826.         Caption = 'Other Options'
  827.         Color = clBtnFace
  828.         Font.Charset = DEFAULT_CHARSET
  829.         Font.Color = clNavy
  830.         Font.Height = -11
  831.         Font.Name = 'Arial'
  832.         Font.Style = []
  833.         ParentColor = False
  834.         ParentFont = False
  835.         PopupMenu = RightClickMenu
  836.         TabOrder = 7
  837.         OnMouseDown = ControlMouseDown
  838.         object FishLib: TImage
  839.           Left = 274
  840.           Top = 138
  841.           Width = 193
  842.           Height = 1412
  843.           AutoSize = True
  844.           Picture.Data = {<image006.bmp>}
  845.           Transparent = True
  846.           Visible = False
  847.         end
  848.         object AlwaysonTopCheck: TCheckBox
  849.           Tag = 28
  850.           Left = 146
  851.           Top = 17
  852.           Width = 139
  853.           Height = 17
  854.           Hint = 
  855.             'This will hide the mouse cursor, start bar, and other shortcut b' +
  856.             'ars'
  857.           Caption = 'Aquarium always on top'
  858.           Font.Charset = DEFAULT_CHARSET
  859.           Font.Color = clBlack
  860.           Font.Height = -11
  861.           Font.Name = 'Arial'
  862.           Font.Style = []
  863.           ParentFont = False
  864.           PopupMenu = RightClickMenu
  865.           TabOrder = 0
  866.           OnMouseDown = ControlMouseDown
  867.         end
  868.         object ZoomCamCheck: TCheckBox
  869.           Tag = 28
  870.           Left = 10
  871.           Top = 17
  872.           Width = 131
  873.           Height = 17
  874.           Hint = 'The zoom camera pans and zooms around the tank randomly'
  875.           Caption = 'Activate zoom camera'
  876.           Font.Charset = DEFAULT_CHARSET
  877.           Font.Color = clBlack
  878.           Font.Height = -11
  879.           Font.Name = 'Arial'
  880.           Font.Style = []
  881.           ParentFont = False
  882.           PopupMenu = RightClickMenu
  883.           TabOrder = 1
  884.           OnMouseDown = ControlMouseDown
  885.         end
  886.         object RandomChangesCheck: TCheckBox
  887.           Tag = 28
  888.           Left = 10
  889.           Top = 37
  890.           Width = 113
  891.           Height = 17
  892.           Hint = 
  893.             'Good idea if running AquaScape as a screensaver, but may cause p' +
  894.             'roblems on some systems'
  895.           Caption = 'Random changes'
  896.           Font.Charset = DEFAULT_CHARSET
  897.           Font.Color = clBlack
  898.           Font.Height = -11
  899.           Font.Name = 'Arial'
  900.           Font.Style = []
  901.           ParentFont = False
  902.           PopupMenu = RightClickMenu
  903.           TabOrder = 2
  904.           OnMouseDown = ControlMouseDown
  905.         end
  906.       end
  907.       object ScreenOptions: TGroupBox
  908.         Tag = 27
  909.         Left = 321
  910.         Top = 213
  911.         Width = 295
  912.         Height = 60
  913.         Caption = 'Screen Mode'
  914.         Font.Charset = DEFAULT_CHARSET
  915.         Font.Color = clNavy
  916.         Font.Height = -11
  917.         Font.Name = 'Arial'
  918.         Font.Style = []
  919.         ParentFont = False
  920.         PopupMenu = RightClickMenu
  921.         TabOrder = 8
  922.         OnMouseDown = ControlMouseDown
  923.         object LowResModeCheck: TRadioButton
  924.           Tag = 27
  925.           Left = 7
  926.           Top = 19
  927.           Width = 70
  928.           Height = 17
  929.           Hint = 'Low-resolution graphics (400*300)'
  930.           Caption = 'Low-res'
  931.           Font.Charset = DEFAULT_CHARSET
  932.           Font.Color = clWindowText
  933.           Font.Height = -11
  934.           Font.Name = 'Arial'
  935.           Font.Style = []
  936.           ParentFont = False
  937.           PopupMenu = RightClickMenu
  938.           TabOrder = 0
  939.           OnMouseDown = ControlMouseDown
  940.         end
  941.         object MedResModeCheck: TRadioButton
  942.           Tag = 27
  943.           Left = 103
  944.           Top = 19
  945.           Width = 82
  946.           Height = 17
  947.           Hint = 'Medium-resolution graphics (640*480)'
  948.           Caption = 'Medium-res'
  949.           Font.Charset = DEFAULT_CHARSET
  950.           Font.Color = clWindowText
  951.           Font.Height = -11
  952.           Font.Name = 'Arial'
  953.           Font.Style = []
  954.           ParentFont = False
  955.           PopupMenu = RightClickMenu
  956.           TabOrder = 1
  957.           OnMouseDown = ControlMouseDown
  958.         end
  959.         object HiResModeCheck: TRadioButton
  960.           Tag = 27
  961.           Left = 202
  962.           Top = 19
  963.           Width = 67
  964.           Height = 17
  965.           Hint = 'High-resolution graphics (best 800*600)'
  966.           Caption = 'High-res'
  967.           Checked = True
  968.           Font.Charset = DEFAULT_CHARSET
  969.           Font.Color = clWindowText
  970.           Font.Height = -11
  971.           Font.Name = 'Arial'
  972.           Font.Style = []
  973.           ParentFont = False
  974.           PopupMenu = RightClickMenu
  975.           TabOrder = 2
  976.           TabStop = True
  977.           OnMouseDown = ControlMouseDown
  978.         end
  979.         object NoResModeCheck: TRadioButton
  980.           Tag = 27
  981.           Left = 7
  982.           Top = 37
  983.           Width = 162
  984.           Height = 17
  985.           Hint = 'Click to disable any kind of screen mode changes'
  986.           Caption = 'Do not change screen mode'
  987.           Font.Charset = DEFAULT_CHARSET
  988.           Font.Color = clWindowText
  989.           Font.Height = -11
  990.           Font.Name = 'Arial'
  991.           Font.Style = []
  992.           ParentFont = False
  993.           PopupMenu = RightClickMenu
  994.           TabOrder = 3
  995.           OnMouseDown = ControlMouseDown
  996.         end
  997.         object DirectXCheck: TCheckBox
  998.           Tag = 27
  999.           Left = 202
  1000.           Top = 37
  1001.           Width = 82
  1002.           Height = 17
  1003.           Hint = 'Check to enable DirectX support'
  1004.           Caption = 'Use DirectX'
  1005.           Font.Charset = DEFAULT_CHARSET
  1006.           Font.Color = clWindowText
  1007.           Font.Height = -11
  1008.           Font.Name = 'Arial'
  1009.           Font.Style = []
  1010.           ParentFont = False
  1011.           TabOrder = 4
  1012.           OnClick = DirectXCheckClick
  1013.         end
  1014.       end
  1015.     end
  1016.     object TTabPage
  1017.       Left = 4
  1018.       Top = 25
  1019.       Caption = 'Real Fish'
  1020.       object Max1Label: TLabel
  1021.         Tag = 30
  1022.         Left = 126
  1023.         Top = 32
  1024.         Width = 23
  1025.         Height = 14
  1026.         Hint = 'Max amount of this fish allowed at once'
  1027.         Caption = 'Max:'
  1028.         Font.Charset = DEFAULT_CHARSET
  1029.         Font.Color = clWindowText
  1030.         Font.Height = -11
  1031.         Font.Name = 'Arial'
  1032.         Font.Style = []
  1033.         ParentFont = False
  1034.         PopupMenu = RightClickMenu
  1035.         OnMouseDown = ControlMouseDown
  1036.       end
  1037.       object Max2Label: TLabel
  1038.         Tag = 30
  1039.         Left = 126
  1040.         Top = 70
  1041.         Width = 23
  1042.         Height = 14
  1043.         Hint = 'Max amount of this fish allowed at once'
  1044.         Caption = 'Max:'
  1045.         Font.Charset = DEFAULT_CHARSET
  1046.         Font.Color = clWindowText
  1047.         Font.Height = -11
  1048.         Font.Name = 'Arial'
  1049.         Font.Style = []
  1050.         ParentFont = False
  1051.         PopupMenu = RightClickMenu
  1052.         OnMouseDown = ControlMouseDown
  1053.       end
  1054.       object Max3Label: TLabel
  1055.         Tag = 30
  1056.         Left = 126
  1057.         Top = 108
  1058.         Width = 23
  1059.         Height = 14
  1060.         Hint = 'Max amount of this fish allowed at once'
  1061.         Caption = 'Max:'
  1062.         Font.Charset = DEFAULT_CHARSET
  1063.         Font.Color = clWindowText
  1064.         Font.Height = -11
  1065.         Font.Name = 'Arial'
  1066.         Font.Style = []
  1067.         ParentFont = False
  1068.         PopupMenu = RightClickMenu
  1069.         OnMouseDown = ControlMouseDown
  1070.       end
  1071.       object Max4Label: TLabel
  1072.         Tag = 30
  1073.         Left = 126
  1074.         Top = 146
  1075.         Width = 23
  1076.         Height = 14
  1077.         Hint = 'Max amount of this fish allowed at once'
  1078.         Caption = 'Max:'
  1079.         Font.Charset = DEFAULT_CHARSET
  1080.         Font.Color = clWindowText
  1081.         Font.Height = -11
  1082.         Font.Name = 'Arial'
  1083.         Font.Style = []
  1084.         ParentFont = False
  1085.         PopupMenu = RightClickMenu
  1086.         OnMouseDown = ControlMouseDown
  1087.       end
  1088.       object Max5Label: TLabel
  1089.         Tag = 30
  1090.         Left = 126
  1091.         Top = 184
  1092.         Width = 23
  1093.         Height = 14
  1094.         Hint = 'Max amount of this fish allowed at once'
  1095.         Caption = 'Max:'
  1096.         Font.Charset = DEFAULT_CHARSET
  1097.         Font.Color = clWindowText
  1098.         Font.Height = -11
  1099.         Font.Name = 'Arial'
  1100.         Font.Style = []
  1101.         ParentFont = False
  1102.         PopupMenu = RightClickMenu
  1103.         OnMouseDown = ControlMouseDown
  1104.       end
  1105.       object Max6Label: TLabel
  1106.         Tag = 30
  1107.         Left = 126
  1108.         Top = 222
  1109.         Width = 23
  1110.         Height = 14
  1111.         Hint = 'Max amount of this fish allowed at once'
  1112.         Caption = 'Max:'
  1113.         Font.Charset = DEFAULT_CHARSET
  1114.         Font.Color = clWindowText
  1115.         Font.Height = -11
  1116.         Font.Name = 'Arial'
  1117.         Font.Style = []
  1118.         ParentFont = False
  1119.         PopupMenu = RightClickMenu
  1120.         OnMouseDown = ControlMouseDown
  1121.       end
  1122.       object Max7Label: TLabel
  1123.         Tag = 30
  1124.         Left = 126
  1125.         Top = 260
  1126.         Width = 23
  1127.         Height = 14
  1128.         Hint = 'Max amount of this fish allowed at once'
  1129.         Caption = 'Max:'
  1130.         Font.Charset = DEFAULT_CHARSET
  1131.         Font.Color = clWindowText
  1132.         Font.Height = -11
  1133.         Font.Name = 'Arial'
  1134.         Font.Style = []
  1135.         ParentFont = False
  1136.         PopupMenu = RightClickMenu
  1137.         OnMouseDown = ControlMouseDown
  1138.       end
  1139.       object Max8Label: TLabel
  1140.         Tag = 30
  1141.         Left = 126
  1142.         Top = 298
  1143.         Width = 23
  1144.         Height = 14
  1145.         Hint = 'Max amount of this fish allowed at once'
  1146.         Caption = 'Max:'
  1147.         Font.Charset = DEFAULT_CHARSET
  1148.         Font.Color = clWindowText
  1149.         Font.Height = -11
  1150.         Font.Name = 'Arial'
  1151.         Font.Style = []
  1152.         ParentFont = False
  1153.         PopupMenu = RightClickMenu
  1154.         OnMouseDown = ControlMouseDown
  1155.       end
  1156.       object Max9Label: TLabel
  1157.         Tag = 30
  1158.         Left = 126
  1159.         Top = 336
  1160.         Width = 23
  1161.         Height = 14
  1162.         Hint = 'Max amount of this fish allowed at once'
  1163.         Caption = 'Max:'
  1164.         Font.Charset = DEFAULT_CHARSET
  1165.         Font.Color = clWindowText
  1166.         Font.Height = -11
  1167.         Font.Name = 'Arial'
  1168.         Font.Style = []
  1169.         ParentFont = False
  1170.         PopupMenu = RightClickMenu
  1171.         OnMouseDown = ControlMouseDown
  1172.       end
  1173.       object Max10Label: TLabel
  1174.         Tag = 30
  1175.         Left = 552
  1176.         Top = 32
  1177.         Width = 23
  1178.         Height = 14
  1179.         Hint = 'Max amount of this fish allowed at once'
  1180.         Caption = 'Max:'
  1181.         Font.Charset = DEFAULT_CHARSET
  1182.         Font.Color = clWindowText
  1183.         Font.Height = -11
  1184.         Font.Name = 'Arial'
  1185.         Font.Style = []
  1186.         ParentFont = False
  1187.         PopupMenu = RightClickMenu
  1188.         OnMouseDown = ControlMouseDown
  1189.       end
  1190.       object Max11Label: TLabel
  1191.         Tag = 30
  1192.         Left = 552
  1193.         Top = 70
  1194.         Width = 23
  1195.         Height = 14
  1196.         Hint = 'Max amount of this fish allowed at once'
  1197.         Caption = 'Max:'
  1198.         Font.Charset = DEFAULT_CHARSET
  1199.         Font.Color = clWindowText
  1200.         Font.Height = -11
  1201.         Font.Name = 'Arial'
  1202.         Font.Style = []
  1203.         ParentFont = False
  1204.         PopupMenu = RightClickMenu
  1205.         OnMouseDown = ControlMouseDown
  1206.       end
  1207.       object Max12Label: TLabel
  1208.         Tag = 30
  1209.         Left = 552
  1210.         Top = 108
  1211.         Width = 23
  1212.         Height = 14
  1213.         Hint = 'Max amount of this fish allowed at once'
  1214.         Caption = 'Max:'
  1215.         Font.Charset = DEFAULT_CHARSET
  1216.         Font.Color = clWindowText
  1217.         Font.Height = -11
  1218.         Font.Name = 'Arial'
  1219.         Font.Style = []
  1220.         ParentFont = False
  1221.         PopupMenu = RightClickMenu
  1222.         OnMouseDown = ControlMouseDown
  1223.       end
  1224.       object Max13Label: TLabel
  1225.         Tag = 30
  1226.         Left = 552
  1227.         Top = 146
  1228.         Width = 23
  1229.         Height = 14
  1230.         Hint = 'Max amount of this fish allowed at once'
  1231.         Caption = 'Max:'
  1232.         Font.Charset = DEFAULT_CHARSET
  1233.         Font.Color = clWindowText
  1234.         Font.Height = -11
  1235.         Font.Name = 'Arial'
  1236.         Font.Style = []
  1237.         ParentFont = False
  1238.         PopupMenu = RightClickMenu
  1239.         OnMouseDown = ControlMouseDown
  1240.       end
  1241.       object Max14Label: TLabel
  1242.         Tag = 30
  1243.         Left = 552
  1244.         Top = 184
  1245.         Width = 23
  1246.         Height = 14
  1247.         Hint = 'Max amount of this fish allowed at once'
  1248.         Caption = 'Max:'
  1249.         Font.Charset = DEFAULT_CHARSET
  1250.         Font.Color = clWindowText
  1251.         Font.Height = -11
  1252.         Font.Name = 'Arial'
  1253.         Font.Style = []
  1254.         ParentFont = False
  1255.         PopupMenu = RightClickMenu
  1256.         OnMouseDown = ControlMouseDown
  1257.       end
  1258.       object Max15Label: TLabel
  1259.         Tag = 30
  1260.         Left = 552
  1261.         Top = 222
  1262.         Width = 23
  1263.         Height = 14
  1264.         Hint = 'Max amount of this fish allowed at once'
  1265.         Caption = 'Max:'
  1266.         Font.Charset = DEFAULT_CHARSET
  1267.         Font.Color = clWindowText
  1268.         Font.Height = -11
  1269.         Font.Name = 'Arial'
  1270.         Font.Style = []
  1271.         ParentFont = False
  1272.         PopupMenu = RightClickMenu
  1273.         OnMouseDown = ControlMouseDown
  1274.       end
  1275.       object Max16Label: TLabel
  1276.         Tag = 30
  1277.         Left = 552
  1278.         Top = 260
  1279.         Width = 23
  1280.         Height = 14
  1281.         Hint = 'Max amount of this fish allowed at once'
  1282.         Caption = 'Max:'
  1283.         Font.Charset = DEFAULT_CHARSET
  1284.         Font.Color = clWindowText
  1285.         Font.Height = -11
  1286.         Font.Name = 'Arial'
  1287.         Font.Style = []
  1288.         ParentFont = False
  1289.         PopupMenu = RightClickMenu
  1290.         OnMouseDown = ControlMouseDown
  1291.       end
  1292.       object Max17Label: TLabel
  1293.         Tag = 30
  1294.         Left = 552
  1295.         Top = 298
  1296.         Width = 23
  1297.         Height = 14
  1298.         Hint = 'Max amount of this fish allowed at once'
  1299.         Caption = 'Max:'
  1300.         Font.Charset = DEFAULT_CHARSET
  1301.         Font.Color = clWindowText
  1302.         Font.Height = -11
  1303.         Font.Name = 'Arial'
  1304.         Font.Style = []
  1305.         ParentFont = False
  1306.         PopupMenu = RightClickMenu
  1307.         OnMouseDown = ControlMouseDown
  1308.       end
  1309.       object Max18Label: TLabel
  1310.         Tag = 30
  1311.         Left = 552
  1312.         Top = 336
  1313.         Width = 23
  1314.         Height = 14
  1315.         Hint = 'Max amount of this fish allowed at once'
  1316.         Caption = 'Max:'
  1317.         Font.Charset = DEFAULT_CHARSET
  1318.         Font.Color = clWindowText
  1319.         Font.Height = -11
  1320.         Font.Name = 'Arial'
  1321.         Font.Style = []
  1322.         ParentFont = False
  1323.         PopupMenu = RightClickMenu
  1324.         OnMouseDown = ControlMouseDown
  1325.       end
  1326.       object FishColumn1: TImage
  1327.         Tag = 30
  1328.         Left = 17
  1329.         Top = 28
  1330.         Width = 75
  1331.         Height = 329
  1332.         Hint = 'Click the checkbox to enable this fish'
  1333.         Picture.Data = {<image007.bmp>}
  1334.         PopupMenu = RightClickMenu
  1335.         Transparent = True
  1336.         OnMouseDown = ControlMouseDown
  1337.         OnMouseMove = FishColumn1MouseMove
  1338.       end
  1339.       object FishColumn2: TImage
  1340.         Left = 212
  1341.         Top = 176
  1342.         Width = 95
  1343.         Height = 186
  1344.         Hint = 'Click the checkbox to enable this fish'
  1345.         Picture.Data = {<image008.bmp>}
  1346.         PopupMenu = RightClickMenu
  1347.         Transparent = True
  1348.         OnMouseMove = FishColumn2MouseMove
  1349.       end
  1350.       object FishColumn3: TImage
  1351.         Tag = 30
  1352.         Left = 429
  1353.         Top = 21
  1354.         Width = 90
  1355.         Height = 340
  1356.         Hint = 'Click the checkbox to enable this fish'
  1357.         Picture.Data = {<image009.bmp>}
  1358.         PopupMenu = RightClickMenu
  1359.         Transparent = True
  1360.         OnMouseDown = ControlMouseDown
  1361.         OnMouseMove = FishColumn3MouseMove
  1362.       end
  1363.       object Max19Label: TLabel
  1364.         Tag = 30
  1365.         Left = 340
  1366.         Top = 186
  1367.         Width = 23
  1368.         Height = 14
  1369.         Hint = 'Max amount of this fish allowed at once'
  1370.         Caption = 'Max:'
  1371.         Font.Charset = DEFAULT_CHARSET
  1372.         Font.Color = clWindowText
  1373.         Font.Height = -11
  1374.         Font.Name = 'Arial'
  1375.         Font.Style = []
  1376.         ParentFont = False
  1377.         PopupMenu = RightClickMenu
  1378.         OnMouseDown = ControlMouseDown
  1379.       end
  1380.       object Max20Label: TLabel
  1381.         Tag = 30
  1382.         Left = 340
  1383.         Top = 224
  1384.         Width = 23
  1385.         Height = 14
  1386.         Hint = 'Max amount of this fish allowed at once'
  1387.         Caption = 'Max:'
  1388.         Font.Charset = DEFAULT_CHARSET
  1389.         Font.Color = clWindowText
  1390.         Font.Height = -11
  1391.         Font.Name = 'Arial'
  1392.         Font.Style = []
  1393.         ParentFont = False
  1394.         PopupMenu = RightClickMenu
  1395.         OnMouseDown = ControlMouseDown
  1396.       end
  1397.       object Max21Label: TLabel
  1398.         Tag = 30
  1399.         Left = 340
  1400.         Top = 262
  1401.         Width = 23
  1402.         Height = 14
  1403.         Hint = 'Max amount of this fish allowed at once'
  1404.         Caption = 'Max:'
  1405.         Font.Charset = DEFAULT_CHARSET
  1406.         Font.Color = clWindowText
  1407.         Font.Height = -11
  1408.         Font.Name = 'Arial'
  1409.         Font.Style = []
  1410.         ParentFont = False
  1411.         PopupMenu = RightClickMenu
  1412.         OnMouseDown = ControlMouseDown
  1413.       end
  1414.       object Max22Label: TLabel
  1415.         Tag = 30
  1416.         Left = 340
  1417.         Top = 300
  1418.         Width = 23
  1419.         Height = 14
  1420.         Hint = 'Max amount of this fish allowed at once'
  1421.         Caption = 'Max:'
  1422.         Font.Charset = DEFAULT_CHARSET
  1423.         Font.Color = clWindowText
  1424.         Font.Height = -11
  1425.         Font.Name = 'Arial'
  1426.         Font.Style = []
  1427.         ParentFont = False
  1428.         PopupMenu = RightClickMenu
  1429.         OnMouseDown = ControlMouseDown
  1430.       end
  1431.       object Max23Label: TLabel
  1432.         Tag = 30
  1433.         Left = 340
  1434.         Top = 338
  1435.         Width = 23
  1436.         Height = 14
  1437.         Hint = 'Max amount of this fish allowed at once'
  1438.         Caption = 'Max:'
  1439.         Font.Charset = DEFAULT_CHARSET
  1440.         Font.Color = clWindowText
  1441.         Font.Height = -11
  1442.         Font.Name = 'Arial'
  1443.         Font.Style = []
  1444.         ParentFont = False
  1445.         PopupMenu = RightClickMenu
  1446.         OnMouseDown = ControlMouseDown
  1447.       end
  1448.       object AddFishTheme: TSpeedButton
  1449.         Tag = 30
  1450.         Left = 209
  1451.         Top = 0
  1452.         Width = 25
  1453.         Height = 21
  1454.         Hint = 'Add or save current theme'
  1455.         Glyph.Data = {
  1456.           4E010000424D4E01000000000000760000002800000015000000120000000100
  1457.           040000000000D800000000000000000000001000000000000000000000000000
  1458.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1459.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1460.           3333333330003333333333333333333330003333333330033333333330003333
  1461.           3333300333333333300033333333300333333333300033333333300333333333
  1462.           3000333333333003333333333000333333333003333333333000333000000000
  1463.           0000033330003330000000000000033330003333333330033333333330003333
  1464.           3333300333333333300033333333300333333333300033333333300333333333
  1465.           3000333333333003333333333000333333333333333333333000333333333333
  1466.           333333333000333333333333333333333000}
  1467.         Spacing = 2
  1468.         OnClick = AddFishThemeClick
  1469.         OnMouseDown = ControlMouseDown
  1470.       end
  1471.       object DeleteFishTheme: TSpeedButton
  1472.         Tag = 30
  1473.         Left = 375
  1474.         Top = 0
  1475.         Width = 25
  1476.         Height = 21
  1477.         Hint = 'Delete current theme'
  1478.         Glyph.Data = {
  1479.           4E010000424D4E01000000000000760000002800000015000000120000000100
  1480.           040000000000D800000000000000000000001000000000000000000000000000
  1481.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1482.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1483.           3333333330003333333333333333333330003333333333333333333330003333
  1484.           3333333333333333300033333333333333333333300033333333333333333333
  1485.           3000333333333333333333333000333333333333333333333000333000000000
  1486.           0000033330003330000000000000033330003333333333333333333330003333
  1487.           3333333333333333300033333333333333333333300033333333333333333333
  1488.           3000333333333333333333333000333333333333333333333000333333333333
  1489.           333333333000333333333333333333333000}
  1490.         OnClick = DeleteFishThemeClick
  1491.         OnMouseDown = ControlMouseDown
  1492.       end
  1493.       object TotalFishLabel: TLabel
  1494.         Tag = 30
  1495.         Left = 506
  1496.         Top = 4
  1497.         Width = 70
  1498.         Height = 14
  1499.         Hint = 'Total number of fish that can be on-screen at once'
  1500.         Caption = 'Total max fish:'
  1501.         Font.Charset = DEFAULT_CHARSET
  1502.         Font.Color = clWindowText
  1503.         Font.Height = -11
  1504.         Font.Name = 'Arial'
  1505.         Font.Style = []
  1506.         ParentFont = False
  1507.         PopupMenu = RightClickMenu
  1508.         OnMouseDown = ControlMouseDown
  1509.       end
  1510.       object FishColumn2a: TImage
  1511.         Left = 212
  1512.         Top = 176
  1513.         Width = 95
  1514.         Height = 36
  1515.         Hint = 'Click the checkbox to enable this fish'
  1516.         AutoSize = True
  1517.         Picture.Data = {<image010.bmp>}
  1518.         PopupMenu = RightClickMenu
  1519.         Transparent = True
  1520.         Visible = False
  1521.         OnMouseMove = FishColumn2MouseMove
  1522.       end
  1523.       object FishColumn3a: TImage
  1524.         Tag = 30
  1525.         Left = 429
  1526.         Top = 21
  1527.         Width = 90
  1528.         Height = 302
  1529.         Hint = 'Click the checkbox to enable this fish'
  1530.         AutoSize = True
  1531.         Picture.Data = {<image011.bmp>}
  1532.         PopupMenu = RightClickMenu
  1533.         Transparent = True
  1534.         Visible = False
  1535.         OnMouseDown = ControlMouseDown
  1536.         OnMouseMove = FishColumn3MouseMove
  1537.       end
  1538.       object FishColumn1a: TImage
  1539.         Tag = 30
  1540.         Left = 17
  1541.         Top = 108
  1542.         Width = 75
  1543.         Height = 96
  1544.         Hint = 'Click the checkbox to enable this fish'
  1545.         Picture.Data = {<image012.bmp>}
  1546.         PopupMenu = RightClickMenu
  1547.         Transparent = True
  1548.         Visible = False
  1549.         OnMouseDown = ControlMouseDown
  1550.         OnMouseMove = FishColumn1MouseMove
  1551.       end
  1552.       object Fish1: TCheckBox
  1553.         Tag = 30
  1554.         Left = 106
  1555.         Top = 30
  1556.         Width = 15
  1557.         Height = 17
  1558.         Hint = 'Toggle fish'
  1559.         PopupMenu = RightClickMenu
  1560.         State = cbChecked
  1561.         TabOrder = 0
  1562.         OnMouseDown = ControlMouseDown
  1563.       end
  1564.       object Fish1Max: TEdit
  1565.         Tag = 30
  1566.         Left = 154
  1567.         Top = 28
  1568.         Width = 27
  1569.         Height = 22
  1570.         Hint = 'Max amount of this fish allowed at once'
  1571.         PopupMenu = RightClickMenu
  1572.         TabOrder = 1
  1573.         Text = '4'
  1574.         OnMouseDown = ControlMouseDown
  1575.       end
  1576.       object FishPanel: TPanel
  1577.         Tag = 30
  1578.         Left = 203
  1579.         Top = 24
  1580.         Width = 203
  1581.         Height = 148
  1582.         PopupMenu = RightClickMenu
  1583.         TabOrder = 2
  1584.         OnMouseDown = ControlMouseDown
  1585.         object FishImage: TImage
  1586.           Tag = 30
  1587.           Left = 1
  1588.           Top = 1
  1589.           Width = 201
  1590.           Height = 100
  1591.           PopupMenu = RightClickMenu
  1592.           Transparent = True
  1593.           OnMouseDown = ControlMouseDown
  1594.         end
  1595.         object FishDescLabel: TLabel
  1596.           Tag = 30
  1597.           Left = 3
  1598.           Top = 104
  1599.           Width = 197
  1600.           Height = 41
  1601.           Hint = 'Fish description'
  1602.           Alignment = taCenter
  1603.           AutoSize = False
  1604.           Caption = 
  1605.             'Cardinal Tetra: Freshwater community fish.  Very popular fish wi' +
  1606.             'th bright neon colors.  Similar to the Neon.'
  1607.           Font.Charset = DEFAULT_CHARSET
  1608.           Font.Color = clWindowText
  1609.           Font.Height = -11
  1610.           Font.Name = 'Arial'
  1611.           Font.Style = []
  1612.           ParentFont = False
  1613.           PopupMenu = RightClickMenu
  1614.           Transparent = True
  1615.           WordWrap = True
  1616.           OnMouseDown = ControlMouseDown
  1617.         end
  1618.       end
  1619.       object Fish2: TCheckBox
  1620.         Tag = 30
  1621.         Left = 106
  1622.         Top = 68
  1623.         Width = 15
  1624.         Height = 17
  1625.         Hint = 'Toggle fish'
  1626.         Caption = 'Fish2'
  1627.         PopupMenu = RightClickMenu
  1628.         State = cbChecked
  1629.         TabOrder = 3
  1630.         OnMouseDown = ControlMouseDown
  1631.       end
  1632.       object Fish2Max: TEdit
  1633.         Tag = 30
  1634.         Left = 154
  1635.         Top = 66
  1636.         Width = 27
  1637.         Height = 22
  1638.         Hint = 'Max amount of this fish allowed at once'
  1639.         PopupMenu = RightClickMenu
  1640.         TabOrder = 4
  1641.         Text = '4'
  1642.         OnMouseDown = ControlMouseDown
  1643.       end
  1644.       object Fish3: TCheckBox
  1645.         Tag = 30
  1646.         Left = 106
  1647.         Top = 106
  1648.         Width = 15
  1649.         Height = 17
  1650.         Hint = 'Toggle fish'
  1651.         Caption = 'Fish3'
  1652.         PopupMenu = RightClickMenu
  1653.         State = cbChecked
  1654.         TabOrder = 5
  1655.         OnMouseDown = ControlMouseDown
  1656.       end
  1657.       object Fish3Max: TEdit
  1658.         Tag = 30
  1659.         Left = 154
  1660.         Top = 104
  1661.         Width = 27
  1662.         Height = 22
  1663.         Hint = 'Max amount of this fish allowed at once'
  1664.         PopupMenu = RightClickMenu
  1665.         TabOrder = 6
  1666.         Text = '4'
  1667.         OnMouseDown = ControlMouseDown
  1668.       end
  1669.       object Fish4: TCheckBox
  1670.         Tag = 30
  1671.         Left = 106
  1672.         Top = 144
  1673.         Width = 15
  1674.         Height = 17
  1675.         Hint = 'Toggle fish'
  1676.         Caption = 'CheckBox3'
  1677.         PopupMenu = RightClickMenu
  1678.         State = cbChecked
  1679.         TabOrder = 7
  1680.         OnMouseDown = ControlMouseDown
  1681.       end
  1682.       object Fish4Max: TEdit
  1683.         Tag = 30
  1684.         Left = 154
  1685.         Top = 142
  1686.         Width = 27
  1687.         Height = 22
  1688.         Hint = 'Max amount of this fish allowed at once'
  1689.         PopupMenu = RightClickMenu
  1690.         TabOrder = 8
  1691.         Text = '2'
  1692.         OnMouseDown = ControlMouseDown
  1693.       end
  1694.       object Fish5: TCheckBox
  1695.         Tag = 30
  1696.         Left = 106
  1697.         Top = 182
  1698.         Width = 15
  1699.         Height = 17
  1700.         Hint = 'Toggle fish'
  1701.         Caption = 'CheckBox3'
  1702.         PopupMenu = RightClickMenu
  1703.         State = cbChecked
  1704.         TabOrder = 9
  1705.         OnMouseDown = ControlMouseDown
  1706.       end
  1707.       object Fish5Max: TEdit
  1708.         Tag = 30
  1709.         Left = 154
  1710.         Top = 180
  1711.         Width = 27
  1712.         Height = 22
  1713.         Hint = 'Max amount of this fish allowed at once'
  1714.         PopupMenu = RightClickMenu
  1715.         TabOrder = 10
  1716.         Text = '2'
  1717.         OnMouseDown = ControlMouseDown
  1718.       end
  1719.       object Fish6: TCheckBox
  1720.         Tag = 30
  1721.         Left = 106
  1722.         Top = 220
  1723.         Width = 15
  1724.         Height = 17
  1725.         Hint = 'Toggle fish'
  1726.         Caption = 'CheckBox3'
  1727.         PopupMenu = RightClickMenu
  1728.         State = cbChecked
  1729.         TabOrder = 11
  1730.         OnMouseDown = ControlMouseDown
  1731.       end
  1732.       object Fish6Max: TEdit
  1733.         Tag = 30
  1734.         Left = 154
  1735.         Top = 218
  1736.         Width = 27
  1737.         Height = 22
  1738.         Hint = 'Max amount of this fish allowed at once'
  1739.         PopupMenu = RightClickMenu
  1740.         TabOrder = 12
  1741.         Text = '2'
  1742.         OnMouseDown = ControlMouseDown
  1743.       end
  1744.       object Fish7: TCheckBox
  1745.         Tag = 30
  1746.         Left = 106
  1747.         Top = 258
  1748.         Width = 15
  1749.         Height = 17
  1750.         Hint = 'Toggle fish'
  1751.         Caption = 'CheckBox3'
  1752.         PopupMenu = RightClickMenu
  1753.         State = cbChecked
  1754.         TabOrder = 13
  1755.         OnMouseDown = ControlMouseDown
  1756.       end
  1757.       object Fish7Max: TEdit
  1758.         Tag = 30
  1759.         Left = 154
  1760.         Top = 256
  1761.         Width = 27
  1762.         Height = 22
  1763.         Hint = 'Max amount of this fish allowed at once'
  1764.         PopupMenu = RightClickMenu
  1765.         TabOrder = 14
  1766.         Text = '3'
  1767.         OnMouseDown = ControlMouseDown
  1768.       end
  1769.       object Fish8: TCheckBox
  1770.         Tag = 30
  1771.         Left = 106
  1772.         Top = 296
  1773.         Width = 15
  1774.         Height = 17
  1775.         Hint = 'Toggle fish'
  1776.         Caption = 'CheckBox3'
  1777.         PopupMenu = RightClickMenu
  1778.         State = cbChecked
  1779.         TabOrder = 15
  1780.         OnMouseDown = ControlMouseDown
  1781.       end
  1782.       object Fish8Max: TEdit
  1783.         Tag = 30
  1784.         Left = 154
  1785.         Top = 294
  1786.         Width = 27
  1787.         Height = 22
  1788.         Hint = 'Max amount of this fish allowed at once'
  1789.         PopupMenu = RightClickMenu
  1790.         TabOrder = 16
  1791.         Text = '2'
  1792.         OnMouseDown = ControlMouseDown
  1793.       end
  1794.       object Fish9: TCheckBox
  1795.         Tag = 30
  1796.         Left = 106
  1797.         Top = 334
  1798.         Width = 15
  1799.         Height = 17
  1800.         Hint = 'Toggle fish'
  1801.         Caption = 'CheckBox3'
  1802.         PopupMenu = RightClickMenu
  1803.         State = cbChecked
  1804.         TabOrder = 17
  1805.         OnMouseDown = ControlMouseDown
  1806.       end
  1807.       object Fish9Max: TEdit
  1808.         Tag = 30
  1809.         Left = 154
  1810.         Top = 332
  1811.         Width = 27
  1812.         Height = 22
  1813.         Hint = 'Max amount of this fish allowed at once'
  1814.         PopupMenu = RightClickMenu
  1815.         TabOrder = 18
  1816.         Text = '2'
  1817.         OnMouseDown = ControlMouseDown
  1818.       end
  1819.       object Fish10: TCheckBox
  1820.         Tag = 30
  1821.         Left = 532
  1822.         Top = 30
  1823.         Width = 15
  1824.         Height = 17
  1825.         Hint = 'Toggle fish'
  1826.         Caption = 'Fish10'
  1827.         PopupMenu = RightClickMenu
  1828.         State = cbChecked
  1829.         TabOrder = 19
  1830.         OnMouseDown = ControlMouseDown
  1831.       end
  1832.       object Fish11: TCheckBox
  1833.         Tag = 30
  1834.         Left = 532
  1835.         Top = 68
  1836.         Width = 15
  1837.         Height = 17
  1838.         Hint = 'Toggle fish'
  1839.         Caption = 'CheckBox2'
  1840.         PopupMenu = RightClickMenu
  1841.         State = cbChecked
  1842.         TabOrder = 20
  1843.         OnMouseDown = ControlMouseDown
  1844.       end
  1845.       object Fish12: TCheckBox
  1846.         Tag = 30
  1847.         Left = 532
  1848.         Top = 106
  1849.         Width = 15
  1850.         Height = 17
  1851.         Hint = 'Toggle fish'
  1852.         Caption = 'CheckBox3'
  1853.         PopupMenu = RightClickMenu
  1854.         State = cbChecked
  1855.         TabOrder = 21
  1856.         OnMouseDown = ControlMouseDown
  1857.       end
  1858.       object Fish13: TCheckBox
  1859.         Tag = 30
  1860.         Left = 532
  1861.         Top = 144
  1862.         Width = 15
  1863.         Height = 17
  1864.         Hint = 'Toggle fish'
  1865.         Caption = 'CheckBox3'
  1866.         PopupMenu = RightClickMenu
  1867.         State = cbChecked
  1868.         TabOrder = 22
  1869.         OnMouseDown = ControlMouseDown
  1870.       end
  1871.       object Fish14: TCheckBox
  1872.         Tag = 30
  1873.         Left = 532
  1874.         Top = 182
  1875.         Width = 15
  1876.         Height = 17
  1877.         Hint = 'Toggle fish'
  1878.         Caption = 'CheckBox3'
  1879.         PopupMenu = RightClickMenu
  1880.         State = cbChecked
  1881.         TabOrder = 23
  1882.         OnMouseDown = ControlMouseDown
  1883.       end
  1884.       object Fish15: TCheckBox
  1885.         Tag = 30
  1886.         Left = 532
  1887.         Top = 220
  1888.         Width = 15
  1889.         Height = 17
  1890.         Hint = 'Toggle fish'
  1891.         Caption = 'CheckBox3'
  1892.         PopupMenu = RightClickMenu
  1893.         State = cbChecked
  1894.         TabOrder = 24
  1895.         OnMouseDown = ControlMouseDown
  1896.       end
  1897.       object Fish16: TCheckBox
  1898.         Tag = 30
  1899.         Left = 532
  1900.         Top = 258
  1901.         Width = 15
  1902.         Height = 17
  1903.         Hint = 'Toggle fish'
  1904.         Caption = 'CheckBox3'
  1905.         PopupMenu = RightClickMenu
  1906.         State = cbChecked
  1907.         TabOrder = 25
  1908.         OnMouseDown = ControlMouseDown
  1909.       end
  1910.       object Fish17: TCheckBox
  1911.         Tag = 30
  1912.         Left = 532
  1913.         Top = 296
  1914.         Width = 15
  1915.         Height = 17
  1916.         Hint = 'Toggle fish'
  1917.         Caption = 'CheckBox3'
  1918.         PopupMenu = RightClickMenu
  1919.         State = cbChecked
  1920.         TabOrder = 26
  1921.         OnMouseDown = ControlMouseDown
  1922.       end
  1923.       object Fish18: TCheckBox
  1924.         Tag = 30
  1925.         Left = 532
  1926.         Top = 334
  1927.         Width = 15
  1928.         Height = 17
  1929.         Hint = 'Toggle fish'
  1930.         Caption = 'CheckBox3'
  1931.         PopupMenu = RightClickMenu
  1932.         State = cbChecked
  1933.         TabOrder = 27
  1934.         OnMouseDown = ControlMouseDown
  1935.       end
  1936.       object Fish10Max: TEdit
  1937.         Tag = 30
  1938.         Left = 580
  1939.         Top = 28
  1940.         Width = 27
  1941.         Height = 22
  1942.         Hint = 'Max amount of this fish allowed at once'
  1943.         PopupMenu = RightClickMenu
  1944.         TabOrder = 28
  1945.         Text = '2'
  1946.         OnMouseDown = ControlMouseDown
  1947.       end
  1948.       object Fish11Max: TEdit
  1949.         Tag = 30
  1950.         Left = 580
  1951.         Top = 66
  1952.         Width = 27
  1953.         Height = 22
  1954.         Hint = 'Max amount of this fish allowed at once'
  1955.         PopupMenu = RightClickMenu
  1956.         TabOrder = 29
  1957.         Text = '2'
  1958.         OnMouseDown = ControlMouseDown
  1959.       end
  1960.       object Fish12Max: TEdit
  1961.         Tag = 30
  1962.         Left = 580
  1963.         Top = 104
  1964.         Width = 27
  1965.         Height = 22
  1966.         Hint = 'Max amount of this fish allowed at once'
  1967.         PopupMenu = RightClickMenu
  1968.         TabOrder = 30
  1969.         Text = '2'
  1970.         OnMouseDown = ControlMouseDown
  1971.       end
  1972.       object Fish13Max: TEdit
  1973.         Tag = 30
  1974.         Left = 580
  1975.         Top = 142
  1976.         Width = 27
  1977.         Height = 22
  1978.         Hint = 'Max amount of this fish allowed at once'
  1979.         PopupMenu = RightClickMenu
  1980.         TabOrder = 31
  1981.         Text = '3'
  1982.         OnMouseDown = ControlMouseDown
  1983.       end
  1984.       object Fish14Max: TEdit
  1985.         Tag = 30
  1986.         Left = 580
  1987.         Top = 180
  1988.         Width = 27
  1989.         Height = 22
  1990.         Hint = 'Max amount of this fish allowed at once'
  1991.         PopupMenu = RightClickMenu
  1992.         TabOrder = 32
  1993.         Text = '3'
  1994.         OnMouseDown = ControlMouseDown
  1995.       end
  1996.       object Fish15Max: TEdit
  1997.         Tag = 30
  1998.         Left = 580
  1999.         Top = 218
  2000.         Width = 27
  2001.         Height = 22
  2002.         Hint = 'Max amount of this fish allowed at once'
  2003.         PopupMenu = RightClickMenu
  2004.         TabOrder = 33
  2005.         Text = '3'
  2006.         OnMouseDown = ControlMouseDown
  2007.       end
  2008.       object Fish16Max: TEdit
  2009.         Tag = 30
  2010.         Left = 580
  2011.         Top = 256
  2012.         Width = 27
  2013.         Height = 22
  2014.         Hint = 'Max amount of this fish allowed at once'
  2015.         PopupMenu = RightClickMenu
  2016.         TabOrder = 34
  2017.         Text = '2'
  2018.         OnMouseDown = ControlMouseDown
  2019.       end
  2020.       object Fish17Max: TEdit
  2021.         Tag = 30
  2022.         Left = 580
  2023.         Top = 294
  2024.         Width = 27
  2025.         Height = 22
  2026.         Hint = 'Max amount of this fish allowed at once'
  2027.         PopupMenu = RightClickMenu
  2028.         TabOrder = 35
  2029.         Text = '2'
  2030.         OnMouseDown = ControlMouseDown
  2031.       end
  2032.       object Fish18Max: TEdit
  2033.         Tag = 30
  2034.         Left = 580
  2035.         Top = 332
  2036.         Width = 27
  2037.         Height = 22
  2038.         Hint = 'Max amount of this fish allowed at once'
  2039.         PopupMenu = RightClickMenu
  2040.         TabOrder = 36
  2041.         Text = '2'
  2042.         OnMouseDown = ControlMouseDown
  2043.       end
  2044.       object Fish19: TCheckBox
  2045.         Tag = 30
  2046.         Left = 320
  2047.         Top = 184
  2048.         Width = 15
  2049.         Height = 17
  2050.         Hint = 'Toggle fish'
  2051.         Caption = 'CheckBox3'
  2052.         PopupMenu = RightClickMenu
  2053.         State = cbChecked
  2054.         TabOrder = 37
  2055.         OnMouseDown = ControlMouseDown
  2056.       end
  2057.       object Fish20: TCheckBox
  2058.         Tag = 30
  2059.         Left = 320
  2060.         Top = 222
  2061.         Width = 15
  2062.         Height = 17
  2063.         Hint = 'Toggle fish'
  2064.         Caption = 'CheckBox3'
  2065.         PopupMenu = RightClickMenu
  2066.         State = cbChecked
  2067.         TabOrder = 38
  2068.         OnMouseDown = ControlMouseDown
  2069.       end
  2070.       object Fish21: TCheckBox
  2071.         Tag = 30
  2072.         Left = 320
  2073.         Top = 260
  2074.         Width = 15
  2075.         Height = 17
  2076.         Hint = 'Toggle fish'
  2077.         Caption = 'CheckBox3'
  2078.         PopupMenu = RightClickMenu
  2079.         State = cbChecked
  2080.         TabOrder = 39
  2081.         OnMouseDown = ControlMouseDown
  2082.       end
  2083.       object Fish22: TCheckBox
  2084.         Tag = 30
  2085.         Left = 320
  2086.         Top = 298
  2087.         Width = 15
  2088.         Height = 17
  2089.         Hint = 'Toggle fish'
  2090.         Caption = 'CheckBox3'
  2091.         PopupMenu = RightClickMenu
  2092.         State = cbChecked
  2093.         TabOrder = 40
  2094.         OnMouseDown = ControlMouseDown
  2095.       end
  2096.       object Fish23: TCheckBox
  2097.         Tag = 30
  2098.         Left = 320
  2099.         Top = 336
  2100.         Width = 15
  2101.         Height = 17
  2102.         Hint = 'Toggle fish'
  2103.         Caption = 'CheckBox3'
  2104.         PopupMenu = RightClickMenu
  2105.         State = cbChecked
  2106.         TabOrder = 41
  2107.         OnMouseDown = ControlMouseDown
  2108.       end
  2109.       object Fish19Max: TEdit
  2110.         Tag = 30
  2111.         Left = 368
  2112.         Top = 182
  2113.         Width = 27
  2114.         Height = 22
  2115.         Hint = 'Max amount of this fish allowed at once'
  2116.         PopupMenu = RightClickMenu
  2117.         TabOrder = 42
  2118.         Text = '2'
  2119.         OnMouseDown = ControlMouseDown
  2120.       end
  2121.       object Fish20Max: TEdit
  2122.         Tag = 30
  2123.         Left = 368
  2124.         Top = 220
  2125.         Width = 27
  2126.         Height = 22
  2127.         Hint = 'Max amount of this fish allowed at once'
  2128.         PopupMenu = RightClickMenu
  2129.         TabOrder = 43
  2130.         Text = '3'
  2131.         OnMouseDown = ControlMouseDown
  2132.       end
  2133.       object Fish21Max: TEdit
  2134.         Tag = 30
  2135.         Left = 368
  2136.         Top = 258
  2137.         Width = 27
  2138.         Height = 22
  2139.         Hint = 'Max amount of this fish allowed at once'
  2140.         PopupMenu = RightClickMenu
  2141.         TabOrder = 44
  2142.         Text = '2'
  2143.         OnMouseDown = ControlMouseDown
  2144.       end
  2145.       object Fish22Max: TEdit
  2146.         Tag = 30
  2147.         Left = 368
  2148.         Top = 296
  2149.         Width = 27
  2150.         Height = 22
  2151.         Hint = 'Max amount of this fish allowed at once'
  2152.         PopupMenu = RightClickMenu
  2153.         TabOrder = 45
  2154.         Text = '2'
  2155.         OnMouseDown = ControlMouseDown
  2156.       end
  2157.       object Fish23Max: TEdit
  2158.         Tag = 30
  2159.         Left = 368
  2160.         Top = 334
  2161.         Width = 27
  2162.         Height = 22
  2163.         Hint = 'Max amount of this fish allowed at once'
  2164.         PopupMenu = RightClickMenu
  2165.         TabOrder = 46
  2166.         Text = '2'
  2167.         OnMouseDown = ControlMouseDown
  2168.       end
  2169.       object RandomFishCheck: TCheckBox
  2170.         Tag = 30
  2171.         Left = 18
  2172.         Top = 3
  2173.         Width = 83
  2174.         Height = 17
  2175.         Hint = 'Choose fish randomally at start-up'
  2176.         Caption = 'Random'
  2177.         Font.Charset = DEFAULT_CHARSET
  2178.         Font.Color = clWindowText
  2179.         Font.Height = -11
  2180.         Font.Name = 'Arial'
  2181.         Font.Style = []
  2182.         ParentFont = False
  2183.         PopupMenu = RightClickMenu
  2184.         TabOrder = 47
  2185.         OnMouseDown = ControlMouseDown
  2186.       end
  2187.       object AllFishCheck: TCheckBox
  2188.         Tag = 30
  2189.         Left = 106
  2190.         Top = 3
  2191.         Width = 51
  2192.         Height = 17
  2193.         Hint = 'Choose all fish'
  2194.         Caption = 'All'
  2195.         Font.Charset = DEFAULT_CHARSET
  2196.         Font.Color = clWindowText
  2197.         Font.Height = -11
  2198.         Font.Name = 'Arial'
  2199.         Font.Style = []
  2200.         ParentFont = False
  2201.         PopupMenu = RightClickMenu
  2202.         TabOrder = 48
  2203.         OnClick = AllFishCheckClick
  2204.         OnMouseDown = ControlMouseDown
  2205.       end
  2206.       object FishThemeBox: TComboBox
  2207.         Tag = 30
  2208.         Left = 239
  2209.         Top = 0
  2210.         Width = 131
  2211.         Height = 22
  2212.         Hint = 'Choose fish theme'
  2213.         DropDownCount = 12
  2214.         ItemHeight = 14
  2215.         Items.Strings = (
  2216.           'Very Small Fish'
  2217.           'Small Fish'
  2218.           'Freshwater Fish'
  2219.           'Tropical Fish'
  2220.           'Current Settings')
  2221.         MaxLength = 20
  2222.         PopupMenu = RightClickMenu
  2223.         TabOrder = 49
  2224.         Text = 'Fish Themes'
  2225.         OnChange = FishThemeBoxChange
  2226.       end
  2227.       object TotalFish: TEdit
  2228.         Tag = 30
  2229.         Left = 580
  2230.         Top = 0
  2231.         Width = 27
  2232.         Height = 22
  2233.         Hint = 'Total number of fish that can be on-screen at once'
  2234.         PopupMenu = RightClickMenu
  2235.         TabOrder = 50
  2236.         Text = '14'
  2237.         OnMouseDown = ControlMouseDown
  2238.       end
  2239.     end
  2240.     object TTabPage
  2241.       Left = 4
  2242.       Top = 25
  2243.       Caption = 'Other Creatures'
  2244.       object CartoonWarning: TLabel
  2245.         Tag = 80
  2246.         Left = 14
  2247.         Top = 347
  2248.         Width = 389
  2249.         Height = 14
  2250.         Caption = 
  2251.           'Note: All of the above are fully animated and use more memory th' +
  2252.           'an the real fish.'
  2253.         Font.Charset = DEFAULT_CHARSET
  2254.         Font.Color = clMaroon
  2255.         Font.Height = -11
  2256.         Font.Name = 'Arial'
  2257.         Font.Style = []
  2258.         ParentFont = False
  2259.         PopupMenu = RightClickMenu
  2260.         OnMouseDown = ControlMouseDown
  2261.         OnMouseMove = SignDescMouseMove
  2262.       end
  2263.       object TotalCreatureLabel: TLabel
  2264.         Tag = 80
  2265.         Left = 477
  2266.         Top = 347
  2267.         Width = 99
  2268.         Height = 14
  2269.         Hint = 'Total number of fish that can be on-screen at once'
  2270.         Caption = 'Total max creatures:'
  2271.         Font.Charset = DEFAULT_CHARSET
  2272.         Font.Color = clWindowText
  2273.         Font.Height = -11
  2274.         Font.Name = 'Arial'
  2275.         Font.Style = []
  2276.         ParentFont = False
  2277.         PopupMenu = RightClickMenu
  2278.         OnMouseDown = ControlMouseDown
  2279.       end
  2280.       object CartoonBox2: TPanel
  2281.         Tag = 80
  2282.         Left = 14
  2283.         Top = 68
  2284.         Width = 265
  2285.         Height = 68
  2286.         PopupMenu = RightClickMenu
  2287.         TabOrder = 0
  2288.         OnMouseDown = ControlMouseDown
  2289.         object CarDesc2: TLabel
  2290.           Left = 124
  2291.           Top = 5
  2292.           Width = 136
  2293.           Height = 41
  2294.           AutoSize = False
  2295.           Caption = 'An unusually happy octopus.'
  2296.           Font.Charset = DEFAULT_CHARSET
  2297.           Font.Color = clNavy
  2298.           Font.Height = -11
  2299.           Font.Name = 'Arial'
  2300.           Font.Style = []
  2301.           ParentFont = False
  2302.           WordWrap = True
  2303.         end
  2304.         object CarMaxLabel2: TLabel
  2305.           Tag = 80
  2306.           Left = 202
  2307.           Top = 49
  2308.           Width = 23
  2309.           Height = 14
  2310.           Hint = 'Max amount of this creature allowed at once'
  2311.           Caption = 'Max:'
  2312.           Font.Charset = DEFAULT_CHARSET
  2313.           Font.Color = clWindowText
  2314.           Font.Height = -11
  2315.           Font.Name = 'Arial'
  2316.           Font.Style = []
  2317.           ParentFont = False
  2318.           PopupMenu = RightClickMenu
  2319.           OnMouseDown = ControlMouseDown
  2320.         end
  2321.         object CartoonImage2: TImage
  2322.           Tag = 80
  2323.           Left = 8
  2324.           Top = 5
  2325.           Width = 105
  2326.           Height = 59
  2327.           Picture.Data = {<image013.bmp>}
  2328.           OnMouseDown = ControlMouseDown
  2329.         end
  2330.         object Cartoon2: TCheckBox
  2331.           Tag = 80
  2332.           Left = 182
  2333.           Top = 48
  2334.           Width = 15
  2335.           Height = 17
  2336.           Hint = 'Check to enable'
  2337.           Caption = 'Fish2'
  2338.           PopupMenu = RightClickMenu
  2339.           State = cbChecked
  2340.           TabOrder = 0
  2341.           OnMouseDown = ControlMouseDown
  2342.         end
  2343.         object CartoonMax2: TEdit
  2344.           Tag = 80
  2345.           Left = 230
  2346.           Top = 46
  2347.           Width = 27
  2348.           Height = 22
  2349.           Hint = 'Max amount of this creature allowed at once'
  2350.           PopupMenu = RightClickMenu
  2351.           TabOrder = 1
  2352.           Text = '4'
  2353.           OnMouseDown = ControlMouseDown
  2354.         end
  2355.       end
  2356.       object CartoonBox3: TPanel
  2357.         Tag = 80
  2358.         Left = 14
  2359.         Top = 136
  2360.         Width = 265
  2361.         Height = 68
  2362.         PopupMenu = RightClickMenu
  2363.         TabOrder = 1
  2364.         OnMouseDown = ControlMouseDown
  2365.         object CarDesc3: TLabel
  2366.           Tag = 80
  2367.           Left = 124
  2368.           Top = 5
  2369.           Width = 136
  2370.           Height = 41
  2371.           AutoSize = False
  2372.           Caption = 'Your basic crayfish.'
  2373.           Font.Charset = DEFAULT_CHARSET
  2374.           Font.Color = clNavy
  2375.           Font.Height = -11
  2376.           Font.Name = 'Arial'
  2377.           Font.Style = []
  2378.           ParentFont = False
  2379.           WordWrap = True
  2380.           OnMouseDown = ControlMouseDown
  2381.         end
  2382.         object CarMaxLabel3: TLabel
  2383.           Tag = 80
  2384.           Left = 202
  2385.           Top = 49
  2386.           Width = 23
  2387.           Height = 14
  2388.           Hint = 'Max amount of this creature allowed at once'
  2389.           Caption = 'Max:'
  2390.           Font.Charset = DEFAULT_CHARSET
  2391.           Font.Color = clWindowText
  2392.           Font.Height = -11
  2393.           Font.Name = 'Arial'
  2394.           Font.Style = []
  2395.           ParentFont = False
  2396.           PopupMenu = RightClickMenu
  2397.           OnMouseDown = ControlMouseDown
  2398.         end
  2399.         object CartoonImage3: TImage
  2400.           Tag = 80
  2401.           Left = 8
  2402.           Top = 5
  2403.           Width = 105
  2404.           Height = 59
  2405.           Picture.Data = {<image014.bmp>}
  2406.           OnMouseDown = ControlMouseDown
  2407.         end
  2408.         object Cartoon3: TCheckBox
  2409.           Tag = 80
  2410.           Left = 182
  2411.           Top = 48
  2412.           Width = 15
  2413.           Height = 17
  2414.           Hint = 'Check to enable'
  2415.           Caption = 'Fish2'
  2416.           PopupMenu = RightClickMenu
  2417.           State = cbChecked
  2418.           TabOrder = 0
  2419.           OnMouseDown = ControlMouseDown
  2420.         end
  2421.         object CartoonMax3: TEdit
  2422.           Tag = 80
  2423.           Left = 230
  2424.           Top = 46
  2425.           Width = 27
  2426.           Height = 22
  2427.           Hint = 'Max amount of this creature allowed at once'
  2428.           PopupMenu = RightClickMenu
  2429.           TabOrder = 1
  2430.           Text = '4'
  2431.           OnMouseDown = ControlMouseDown
  2432.         end
  2433.       end
  2434.       object CartoonBox4: TPanel
  2435.         Tag = 80
  2436.         Left = 14
  2437.         Top = 204
  2438.         Width = 265
  2439.         Height = 68
  2440.         PopupMenu = RightClickMenu
  2441.         TabOrder = 2
  2442.         OnMouseDown = ControlMouseDown
  2443.         OnMouseMove = SignDescMouseMove
  2444.         object CarDesc4: TLabel
  2445.           Left = 124
  2446.           Top = 3
  2447.           Width = 136
  2448.           Height = 41
  2449.           AutoSize = False
  2450.           Caption = 
  2451.             'A very suspiscious-looking character.  He/she/it'#39's got his/her/i' +
  2452.             'ts eye on YOU.'
  2453.           Font.Charset = DEFAULT_CHARSET
  2454.           Font.Color = clNavy
  2455.           Font.Height = -11
  2456.           Font.Name = 'Arial'
  2457.           Font.Style = []
  2458.           ParentFont = False
  2459.           WordWrap = True
  2460.         end
  2461.         object CarMaxLabel4: TLabel
  2462.           Tag = 80
  2463.           Left = 202
  2464.           Top = 49
  2465.           Width = 23
  2466.           Height = 14
  2467.           Hint = 'Max amount of this creature allowed at once'
  2468.           Caption = 'Max:'
  2469.           Font.Charset = DEFAULT_CHARSET
  2470.           Font.Color = clWindowText
  2471.           Font.Height = -11
  2472.           Font.Name = 'Arial'
  2473.           Font.Style = []
  2474.           ParentFont = False
  2475.           PopupMenu = RightClickMenu
  2476.           OnMouseDown = ControlMouseDown
  2477.         end
  2478.         object CartoonImage4: TImage
  2479.           Tag = 80
  2480.           Left = 8
  2481.           Top = 5
  2482.           Width = 105
  2483.           Height = 59
  2484.           Picture.Data = {<image015.bmp>}
  2485.           OnMouseDown = ControlMouseDown
  2486.         end
  2487.         object Cartoon4: TCheckBox
  2488.           Tag = 80
  2489.           Left = 182
  2490.           Top = 48
  2491.           Width = 15
  2492.           Height = 17
  2493.           Hint = 'Check to enable'
  2494.           Caption = 'Fish2'
  2495.           PopupMenu = RightClickMenu
  2496.           State = cbChecked
  2497.           TabOrder = 0
  2498.           OnMouseDown = ControlMouseDown
  2499.         end
  2500.         object CartoonMax4: TEdit
  2501.           Tag = 80
  2502.           Left = 230
  2503.           Top = 46
  2504.           Width = 27
  2505.           Height = 22
  2506.           Hint = 'Max amount of this creature allowed at once'
  2507.           PopupMenu = RightClickMenu
  2508.           TabOrder = 1
  2509.           Text = '4'
  2510.           OnMouseDown = ControlMouseDown
  2511.         end
  2512.       end
  2513.       object SignPanel: TPanel
  2514.         Tag = 80
  2515.         Left = 14
  2516.         Top = 272
  2517.         Width = 265
  2518.         Height = 68
  2519.         TabOrder = 3
  2520.         OnMouseDown = ControlMouseDown
  2521.         OnMouseMove = SignDescMouseMove
  2522.         object SignDesc: TLabel
  2523.           Tag = 80
  2524.           Left = 124
  2525.           Top = 5
  2526.           Width = 136
  2527.           Height = 16
  2528.           AutoSize = False
  2529.           Caption = 'Customizable sign:'
  2530.           Font.Charset = DEFAULT_CHARSET
  2531.           Font.Color = clNavy
  2532.           Font.Height = -11
  2533.           Font.Name = 'Arial'
  2534.           Font.Style = []
  2535.           ParentFont = False
  2536.           WordWrap = True
  2537.           OnMouseDown = ControlMouseDown
  2538.           OnMouseMove = SignDescMouseMove
  2539.         end
  2540.         object SignImage: TImage
  2541.           Tag = 80
  2542.           Left = 8
  2543.           Top = 5
  2544.           Width = 105
  2545.           Height = 59
  2546.           Picture.Data = {<image016.bmp>}
  2547.           OnMouseDown = ControlMouseDown
  2548.           OnMouseMove = SignDescMouseMove
  2549.         end
  2550.         object SignPosLabel: TLabel
  2551.           Left = 144
  2552.           Top = 50
  2553.           Width = 21
  2554.           Height = 14
  2555.           Caption = 'Pos:'
  2556.           PopupMenu = RightClickMenu
  2557.           OnMouseMove = SignDescMouseMove
  2558.         end
  2559.         object Sign: TCheckBox
  2560.           Tag = 80
  2561.           Left = 124
  2562.           Top = 48
  2563.           Width = 15
  2564.           Height = 17
  2565.           Hint = 'Check to enable'
  2566.           Caption = 'Fish2'
  2567.           PopupMenu = RightClickMenu
  2568.           TabOrder = 0
  2569.           OnMouseDown = ControlMouseDown
  2570.           OnMouseMove = SignDescMouseMove
  2571.         end
  2572.         object SignFront: TRadioButton
  2573.           Tag = 80
  2574.           Left = 168
  2575.           Top = 49
  2576.           Width = 45
  2577.           Height = 17
  2578.           Caption = 'Front'
  2579.           PopupMenu = RightClickMenu
  2580.           TabOrder = 1
  2581.           OnMouseDown = ControlMouseDown
  2582.           OnMouseMove = SignDescMouseMove
  2583.         end
  2584.         object SignBack: TRadioButton
  2585.           Tag = 80
  2586.           Left = 216
  2587.           Top = 49
  2588.           Width = 45
  2589.           Height = 17
  2590.           Caption = 'Back'
  2591.           PopupMenu = RightClickMenu
  2592.           TabOrder = 2
  2593.           OnMouseDown = ControlMouseDown
  2594.           OnMouseMove = SignDescMouseMove
  2595.         end
  2596.         object SignText: TComboBox
  2597.           Left = 124
  2598.           Top = 21
  2599.           Width = 133
  2600.           Height = 22
  2601.           DropDownCount = 5
  2602.           ItemHeight = 14
  2603.           Items.Strings = (
  2604.             'Hi Mom!'
  2605.             'No Fishing'
  2606.             'No Smoking'
  2607.             'Fishing Season'
  2608.             'Dagwood'#39's Den'
  2609.             'Don'#39't feed the fish')
  2610.           TabOrder = 3
  2611.           OnChange = SignTextChange
  2612.           OnExit = SignTextExit
  2613.         end
  2614.       end
  2615.       object TotalCreatures: TEdit
  2616.         Tag = 80
  2617.         Left = 579
  2618.         Top = 345
  2619.         Width = 27
  2620.         Height = 22
  2621.         Hint = 'Total number of fish that can be on-screen at once'
  2622.         PopupMenu = RightClickMenu
  2623.         TabOrder = 4
  2624.         Text = '14'
  2625.         OnMouseDown = ControlMouseDown
  2626.       end
  2627.       object CartoonBox6: TPanel
  2628.         Tag = 80
  2629.         Left = 340
  2630.         Top = 0
  2631.         Width = 265
  2632.         Height = 68
  2633.         PopupMenu = RightClickMenu
  2634.         TabOrder = 5
  2635.         OnMouseDown = ControlMouseDown
  2636.         object CarDesc6: TLabel
  2637.           Tag = 80
  2638.           Left = 124
  2639.           Top = 5
  2640.           Width = 136
  2641.           Height = 41
  2642.           AutoSize = False
  2643.           Caption = 'Some kind of hybrid fish that likes to blow bubbles.'
  2644.           Font.Charset = DEFAULT_CHARSET
  2645.           Font.Color = clNavy
  2646.           Font.Height = -11
  2647.           Font.Name = 'Arial'
  2648.           Font.Style = []
  2649.           ParentFont = False
  2650.           WordWrap = True
  2651.           OnMouseDown = ControlMouseDown
  2652.         end
  2653.         object CarMaxLabel6: TLabel
  2654.           Tag = 80
  2655.           Left = 202
  2656.           Top = 49
  2657.           Width = 23
  2658.           Height = 14
  2659.           Hint = 'Max amount of this creature allowed at once'
  2660.           Caption = 'Max:'
  2661.           Font.Charset = DEFAULT_CHARSET
  2662.           Font.Color = clWindowText
  2663.           Font.Height = -11
  2664.           Font.Name = 'Arial'
  2665.           Font.Style = []
  2666.           ParentFont = False
  2667.           PopupMenu = RightClickMenu
  2668.           OnMouseDown = ControlMouseDown
  2669.         end
  2670.         object CartoonImage6: TImage
  2671.           Tag = 80
  2672.           Left = 8
  2673.           Top = 5
  2674.           Width = 105
  2675.           Height = 59
  2676.           Picture.Data = {<image017.bmp>}
  2677.           PopupMenu = RightClickMenu
  2678.           OnMouseDown = ControlMouseDown
  2679.         end
  2680.         object Cartoon6: TCheckBox
  2681.           Tag = 80
  2682.           Left = 182
  2683.           Top = 48
  2684.           Width = 15
  2685.           Height = 17
  2686.           Hint = 'Check to enable'
  2687.           Caption = 'Fish2'
  2688.           PopupMenu = RightClickMenu
  2689.           State = cbChecked
  2690.           TabOrder = 0
  2691.           OnMouseDown = ControlMouseDown
  2692.         end
  2693.         object CartoonMax6: TEdit
  2694.           Tag = 80
  2695.           Left = 230
  2696.           Top = 46
  2697.           Width = 27
  2698.           Height = 22
  2699.           Hint = 'Max amount of this creature allowed at once'
  2700.           PopupMenu = RightClickMenu
  2701.           TabOrder = 1
  2702.           Text = '4'
  2703.           OnMouseDown = ControlMouseDown
  2704.         end
  2705.       end
  2706.       object CartoonBox7: TPanel
  2707.         Tag = 80
  2708.         Left = 340
  2709.         Top = 68
  2710.         Width = 265
  2711.         Height = 68
  2712.         PopupMenu = RightClickMenu
  2713.         TabOrder = 6
  2714.         OnMouseDown = ControlMouseDown
  2715.         object CarDesc7: TLabel
  2716.           Tag = 80
  2717.           Left = 124
  2718.           Top = 3
  2719.           Width = 136
  2720.           Height = 41
  2721.           AutoSize = False
  2722.           Caption = 
  2723.             'The legendary underwater dinosaur - The biggest creature in Aqua' +
  2724.             'Scape.'
  2725.           Font.Charset = DEFAULT_CHARSET
  2726.           Font.Color = clNavy
  2727.           Font.Height = -11
  2728.           Font.Name = 'Arial'
  2729.           Font.Style = []
  2730.           ParentFont = False
  2731.           WordWrap = True
  2732.           OnMouseDown = ControlMouseDown
  2733.         end
  2734.         object CarMaxLabel7: TLabel
  2735.           Tag = 80
  2736.           Left = 202
  2737.           Top = 49
  2738.           Width = 23
  2739.           Height = 14
  2740.           Hint = 'Max amount of this creature allowed at once'
  2741.           Caption = 'Max:'
  2742.           Font.Charset = DEFAULT_CHARSET
  2743.           Font.Color = clWindowText
  2744.           Font.Height = -11
  2745.           Font.Name = 'Arial'
  2746.           Font.Style = []
  2747.           ParentFont = False
  2748.           PopupMenu = RightClickMenu
  2749.           OnMouseDown = ControlMouseDown
  2750.         end
  2751.         object CartoonImage7: TImage
  2752.           Tag = 80
  2753.           Left = 8
  2754.           Top = 5
  2755.           Width = 105
  2756.           Height = 59
  2757.           Picture.Data = {<image018.bmp>}
  2758.           PopupMenu = RightClickMenu
  2759.           OnMouseDown = ControlMouseDown
  2760.         end
  2761.         object Cartoon7: TCheckBox
  2762.           Tag = 80
  2763.           Left = 182
  2764.           Top = 48
  2765.           Width = 15
  2766.           Height = 17
  2767.           Hint = 'Check to enable'
  2768.           Caption = 'Fish2'
  2769.           PopupMenu = RightClickMenu
  2770.           State = cbChecked
  2771.           TabOrder = 0
  2772.           OnMouseDown = ControlMouseDown
  2773.         end
  2774.         object CartoonMax7: TEdit
  2775.           Tag = 80
  2776.           Left = 230
  2777.           Top = 46
  2778.           Width = 27
  2779.           Height = 22
  2780.           Hint = 'Max amount of this creature allowed at once'
  2781.           PopupMenu = RightClickMenu
  2782.           TabOrder = 1
  2783.           Text = '4'
  2784.           OnMouseDown = ControlMouseDown
  2785.         end
  2786.       end
  2787.       object CartoonBox8: TPanel
  2788.         Tag = 80
  2789.         Left = 340
  2790.         Top = 136
  2791.         Width = 265
  2792.         Height = 68
  2793.         PopupMenu = RightClickMenu
  2794.         TabOrder = 7
  2795.         OnMouseDown = ControlMouseDown
  2796.         object CarDesc8: TLabel
  2797.           Tag = 80
  2798.           Left = 124
  2799.           Top = 5
  2800.           Width = 136
  2801.           Height = 41
  2802.           AutoSize = False
  2803.           Caption = 'A baby alligator.  Perfect size for a fish tank.'
  2804.           Font.Charset = DEFAULT_CHARSET
  2805.           Font.Color = clNavy
  2806.           Font.Height = -11
  2807.           Font.Name = 'Arial'
  2808.           Font.Style = []
  2809.           ParentFont = False
  2810.           WordWrap = True
  2811.           OnMouseDown = ControlMouseDown
  2812.         end
  2813.         object CarMaxLabel8: TLabel
  2814.           Tag = 80
  2815.           Left = 202
  2816.           Top = 49
  2817.           Width = 23
  2818.           Height = 14
  2819.           Hint = 'Max amount of this creature allowed at once'
  2820.           Caption = 'Max:'
  2821.           Font.Charset = DEFAULT_CHARSET
  2822.           Font.Color = clWindowText
  2823.           Font.Height = -11
  2824.           Font.Name = 'Arial'
  2825.           Font.Style = []
  2826.           ParentFont = False
  2827.           PopupMenu = RightClickMenu
  2828.           OnMouseDown = ControlMouseDown
  2829.         end
  2830.         object CartoonImage8: TImage
  2831.           Tag = 80
  2832.           Left = 8
  2833.           Top = 5
  2834.           Width = 105
  2835.           Height = 59
  2836.           Picture.Data = {<image019.bmp>}
  2837.           PopupMenu = RightClickMenu
  2838.           OnMouseDown = ControlMouseDown
  2839.         end
  2840.         object Cartoon8: TCheckBox
  2841.           Tag = 80
  2842.           Left = 182
  2843.           Top = 48
  2844.           Width = 15
  2845.           Height = 17
  2846.           Hint = 'Check to enable'
  2847.           Caption = 'Fish2'
  2848.           PopupMenu = RightClickMenu
  2849.           State = cbChecked
  2850.           TabOrder = 0
  2851.           OnMouseDown = ControlMouseDown
  2852.         end
  2853.         object CartoonMax8: TEdit
  2854.           Tag = 80
  2855.           Left = 230
  2856.           Top = 46
  2857.           Width = 27
  2858.           Height = 22
  2859.           Hint = 'Max amount of this creature allowed at once'
  2860.           PopupMenu = RightClickMenu
  2861.           TabOrder = 1
  2862.           Text = '4'
  2863.           OnMouseDown = ControlMouseDown
  2864.         end
  2865.       end
  2866.       object CartoonBox9: TPanel
  2867.         Tag = 80
  2868.         Left = 340
  2869.         Top = 204
  2870.         Width = 265
  2871.         Height = 68
  2872.         PopupMenu = RightClickMenu
  2873.         TabOrder = 8
  2874.         OnMouseDown = ControlMouseDown
  2875.         object CarDesc9: TLabel
  2876.           Tag = 80
  2877.           Left = 124
  2878.           Top = 5
  2879.           Width = 136
  2880.           Height = 41
  2881.           AutoSize = False
  2882.           Caption = 'A friendly whale complete with a functioning air spout.'
  2883.           Font.Charset = DEFAULT_CHARSET
  2884.           Font.Color = clNavy
  2885.           Font.Height = -11
  2886.           Font.Name = 'Arial'
  2887.           Font.Style = []
  2888.           ParentFont = False
  2889.           WordWrap = True
  2890.           OnMouseDown = ControlMouseDown
  2891.         end
  2892.         object CarMaxLabel9: TLabel
  2893.           Tag = 80
  2894.           Left = 202
  2895.           Top = 49
  2896.           Width = 23
  2897.           Height = 14
  2898.           Hint = 'Max amount of this creature allowed at once'
  2899.           Caption = 'Max:'
  2900.           Font.Charset = DEFAULT_CHARSET
  2901.           Font.Color = clWindowText
  2902.           Font.Height = -11
  2903.           Font.Name = 'Arial'
  2904.           Font.Style = []
  2905.           ParentFont = False
  2906.           PopupMenu = RightClickMenu
  2907.           OnMouseDown = ControlMouseDown
  2908.         end
  2909.         object CartoonImage9: TImage
  2910.           Tag = 80
  2911.           Left = 8
  2912.           Top = 5
  2913.           Width = 105
  2914.           Height = 59
  2915.           Picture.Data = {<image020.bmp>}
  2916.           PopupMenu = RightClickMenu
  2917.           OnMouseDown = ControlMouseDown
  2918.         end
  2919.         object Cartoon9: TCheckBox
  2920.           Tag = 80
  2921.           Left = 182
  2922.           Top = 48
  2923.           Width = 15
  2924.           Height = 17
  2925.           Hint = 'Check to enable'
  2926.           Caption = 'Fish2'
  2927.           PopupMenu = RightClickMenu
  2928.           State = cbChecked
  2929.           TabOrder = 0
  2930.           OnMouseDown = ControlMouseDown
  2931.         end
  2932.         object CartoonMax9: TEdit
  2933.           Tag = 80
  2934.           Left = 230
  2935.           Top = 46
  2936.           Width = 27
  2937.           Height = 22
  2938.           Hint = 'Max amount of this creature allowed at once'
  2939.           PopupMenu = RightClickMenu
  2940.           TabOrder = 1
  2941.           Text = '4'
  2942.           OnMouseDown = ControlMouseDown
  2943.         end
  2944.       end
  2945.       object ChestBox: TPanel
  2946.         Tag = 80
  2947.         Left = 340
  2948.         Top = 272
  2949.         Width = 265
  2950.         Height = 68
  2951.         PopupMenu = RightClickMenu
  2952.         TabOrder = 9
  2953.         OnMouseDown = ControlMouseDown
  2954.         object ChestDesc: TLabel
  2955.           Tag = 80
  2956.           Left = 124
  2957.           Top = 3
  2958.           Width = 136
  2959.           Height = 41
  2960.           AutoSize = False
  2961.           Caption = 'A treasure chest that opens periodically to release bubbles.'
  2962.           Font.Charset = DEFAULT_CHARSET
  2963.           Font.Color = clNavy
  2964.           Font.Height = -11
  2965.           Font.Name = 'Arial'
  2966.           Font.Style = []
  2967.           ParentFont = False
  2968.           WordWrap = True
  2969.           OnMouseDown = ControlMouseDown
  2970.         end
  2971.         object ChestImage: TImage
  2972.           Tag = 80
  2973.           Left = 8
  2974.           Top = 5
  2975.           Width = 105
  2976.           Height = 59
  2977.           Picture.Data = {<image021.bmp>}
  2978.           PopupMenu = RightClickMenu
  2979.           OnMouseDown = ControlMouseDown
  2980.         end
  2981.         object CheckPosLabel: TLabel
  2982.           Tag = 80
  2983.           Left = 144
  2984.           Top = 50
  2985.           Width = 21
  2986.           Height = 14
  2987.           Caption = 'Pos:'
  2988.           OnMouseDown = ControlMouseDown
  2989.         end
  2990.         object Chest: TCheckBox
  2991.           Tag = 80
  2992.           Left = 124
  2993.           Top = 48
  2994.           Width = 15
  2995.           Height = 17
  2996.           Hint = 'Check to enable'
  2997.           Caption = 'Fish2'
  2998.           PopupMenu = RightClickMenu
  2999.           TabOrder = 0
  3000.           OnMouseDown = ControlMouseDown
  3001.         end
  3002.         object ChestFront: TRadioButton
  3003.           Tag = 80
  3004.           Left = 168
  3005.           Top = 49
  3006.           Width = 45
  3007.           Height = 17
  3008.           Caption = 'Front'
  3009.           PopupMenu = RightClickMenu
  3010.           TabOrder = 1
  3011.           OnMouseDown = ControlMouseDown
  3012.         end
  3013.         object ChestBack: TRadioButton
  3014.           Tag = 80
  3015.           Left = 216
  3016.           Top = 49
  3017.           Width = 45
  3018.           Height = 17
  3019.           Caption = 'Back'
  3020.           PopupMenu = RightClickMenu
  3021.           TabOrder = 2
  3022.           OnMouseDown = ControlMouseDown
  3023.         end
  3024.       end
  3025.       object CartoonBox1: TPanel
  3026.         Tag = 80
  3027.         Left = 14
  3028.         Top = 0
  3029.         Width = 265
  3030.         Height = 68
  3031.         PopupMenu = RightClickMenu
  3032.         TabOrder = 10
  3033.         object CarDesc1: TLabel
  3034.           Tag = 80
  3035.           Left = 124
  3036.           Top = 5
  3037.           Width = 136
  3038.           Height = 41
  3039.           AutoSize = False
  3040.           Caption = 'It'#39's a swimming caveman, complete with club and air bubbles.'
  3041.           Font.Charset = DEFAULT_CHARSET
  3042.           Font.Color = clNavy
  3043.           Font.Height = -11
  3044.           Font.Name = 'Arial'
  3045.           Font.Style = []
  3046.           ParentFont = False
  3047.           WordWrap = True
  3048.           OnMouseDown = ControlMouseDown
  3049.         end
  3050.         object CarMaxLabel1: TLabel
  3051.           Tag = 80
  3052.           Left = 202
  3053.           Top = 49
  3054.           Width = 23
  3055.           Height = 14
  3056.           Hint = 'Max amount of this creature allowed at once'
  3057.           Caption = 'Max:'
  3058.           Font.Charset = DEFAULT_CHARSET
  3059.           Font.Color = clWindowText
  3060.           Font.Height = -11
  3061.           Font.Name = 'Arial'
  3062.           Font.Style = []
  3063.           ParentFont = False
  3064.           PopupMenu = RightClickMenu
  3065.           OnMouseDown = ControlMouseDown
  3066.         end
  3067.         object CartoonImage1: TImage
  3068.           Tag = 80
  3069.           Left = 8
  3070.           Top = 5
  3071.           Width = 105
  3072.           Height = 59
  3073.           Picture.Data = {<image022.bmp>}
  3074.           OnMouseDown = ControlMouseDown
  3075.         end
  3076.         object Cartoon1: TCheckBox
  3077.           Tag = 80
  3078.           Left = 182
  3079.           Top = 48
  3080.           Width = 15
  3081.           Height = 17
  3082.           Hint = 'Check to enable'
  3083.           Caption = 'Fish2'
  3084.           PopupMenu = RightClickMenu
  3085.           State = cbChecked
  3086.           TabOrder = 0
  3087.           OnMouseDown = ControlMouseDown
  3088.         end
  3089.         object CartoonMax1: TEdit
  3090.           Tag = 80
  3091.           Left = 230
  3092.           Top = 48
  3093.           Width = 27
  3094.           Height = 22
  3095.           Hint = 'Max amount of this creature allowed at once'
  3096.           PopupMenu = RightClickMenu
  3097.           TabOrder = 1
  3098.           Text = '4'
  3099.           OnMouseDown = ControlMouseDown
  3100.         end
  3101.       end
  3102.     end
  3103.     object TTabPage
  3104.       Left = 4
  3105.       Top = 25
  3106.       Caption = 'Plant Life'
  3107.       object Tank: TImage
  3108.         Tag = 40
  3109.         Left = 10
  3110.         Top = 2
  3111.         Width = 600
  3112.         Height = 293
  3113.         Picture.Data = {<image023.bmp>}
  3114.         PopupMenu = RightClickMenu
  3115.         OnMouseDown = ControlMouseDown
  3116.       end
  3117.       object Plant1: TImage
  3118.         Left = 66
  3119.         Top = 6
  3120.         Width = 20
  3121.         Height = 15
  3122.         AutoSize = True
  3123.         DragCursor = crDefault
  3124.         Visible = False
  3125.         OnMouseDown = Plant1MouseDown
  3126.         OnMouseMove = Plant1MouseMove
  3127.         OnMouseUp = Plant1MouseUp
  3128.       end
  3129.       object PlantThumbnails: TImage
  3130.         Tag = 40
  3131.         Left = 10
  3132.         Top = 298
  3133.         Width = 333
  3134.         Height = 45
  3135.         Picture.Data = {<image024.bmp>}
  3136.         PopupMenu = RightClickMenu
  3137.         Stretch = True
  3138.         Transparent = True
  3139.         OnMouseDown = PlantThumbnailsMouseDown
  3140.       end
  3141.       object PlantLifeLabel: TLabel
  3142.         Tag = 40
  3143.         Left = 10
  3144.         Top = 349
  3145.         Width = 423
  3146.         Height = 13
  3147.         AutoSize = False
  3148.         Caption = 
  3149.           'To add a plant, click a plant thumbnail.  Move the plant around ' +
  3150.           'by clicking and draging.'
  3151.         Font.Charset = DEFAULT_CHARSET
  3152.         Font.Color = clWindowText
  3153.         Font.Height = -11
  3154.         Font.Name = 'Arial'
  3155.         Font.Style = []
  3156.         ParentFont = False
  3157.         PopupMenu = RightClickMenu
  3158.         OnMouseDown = ControlMouseDown
  3159.       end
  3160.       object AddPlantThemeButton: TSpeedButton
  3161.         Tag = 40
  3162.         Left = 553
  3163.         Top = 321
  3164.         Width = 25
  3165.         Height = 21
  3166.         Hint = 'Add or save current theme'
  3167.         Glyph.Data = {
  3168.           4E010000424D4E01000000000000760000002800000015000000120000000100
  3169.           040000000000D800000000000000000000001000000000000000000000000000
  3170.           80000080000000808000800000008000800080800000C0C0C000808080000000
  3171.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  3172.           3333333330003333333333333333333330003333333330033333333330003333
  3173.           3333300333333333300033333333300333333333300033333333300333333333
  3174.           3000333333333003333333333000333333333003333333333000333000000000
  3175.           0000033330003330000000000000033330003333333330033333333330003333
  3176.           3333300333333333300033333333300333333333300033333333300333333333
  3177.           3000333333333003333333333000333333333333333333333000333333333333
  3178.           333333333000333333333333333333333000}
  3179.         Spacing = 2
  3180.         OnClick = AddPlantThemeButtonClick
  3181.         OnMouseDown = ControlMouseDown
  3182.       end
  3183.       object DeletePlantThemeButton: TSpeedButton
  3184.         Tag = 40
  3185.         Left = 585
  3186.         Top = 321
  3187.         Width = 25
  3188.         Height = 21
  3189.         Hint = 'Delete current theme'
  3190.         Glyph.Data = {
  3191.           4E010000424D4E01000000000000760000002800000015000000120000000100
  3192.           040000000000D800000000000000000000001000000000000000000000000000
  3193.           80000080000000808000800000008000800080800000C0C0C000808080000000
  3194.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  3195.           3333333330003333333333333333333330003333333333333333333330003333
  3196.           3333333333333333300033333333333333333333300033333333333333333333
  3197.           3000333333333333333333333000333333333333333333333000333000000000
  3198.           0000033330003330000000000000033330003333333333333333333330003333
  3199.           3333333333333333300033333333333333333333300033333333333333333333
  3200.           3000333333333333333333333000333333333333333333333000333333333333
  3201.           333333333000333333333333333333333000}
  3202.         OnClick = DeletePlantThemeButtonClick
  3203.         OnMouseDown = ControlMouseDown
  3204.       end
  3205.       object CopyButton: TSpeedButton
  3206.         Tag = 40
  3207.         Left = 349
  3208.         Top = 298
  3209.         Width = 25
  3210.         Height = 21
  3211.         Hint = 'Duplicate current plant'
  3212.         Glyph.Data = {
  3213.           4E010000424D4E01000000000000760000002800000014000000120000000100
  3214.           040000000000D800000000000000000000001000000000000000000000000000
  3215.           80000080000000808000800000008000800080800000C0C0C000808080000000
  3216.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  3217.           3333333300003333333333333333333300003333333334444444443300003333
  3218.           333334FFFFFFF43300003333333334F00000F43300003330000004FFFFFFF433
  3219.           00003330FFFFF4F00000F43300003330F00004FFFFFFF43300003330FFFFF4F0
  3220.           0F44443300003330F00004FFFF4F433300003330FFFFF4FFFF44333300003330
  3221.           F00F04444443333300003330FFFF0F033333333300003330FFFF003333333333
  3222.           0000333000000333333333330000333333333333333333330000333333333333
  3223.           333333330000333333333333333333330000}
  3224.         OnClick = CopyButtonClick
  3225.         OnMouseDown = ControlMouseDown
  3226.       end
  3227.       object CutButton: TSpeedButton
  3228.         Tag = 40
  3229.         Left = 379
  3230.         Top = 298
  3231.         Width = 25
  3232.         Height = 21
  3233.         Hint = 'Delete current plant'
  3234.         Glyph.Data = {
  3235.           4E010000424D4E01000000000000760000002800000014000000120000000100
  3236.           040000000000D800000000000000000000001000000000000000000000000000
  3237.           80000080000000808000800000008000800080800000C0C0C000808080000000
  3238.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  3239.           3333333300003333333333333333333300003333333333333333333300003333
  3240.           3344333333333333000033333433433443333333000033333433434334333333
  3241.           0000333333444343343333330000333333334344433333330000333333334043
  3242.           3333333300003333333330333333333300003333333300033333333300003333
  3243.           3333030333333333000033333330030033333333000033333330333033333333
  3244.           0000333333303330333333330000333333333333333333330000333333333333
  3245.           333333330000333333333333333333330000}
  3246.         OnClick = CutButtonClick
  3247.         OnMouseDown = ControlMouseDown
  3248.       end
  3249.       object DepthLabel: TLabel
  3250.         Tag = 40
  3251.         Left = 350
  3252.         Top = 331
  3253.         Width = 31
  3254.         Height = 14
  3255.         Hint = 'Choose a depth'
  3256.         Caption = 'Depth:'
  3257.         Font.Charset = DEFAULT_CHARSET
  3258.         Font.Color = clWindowText
  3259.         Font.Height = -11
  3260.         Font.Name = 'Arial'
  3261.         Font.Style = []
  3262.         ParentFont = False
  3263.         PopupMenu = RightClickMenu
  3264.         OnMouseDown = ControlMouseDown
  3265.       end
  3266.       object EnlargeButton: TSpeedButton
  3267.         Tag = 40
  3268.         Left = 409
  3269.         Top = 298
  3270.         Width = 25
  3271.         Height = 21
  3272.         Hint = 'Enlarge plant'
  3273.         Glyph.Data = {
  3274.           4E010000424D4E01000000000000760000002800000014000000120000000100
  3275.           040000000000D8000000C30E0000C30E00001000000000000000000000000000
  3276.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  3277.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  3278.           3333333300003333333333333330033300003333333333333300033300003333
  3279.           3333333334403333000033333333333344433333000033333344443444333333
  3280.           0000333366FFFF444333333300003336FFFFFFFF4333333300003336FFF44FFF
  3281.           433333330000336FFFF44FFFF43333330000336FF444444FF43333330000336F
  3282.           F444444FF43333330000336FFFF44FFFF433333300003336FFF44FEF63333333
  3283.           00003336FFFFFEFF633333330000333366FFFF66333333330000333333666633
  3284.           333333330000333333333333333333330000}
  3285.         OnClick = EnlargeButtonClick
  3286.       end
  3287.       object ReduceButton: TSpeedButton
  3288.         Tag = 40
  3289.         Left = 439
  3290.         Top = 298
  3291.         Width = 25
  3292.         Height = 21
  3293.         Hint = 'Reduce plant'
  3294.         Glyph.Data = {
  3295.           4E010000424D4E01000000000000760000002800000014000000120000000100
  3296.           040000000000D8000000C30E0000C30E00001000000000000000000000000000
  3297.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  3298.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  3299.           3333333300003333333333333330033300003333333333333300033300003333
  3300.           3333333334403333000033333333333344433333000033333344443444333333
  3301.           0000333366FFFF444333333300003336FFFFFFFF4333333300003336FFFFFFFF
  3302.           433333330000336FFFFFFFFFF43333330000336FF444444FF43333330000336F
  3303.           F444444FF43333330000336FFFFFFFFFF433333300003336FEFFFFFF63333333
  3304.           00003336FFEFFFFF633333330000333366FFFF66333333330000333333666633
  3305.           333333330000333333333333333333330000}
  3306.         OnClick = ReduceButtonClick
  3307.       end
  3308.       object Plant2: TImage
  3309.         Left = 90
  3310.         Top = 6
  3311.         Width = 20
  3312.         Height = 15
  3313.         AutoSize = True
  3314.         DragCursor = crDefault
  3315.         Visible = False
  3316.         OnMouseDown = Plant2MouseDown
  3317.         OnMouseMove = Plant2MouseMove
  3318.         OnMouseUp = Plant2MouseUp
  3319.       end
  3320.       object Plant3: TImage
  3321.         Left = 114
  3322.         Top = 6
  3323.         Width = 20
  3324.         Height = 15
  3325.         AutoSize = True
  3326.         DragCursor = crDefault
  3327.         Visible = False
  3328.         OnMouseDown = Plant3MouseDown
  3329.         OnMouseMove = Plant3MouseMove
  3330.         OnMouseUp = Plant3MouseUp
  3331.       end
  3332.       object Plant4: TImage
  3333.         Left = 138
  3334.         Top = 6
  3335.         Width = 20
  3336.         Height = 15
  3337.         AutoSize = True
  3338.         DragCursor = crDefault
  3339.         Visible = False
  3340.         OnMouseDown = Plant4MouseDown
  3341.         OnMouseMove = Plant4MouseMove
  3342.         OnMouseUp = Plant4MouseUp
  3343.       end
  3344.       object Plant5: TImage
  3345.         Left = 162
  3346.         Top = 6
  3347.         Width = 20
  3348.         Height = 15
  3349.         AutoSize = True
  3350.         DragCursor = crDefault
  3351.         Visible = False
  3352.         OnMouseDown = Plant5MouseDown
  3353.         OnMouseMove = Plant5MouseMove
  3354.         OnMouseUp = Plant5MouseUp
  3355.       end
  3356.       object Plant6: TImage
  3357.         Left = 182
  3358.         Top = 6
  3359.         Width = 20
  3360.         Height = 15
  3361.         AutoSize = True
  3362.         DragCursor = crDefault
  3363.         Visible = False
  3364.         OnMouseDown = Plant6MouseDown
  3365.         OnMouseMove = Plant6MouseMove
  3366.         OnMouseUp = Plant6MouseUp
  3367.       end
  3368.       object Plant7: TImage
  3369.         Left = 206
  3370.         Top = 6
  3371.         Width = 20
  3372.         Height = 15
  3373.         AutoSize = True
  3374.         DragCursor = crDefault
  3375.         Visible = False
  3376.         OnMouseDown = Plant7MouseDown
  3377.         OnMouseMove = Plant7MouseMove
  3378.         OnMouseUp = Plant7MouseUp
  3379.       end
  3380.       object Plant8: TImage
  3381.         Left = 230
  3382.         Top = 6
  3383.         Width = 20
  3384.         Height = 15
  3385.         AutoSize = True
  3386.         DragCursor = crDefault
  3387.         Visible = False
  3388.         OnMouseDown = Plant8MouseDown
  3389.         OnMouseMove = Plant8MouseMove
  3390.         OnMouseUp = Plant8MouseUp
  3391.       end
  3392.       object Plant9: TImage
  3393.         Left = 254
  3394.         Top = 6
  3395.         Width = 20
  3396.         Height = 15
  3397.         AutoSize = True
  3398.         DragCursor = crDefault
  3399.         Visible = False
  3400.         OnMouseDown = Plant9MouseDown
  3401.         OnMouseMove = Plant9MouseMove
  3402.         OnMouseUp = Plant9MouseUp
  3403.       end
  3404.       object Plant10: TImage
  3405.         Left = 278
  3406.         Top = 6
  3407.         Width = 20
  3408.         Height = 15
  3409.         AutoSize = True
  3410.         DragCursor = crDefault
  3411.         Visible = False
  3412.         OnMouseDown = Plant10MouseDown
  3413.         OnMouseMove = Plant10MouseMove
  3414.         OnMouseUp = Plant10MouseUp
  3415.       end
  3416.       object Plant11: TImage
  3417.         Left = 302
  3418.         Top = 6
  3419.         Width = 20
  3420.         Height = 15
  3421.         AutoSize = True
  3422.         DragCursor = crDefault
  3423.         Visible = False
  3424.         OnMouseDown = Plant11MouseDown
  3425.         OnMouseMove = Plant11MouseMove
  3426.         OnMouseUp = Plant11MouseUp
  3427.       end
  3428.       object Plant12: TImage
  3429.         Left = 326
  3430.         Top = 6
  3431.         Width = 20
  3432.         Height = 15
  3433.         AutoSize = True
  3434.         DragCursor = crDefault
  3435.         Visible = False
  3436.         OnMouseDown = Plant12MouseDown
  3437.         OnMouseMove = Plant12MouseMove
  3438.         OnMouseUp = Plant12MouseUp
  3439.       end
  3440.       object Plant13: TImage
  3441.         Left = 350
  3442.         Top = 6
  3443.         Width = 20
  3444.         Height = 15
  3445.         AutoSize = True
  3446.         DragCursor = crDefault
  3447.         Visible = False
  3448.         OnMouseDown = Plant13MouseDown
  3449.         OnMouseMove = Plant13MouseMove
  3450.         OnMouseUp = Plant13MouseUp
  3451.       end
  3452.       object Plant14: TImage
  3453.         Left = 374
  3454.         Top = 6
  3455.         Width = 20
  3456.         Height = 15
  3457.         AutoSize = True
  3458.         DragCursor = crDefault
  3459.         Visible = False
  3460.         OnMouseDown = Plant14MouseDown
  3461.         OnMouseMove = Plant14MouseMove
  3462.         OnMouseUp = Plant14MouseUp
  3463.       end
  3464.       object Plant15: TImage
  3465.         Left = 398
  3466.         Top = 6
  3467.         Width = 20
  3468.         Height = 15
  3469.         AutoSize = True
  3470.         DragCursor = crDefault
  3471.         Visible = False
  3472.         OnMouseDown = Plant15MouseDown
  3473.         OnMouseMove = Plant15MouseMove
  3474.         OnMouseUp = Plant15MouseUp
  3475.       end
  3476.       object Plant16: TImage
  3477.         Left = 422
  3478.         Top = 6
  3479.         Width = 20
  3480.         Height = 15
  3481.         AutoSize = True
  3482.         DragCursor = crDefault
  3483.         Visible = False
  3484.         OnMouseDown = Plant16MouseDown
  3485.         OnMouseMove = Plant16MouseMove
  3486.         OnMouseUp = Plant16MouseUp
  3487.       end
  3488.       object Plant17: TImage
  3489.         Left = 446
  3490.         Top = 6
  3491.         Width = 20
  3492.         Height = 15
  3493.         AutoSize = True
  3494.         DragCursor = crDefault
  3495.         Visible = False
  3496.         OnMouseDown = Plant17MouseDown
  3497.         OnMouseMove = Plant17MouseMove
  3498.         OnMouseUp = Plant17MouseUp
  3499.       end
  3500.       object Plant18: TImage
  3501.         Left = 470
  3502.         Top = 6
  3503.         Width = 20
  3504.         Height = 15
  3505.         AutoSize = True
  3506.         DragCursor = crDefault
  3507.         Visible = False
  3508.         OnMouseDown = Plant18MouseDown
  3509.         OnMouseMove = Plant18MouseMove
  3510.         OnMouseUp = Plant18MouseUp
  3511.       end
  3512.       object Plant19: TImage
  3513.         Left = 494
  3514.         Top = 6
  3515.         Width = 20
  3516.         Height = 15
  3517.         AutoSize = True
  3518.         DragCursor = crDefault
  3519.         Visible = False
  3520.         OnMouseDown = Plant19MouseDown
  3521.         OnMouseMove = Plant19MouseMove
  3522.         OnMouseUp = Plant19MouseUp
  3523.       end
  3524.       object Plant20: TImage
  3525.         Left = 518
  3526.         Top = 6
  3527.         Width = 20
  3528.         Height = 15
  3529.         AutoSize = True
  3530.         DragCursor = crDefault
  3531.         Visible = False
  3532.         OnMouseDown = Plant20MouseDown
  3533.         OnMouseMove = Plant20MouseMove
  3534.         OnMouseUp = Plant20MouseUp
  3535.       end
  3536.       object RemovePlantsButton: TSpeedButton
  3537.         Tag = 40
  3538.         Left = 469
  3539.         Top = 298
  3540.         Width = 25
  3541.         Height = 21
  3542.         Hint = 'Remove all plants'
  3543.         Glyph.Data = {
  3544.           4E010000424D4E01000000000000760000002800000015000000120000000100
  3545.           040000000000D800000000000000000000001000000000000000000000000000
  3546.           80000080000000808000800000008000800080800000C0C0C000808080000000
  3547.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  3548.           3333333330003333333333333333333330003330033333333330033330003333
  3549.           0033333333003333300033333003333330033333300033333300333300333333
  3550.           3000333333300330033333333000333333330000333333333000333333333003
  3551.           3333333330003333333300003333333330003333333003300333333330003333
  3552.           3300333300333333300033333003333330033333300033330033333333003333
  3553.           3000333003333333333003333000333333333333333333333000333333333333
  3554.           333333333000333333333333333333333000}
  3555.         Spacing = 2
  3556.         OnClick = RemovePlantsButtonClick
  3557.       end
  3558.       object PlantThemeBox: TComboBox
  3559.         Tag = 40
  3560.         Left = 500
  3561.         Top = 298
  3562.         Width = 111
  3563.         Height = 22
  3564.         Hint = 'Choose plant theme'
  3565.         ItemHeight = 14
  3566.         MaxLength = 20
  3567.         PopupMenu = RightClickMenu
  3568.         TabOrder = 0
  3569.         Text = 'Plant Life Themes'
  3570.         OnChange = PlantThemeBoxChange
  3571.       end
  3572.       object FrontDepth: TRadioButton
  3573.         Tag = 40
  3574.         Left = 388
  3575.         Top = 330
  3576.         Width = 47
  3577.         Height = 17
  3578.         Hint = 'Choose a depth'
  3579.         Caption = 'Front'
  3580.         Font.Charset = DEFAULT_CHARSET
  3581.         Font.Color = clWindowText
  3582.         Font.Height = -11
  3583.         Font.Name = 'Arial'
  3584.         Font.Style = []
  3585.         ParentFont = False
  3586.         PopupMenu = RightClickMenu
  3587.         TabOrder = 1
  3588.         OnClick = FrontDepthClick
  3589.         OnMouseDown = ControlMouseDown
  3590.       end
  3591.       object MiddleDepth: TRadioButton
  3592.         Tag = 40
  3593.         Left = 436
  3594.         Top = 330
  3595.         Width = 51
  3596.         Height = 17
  3597.         Hint = 'Choose a depth'
  3598.         Caption = 'Middle'
  3599.         Font.Charset = DEFAULT_CHARSET
  3600.         Font.Color = clWindowText
  3601.         Font.Height = -11
  3602.         Font.Name = 'Arial'
  3603.         Font.Style = []
  3604.         ParentFont = False
  3605.         PopupMenu = RightClickMenu
  3606.         TabOrder = 2
  3607.         OnClick = MiddleDepthClick
  3608.         OnMouseDown = ControlMouseDown
  3609.       end
  3610.       object BackDepth: TRadioButton
  3611.         Tag = 40
  3612.         Left = 492
  3613.         Top = 330
  3614.         Width = 45
  3615.         Height = 17
  3616.         Hint = 'Choose a depth'
  3617.         Caption = 'Back'
  3618.         Font.Charset = DEFAULT_CHARSET
  3619.         Font.Color = clWindowText
  3620.         Font.Height = -11
  3621.         Font.Name = 'Arial'
  3622.         Font.Style = []
  3623.         ParentFont = False
  3624.         PopupMenu = RightClickMenu
  3625.         TabOrder = 3
  3626.         OnClick = BackDepthClick
  3627.         OnMouseDown = ControlMouseDown
  3628.       end
  3629.       object RandomPlantsButton: TButton
  3630.         Tag = 40
  3631.         Left = 553
  3632.         Top = 344
  3633.         Width = 57
  3634.         Height = 20
  3635.         Hint = 'Generate a random plant layout'
  3636.         Caption = 'Random'
  3637.         Font.Charset = DEFAULT_CHARSET
  3638.         Font.Color = clWindowText
  3639.         Font.Height = -11
  3640.         Font.Name = 'Arial'
  3641.         Font.Style = []
  3642.         ParentFont = False
  3643.         PopupMenu = RightClickMenu
  3644.         TabOrder = 4
  3645.         OnClick = RandomPlantsButtonClick
  3646.         OnMouseDown = ControlMouseDown
  3647.       end
  3648.       object RandomPlantsCheck: TCheckBox
  3649.         Tag = 40
  3650.         Left = 436
  3651.         Top = 347
  3652.         Width = 113
  3653.         Height = 17
  3654.         Hint = 'Random each time'
  3655.         Caption = 'Random each time'
  3656.         Font.Charset = DEFAULT_CHARSET
  3657.         Font.Color = clWindowText
  3658.         Font.Height = -11
  3659.         Font.Name = 'Arial'
  3660.         Font.Style = []
  3661.         ParentFont = False
  3662.         PopupMenu = RightClickMenu
  3663.         TabOrder = 5
  3664.         OnMouseDown = ControlMouseDown
  3665.       end
  3666.     end
  3667.     object TTabPage
  3668.       Left = 4
  3669.       Top = 25
  3670.       Caption = 'Gallery'
  3671.       object GalImage1: TImage
  3672.         Left = 20
  3673.         Top = 54
  3674.         Width = 580
  3675.         Height = 251
  3676.         Picture.Data = {<image025.bmp>}
  3677.         Transparent = True
  3678.         OnMouseDown = GalImage1MouseDown
  3679.       end
  3680.       object ClickLabel: TLabel
  3681.         Left = 20
  3682.         Top = 310
  3683.         Width = 581
  3684.         Height = 15
  3685.         Alignment = taCenter
  3686.         AutoSize = False
  3687.         Caption = 
  3688.           'Left-click an image to view full screen, or right-click to set a' +
  3689.           'n image as your desktop wallpaper.'
  3690.         Font.Charset = DEFAULT_CHARSET
  3691.         Font.Color = clWindowText
  3692.         Font.Height = -12
  3693.         Font.Name = 'Arial'
  3694.         Font.Style = []
  3695.         ParentFont = False
  3696.         Transparent = True
  3697.       end
  3698.       object ImageGalleryLabel: TImage
  3699.         Left = 20
  3700.         Top = 6
  3701.         Width = 580
  3702.         Height = 36
  3703.         AutoSize = True
  3704.         Picture.Data = {<image026.bmp>}
  3705.         Transparent = True
  3706.       end
  3707.       object GalleryUnRegLabel: TLabel
  3708.         Left = 68
  3709.         Top = 328
  3710.         Width = 489
  3711.         Height = 15
  3712.         Alignment = taCenter
  3713.         AutoSize = False
  3714.         Caption = 
  3715.           'Note: Only image 8 (the middle image), is included in this unreg' +
  3716.           'istered version.'
  3717.         Font.Charset = DEFAULT_CHARSET
  3718.         Font.Color = clMaroon
  3719.         Font.Height = -12
  3720.         Font.Name = 'Arial'
  3721.         Font.Style = []
  3722.         ParentFont = False
  3723.         Transparent = True
  3724.       end
  3725.       object ZoomPreviewCheck: TCheckBox
  3726.         Tag = 50
  3727.         Left = 198
  3728.         Top = 345
  3729.         Width = 255
  3730.         Height = 17
  3731.         Caption = 'Enable zoom effect for full-screen preview'
  3732.         Font.Charset = DEFAULT_CHARSET
  3733.         Font.Color = clWindowText
  3734.         Font.Height = -11
  3735.         Font.Name = 'Arial'
  3736.         Font.Style = []
  3737.         ParentFont = False
  3738.         PopupMenu = RightClickMenu
  3739.         State = cbChecked
  3740.         TabOrder = 0
  3741.         OnMouseDown = ControlMouseDown
  3742.       end
  3743.     end
  3744.     object TTabPage
  3745.       Left = 4
  3746.       Top = 25
  3747.       Caption = 'Aquarium Guide'
  3748.       object RegLabel1: TLabel
  3749.         Left = 4
  3750.         Top = 342
  3751.         Width = 613
  3752.         Height = 17
  3753.         Alignment = taCenter
  3754.         AutoSize = False
  3755.         Caption = 
  3756.           'This bonus feature is available only in the registered version o' +
  3757.           'f AquaScape.  For info on registering, click the register button' +
  3758.           '.'
  3759.         Font.Charset = DEFAULT_CHARSET
  3760.         Font.Color = clWindowText
  3761.         Font.Height = -11
  3762.         Font.Name = 'Arial'
  3763.         Font.Style = []
  3764.         ParentFont = False
  3765.       end
  3766.       object TOCPanel: TPanel
  3767.         Left = 16
  3768.         Top = 26
  3769.         Width = 587
  3770.         Height = 307
  3771.         BevelOuter = bvLowered
  3772.         BevelWidth = 2
  3773.         Color = clWhite
  3774.         TabOrder = 1
  3775.         OnMouseMove = TOCPanelMouseMove
  3776.         object Ch1: TLabel
  3777.           Left = 157
  3778.           Top = 46
  3779.           Width = 14
  3780.           Height = 21
  3781.           Caption = '1.'
  3782.           Font.Charset = DEFAULT_CHARSET
  3783.           Font.Color = clBlack
  3784.           Font.Height = -19
  3785.           Font.Name = 'Times New Roman'
  3786.           Font.Style = []
  3787.           ParentFont = False
  3788.           OnClick = Ch1Click
  3789.         end
  3790.         object Ch2: TLabel
  3791.           Left = 157
  3792.           Top = 76
  3793.           Width = 14
  3794.           Height = 21
  3795.           Caption = '2.'
  3796.           Font.Charset = DEFAULT_CHARSET
  3797.           Font.Color = clBlack
  3798.           Font.Height = -19
  3799.           Font.Name = 'Times New Roman'
  3800.           Font.Style = []
  3801.           ParentFont = False
  3802.         end
  3803.         object Ch1Title: TLabel
  3804.           Left = 181
  3805.           Top = 46
  3806.           Width = 92
  3807.           Height = 21
  3808.           Cursor = 5
  3809.           Caption = 'Introduction'
  3810.           Font.Charset = DEFAULT_CHARSET
  3811.           Font.Color = clNavy
  3812.           Font.Height = -19
  3813.           Font.Name = 'Times New Roman'
  3814.           Font.Style = []
  3815.           ParentFont = False
  3816.           OnClick = Ch1Click
  3817.           OnMouseMove = Ch1TitleMouseMove
  3818.         end
  3819.         object Ch2Title: TLabel
  3820.           Left = 181
  3821.           Top = 76
  3822.           Width = 247
  3823.           Height = 21
  3824.           Cursor = 5
  3825.           Caption = 'Setting up your first real fish tank'
  3826.           Font.Charset = DEFAULT_CHARSET
  3827.           Font.Color = clNavy
  3828.           Font.Height = -19
  3829.           Font.Name = 'Times New Roman'
  3830.           Font.Style = []
  3831.           ParentFont = False
  3832.           OnClick = Ch2TitleClick
  3833.           OnMouseMove = Ch2TitleMouseMove
  3834.         end
  3835.         object Ch3: TLabel
  3836.           Left = 157
  3837.           Top = 106
  3838.           Width = 14
  3839.           Height = 21
  3840.           Caption = '3.'
  3841.           Font.Charset = DEFAULT_CHARSET
  3842.           Font.Color = clBlack
  3843.           Font.Height = -19
  3844.           Font.Name = 'Times New Roman'
  3845.           Font.Style = []
  3846.           ParentFont = False
  3847.         end
  3848.         object Ch3Title: TLabel
  3849.           Left = 181
  3850.           Top = 106
  3851.           Width = 177
  3852.           Height = 21
  3853.           Cursor = 5
  3854.           Caption = 'Choosing your first fish'
  3855.           Font.Charset = DEFAULT_CHARSET
  3856.           Font.Color = clNavy
  3857.           Font.Height = -19
  3858.           Font.Name = 'Times New Roman'
  3859.           Font.Style = []
  3860.           ParentFont = False
  3861.           OnClick = Ch3TitleClick
  3862.           OnMouseMove = Ch3TitleMouseMove
  3863.         end
  3864.         object Ch4: TLabel
  3865.           Left = 157
  3866.           Top = 136
  3867.           Width = 14
  3868.           Height = 21
  3869.           Caption = '4.'
  3870.           Font.Charset = DEFAULT_CHARSET
  3871.           Font.Color = clBlack
  3872.           Font.Height = -19
  3873.           Font.Name = 'Times New Roman'
  3874.           Font.Style = []
  3875.           ParentFont = False
  3876.         end
  3877.         object Ch4Title: TLabel
  3878.           Left = 181
  3879.           Top = 136
  3880.           Width = 170
  3881.           Height = 21
  3882.           Cursor = 5
  3883.           Caption = 'Plants and landscaping'
  3884.           Font.Charset = DEFAULT_CHARSET
  3885.           Font.Color = clNavy
  3886.           Font.Height = -19
  3887.           Font.Name = 'Times New Roman'
  3888.           Font.Style = []
  3889.           ParentFont = False
  3890.           OnClick = Ch4TitleClick
  3891.           OnMouseMove = Ch4TitleMouseMove
  3892.         end
  3893.         object Ch5: TLabel
  3894.           Left = 157
  3895.           Top = 166
  3896.           Width = 14
  3897.           Height = 21
  3898.           Caption = '5.'
  3899.           Font.Charset = DEFAULT_CHARSET
  3900.           Font.Color = clBlack
  3901.           Font.Height = -19
  3902.           Font.Name = 'Times New Roman'
  3903.           Font.Style = []
  3904.           ParentFont = False
  3905.         end
  3906.         object Ch5Title: TLabel
  3907.           Left = 181
  3908.           Top = 166
  3909.           Width = 187
  3910.           Height = 21
  3911.           Cursor = 5
  3912.           Caption = 'Feeding and maintenance'
  3913.           Font.Charset = DEFAULT_CHARSET
  3914.           Font.Color = clNavy
  3915.           Font.Height = -19
  3916.           Font.Name = 'Times New Roman'
  3917.           Font.Style = []
  3918.           ParentFont = False
  3919.           OnClick = Ch5TitleClick
  3920.           OnMouseMove = Ch5TitleMouseMove
  3921.         end
  3922.         object Ch6: TLabel
  3923.           Left = 157
  3924.           Top = 196
  3925.           Width = 14
  3926.           Height = 21
  3927.           Caption = '6.'
  3928.           Font.Charset = DEFAULT_CHARSET
  3929.           Font.Color = clBlack
  3930.           Font.Height = -19
  3931.           Font.Name = 'Times New Roman'
  3932.           Font.Style = []
  3933.           ParentFont = False
  3934.         end
  3935.         object Ch6Title: TLabel
  3936.           Left = 181
  3937.           Top = 196
  3938.           Width = 215
  3939.           Height = 21
  3940.           Cursor = 5
  3941.           Caption = 'Water quality and health care'
  3942.           Font.Charset = DEFAULT_CHARSET
  3943.           Font.Color = clNavy
  3944.           Font.Height = -19
  3945.           Font.Name = 'Times New Roman'
  3946.           Font.Style = []
  3947.           ParentFont = False
  3948.           OnClick = Ch6TitleClick
  3949.           OnMouseMove = Ch6TitleMouseMove
  3950.         end
  3951.         object Ch7: TLabel
  3952.           Left = 157
  3953.           Top = 226
  3954.           Width = 14
  3955.           Height = 21
  3956.           Caption = '7.'
  3957.           Font.Charset = DEFAULT_CHARSET
  3958.           Font.Color = clBlack
  3959.           Font.Height = -19
  3960.           Font.Name = 'Times New Roman'
  3961.           Font.Style = []
  3962.           ParentFont = False
  3963.         end
  3964.         object Ch7Title: TLabel
  3965.           Left = 181
  3966.           Top = 226
  3967.           Width = 170
  3968.           Height = 21
  3969.           Cursor = 5
  3970.           Caption = 'Where to go from here'
  3971.           Font.Charset = DEFAULT_CHARSET
  3972.           Font.Color = clNavy
  3973.           Font.Height = -19
  3974.           Font.Name = 'Times New Roman'
  3975.           Font.Style = []
  3976.           ParentFont = False
  3977.           OnClick = Ch7TitleClick
  3978.           OnMouseMove = Ch7TitleMouseMove
  3979.         end
  3980.         object TOCLabel: TLabel
  3981.           Left = 181
  3982.           Top = 16
  3983.           Width = 219
  3984.           Height = 16
  3985.           Caption = 'Aquarium Guide Table of Contents'
  3986.           Font.Charset = DEFAULT_CHARSET
  3987.           Font.Color = clRed
  3988.           Font.Height = -13
  3989.           Font.Name = 'Arial'
  3990.           Font.Style = [fsBold, fsUnderline]
  3991.           ParentFont = False
  3992.           OnMouseMove = TOCLabelMouseMove
  3993.         end
  3994.         object GuideDesc: TLabel
  3995.           Left = 104
  3996.           Top = 262
  3997.           Width = 381
  3998.           Height = 33
  3999.           Alignment = taCenter
  4000.           AutoSize = False
  4001.           Caption = 
  4002.             'This guide provides information on helping you get started in se' +
  4003.             'tting up a real aquarium if you wish to do so.  To display a top' +
  4004.             'ic, just click its title.'
  4005.           Font.Charset = DEFAULT_CHARSET
  4006.           Font.Color = clMaroon
  4007.           Font.Height = -11
  4008.           Font.Name = 'Arial'
  4009.           Font.Style = []
  4010.           ParentFont = False
  4011.           WordWrap = True
  4012.           OnMouseMove = GuideDescMouseMove
  4013.         end
  4014.       end
  4015.       object Guide: TRichEdit
  4016.         Left = 0
  4017.         Top = 352
  4018.         Width = 31
  4019.         Height = 10
  4020.         HideScrollBars = False
  4021.         ReadOnly = True
  4022.         ScrollBars = ssVertical
  4023.         TabOrder = 0
  4024.         Visible = False
  4025.         OnMouseDown = GuideMouseDown
  4026.       end
  4027.       object TOCButton: TBitBtn
  4028.         Left = 241
  4029.         Top = 337
  4030.         Width = 125
  4031.         Height = 25
  4032.         Caption = 'Return to Contents'
  4033.         Font.Charset = DEFAULT_CHARSET
  4034.         Font.Color = clWindowText
  4035.         Font.Height = -11
  4036.         Font.Name = 'Arial'
  4037.         Font.Style = []
  4038.         ParentFont = False
  4039.         TabOrder = 2
  4040.         Visible = False
  4041.         OnClick = TOCButtonClick
  4042.         Glyph.Data = {
  4043.           76010000424D7601000000000000760000002800000020000000100000000100
  4044.           04000000000000010000120B0000120B00001000000000000000000000000000
  4045.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4046.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  4047.           333333333333FF3333333333333C0C333333333333F777F3333333333CC0F0C3
  4048.           333333333777377F33333333C30F0F0C333333337F737377F333333C00FFF0F0
  4049.           C33333F7773337377F333CC0FFFFFF0F0C3337773F33337377F3C30F0FFFFFF0
  4050.           F0C37F7373F33337377F00FFF0FFFFFF0F0C7733373F333373770FFFFF0FFFFF
  4051.           F0F073F33373F333373730FFFFF0FFFFFF03373F33373F333F73330FFFFF0FFF
  4052.           00333373F33373FF77333330FFFFF000333333373F333777333333330FFF0333
  4053.           3333333373FF7333333333333000333333333333377733333333333333333333
  4054.           3333333333333333333333333333333333333333333333333333}
  4055.         NumGlyphs = 2
  4056.       end
  4057.     end
  4058.   end
  4059.   object ExitButton: TBitBtn
  4060.     Left = 570
  4061.     Top = 424
  4062.     Width = 60
  4063.     Height = 24
  4064.     Caption = 'Exit'
  4065.     Font.Charset = DEFAULT_CHARSET
  4066.     Font.Color = clWindowText
  4067.     Font.Height = -11
  4068.     Font.Name = 'Arial'
  4069.     Font.Style = []
  4070.     ParentFont = False
  4071.     TabOrder = 0
  4072.     OnClick = ExitButtonClick
  4073.     Kind = bkAbort
  4074.   end
  4075.   object RunButton: TBitBtn
  4076.     Tag = 100
  4077.     Left = 502
  4078.     Top = 424
  4079.     Width = 60
  4080.     Height = 24
  4081.     Hint = 'Start Aquarium'
  4082.     Caption = 'Run'
  4083.     Font.Charset = DEFAULT_CHARSET
  4084.     Font.Color = clWindowText
  4085.     Font.Height = -11
  4086.     Font.Name = 'Arial'
  4087.     Font.Style = []
  4088.     ParentFont = False
  4089.     TabOrder = 1
  4090.     OnClick = RunButtonClick
  4091.     Glyph.Data = {
  4092.       DE000000424DDE0000000000000076000000280000000F0000000D0000000100
  4093.       0400000000006800000000000000000000001000000000000000000000000000
  4094.       80000080000000808000800000008000800080800000C0C0C000808080000000
  4095.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00311111119333
  4096.       3330333399919993333019331999119933309193919919199330391999199191
  4097.       993039199919919999903919991991999990391999199199B930919391991991
  4098.       9930193319991919933033339991919933303339999999933330311111119333
  4099.       3330}
  4100.   end
  4101.   object AboutButton: TBitBtn
  4102.     Left = 276
  4103.     Top = 424
  4104.     Width = 67
  4105.     Height = 24
  4106.     Caption = 'About'
  4107.     Font.Charset = DEFAULT_CHARSET
  4108.     Font.Color = clWindowText
  4109.     Font.Height = -11
  4110.     Font.Name = 'Arial'
  4111.     Font.Style = []
  4112.     ParentFont = False
  4113.     TabOrder = 3
  4114.     OnClick = AboutButtonClick
  4115.     Glyph.Data = {
  4116.       76010000424D7601000000000000760000002800000020000000100000000100
  4117.       04000000000000010000120B0000120B00001000000000000000000000000000
  4118.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4119.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  4120.       333333333333333333333333333333333333333333FFFFF3333333333CCCCC33
  4121.       33333FFFF77777FFFFFFCCCCCC808CCCCCC377777737F777777F008888070888
  4122.       8003773FFF7773FFF77F0F0770F7F0770F037F777737F777737F70FFFFF7FFFF
  4123.       F07373F3FFF7F3FFF37F70F000F7F000F07337F77737F777373330FFFFF7FFFF
  4124.       F03337FF3FF7F3FF37F3370F00F7F00F0733373F7737F77337F3370FFFF7FFFF
  4125.       0733337F33373F337333330FFF030FFF03333373FF7373FF7333333000333000
  4126.       3333333777333777333333333333333333333333333333333333333333333333
  4127.       3333333333333333333333333333333333333333333333333333}
  4128.     NumGlyphs = 2
  4129.   end
  4130.   object RegisterButton: TBitBtn
  4131.     Left = 351
  4132.     Top = 424
  4133.     Width = 75
  4134.     Height = 24
  4135.     Caption = 'Register'
  4136.     Font.Charset = DEFAULT_CHARSET
  4137.     Font.Color = clWindowText
  4138.     Font.Height = -11
  4139.     Font.Name = 'Arial'
  4140.     Font.Style = []
  4141.     ModalResult = 3
  4142.     ParentFont = False
  4143.     TabOrder = 4
  4144.     OnClick = RegisterButtonClick
  4145.     Glyph.Data = {
  4146.       76010000424D7601000000000000760000002800000020000000100000000100
  4147.       04000000000000010000120B0000120B00001000000000000000000000000000
  4148.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4149.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  4150.       5555555555FFFFF555555555544C4C5555555555F777775FF5555554C444C444
  4151.       5555555775FF55775F55554C4334444445555575577F55557FF554C4C334C4C4
  4152.       335557F5577FF55577F554CCC3334444335557555777F555775FCCCCC333CCC4
  4153.       C4457F55F777F555557F4CC33333CCC444C57F577777F5F5557FC4333333C3C4
  4154.       CCC57F777777F7FF557F4CC33333333C4C457F577777777F557FCCC33CC4333C
  4155.       C4C575F7755F777FF5755CCCCC3333334C5557F5FF777777F7F554C333333333
  4156.       CC55575777777777F755553333CC3C33C555557777557577755555533CC4C4CC
  4157.       5555555775FFFF77555555555C4CCC5555555555577777555555}
  4158.     NumGlyphs = 2
  4159.   end
  4160.   object HelpButton: TBitBtn
  4161.     Left = 434
  4162.     Top = 424
  4163.     Width = 60
  4164.     Height = 24
  4165.     Caption = '&Help'
  4166.     Font.Charset = DEFAULT_CHARSET
  4167.     Font.Color = clWindowText
  4168.     Font.Height = -11
  4169.     Font.Name = 'Arial'
  4170.     Font.Style = []
  4171.     ParentFont = False
  4172.     TabOrder = 5
  4173.     OnClick = HelpButtonClick
  4174.     Glyph.Data = {
  4175.       76010000424D7601000000000000760000002800000020000000100000000100
  4176.       04000000000000010000120B0000120B00001000000000000000000000000000
  4177.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4178.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333CCCCC33
  4179.       33333FFFF77777FFFFFFCCCCCC808CCCCCC3777777F7F777777F008888070888
  4180.       8003777777777777777F0F0770F7F0770F0373F33337F333337370FFFFF7FFFF
  4181.       F07337F33337F33337F370FFFB99FBFFF07337F33377F33337F330FFBF99BFBF
  4182.       F033373F337733333733370BFBF7FBFB0733337F333FF3337F33370FBF98BFBF
  4183.       0733337F3377FF337F333B0BFB990BFB03333373FF777FFF73333FB000B99000
  4184.       B33333377737777733333BFBFBFB99FBF33333333FF377F333333FBF99BF99BF
  4185.       B333333377F377F3333333FB99FB99FB3333333377FF77333333333FB9999FB3
  4186.       333333333777733333333333FBFBFB3333333333333333333333}
  4187.     NumGlyphs = 2
  4188.   end
  4189.   object Timer: TTimer
  4190.     Interval = 100
  4191.     OnTimer = TimerTimer
  4192.     Left = 594
  4193.     Top = 10
  4194.   end
  4195.   object RightClickMenu: TPopupMenu
  4196.     Left = 556
  4197.     Top = 4
  4198.     object Whatthis: TMenuItem
  4199.       Caption = 'What'#39's this?'
  4200.       Default = True
  4201.       OnClick = WhatthisClick
  4202.     end
  4203.   end
  4204. end
  4205.