FormBW.frm
上传用户:life_sale
上传日期:2021-07-23
资源大小:805k
文件大小:394k
源码类别:

射击游戏

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{22D6F304-B0F6-11D0-94AB-0080C74C7E95}#1.0#0"; "msdxm.ocx"
  3. Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
  4. Begin VB.Form FormBW 
  5.    BackColor       =   &H00808080&
  6.    BorderStyle     =   1  'Fixed Single
  7.    Caption         =   "太空大战游戏"
  8.    ClientHeight    =   6195
  9.    ClientLeft      =   45
  10.    ClientTop       =   330
  11.    ClientWidth     =   4800
  12.    ClipControls    =   0   'False
  13.    ControlBox      =   0   'False
  14.    FillStyle       =   0  'Solid
  15.    BeginProperty Font 
  16.       Name            =   "Arial"
  17.       Size            =   8.25
  18.       Charset         =   0
  19.       Weight          =   700
  20.       Underline       =   0   'False
  21.       Italic          =   0   'False
  22.       Strikethrough   =   0   'False
  23.    EndProperty
  24.    LinkTopic       =   "Form1"
  25.    MaxButton       =   0   'False
  26.    MinButton       =   0   'False
  27.    Moveable        =   0   'False
  28.    ScaleHeight     =   6195
  29.    ScaleWidth      =   4800
  30.    StartUpPosition =   2  'CenterScreen
  31.    Visible         =   0   'False
  32.    Begin VB.Timer tmOneFrame 
  33.       Enabled         =   0   'False
  34.       Interval        =   1
  35.       Left            =   1440
  36.       Top             =   4200
  37.    End
  38.    Begin VB.Timer tmDelay 
  39.       Left            =   960
  40.       Top             =   4200
  41.    End
  42.    Begin VB.Timer tmMenu 
  43.       Enabled         =   0   'False
  44.       Interval        =   1
  45.       Left            =   480
  46.       Top             =   4200
  47.    End
  48.    Begin VB.Timer tmOneSecond 
  49.       Enabled         =   0   'False
  50.       Interval        =   1000
  51.       Left            =   0
  52.       Top             =   4200
  53.    End
  54.    Begin VB.Timer tmIntro 
  55.       Enabled         =   0   'False
  56.       Interval        =   10
  57.       Left            =   1920
  58.       Top             =   4200
  59.    End
  60.    Begin VB.PictureBox Pause_Layer 
  61.       AutoRedraw      =   -1  'True
  62.       BackColor       =   &H000000C0&
  63.       BorderStyle     =   0  'None
  64.       Height          =   495
  65.       Left            =   2400
  66.       ScaleHeight     =   495
  67.       ScaleWidth      =   495
  68.       TabIndex        =   55
  69.       Top             =   5640
  70.       Visible         =   0   'False
  71.       Width           =   495
  72.       Begin VB.Shape Curr 
  73.          BorderColor     =   &H00C0FFC0&
  74.          Height          =   375
  75.          Index           =   18
  76.          Left            =   3000
  77.          Top             =   120
  78.          Width           =   2175
  79.       End
  80.       Begin VB.Shape Curr 
  81.          BorderColor     =   &H0080FF80&
  82.          Height          =   375
  83.          Index           =   19
  84.          Left            =   3000
  85.          Top             =   240
  86.          Width           =   2175
  87.       End
  88.       Begin VB.Shape Curr 
  89.          BorderColor     =   &H0000FF00&
  90.          Height          =   375
  91.          Index           =   20
  92.          Left            =   3000
  93.          Top             =   360
  94.          Width           =   2175
  95.       End
  96.       Begin VB.Shape Curr 
  97.          BorderColor     =   &H0000C000&
  98.          Height          =   375
  99.          Index           =   21
  100.          Left            =   3000
  101.          Top             =   480
  102.          Width           =   2175
  103.       End
  104.       Begin VB.Shape Curr 
  105.          BorderColor     =   &H00008000&
  106.          Height          =   375
  107.          Index           =   22
  108.          Left            =   3000
  109.          Top             =   600
  110.          Width           =   2175
  111.       End
  112.       Begin VB.Shape Curr 
  113.          BorderColor     =   &H00004000&
  114.          Height          =   375
  115.          Index           =   23
  116.          Left            =   3000
  117.          Top             =   720
  118.          Width           =   2175
  119.       End
  120.       Begin VB.Line Dummy_Line 
  121.          BorderColor     =   &H00FFFFFF&
  122.          Index           =   4
  123.          Visible         =   0   'False
  124.          X1              =   2880
  125.          X2              =   2880
  126.          Y1              =   0
  127.          Y2              =   2040
  128.       End
  129.       Begin VB.Label menu 
  130.          Alignment       =   2  'Center
  131.          BackColor       =   &H00404040&
  132.          BackStyle       =   0  'Transparent
  133.          Caption         =   "QUIT"
  134.          BeginProperty Font 
  135.             Name            =   "Arial"
  136.             Size            =   12
  137.             Charset         =   0
  138.             Weight          =   700
  139.             Underline       =   0   'False
  140.             Italic          =   0   'False
  141.             Strikethrough   =   0   'False
  142.          EndProperty
  143.          ForeColor       =   &H00FFFFFF&
  144.          Height          =   375
  145.          Index           =   29
  146.          Left            =   360
  147.          TabIndex        =   59
  148.          Top             =   1440
  149.          Width           =   2175
  150.       End
  151.       Begin VB.Label menu 
  152.          Alignment       =   2  'Center
  153.          BackColor       =   &H00404040&
  154.          BackStyle       =   0  'Transparent
  155.          Caption         =   "ABORT"
  156.          BeginProperty Font 
  157.             Name            =   "Arial"
  158.             Size            =   12
  159.             Charset         =   0
  160.             Weight          =   700
  161.             Underline       =   0   'False
  162.             Italic          =   0   'False
  163.             Strikethrough   =   0   'False
  164.          EndProperty
  165.          ForeColor       =   &H00FFFFFF&
  166.          Height          =   375
  167.          Index           =   28
  168.          Left            =   360
  169.          TabIndex        =   58
  170.          Top             =   1080
  171.          Width           =   2175
  172.       End
  173.       Begin VB.Label menu 
  174.          Alignment       =   2  'Center
  175.          BackColor       =   &H00404040&
  176.          BackStyle       =   0  'Transparent
  177.          Caption         =   "RESUME"
  178.          BeginProperty Font 
  179.             Name            =   "Arial"
  180.             Size            =   12
  181.             Charset         =   0
  182.             Weight          =   700
  183.             Underline       =   0   'False
  184.             Italic          =   0   'False
  185.             Strikethrough   =   0   'False
  186.          EndProperty
  187.          ForeColor       =   &H00FFFFFF&
  188.          Height          =   375
  189.          Index           =   27
  190.          Left            =   360
  191.          TabIndex        =   57
  192.          Top             =   720
  193.          Width           =   2175
  194.       End
  195.       Begin VB.Label Pause_Label 
  196.          Alignment       =   2  'Center
  197.          BackStyle       =   0  'Transparent
  198.          Caption         =   "GAME PAUSED"
  199.          BeginProperty Font 
  200.             Name            =   "Arial"
  201.             Size            =   15.75
  202.             Charset         =   0
  203.             Weight          =   700
  204.             Underline       =   -1  'True
  205.             Italic          =   0   'False
  206.             Strikethrough   =   0   'False
  207.          EndProperty
  208.          ForeColor       =   &H00FFC0C0&
  209.          Height          =   495
  210.          Index           =   2
  211.          Left            =   240
  212.          TabIndex        =   56
  213.          Top             =   120
  214.          Width           =   2415
  215.       End
  216.    End
  217.    Begin VB.PictureBox Game_Layer 
  218.       AutoRedraw      =   -1  'True
  219.       BackColor       =   &H00000000&
  220.       BorderStyle     =   0  'None
  221.       ClipControls    =   0   'False
  222.       ForeColor       =   &H00000000&
  223.       Height          =   495
  224.       Left            =   1200
  225.       ScaleHeight     =   495
  226.       ScaleWidth      =   480
  227.       TabIndex        =   33
  228.       Top             =   5640
  229.       Visible         =   0   'False
  230.       Width           =   480
  231.       Begin VB.PictureBox Weapon_Box 
  232.          BackColor       =   &H00000000&
  233.          BorderStyle     =   0  'None
  234.          Height          =   2175
  235.          Left            =   2480
  236.          ScaleHeight     =   2175
  237.          ScaleWidth      =   2250
  238.          TabIndex        =   45
  239.          Top             =   3375
  240.          Width           =   2255
  241.          Begin VB.Label WBox 
  242.             Alignment       =   2  'Center
  243.             BackColor       =   &H000000C0&
  244.             BackStyle       =   0  'Transparent
  245.             Caption         =   "DUMMT TEXT"
  246.             BeginProperty Font 
  247.                Name            =   "Arial"
  248.                Size            =   11.25
  249.                Charset         =   0
  250.                Weight          =   700
  251.                Underline       =   0   'False
  252.                Italic          =   -1  'True
  253.                Strikethrough   =   0   'False
  254.             EndProperty
  255.             ForeColor       =   &H00C0C0FF&
  256.             Height          =   255
  257.             Index           =   5
  258.             Left            =   120
  259.             TabIndex        =   51
  260.             Top             =   1800
  261.             Width           =   2055
  262.          End
  263.          Begin VB.Label WBox 
  264.             Alignment       =   2  'Center
  265.             BackColor       =   &H000000C0&
  266.             BackStyle       =   0  'Transparent
  267.             Caption         =   "DUMMT TEXT"
  268.             BeginProperty Font 
  269.                Name            =   "Arial"
  270.                Size            =   11.25
  271.                Charset         =   0
  272.                Weight          =   700
  273.                Underline       =   0   'False
  274.                Italic          =   -1  'True
  275.                Strikethrough   =   0   'False
  276.             EndProperty
  277.             ForeColor       =   &H00C0C0FF&
  278.             Height          =   255
  279.             Index           =   4
  280.             Left            =   120
  281.             TabIndex        =   50
  282.             Top             =   1440
  283.             Width           =   2055
  284.          End
  285.          Begin VB.Label WBox 
  286.             Alignment       =   2  'Center
  287.             BackColor       =   &H000000C0&
  288.             BackStyle       =   0  'Transparent
  289.             Caption         =   "DUMMT TEXT"
  290.             BeginProperty Font 
  291.                Name            =   "Arial"
  292.                Size            =   11.25
  293.                Charset         =   0
  294.                Weight          =   700
  295.                Underline       =   0   'False
  296.                Italic          =   -1  'True
  297.                Strikethrough   =   0   'False
  298.             EndProperty
  299.             ForeColor       =   &H00C0C0FF&
  300.             Height          =   255
  301.             Index           =   3
  302.             Left            =   120
  303.             TabIndex        =   49
  304.             Top             =   1080
  305.             Width           =   2055
  306.          End
  307.          Begin VB.Label WBox 
  308.             Alignment       =   2  'Center
  309.             BackColor       =   &H000000C0&
  310.             BackStyle       =   0  'Transparent
  311.             Caption         =   "DUMMT TEXT"
  312.             BeginProperty Font 
  313.                Name            =   "Arial"
  314.                Size            =   11.25
  315.                Charset         =   0
  316.                Weight          =   700
  317.                Underline       =   0   'False
  318.                Italic          =   -1  'True
  319.                Strikethrough   =   0   'False
  320.             EndProperty
  321.             ForeColor       =   &H00C0C0FF&
  322.             Height          =   255
  323.             Index           =   2
  324.             Left            =   120
  325.             TabIndex        =   48
  326.             Top             =   720
  327.             Width           =   2055
  328.          End
  329.          Begin VB.Label WBox 
  330.             Alignment       =   2  'Center
  331.             BackColor       =   &H000000C0&
  332.             BackStyle       =   0  'Transparent
  333.             Caption         =   "DUMMT TEXT"
  334.             BeginProperty Font 
  335.                Name            =   "Arial"
  336.                Size            =   11.25
  337.                Charset         =   0
  338.                Weight          =   700
  339.                Underline       =   0   'False
  340.                Italic          =   -1  'True
  341.                Strikethrough   =   0   'False
  342.             EndProperty
  343.             ForeColor       =   &H00C0C0FF&
  344.             Height          =   255
  345.             Index           =   1
  346.             Left            =   120
  347.             TabIndex        =   47
  348.             Top             =   360
  349.             Width           =   2055
  350.          End
  351.          Begin VB.Label WBox 
  352.             Alignment       =   2  'Center
  353.             BackColor       =   &H000000C0&
  354.             BackStyle       =   0  'Transparent
  355.             Caption         =   "DUMMT TEXT"
  356.             BeginProperty Font 
  357.                Name            =   "Arial"
  358.                Size            =   11.25
  359.                Charset         =   0
  360.                Weight          =   700
  361.                Underline       =   0   'False
  362.                Italic          =   -1  'True
  363.                Strikethrough   =   0   'False
  364.             EndProperty
  365.             ForeColor       =   &H00C0C0FF&
  366.             Height          =   255
  367.             Index           =   0
  368.             Left            =   120
  369.             TabIndex        =   46
  370.             Top             =   0
  371.             Width           =   2055
  372.          End
  373.       End
  374.       Begin VB.Label menu 
  375.          Alignment       =   2  'Center
  376.          BackColor       =   &H00404040&
  377.          BackStyle       =   0  'Transparent
  378.          Caption         =   "ENGINE"
  379.          BeginProperty Font 
  380.             Name            =   "Arial"
  381.             Size            =   12
  382.             Charset         =   0
  383.             Weight          =   700
  384.             Underline       =   0   'False
  385.             Italic          =   0   'False
  386.             Strikethrough   =   0   'False
  387.          EndProperty
  388.          ForeColor       =   &H00FFFFFF&
  389.          Height          =   375
  390.          Index           =   26
  391.          Left            =   360
  392.          TabIndex        =   43
  393.          Top             =   5160
  394.          Width           =   2055
  395.       End
  396.       Begin VB.Label menu 
  397.          Alignment       =   2  'Center
  398.          BackColor       =   &H00404040&
  399.          BackStyle       =   0  'Transparent
  400.          Caption         =   "GENERATOR"
  401.          BeginProperty Font 
  402.             Name            =   "Arial"
  403.             Size            =   12
  404.             Charset         =   0
  405.             Weight          =   700
  406.             Underline       =   0   'False
  407.             Italic          =   0   'False
  408.             Strikethrough   =   0   'False
  409.          EndProperty
  410.          ForeColor       =   &H00FFFFFF&
  411.          Height          =   375
  412.          Index           =   25
  413.          Left            =   360
  414.          TabIndex        =   42
  415.          Top             =   4800
  416.          Width           =   2055
  417.       End
  418.       Begin VB.Label menu 
  419.          Alignment       =   2  'Center
  420.          BackColor       =   &H00404040&
  421.          BackStyle       =   0  'Transparent
  422.          Caption         =   "SHIELD"
  423.          BeginProperty Font 
  424.             Name            =   "Arial"
  425.             Size            =   12
  426.             Charset         =   0
  427.             Weight          =   700
  428.             Underline       =   0   'False
  429.             Italic          =   0   'False
  430.             Strikethrough   =   0   'False
  431.          EndProperty
  432.          ForeColor       =   &H00FFFFFF&
  433.          Height          =   375
  434.          Index           =   24
  435.          Left            =   360
  436.          TabIndex        =   41
  437.          Top             =   4440
  438.          Width           =   2055
  439.       End
  440.       Begin VB.Label menu 
  441.          Alignment       =   2  'Center
  442.          BackColor       =   &H00404040&
  443.          BackStyle       =   0  'Transparent
  444.          Caption         =   "SPECIAL"
  445.          BeginProperty Font 
  446.             Name            =   "Arial"
  447.             Size            =   12
  448.             Charset         =   0
  449.             Weight          =   700
  450.             Underline       =   0   'False
  451.             Italic          =   0   'False
  452.             Strikethrough   =   0   'False
  453.          EndProperty
  454.          ForeColor       =   &H00FFFFFF&
  455.          Height          =   375
  456.          Index           =   23
  457.          Left            =   360
  458.          TabIndex        =   40
  459.          Top             =   4080
  460.          Width           =   2055
  461.       End
  462.       Begin VB.Label Game_Label 
  463.          Alignment       =   2  'Center
  464.          BackStyle       =   0  'Transparent
  465.          Caption         =   "CONFIGURE SHIP"
  466.          BeginProperty Font 
  467.             Name            =   "Arial"
  468.             Size            =   15.75
  469.             Charset         =   0
  470.             Weight          =   700
  471.             Underline       =   -1  'True
  472.             Italic          =   0   'False
  473.             Strikethrough   =   0   'False
  474.          EndProperty
  475.          ForeColor       =   &H00FFC0C0&
  476.          Height          =   495
  477.          Index           =   1
  478.          Left            =   840
  479.          TabIndex        =   39
  480.          Top             =   2640
  481.          Width           =   3135
  482.       End
  483.       Begin VB.Label menu 
  484.          Alignment       =   2  'Center
  485.          BackColor       =   &H00404040&
  486.          BackStyle       =   0  'Transparent
  487.          Caption         =   "SIDE GUN"
  488.          BeginProperty Font 
  489.             Name            =   "Arial"
  490.             Size            =   12
  491.             Charset         =   0
  492.             Weight          =   700
  493.             Underline       =   0   'False
  494.             Italic          =   0   'False
  495.             Strikethrough   =   0   'False
  496.          EndProperty
  497.          ForeColor       =   &H00FFFFFF&
  498.          Height          =   375
  499.          Index           =   22
  500.          Left            =   360
  501.          TabIndex        =   38
  502.          Top             =   3720
  503.          Width           =   2055
  504.       End
  505.       Begin VB.Label menu 
  506.          Alignment       =   2  'Center
  507.          BackColor       =   &H00404040&
  508.          BackStyle       =   0  'Transparent
  509.          Caption         =   "MAIN GUN"
  510.          BeginProperty Font 
  511.             Name            =   "Arial"
  512.             Size            =   12
  513.             Charset         =   0
  514.             Weight          =   700
  515.             Underline       =   0   'False
  516.             Italic          =   0   'False
  517.             Strikethrough   =   0   'False
  518.          EndProperty
  519.          ForeColor       =   &H00FFFFFF&
  520.          Height          =   375
  521.          Index           =   21
  522.          Left            =   360
  523.          TabIndex        =   37
  524.          Top             =   3360
  525.          Width           =   2055
  526.       End
  527.       Begin VB.Label menu 
  528.          Alignment       =   2  'Center
  529.          BackColor       =   &H00404040&
  530.          BackStyle       =   0  'Transparent
  531.          Caption         =   "ABORT MISSION"
  532.          BeginProperty Font 
  533.             Name            =   "Arial"
  534.             Size            =   12
  535.             Charset         =   0
  536.             Weight          =   700
  537.             Underline       =   0   'False
  538.             Italic          =   0   'False
  539.             Strikethrough   =   0   'False
  540.          EndProperty
  541.          ForeColor       =   &H00FFFFFF&
  542.          Height          =   375
  543.          Index           =   20
  544.          Left            =   360
  545.          TabIndex        =   36
  546.          Top             =   1680
  547.          Width           =   2055
  548.       End
  549.       Begin VB.Label menu 
  550.          Alignment       =   2  'Center
  551.          BackColor       =   &H00404040&
  552.          BackStyle       =   0  'Transparent
  553.          Caption         =   "开始游戏"
  554.          BeginProperty Font 
  555.             Name            =   "Arial"
  556.             Size            =   12
  557.             Charset         =   0
  558.             Weight          =   700
  559.             Underline       =   0   'False
  560.             Italic          =   0   'False
  561.             Strikethrough   =   0   'False
  562.          EndProperty
  563.          ForeColor       =   &H00FFFFFF&
  564.          Height          =   375
  565.          Index           =   19
  566.          Left            =   360
  567.          TabIndex        =   35
  568.          Top             =   1320
  569.          Width           =   2055
  570.       End
  571.       Begin VB.Label Game_Label 
  572.          Alignment       =   2  'Center
  573.          BackStyle       =   0  'Transparent
  574.          Caption         =   "MISSION LAUNCH"
  575.          BeginProperty Font 
  576.             Name            =   "Arial"
  577.             Size            =   15.75
  578.             Charset         =   0
  579.             Weight          =   700
  580.             Underline       =   -1  'True
  581.             Italic          =   0   'False
  582.             Strikethrough   =   0   'False
  583.          EndProperty
  584.          ForeColor       =   &H00FFC0C0&
  585.          Height          =   495
  586.          Index           =   0
  587.          Left            =   840
  588.          TabIndex        =   34
  589.          Top             =   600
  590.          Width           =   3135
  591.       End
  592.       Begin VB.Label remap_label 
  593.          Alignment       =   2  'Center
  594.          BackStyle       =   0  'Transparent
  595.          Caption         =   "通过左右方向键来改变 "
  596.          ForeColor       =   &H00FFFFC0&
  597.          Height          =   255
  598.          Index           =   4
  599.          Left            =   720
  600.          TabIndex        =   44
  601.          Top             =   5520
  602.          Width           =   3615
  603.       End
  604.       Begin VB.Shape Curr 
  605.          BorderColor     =   &H00C0FFC0&
  606.          Height          =   375
  607.          Index           =   12
  608.          Left            =   5040
  609.          Top             =   5400
  610.          Width           =   2175
  611.       End
  612.       Begin VB.Shape Curr 
  613.          BorderColor     =   &H0080FF80&
  614.          Height          =   375
  615.          Index           =   13
  616.          Left            =   5040
  617.          Top             =   5520
  618.          Width           =   2175
  619.       End
  620.       Begin VB.Shape Curr 
  621.          BorderColor     =   &H0000FF00&
  622.          Height          =   375
  623.          Index           =   14
  624.          Left            =   5040
  625.          Top             =   5640
  626.          Width           =   2175
  627.       End
  628.       Begin VB.Shape Curr 
  629.          BorderColor     =   &H0000C000&
  630.          Height          =   375
  631.          Index           =   15
  632.          Left            =   5040
  633.          Top             =   5760
  634.          Width           =   2175
  635.       End
  636.       Begin VB.Shape Curr 
  637.          BorderColor     =   &H00008000&
  638.          Height          =   375
  639.          Index           =   16
  640.          Left            =   5040
  641.          Top             =   5880
  642.          Width           =   2175
  643.       End
  644.       Begin VB.Shape Curr 
  645.          BorderColor     =   &H00004000&
  646.          Height          =   375
  647.          Index           =   17
  648.          Left            =   5040
  649.          Top             =   6000
  650.          Width           =   2175
  651.       End
  652.       Begin VB.Line Dummy_Line 
  653.          BorderColor     =   &H00FFFFFF&
  654.          Index           =   2
  655.          Visible         =   0   'False
  656.          X1              =   4920
  657.          X2              =   4920
  658.          Y1              =   0
  659.          Y2              =   6600
  660.       End
  661.    End
  662.    Begin VB.PictureBox Remap_Layer 
  663.       AutoRedraw      =   -1  'True
  664.       BackColor       =   &H00000000&
  665.       BorderStyle     =   0  'None
  666.       ClipControls    =   0   'False
  667.       ForeColor       =   &H00000000&
  668.       Height          =   495
  669.       Left            =   600
  670.       ScaleHeight     =   495
  671.       ScaleWidth      =   480
  672.       TabIndex        =   6
  673.       TabStop         =   0   'False
  674.       Top             =   5640
  675.       Visible         =   0   'False
  676.       Width           =   480
  677.       Begin VB.Label remap_label 
  678.          Alignment       =   2  'Center
  679.          BackStyle       =   0  'Transparent
  680.          Caption         =   "通过左右方向键来改变 "
  681.          ForeColor       =   &H00FFFFC0&
  682.          Height          =   255
  683.          Index           =   3
  684.          Left            =   720
  685.          TabIndex        =   26
  686.          Top             =   4680
  687.          Width           =   3615
  688.       End
  689.       Begin VB.Label menu 
  690.          Alignment       =   2  'Center
  691.          BackColor       =   &H00404040&
  692.          BackStyle       =   0  'Transparent
  693.          Caption         =   "取消"
  694.          BeginProperty Font 
  695.             Name            =   "Arial"
  696.             Size            =   12
  697.             Charset         =   0
  698.             Weight          =   700
  699.             Underline       =   0   'False
  700.             Italic          =   0   'False
  701.             Strikethrough   =   0   'False
  702.          EndProperty
  703.          ForeColor       =   &H00FFFFFF&
  704.          Height          =   375
  705.          Index           =   18
  706.          Left            =   840
  707.          TabIndex        =   25
  708.          Top             =   5760
  709.          Width           =   1335
  710.       End
  711.       Begin VB.Label menu 
  712.          Alignment       =   2  'Center
  713.          BackColor       =   &H00404040&
  714.          BackStyle       =   0  'Transparent
  715.          Caption         =   "确认"
  716.          BeginProperty Font 
  717.             Name            =   "Arial"
  718.             Size            =   12
  719.             Charset         =   0
  720.             Weight          =   700
  721.             Underline       =   0   'False
  722.             Italic          =   0   'False
  723.             Strikethrough   =   0   'False
  724.          EndProperty
  725.          ForeColor       =   &H00FFFFFF&
  726.          Height          =   375
  727.          Index           =   17
  728.          Left            =   840
  729.          TabIndex        =   24
  730.          Top             =   5400
  731.          Width           =   1335
  732.       End
  733.       Begin VB.Label menu 
  734.          Alignment       =   2  'Center
  735.          BackColor       =   &H00404040&
  736.          BackStyle       =   0  'Transparent
  737.          Caption         =   "BGM"
  738.          BeginProperty Font 
  739.             Name            =   "Arial"
  740.             Size            =   12
  741.             Charset         =   0
  742.             Weight          =   700
  743.             Underline       =   0   'False
  744.             Italic          =   0   'False
  745.             Strikethrough   =   0   'False
  746.          EndProperty
  747.          ForeColor       =   &H00FFFFFF&
  748.          Height          =   375
  749.          Index           =   16
  750.          Left            =   840
  751.          TabIndex        =   23
  752.          Top             =   4320
  753.          Width           =   1335
  754.       End
  755.       Begin VB.Label remap_label 
  756.          Alignment       =   2  'Center
  757.          BackColor       =   &H00404040&
  758.          BackStyle       =   0  'Transparent
  759.          Caption         =   "声音控制"
  760.          BeginProperty Font 
  761.             Name            =   "Arial"
  762.             Size            =   15.75
  763.             Charset         =   0
  764.             Weight          =   700
  765.             Underline       =   -1  'True
  766.             Italic          =   0   'False
  767.             Strikethrough   =   0   'False
  768.          EndProperty
  769.          ForeColor       =   &H00FFC0C0&
  770.          Height          =   495
  771.          Index           =   1
  772.          Left            =   600
  773.          TabIndex        =   22
  774.          Top             =   3480
  775.          Width           =   3735
  776.       End
  777.       Begin VB.Label remap_label 
  778.          Alignment       =   2  'Center
  779.          BackStyle       =   0  'Transparent
  780.          Caption         =   "通过回车来改变控制键 "
  781.          ForeColor       =   &H00FFFFC0&
  782.          Height          =   255
  783.          Index           =   2
  784.          Left            =   840
  785.          TabIndex        =   21
  786.          Top             =   2880
  787.          Width           =   3495
  788.       End
  789.       Begin VB.Label menu 
  790.          Alignment       =   2  'Center
  791.          BackColor       =   &H00404040&
  792.          BackStyle       =   0  'Transparent
  793.          Caption         =   "SE"
  794.          BeginProperty Font 
  795.             Name            =   "Arial"
  796.             Size            =   12
  797.             Charset         =   0
  798.             Weight          =   700
  799.             Underline       =   0   'False
  800.             Italic          =   0   'False
  801.             Strikethrough   =   0   'False
  802.          EndProperty
  803.          ForeColor       =   &H00FFFFFF&
  804.          Height          =   375
  805.          Index           =   15
  806.          Left            =   840
  807.          TabIndex        =   20
  808.          Top             =   3960
  809.          Width           =   1335
  810.       End
  811.       Begin VB.Label menu 
  812.          Alignment       =   2  'Center
  813.          BackColor       =   &H00404040&
  814.          BackStyle       =   0  'Transparent
  815.          Caption         =   "SPECIAL"
  816.          BeginProperty Font 
  817.             Name            =   "Arial"
  818.             Size            =   12
  819.             Charset         =   0
  820.             Weight          =   700
  821.             Underline       =   0   'False
  822.             Italic          =   0   'False
  823.             Strikethrough   =   0   'False
  824.          EndProperty
  825.          ForeColor       =   &H00FFFFFF&
  826.          Height          =   375
  827.          Index           =   14
  828.          Left            =   840
  829.          TabIndex        =   19
  830.          Top             =   2520
  831.          Width           =   1335
  832.       End
  833.       Begin VB.Label menu 
  834.          Alignment       =   2  'Center
  835.          BackColor       =   &H00404040&
  836.          BackStyle       =   0  'Transparent
  837.          Caption         =   "FIRE"
  838.          BeginProperty Font 
  839.             Name            =   "Arial"
  840.             Size            =   12
  841.             Charset         =   0
  842.             Weight          =   700
  843.             Underline       =   0   'False
  844.             Italic          =   0   'False
  845.             Strikethrough   =   0   'False
  846.          EndProperty
  847.          ForeColor       =   &H00FFFFFF&
  848.          Height          =   495
  849.          Index           =   13
  850.          Left            =   840
  851.          TabIndex        =   18
  852.          Top             =   2160
  853.          Width           =   1335
  854.       End
  855.       Begin VB.Label menu 
  856.          Alignment       =   2  'Center
  857.          BackColor       =   &H00404040&
  858.          BackStyle       =   0  'Transparent
  859.          Caption         =   "RIGHT"
  860.          BeginProperty Font 
  861.             Name            =   "Arial"
  862.             Size            =   12
  863.             Charset         =   0
  864.             Weight          =   700
  865.             Underline       =   0   'False
  866.             Italic          =   0   'False
  867.             Strikethrough   =   0   'False
  868.          EndProperty
  869.          ForeColor       =   &H00FFFFFF&
  870.          Height          =   495
  871.          Index           =   12
  872.          Left            =   840
  873.          TabIndex        =   17
  874.          Top             =   1800
  875.          Width           =   1335
  876.       End
  877.       Begin VB.Label menu 
  878.          Alignment       =   2  'Center
  879.          BackColor       =   &H00404040&
  880.          BackStyle       =   0  'Transparent
  881.          Caption         =   "LEFT"
  882.          BeginProperty Font 
  883.             Name            =   "Arial"
  884.             Size            =   12
  885.             Charset         =   0
  886.             Weight          =   700
  887.             Underline       =   0   'False
  888.             Italic          =   0   'False
  889.             Strikethrough   =   0   'False
  890.          EndProperty
  891.          ForeColor       =   &H00FFFFFF&
  892.          Height          =   495
  893.          Index           =   11
  894.          Left            =   840
  895.          TabIndex        =   16
  896.          Top             =   1440
  897.          Width           =   1335
  898.       End
  899.       Begin VB.Label menu 
  900.          Alignment       =   2  'Center
  901.          BackColor       =   &H00404040&
  902.          BackStyle       =   0  'Transparent
  903.          Caption         =   "DOWN"
  904.          BeginProperty Font 
  905.             Name            =   "Arial"
  906.             Size            =   12
  907.             Charset         =   0
  908.             Weight          =   700
  909.             Underline       =   0   'False
  910.             Italic          =   0   'False
  911.             Strikethrough   =   0   'False
  912.          EndProperty
  913.          ForeColor       =   &H00FFFFFF&
  914.          Height          =   495
  915.          Index           =   10
  916.          Left            =   840
  917.          TabIndex        =   15
  918.          Top             =   1080
  919.          Width           =   1335
  920.       End
  921.       Begin VB.Label menu 
  922.          Alignment       =   2  'Center
  923.          BackColor       =   &H00404040&
  924.          BackStyle       =   0  'Transparent
  925.          Caption         =   "UP"
  926.          BeginProperty Font 
  927.             Name            =   "Arial"
  928.             Size            =   12
  929.             Charset         =   0
  930.             Weight          =   700
  931.             Underline       =   0   'False
  932.             Italic          =   0   'False
  933.             Strikethrough   =   0   'False
  934.          EndProperty
  935.          ForeColor       =   &H00FFFFFF&
  936.          Height          =   495
  937.          Index           =   9
  938.          Left            =   840
  939.          TabIndex        =   14
  940.          Top             =   720
  941.          Width           =   1335
  942.       End
  943.       Begin VB.Label remap_label 
  944.          Alignment       =   2  'Center
  945.          BackColor       =   &H00404040&
  946.          BackStyle       =   0  'Transparent
  947.          Caption         =   "键盘控制"
  948.          BeginProperty Font 
  949.             Name            =   "Arial"
  950.             Size            =   15.75
  951.             Charset         =   0
  952.             Weight          =   700
  953.             Underline       =   -1  'True
  954.             Italic          =   0   'False
  955.             Strikethrough   =   0   'False
  956.          EndProperty
  957.          ForeColor       =   &H00FFC0C0&
  958.          Height          =   495
  959.          Index           =   0
  960.          Left            =   600
  961.          TabIndex        =   7
  962.          Top             =   240
  963.          Width           =   3735
  964.       End
  965.       Begin VB.Label BGMm 
  966.          Alignment       =   2  'Center
  967.          BackStyle       =   0  'Transparent
  968.          Caption         =   "-"
  969.          BeginProperty Font 
  970.             Name            =   "Arial"
  971.             Size            =   12
  972.             Charset         =   0
  973.             Weight          =   700
  974.             Underline       =   0   'False
  975.             Italic          =   0   'False
  976.             Strikethrough   =   0   'False
  977.          EndProperty
  978.          ForeColor       =   &H00FFFFFF&
  979.          Height          =   255
  980.          Left            =   3000
  981.          TabIndex        =   32
  982.          Top             =   4320
  983.          Width           =   255
  984.       End
  985.       Begin VB.Label BGMp 
  986.          Alignment       =   2  'Center
  987.          BackStyle       =   0  'Transparent
  988.          Caption         =   "+"
  989.          BeginProperty Font 
  990.             Name            =   "Arial"
  991.             Size            =   12
  992.             Charset         =   0
  993.             Weight          =   700
  994.             Underline       =   0   'False
  995.             Italic          =   0   'False
  996.             Strikethrough   =   0   'False
  997.          EndProperty
  998.          ForeColor       =   &H00FFFFFF&
  999.          Height          =   255
  1000.          Left            =   3720
  1001.          TabIndex        =   31
  1002.          Top             =   4320
  1003.          Width           =   255
  1004.       End
  1005.       Begin VB.Label SEp 
  1006.          Alignment       =   2  'Center
  1007.          BackStyle       =   0  'Transparent
  1008.          Caption         =   "+"
  1009.          BeginProperty Font 
  1010.             Name            =   "Arial"
  1011.             Size            =   12
  1012.             Charset         =   0
  1013.             Weight          =   700
  1014.             Underline       =   0   'False
  1015.             Italic          =   0   'False
  1016.             Strikethrough   =   0   'False
  1017.          EndProperty
  1018.          ForeColor       =   &H00FFFFFF&
  1019.          Height          =   255
  1020.          Left            =   3720
  1021.          TabIndex        =   30
  1022.          Top             =   3960
  1023.          Width           =   255
  1024.       End
  1025.       Begin VB.Label SEm 
  1026.          Alignment       =   2  'Center
  1027.          BackStyle       =   0  'Transparent
  1028.          Caption         =   "-"
  1029.          BeginProperty Font 
  1030.             Name            =   "Arial"
  1031.             Size            =   12
  1032.             Charset         =   0
  1033.             Weight          =   700
  1034.             Underline       =   0   'False
  1035.             Italic          =   0   'False
  1036.             Strikethrough   =   0   'False
  1037.          EndProperty
  1038.          ForeColor       =   &H00FFFFFF&
  1039.          Height          =   255
  1040.          Left            =   3000
  1041.          TabIndex        =   29
  1042.          Top             =   3960
  1043.          Width           =   255
  1044.       End
  1045.       Begin VB.Shape Curr 
  1046.          BorderColor     =   &H00C0C0FF&
  1047.          Height          =   375
  1048.          Index           =   6
  1049.          Left            =   5040
  1050.          Top             =   5280
  1051.          Width           =   2175
  1052.       End
  1053.       Begin VB.Shape Curr 
  1054.          BorderColor     =   &H008080FF&
  1055.          Height          =   375
  1056.          Index           =   7
  1057.          Left            =   5040
  1058.          Top             =   5400
  1059.          Width           =   2175
  1060.       End
  1061.       Begin VB.Shape Curr 
  1062.          BorderColor     =   &H000000FF&
  1063.          Height          =   375
  1064.          Index           =   8
  1065.          Left            =   5040
  1066.          Top             =   5520
  1067.          Width           =   2175
  1068.       End
  1069.       Begin VB.Shape Curr 
  1070.          BorderColor     =   &H000000C0&
  1071.          Height          =   375
  1072.          Index           =   9
  1073.          Left            =   5040
  1074.          Top             =   5640
  1075.          Width           =   2175
  1076.       End
  1077.       Begin VB.Shape Curr 
  1078.          BorderColor     =   &H00000080&
  1079.          Height          =   375
  1080.          Index           =   10
  1081.          Left            =   5040
  1082.          Top             =   5760
  1083.          Width           =   2175
  1084.       End
  1085.       Begin VB.Line Dummy_Line 
  1086.          BorderColor     =   &H00FFFFFF&
  1087.          Index           =   1
  1088.          Visible         =   0   'False
  1089.          X1              =   4920
  1090.          X2              =   4920
  1091.          Y1              =   0
  1092.          Y2              =   6480
  1093.       End
  1094.       Begin VB.Label LabelBGM 
  1095.          Alignment       =   2  'Center
  1096.          BackStyle       =   0  'Transparent
  1097.          Caption         =   "80"
  1098.          BeginProperty Font 
  1099.             Name            =   "Arial"
  1100.             Size            =   12
  1101.             Charset         =   0
  1102.             Weight          =   700
  1103.             Underline       =   0   'False
  1104.             Italic          =   -1  'True
  1105.             Strikethrough   =   0   'False
  1106.          EndProperty
  1107.          ForeColor       =   &H00C0C0FF&
  1108.          Height          =   375
  1109.          Left            =   3120
  1110.          TabIndex        =   28
  1111.          Top             =   4305
  1112.          Width           =   735
  1113.       End
  1114.       Begin VB.Label LabelSE 
  1115.          Alignment       =   2  'Center
  1116.          BackStyle       =   0  'Transparent
  1117.          Caption         =   "80"
  1118.          BeginProperty Font 
  1119.             Name            =   "Arial"
  1120.             Size            =   12
  1121.             Charset         =   0
  1122.             Weight          =   700
  1123.             Underline       =   0   'False
  1124.             Italic          =   -1  'True
  1125.             Strikethrough   =   0   'False
  1126.          EndProperty
  1127.          ForeColor       =   &H00C0C0FF&
  1128.          Height          =   375
  1129.          Left            =   3120
  1130.          TabIndex        =   27
  1131.          Top             =   3960
  1132.          Width           =   735
  1133.       End
  1134.       Begin VB.Label menu 
  1135.          Alignment       =   2  'Center
  1136.          BackColor       =   &H00404040&
  1137.          BackStyle       =   0  'Transparent
  1138.          Caption         =   "SPECIAL"
  1139.          BeginProperty Font 
  1140.             Name            =   "Arial"
  1141.             Size            =   12
  1142.             Charset         =   0
  1143.             Weight          =   700
  1144.             Underline       =   0   'False
  1145.             Italic          =   -1  'True
  1146.             Strikethrough   =   0   'False
  1147.          EndProperty
  1148.          ForeColor       =   &H00C0C0FF&
  1149.          Height          =   255
  1150.          Index           =   8
  1151.          Left            =   2760
  1152.          TabIndex        =   13
  1153.          Top             =   2520
  1154.          Width           =   1575
  1155.       End
  1156.       Begin VB.Label menu 
  1157.          Alignment       =   2  'Center
  1158.          BackColor       =   &H00404040&
  1159.          BackStyle       =   0  'Transparent
  1160.          Caption         =   "FIRE"
  1161.          BeginProperty Font 
  1162.             Name            =   "Arial"
  1163.             Size            =   12
  1164.             Charset         =   0
  1165.             Weight          =   700
  1166.             Underline       =   0   'False
  1167.             Italic          =   -1  'True
  1168.             Strikethrough   =   0   'False
  1169.          EndProperty
  1170.          ForeColor       =   &H00C0C0FF&
  1171.          Height          =   375
  1172.          Index           =   7
  1173.          Left            =   2760
  1174.          TabIndex        =   12
  1175.          Top             =   2160
  1176.          Width           =   1575
  1177.       End
  1178.       Begin VB.Label menu 
  1179.          Alignment       =   2  'Center
  1180.          BackColor       =   &H00404040&
  1181.          BackStyle       =   0  'Transparent
  1182.          Caption         =   "RIGHT"
  1183.          BeginProperty Font 
  1184.             Name            =   "Arial"
  1185.             Size            =   12
  1186.             Charset         =   0
  1187.             Weight          =   700
  1188.             Underline       =   0   'False
  1189.             Italic          =   -1  'True
  1190.             Strikethrough   =   0   'False
  1191.          EndProperty
  1192.          ForeColor       =   &H00C0C0FF&
  1193.          Height          =   375
  1194.          Index           =   6
  1195.          Left            =   2760
  1196.          TabIndex        =   11
  1197.          Top             =   1800
  1198.          Width           =   1575
  1199.       End
  1200.       Begin VB.Label menu 
  1201.          Alignment       =   2  'Center
  1202.          BackColor       =   &H00404040&
  1203.          BackStyle       =   0  'Transparent
  1204.          Caption         =   "LEFT"
  1205.          BeginProperty Font 
  1206.             Name            =   "Arial"
  1207.             Size            =   12
  1208.             Charset         =   0
  1209.             Weight          =   700
  1210.             Underline       =   0   'False
  1211.             Italic          =   -1  'True
  1212.             Strikethrough   =   0   'False
  1213.          EndProperty
  1214.          ForeColor       =   &H00C0C0FF&
  1215.          Height          =   375
  1216.          Index           =   5
  1217.          Left            =   2760
  1218.          TabIndex        =   10
  1219.          Top             =   1440
  1220.          Width           =   1575
  1221.       End
  1222.       Begin VB.Label menu 
  1223.          Alignment       =   2  'Center
  1224.          BackColor       =   &H00404040&
  1225.          BackStyle       =   0  'Transparent
  1226.          Caption         =   "DOWN"
  1227.          BeginProperty Font 
  1228.             Name            =   "Arial"
  1229.             Size            =   12
  1230.             Charset         =   0
  1231.             Weight          =   700
  1232.             Underline       =   0   'False
  1233.             Italic          =   -1  'True
  1234.             Strikethrough   =   0   'False
  1235.          EndProperty
  1236.          ForeColor       =   &H00C0C0FF&
  1237.          Height          =   375
  1238.          Index           =   4
  1239.          Left            =   2760
  1240.          TabIndex        =   9
  1241.          Top             =   1080
  1242.          Width           =   1575
  1243.       End
  1244.       Begin VB.Label menu 
  1245.          Alignment       =   2  'Center
  1246.          BackColor       =   &H00404040&
  1247.          BackStyle       =   0  'Transparent
  1248.          Caption         =   "UP"
  1249.          BeginProperty Font 
  1250.             Name            =   "Arial"
  1251.             Size            =   12
  1252.             Charset         =   0
  1253.             Weight          =   700
  1254.             Underline       =   0   'False
  1255.             Italic          =   -1  'True
  1256.             Strikethrough   =   0   'False
  1257.          EndProperty
  1258.          ForeColor       =   &H00C0C0FF&
  1259.          Height          =   375
  1260.          Index           =   3
  1261.          Left            =   2760
  1262.          TabIndex        =   8
  1263.          Top             =   720
  1264.          Width           =   1575
  1265.       End
  1266.       Begin VB.Shape Curr 
  1267.          BorderColor     =   &H00000040&
  1268.          Height          =   375
  1269.          Index           =   11
  1270.          Left            =   5040
  1271.          Top             =   5880
  1272.          Width           =   2175
  1273.       End
  1274.    End
  1275.    Begin VB.PictureBox Menu_Layer 
  1276.       AutoRedraw      =   -1  'True
  1277.       BackColor       =   &H00000000&
  1278.       BorderStyle     =   0  'None
  1279.       ClipControls    =   0   'False
  1280.       FillStyle       =   0  'Solid
  1281.       ForeColor       =   &H00000000&
  1282.       Height          =   495
  1283.       Left            =   0
  1284.       ScaleHeight     =   495
  1285.       ScaleWidth      =   480
  1286.       TabIndex        =   0
  1287.       TabStop         =   0   'False
  1288.       Top             =   5640
  1289.       Width           =   480
  1290.       Begin VB.PictureBox I_Box 
  1291.          BackColor       =   &H00000000&
  1292.          BorderStyle     =   0  'None
  1293.          Height          =   255
  1294.          Index           =   4
  1295.          Left            =   360
  1296.          ScaleHeight     =   255
  1297.          ScaleWidth      =   4335
  1298.          TabIndex        =   87
  1299.          Top             =   2640
  1300.          Width           =   4335
  1301.          Begin VB.Shape Intro_Line 
  1302.             BorderStyle     =   0  'Transparent
  1303.             FillColor       =   &H000000FF&
  1304.             FillStyle       =   0  'Solid
  1305.             Height          =   60
  1306.             Index           =   0
  1307.             Left            =   120
  1308.             Top             =   120
  1309.             Width           =   4095
  1310.          End
  1311.       End
  1312.       Begin VB.PictureBox I_Box 
  1313.          BackColor       =   &H00000000&
  1314.          BorderStyle     =   0  'None
  1315.          Height          =   255
  1316.          Index           =   3
  1317.          Left            =   360
  1318.          ScaleHeight     =   255
  1319.          ScaleWidth      =   4335
  1320.          TabIndex        =   86
  1321.          Top             =   1200
  1322.          Width           =   4335
  1323.          Begin VB.Shape Intro_Line 
  1324.             BorderStyle     =   0  'Transparent
  1325.             FillColor       =   &H000000FF&
  1326.             FillStyle       =   0  'Solid
  1327.             Height          =   60
  1328.             Index           =   1
  1329.             Left            =   120
  1330.             Top             =   120
  1331.             Width           =   4095
  1332.          End
  1333.       End
  1334.       Begin VB.PictureBox I_Box 
  1335.          BackColor       =   &H00000000&
  1336.          BorderStyle     =   0  'None
  1337.          Height          =   1455
  1338.          Index           =   1
  1339.          Left            =   3840
  1340.          ScaleHeight     =   1455
  1341.          ScaleWidth      =   855
  1342.          TabIndex        =   81
  1343.          Top             =   1200
  1344.          Width           =   855
  1345.          Begin VB.Label Title 
  1346.             BackStyle       =   0  'Transparent
  1347.             Caption         =   "2"
  1348.             BeginProperty Font 
  1349.                Name            =   "Arial"
  1350.                Size            =   72
  1351.                Charset         =   0
  1352.                Weight          =   700
  1353.                Underline       =   0   'False
  1354.                Italic          =   0   'False
  1355.                Strikethrough   =   0   'False
  1356.             EndProperty
  1357.             ForeColor       =   &H00FFFFFF&
  1358.             Height          =   1455
  1359.             Index           =   2
  1360.             Left            =   0
  1361.             TabIndex        =   82
  1362.             Top             =   0
  1363.             Width           =   1095
  1364.          End
  1365.       End
  1366.       Begin VB.PictureBox I_Box 
  1367.          BackColor       =   &H00000000&
  1368.          BorderStyle     =   0  'None
  1369.          Height          =   855
  1370.          Index           =   0
  1371.          Left            =   960
  1372.          ScaleHeight     =   855
  1373.          ScaleWidth      =   3015
  1374.          TabIndex        =   80
  1375.          Top             =   1200
  1376.          Width           =   3015
  1377.          Begin VB.Label Title 
  1378.             BackStyle       =   0  'Transparent
  1379.             Caption         =   "BLACK"
  1380.             BeginProperty Font 
  1381.                Name            =   "Arial Black"
  1382.                Size            =   36
  1383.                Charset         =   0
  1384.                Weight          =   700
  1385.                Underline       =   0   'False
  1386.                Italic          =   0   'False
  1387.                Strikethrough   =   0   'False
  1388.             EndProperty
  1389.             ForeColor       =   &H00FFFFFF&
  1390.             Height          =   855
  1391.             Index           =   0
  1392.             Left            =   0
  1393.             TabIndex        =   83
  1394.             Top             =   0
  1395.             Width           =   2895
  1396.          End
  1397.       End
  1398.       Begin VB.PictureBox I_Box 
  1399.          BackColor       =   &H00000000&
  1400.          BorderStyle     =   0  'None
  1401.          Height          =   975
  1402.          Index           =   2
  1403.          Left            =   480
  1404.          ScaleHeight     =   975
  1405.          ScaleWidth      =   3495
  1406.          TabIndex        =   84
  1407.          Top             =   1800
  1408.          Width           =   3495
  1409.          Begin VB.Label Title 
  1410.             BackStyle       =   0  'Transparent
  1411.             Caption         =   "WINTER"
  1412.             BeginProperty Font 
  1413.                Name            =   "Arial Black"
  1414.                Size            =   36
  1415.                Charset         =   0
  1416.                Weight          =   700
  1417.                Underline       =   0   'False
  1418.                Italic          =   0   'False
  1419.                Strikethrough   =   0   'False
  1420.             EndProperty
  1421.             ForeColor       =   &H00FFFFFF&
  1422.             Height          =   855
  1423.             Index           =   1
  1424.             Left            =   0
  1425.             TabIndex        =   85
  1426.             Top             =   0
  1427.             Width           =   3375
  1428.          End
  1429.       End
  1430.       Begin VB.Label Wait_Label 
  1431.          Alignment       =   2  'Center
  1432.          BackColor       =   &H00FFFFFF&
  1433.          Caption         =   "Loading ..."
  1434.          ForeColor       =   &H00000000&
  1435.          Height          =   255
  1436.          Left            =   1800
  1437.          TabIndex        =   5
  1438.          Top             =   3960
  1439.          Width           =   1335
  1440.       End
  1441.       Begin VB.Label menu 
  1442.          Alignment       =   2  'Center
  1443.          BackColor       =   &H00808000&
  1444.          BackStyle       =   0  'Transparent
  1445.          Caption         =   "START"
  1446.          BeginProperty Font 
  1447.             Name            =   "Arial"
  1448.             Size            =   15.75
  1449.             Charset         =   0
  1450.             Weight          =   400
  1451.             Underline       =   0   'False
  1452.             Italic          =   0   'False
  1453.             Strikethrough   =   0   'False
  1454.          EndProperty
  1455.          ForeColor       =   &H00FFFFFF&
  1456.          Height          =   375
  1457.          Index           =   0
  1458.          Left            =   5040
  1459.          TabIndex        =   78
  1460.          Top             =   1080
  1461.          Width           =   2175
  1462.       End
  1463.       Begin VB.Label Title 
  1464.          Alignment       =   2  'Center
  1465.          BackStyle       =   0  'Transparent
  1466.          Caption         =   "Created By Yat Seng 2003 (ruby@starpulse.com)"
  1467.          ForeColor       =   &H00FFFFFF&
  1468.          Height          =   255
  1469.          Index           =   4
  1470.          Left            =   360
  1471.          TabIndex        =   69
  1472.          Top             =   6240
  1473.          Visible         =   0   'False
  1474.          Width           =   4095
  1475.       End
  1476.       Begin VB.Label Title 
  1477.          Alignment       =   2  'Center
  1478.          BackColor       =   &H00000000&
  1479.          BackStyle       =   0  'Transparent
  1480.          Caption         =   "Final Assault"
  1481.          BeginProperty Font 
  1482.             Name            =   "Verdana"
  1483.             Size            =   21.75
  1484.             Charset         =   0
  1485.             Weight          =   400
  1486.             Underline       =   0   'False
  1487.             Italic          =   0   'False
  1488.             Strikethrough   =   0   'False
  1489.          EndProperty
  1490.          ForeColor       =   &H0000FFFF&
  1491.          Height          =   615
  1492.          Index           =   3
  1493.          Left            =   1080
  1494.          TabIndex        =   54
  1495.          Top             =   2880
  1496.          Visible         =   0   'False
  1497.          Width           =   2895
  1498.       End
  1499.       Begin VB.Line Dummy_Line 
  1500.          BorderColor     =   &H00FFFFFF&
  1501.          Index           =   0
  1502.          Visible         =   0   'False
  1503.          X1              =   4920
  1504.          X2              =   4920
  1505.          Y1              =   0
  1506.          Y2              =   6480
  1507.       End
  1508.       Begin VB.Label menu 
  1509.          Alignment       =   2  'Center
  1510.          BackColor       =   &H00808000&
  1511.          BackStyle       =   0  'Transparent
  1512.          Caption         =   "退出"
  1513.          BeginProperty Font 
  1514.             Name            =   "Arial"
  1515.             Size            =   15.75
  1516.             Charset         =   0
  1517.             Weight          =   400
  1518.             Underline       =   0   'False
  1519.             Italic          =   0   'False
  1520.             Strikethrough   =   0   'False
  1521.          EndProperty
  1522.          ForeColor       =   &H00FFFFFF&
  1523.          Height          =   375
  1524.          Index           =   2
  1525.          Left            =   5040
  1526.          TabIndex        =   2
  1527.          Top             =   1560
  1528.          Width           =   2175
  1529.       End
  1530.       Begin VB.Label menu 
  1531.          Alignment       =   2  'Center
  1532.          BackColor       =   &H00808000&
  1533.          BackStyle       =   0  'Transparent
  1534.          Caption         =   "OPTIONS"
  1535.          BeginProperty Font 
  1536.             Name            =   "Arial"
  1537.             Size            =   15.75
  1538.             Charset         =   0
  1539.             Weight          =   400
  1540.             Underline       =   0   'False
  1541.             Italic          =   0   'False
  1542.             Strikethrough   =   0   'False
  1543.          EndProperty
  1544.          ForeColor       =   &H00FFFFFF&
  1545.          Height          =   375
  1546.          Index           =   1
  1547.          Left            =   5040
  1548.          TabIndex        =   1
  1549.          Top             =   1320
  1550.          Width           =   2175
  1551.       End
  1552.       Begin VB.Shape Curr 
  1553.          BorderColor     =   &H00C0C0FF&
  1554.          Height          =   375
  1555.          Index           =   0
  1556.          Left            =   5040
  1557.          Top             =   120
  1558.          Width           =   2175
  1559.       End
  1560.       Begin VB.Shape Curr 
  1561.          BorderColor     =   &H008080FF&
  1562.          Height          =   375
  1563.          Index           =   1
  1564.          Left            =   5040
  1565.          Top             =   240
  1566.          Width           =   2175
  1567.       End
  1568.       Begin VB.Shape Curr 
  1569.          BorderColor     =   &H000000FF&
  1570.          Height          =   375
  1571.          Index           =   2
  1572.          Left            =   5040
  1573.          Top             =   360
  1574.          Width           =   2175
  1575.       End
  1576.       Begin VB.Shape Curr 
  1577.          BorderColor     =   &H000000C0&
  1578.          Height          =   375
  1579.          Index           =   3
  1580.          Left            =   5040
  1581.          Top             =   480
  1582.          Width           =   2175
  1583.       End
  1584.       Begin VB.Shape Curr 
  1585.          BorderColor     =   &H00000080&
  1586.          Height          =   375
  1587.          Index           =   4
  1588.          Left            =   5040
  1589.          Top             =   600
  1590.          Width           =   2175
  1591.       End
  1592.       Begin VB.Shape Curr 
  1593.          BorderColor     =   &H00000040&
  1594.          Height          =   375
  1595.          Index           =   5
  1596.          Left            =   5040
  1597.          Top             =   720
  1598.          Width           =   2175
  1599.       End
  1600.    End
  1601.    Begin VB.PictureBox Play_Layer 
  1602.       AutoRedraw      =   -1  'True
  1603.       BackColor       =   &H00000000&
  1604.       BorderStyle     =   0  'None
  1605.       ForeColor       =   &H00000000&
  1606.       Height          =   495
  1607.       Left            =   1800
  1608.       ScaleHeight     =   495
  1609.       ScaleWidth      =   495
  1610.       TabIndex        =   53
  1611.       Top             =   5640
  1612.       Visible         =   0   'False
  1613.       Width           =   495
  1614.       Begin VB.PictureBox BossBar 
  1615.          BackColor       =   &H00000000&
  1616.          BorderStyle     =   0  'None
  1617.          ForeColor       =   &H00000000&
  1618.          Height          =   350
  1619.          Left            =   2520
  1620.          ScaleHeight     =   345
  1621.          ScaleWidth      =   1215
  1622.          TabIndex        =   114
  1623.          Top             =   1080
  1624.          Width           =   1215
  1625.          Begin VB.Shape Boss_Bar_Top 
  1626.             BackColor       =   &H000000FF&
  1627.             FillColor       =   &H0000FFFF&
  1628.             FillStyle       =   0  'Solid
  1629.             Height          =   105
  1630.             Left            =   0
  1631.             Top             =   240
  1632.             Width           =   1215
  1633.          End
  1634.          Begin VB.Shape Boss_Bar_Bottom 
  1635.             BackColor       =   &H000000FF&
  1636.             FillColor       =   &H000000FF&
  1637.             FillStyle       =   0  'Solid
  1638.             Height          =   100
  1639.             Left            =   0
  1640.             Top             =   240
  1641.             Width           =   1215
  1642.          End
  1643.          Begin VB.Label Boss_Name 
  1644.             Alignment       =   2  'Center
  1645.             AutoSize        =   -1  'True
  1646.             BackColor       =   &H00000000&
  1647.             Caption         =   "TRANSPORT"
  1648.             ForeColor       =   &H0000FF00&
  1649.             Height          =   210
  1650.             Left            =   0
  1651.             TabIndex        =   115
  1652.             Top             =   0
  1653.             Width           =   1215
  1654.          End
  1655.       End
  1656.       Begin VB.PictureBox Bufferbox 
  1657.          BackColor       =   &H00000000&
  1658.          BorderStyle     =   0  'None
  1659.          ForeColor       =   &H00000000&
  1660.          Height          =   255
  1661.          Index           =   6
  1662.          Left            =   3840
  1663.          ScaleHeight     =   255
  1664.          ScaleWidth      =   1695
  1665.          TabIndex        =   101
  1666.          Top             =   1080
  1667.          Width           =   1695
  1668.          Begin VB.Label BufferText 
  1669.             Alignment       =   2  'Center
  1670.             BackColor       =   &H00000000&
  1671.             BackStyle       =   0  'Transparent
  1672.             Caption         =   "WILD CAT MISSILES"
  1673.             ForeColor       =   &H0000FFFF&
  1674.             Height          =   255
  1675.             Index           =   7
  1676.             Left            =   0
  1677.             TabIndex        =   102
  1678.             Top             =   0
  1679.             Width           =   1695
  1680.          End
  1681.       End
  1682.       Begin VB.PictureBox Bufferbox 
  1683.          BackColor       =   &H00000000&
  1684.          BorderStyle     =   0  'None
  1685.          ForeColor       =   &H00000000&
  1686.          Height          =   225
  1687.          Index           =   5
  1688.          Left            =   840
  1689.          ScaleHeight     =   225
  1690.          ScaleWidth      =   1455
  1691.          TabIndex        =   98
  1692.          Top             =   1080
  1693.          Width           =   1455
  1694.          Begin VB.Label BufferText 
  1695.             Alignment       =   1  'Right Justify
  1696.             BackColor       =   &H00000000&
  1697.             BackStyle       =   0  'Transparent
  1698.             Caption         =   "000000"
  1699.             BeginProperty Font 
  1700.                Name            =   "Arial"
  1701.                Size            =   9
  1702.                Charset         =   0
  1703.                Weight          =   700
  1704.                Underline       =   0   'False
  1705.                Italic          =   0   'False
  1706.                Strikethrough   =   0   'False
  1707.             EndProperty
  1708.             ForeColor       =   &H00FFFFFF&
  1709.             Height          =   255
  1710.             Index           =   6
  1711.             Left            =   600
  1712.             TabIndex        =   100
  1713.             Top             =   0
  1714.             Width           =   855
  1715.          End
  1716.          Begin VB.Label BufferText 
  1717.             BackColor       =   &H00000000&
  1718.             BackStyle       =   0  'Transparent
  1719.             Caption         =   "SCORE"
  1720.             ForeColor       =   &H00FFFFFF&
  1721.             Height          =   255
  1722.             Index           =   5
  1723.             Left            =   0
  1724.             TabIndex        =   99
  1725.             Top             =   0
  1726.             Width           =   615
  1727.          End
  1728.       End
  1729.       Begin VB.PictureBox Bufferbox 
  1730.          BackColor       =   &H00000000&
  1731.          BorderStyle     =   0  'None
  1732.          ForeColor       =   &H00000000&
  1733.          Height          =   255
  1734.          Index           =   4
  1735.          Left            =   6000
  1736.          ScaleHeight     =   255
  1737.          ScaleWidth      =   1095
  1738.          TabIndex        =   96
  1739.          Top             =   2880
  1740.          Width           =   1095
  1741.          Begin VB.Label BufferText 
  1742.             AutoSize        =   -1  'True
  1743.             BackColor       =   &H00000000&
  1744.             Caption         =   ">Sample Text"
  1745.             ForeColor       =   &H0000FF00&
  1746.             Height          =   210
  1747.             Index           =   4
  1748.             Left            =   0
  1749.             TabIndex        =   97
  1750.             Top             =   0
  1751.             Width           =   1110
  1752.          End
  1753.       End
  1754.       Begin VB.PictureBox Bufferbox 
  1755.          BackColor       =   &H00000000&
  1756.          BorderStyle     =   0  'None
  1757.          Height          =   255
  1758.          Index           =   3
  1759.          Left            =   6000
  1760.          ScaleHeight     =   255
  1761.          ScaleWidth      =   1095
  1762.          TabIndex        =   91
  1763.          Top             =   2640
  1764.          Width           =   1095
  1765.          Begin VB.Label BufferText 
  1766.             AutoSize        =   -1  'True
  1767.             BackColor       =   &H00000000&
  1768.             Caption         =   ">Sample Text"
  1769.             ForeColor       =   &H0000FF00&
  1770.             Height          =   210
  1771.             Index           =   3
  1772.             Left            =   0
  1773.             TabIndex        =   95
  1774.             Top             =   0
  1775.             Width           =   1110
  1776.          End
  1777.       End
  1778.       Begin VB.PictureBox Bufferbox 
  1779.          BackColor       =   &H00000000&
  1780.          BorderStyle     =   0  'None
  1781.          Height          =   255
  1782.          Index           =   2
  1783.          Left            =   6000
  1784.          ScaleHeight     =   255
  1785.          ScaleWidth      =   1095
  1786.          TabIndex        =   90
  1787.          Top             =   2400
  1788.          Width           =   1095
  1789.          Begin VB.Label BufferText 
  1790.             AutoSize        =   -1  'True
  1791.             BackColor       =   &H00000000&
  1792.             Caption         =   ">Sample Text"
  1793.             ForeColor       =   &H0000FF00&
  1794.             Height          =   210
  1795.             Index           =   2
  1796.             Left            =   0
  1797.             TabIndex        =   94
  1798.             Top             =   0
  1799.             Width           =   1110
  1800.          End
  1801.       End
  1802.       Begin VB.PictureBox Bufferbox 
  1803.          BackColor       =   &H00000000&
  1804.          BorderStyle     =   0  'None
  1805.          Height          =   255
  1806.          Index           =   1
  1807.          Left            =   6000
  1808.          ScaleHeight     =   255
  1809.          ScaleWidth      =   1095
  1810.          TabIndex        =   89
  1811.          Top             =   2160
  1812.          Width           =   1095
  1813.          Begin VB.Label BufferText 
  1814.             AutoSize        =   -1  'True
  1815.             BackColor       =   &H00000000&
  1816.             Caption         =   ">Sample Text"
  1817.             ForeColor       =   &H0000FF00&
  1818.             Height          =   210
  1819.             Index           =   1
  1820.             Left            =   0
  1821.             TabIndex        =   93
  1822.             Top             =   0
  1823.             Width           =   1110
  1824.          End
  1825.       End
  1826.       Begin VB.PictureBox Bufferbox 
  1827.          BackColor       =   &H00000000&
  1828.          BorderStyle     =   0  'None
  1829.          Height          =   255
  1830.          Index           =   0
  1831.          Left            =   6000
  1832.          ScaleHeight     =   255
  1833.          ScaleWidth      =   1095
  1834.          TabIndex        =   88
  1835.          Top             =   1920
  1836.          Width           =   1095
  1837.          Begin VB.Label BufferText 
  1838.             AutoSize        =   -1  'True
  1839.             BackColor       =   &H00000000&
  1840.             Caption         =   ">Sample Text"
  1841.             ForeColor       =   &H0000FF00&
  1842.             Height          =   210
  1843.             Index           =   0
  1844.             Left            =   0
  1845.             TabIndex        =   92
  1846.             Top             =   0
  1847.             Width           =   1110
  1848.          End
  1849.       End
  1850.       Begin VB.PictureBox Stats_Bar 
  1851.          BackColor       =   &H00000000&
  1852.          BorderStyle     =   0  'None
  1853.          FillColor       =   &H00FFFF00&
  1854.          Height          =   975
  1855.          Left            =   720
  1856.          ScaleHeight     =   975
  1857.          ScaleWidth      =   4935
  1858.          TabIndex        =   60
  1859.          Top             =   7920
  1860.          Visible         =   0   'False
  1861.          Width           =   4935
  1862.          Begin VB.PictureBox Stt_SGUN_R 
  1863.             BackColor       =   &H00000000&
  1864.             BorderStyle     =   0  'None
  1865.             Height          =   255
  1866.             Left            =   3720
  1867.             ScaleHeight     =   255
  1868.             ScaleWidth      =   615
  1869.             TabIndex        =   76
  1870.             Top             =   720
  1871.             Width           =   615
  1872.             Begin VB.Label lbl_SGUN 
  1873.                Alignment       =   2  'Center
  1874.                BackColor       =   &H00000000&
  1875.                Caption         =   "SGUN"
  1876.                ForeColor       =   &H0000FF00&
  1877.                Height          =   255
  1878.                Left            =   0
  1879.                TabIndex        =   77
  1880.                Top             =   0
  1881.                Width           =   615
  1882.             End
  1883.          End
  1884.          Begin VB.PictureBox Stt_MGUN_R 
  1885.             BackColor       =   &H00000000&
  1886.             BorderStyle     =   0  'None
  1887.             Height          =   255
  1888.             Left            =   3720
  1889.             ScaleHeight     =   255
  1890.             ScaleWidth      =   615
  1891.             TabIndex        =   74
  1892.             Top             =   480
  1893.             Width           =   615
  1894.             Begin VB.Label lbl_MGUN 
  1895.                Alignment       =   2  'Center
  1896.                BackColor       =   &H00000000&
  1897.                BackStyle       =   0  'Transparent
  1898.                Caption         =   "MGUN"
  1899.                ForeColor       =   &H0000FF00&
  1900.                Height          =   255
  1901.                Left            =   0
  1902.                TabIndex        =   75
  1903.                Top             =   0
  1904.                Width           =   615
  1905.             End
  1906.          End
  1907.          Begin VB.PictureBox Stt_ENG_R 
  1908.             BackColor       =   &H00000000&
  1909.             BorderStyle     =   0  'None
  1910.             Height          =   255
  1911.             Left            =   4320
  1912.             ScaleHeight     =   255
  1913.             ScaleWidth      =   615
  1914.             TabIndex        =   72
  1915.             Top             =   480
  1916.             Width           =   615
  1917.             Begin VB.Label lbl_ENG 
  1918.                Alignment       =   2  'Center
  1919.                BackColor       =   &H00000000&
  1920.                Caption         =   "ENG"
  1921.                ForeColor       =   &H0000FF00&
  1922.                Height          =   255
  1923.                Left            =   0
  1924.                TabIndex        =   73
  1925.                Top             =   0
  1926.                Width           =   615
  1927.             End
  1928.          End
  1929.          Begin VB.PictureBox Stt_PWR_R 
  1930.             BackColor       =   &H00000000&
  1931.             BorderStyle     =   0  'None
  1932.             Height          =   255
  1933.             Left            =   4320
  1934.             ScaleHeight     =   255
  1935.             ScaleWidth      =   615
  1936.             TabIndex        =   70
  1937.             Top             =   720
  1938.             Width           =   615
  1939.             Begin VB.Label lbl_PWR 
  1940.                Alignment       =   2  'Center
  1941.                BackColor       =   &H00000000&
  1942.                Caption         =   "PWR"
  1943.                ForeColor       =   &H0000FF00&
  1944.                Height          =   255
  1945.                Left            =   0
  1946.                TabIndex        =   71
  1947.                Top             =   0
  1948.                Width           =   615
  1949.             End
  1950.          End
  1951.          Begin VB.Shape BAR_SHD_C 
  1952.             FillColor       =   &H00FFFF00&
  1953.             FillStyle       =   0  'Solid
  1954.             Height          =   75
  1955.             Left            =   540
  1956.             Top             =   30
  1957.             Width           =   2175
  1958.          End
  1959.          Begin VB.Shape BAR_SPE_R 
  1960.             FillColor       =   &H0000FFFF&
  1961.             FillStyle       =   0  'Solid
  1962.             Height          =   75
  1963.             Left            =   540
  1964.             Top             =   330
  1965.             Width           =   2175
  1966.          End
  1967.          Begin VB.Shape BAR_SPE_C 
  1968.             FillColor       =   &H0000FF00&
  1969.             FillStyle       =   0  'Solid
  1970.             Height          =   75
  1971.             Left            =   540
  1972.             Top             =   270
  1973.             Width           =   2175
  1974.          End
  1975.          Begin VB.Shape BAR_SHD_R 
  1976.             FillColor       =   &H0000FFFF&
  1977.             FillStyle       =   0  'Solid
  1978.             Height          =   75
  1979.             Left            =   540
  1980.             Top             =   90
  1981.             Width           =   2175
  1982.          End
  1983.          Begin VB.Label Stt_SPE_Lbl 
  1984.             Alignment       =   2  'Center
  1985.             BackColor       =   &H00000000&
  1986.             Caption         =   "SPE"
  1987.             ForeColor       =   &H0000FF00&
  1988.             Height          =   255
  1989.             Left            =   0
  1990.             TabIndex        =   62
  1991.             Top             =   240
  1992.             Width           =   495
  1993.          End
  1994.          Begin VB.Label Stt_SHD_Lbl 
  1995.             Alignment       =   2  'Center
  1996.             BackColor       =   &H00000000&
  1997.             Caption         =   "SHD"
  1998.             ForeColor       =   &H0000FF00&
  1999.             Height          =   255
  2000.             Left            =   0
  2001.             TabIndex        =   61
  2002.             Top             =   0
  2003.             Width           =   495
  2004.          End
  2005.          Begin VB.Label Stt_PWR_F 
  2006.             Alignment       =   2  'Center
  2007.             BackColor       =   &H000000C0&
  2008.             Caption         =   "PWR"
  2009.             ForeColor       =   &H00FFFFFF&
  2010.             Height          =   255
  2011.             Left            =   4320
  2012.             TabIndex        =   66
  2013.             Top             =   240
  2014.             Width           =   615
  2015.          End
  2016.          Begin VB.Label Stt_ENG_F 
  2017.             Alignment       =   2  'Center
  2018.             BackColor       =   &H000000C0&
  2019.             Caption         =   "ENG"
  2020.             ForeColor       =   &H00FFFFFF&
  2021.             Height          =   255
  2022.             Left            =   4320
  2023.             TabIndex        =   65
  2024.             Top             =   0
  2025.             Width           =   615
  2026.          End
  2027.          Begin VB.Label Stt_SGUN_F 
  2028.             Alignment       =   2  'Center
  2029.             BackColor       =   &H000000C0&
  2030.             Caption         =   "SGUN"
  2031.             ForeColor       =   &H00FFFFFF&
  2032.             Height          =   255
  2033.             Left            =   3720
  2034.             TabIndex        =   68
  2035.             Top             =   240
  2036.             Width           =   615
  2037.          End
  2038.          Begin VB.Label Stt_MGUN_F 
  2039.             Alignment       =   2  'Center
  2040.             BackColor       =   &H000000C0&
  2041.             Caption         =   "MGUN"
  2042.             ForeColor       =   &H00FFFFFF&
  2043.             Height          =   255
  2044.             Left            =   3720
  2045.             TabIndex        =   67
  2046.             Top             =   0
  2047.             Width           =   615
  2048.          End
  2049.          Begin VB.Label Stt_LVL_SG 
  2050.             BackColor       =   &H00000000&
  2051.             Caption         =   "SG   1.0"
  2052.             ForeColor       =   &H0000FF00&
  2053.             Height          =   255
  2054.             Left            =   2880
  2055.             TabIndex        =   64
  2056.             Top             =   240
  2057.             Width           =   855
  2058.          End
  2059.          Begin VB.Label Stt_LVL_MG 
  2060.             BackColor       =   &H00000000&
  2061.             Caption         =   "MG  1.0"
  2062.             ForeColor       =   &H0000FF00&
  2063.             Height          =   255
  2064.             Left            =   2880
  2065.             TabIndex        =   63
  2066.             Top             =   0
  2067.             Width           =   855
  2068.          End
  2069.       End
  2070.       Begin VB.Line Dummy_Line 
  2071.          BorderColor     =   &H00FFFFFF&
  2072.          Index           =   7
  2073.          Visible         =   0   'False
  2074.          X1              =   5640
  2075.          X2              =   720
  2076.          Y1              =   7920
  2077.          Y2              =   7920
  2078.       End
  2079.       Begin VB.Line Dummy_Line 
  2080.          BorderColor     =   &H00FFFFFF&
  2081.          Index           =   6
  2082.          Visible         =   0   'False
  2083.          X1              =   5640
  2084.          X2              =   720
  2085.          Y1              =   1440
  2086.          Y2              =   1440
  2087.       End
  2088.       Begin VB.Line Dummy_Line 
  2089.          BorderColor     =   &H00FFFFFF&
  2090.          Index           =   5
  2091.          Visible         =   0   'False
  2092.          X1              =   720
  2093.          X2              =   720
  2094.          Y1              =   1440
  2095.          Y2              =   7920
  2096.       End
  2097.       Begin VB.Label Wait_label2 
  2098.          Alignment       =   2  'Center
  2099.          BackColor       =   &H00FFFFFF&
  2100.          Caption         =   "Loading ..."
  2101.          ForeColor       =   &H00000000&
  2102.          Height          =   255
  2103.          Left            =   5880
  2104.          TabIndex        =   79
  2105.          Top             =   3240
  2106.          Width           =   1335
  2107.       End
  2108.       Begin VB.Line Dummy_Line 
  2109.          BorderColor     =   &H00FFFFFF&
  2110.          Index           =   3
  2111.          Visible         =   0   'False
  2112.          X1              =   5655
  2113.          X2              =   5655
  2114.          Y1              =   1440
  2115.          Y2              =   7920
  2116.       End
  2117.    End
  2118.    Begin ComctlLib.ImageList Img 
  2119.       Index           =   31
  2120.       Left            =   4200
  2121.       Top             =   2400
  2122.       _ExtentX        =   1005
  2123.       _ExtentY        =   1005
  2124.       BackColor       =   -2147483643
  2125.       ImageWidth      =   82
  2126.       ImageHeight     =   116
  2127.       _Version        =   327682
  2128.       BeginProperty Images {0713E8C2-850A-101B-AFC0-4210102A8DA7} 
  2129.          NumListImages   =   1
  2130.          BeginProperty ListImage1 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2131.             Picture         =   "FormBW.frx":0000
  2132.             Key             =   ""
  2133.          EndProperty
  2134.       EndProperty
  2135.    End
  2136.    Begin ComctlLib.ImageList Img 
  2137.       Index           =   23
  2138.       Left            =   1800
  2139.       Top             =   3600
  2140.       _ExtentX        =   1005
  2141.       _ExtentY        =   1005
  2142.       BackColor       =   -2147483643
  2143.       ImageWidth      =   161
  2144.       ImageHeight     =   154
  2145.       _Version        =   327682
  2146.       BeginProperty Images {0713E8C2-850A-101B-AFC0-4210102A8DA7} 
  2147.          NumListImages   =   1
  2148.          BeginProperty ListImage1 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2149.             Picture         =   "FormBW.frx":70B2
  2150.             Key             =   ""
  2151.          EndProperty
  2152.       EndProperty
  2153.    End
  2154.    Begin ComctlLib.ImageList Img 
  2155.       Index           =   30
  2156.       Left            =   1200
  2157.       Top             =   3600
  2158.       _ExtentX        =   1005
  2159.       _ExtentY        =   1005
  2160.       BackColor       =   -2147483643
  2161.       ImageWidth      =   61
  2162.       ImageHeight     =   57
  2163.       _Version        =   327682
  2164.       BeginProperty Images {0713E8C2-850A-101B-AFC0-4210102A8DA7} 
  2165.          NumListImages   =   4
  2166.          BeginProperty ListImage1 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2167.             Picture         =   "FormBW.frx":1942C
  2168.             Key             =   ""
  2169.          EndProperty
  2170.          BeginProperty ListImage2 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2171.             Picture         =   "FormBW.frx":1BD76
  2172.             Key             =   ""
  2173.          EndProperty
  2174.          BeginProperty ListImage3 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2175.             Picture         =   "FormBW.frx":1E6C0
  2176.             Key             =   ""
  2177.          EndProperty
  2178.          BeginProperty ListImage4 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2179.             Picture         =   "FormBW.frx":2100A
  2180.             Key             =   ""
  2181.          EndProperty
  2182.       EndProperty
  2183.    End
  2184.    Begin ComctlLib.ImageList Img 
  2185.       Index           =   29
  2186.       Left            =   600
  2187.       Top             =   3600
  2188.       _ExtentX        =   1005
  2189.       _ExtentY        =   1005
  2190.       BackColor       =   -2147483643
  2191.       ImageWidth      =   41
  2192.       ImageHeight     =   38
  2193.       _Version        =   327682
  2194.       BeginProperty Images {0713E8C2-850A-101B-AFC0-4210102A8DA7} 
  2195.          NumListImages   =   4
  2196.          BeginProperty ListImage1 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2197.             Picture         =   "FormBW.frx":23954
  2198.             Key             =   ""
  2199.          EndProperty
  2200.          BeginProperty ListImage2 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2201.             Picture         =   "FormBW.frx":24C0E
  2202.             Key             =   ""
  2203.          EndProperty
  2204.          BeginProperty ListImage3 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2205.             Picture         =   "FormBW.frx":25EC8
  2206.             Key             =   ""
  2207.          EndProperty
  2208.          BeginProperty ListImage4 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2209.             Picture         =   "FormBW.frx":27182
  2210.             Key             =   ""
  2211.          EndProperty
  2212.       EndProperty
  2213.    End
  2214.    Begin ComctlLib.ImageList Img 
  2215.       Index           =   28
  2216.       Left            =   0
  2217.       Top             =   3600
  2218.       _ExtentX        =   1005
  2219.       _ExtentY        =   1005
  2220.       BackColor       =   -2147483643
  2221.       ImageWidth      =   21
  2222.       ImageHeight     =   19
  2223.       _Version        =   327682
  2224.       BeginProperty Images {0713E8C2-850A-101B-AFC0-4210102A8DA7} 
  2225.          NumListImages   =   4
  2226.          BeginProperty ListImage1 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2227.             Picture         =   "FormBW.frx":2843C
  2228.             Key             =   ""
  2229.          EndProperty
  2230.          BeginProperty ListImage2 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2231.             Picture         =   "FormBW.frx":2894E
  2232.             Key             =   ""
  2233.          EndProperty
  2234.          BeginProperty ListImage3 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2235.             Picture         =   "FormBW.frx":28E60
  2236.             Key             =   ""
  2237.          EndProperty
  2238.          BeginProperty ListImage4 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2239.             Picture         =   "FormBW.frx":29372
  2240.             Key             =   ""
  2241.          EndProperty
  2242.       EndProperty
  2243.    End
  2244.    Begin ComctlLib.ImageList Img 
  2245.       Index           =   3
  2246.       Left            =   2400
  2247.       Top             =   3000
  2248.       _ExtentX        =   1005
  2249.       _ExtentY        =   1005
  2250.       BackColor       =   -2147483643
  2251.       ImageWidth      =   256
  2252.       ImageHeight     =   192
  2253.       _Version        =   327682
  2254.       BeginProperty Images {0713E8C2-850A-101B-AFC0-4210102A8DA7} 
  2255.          NumListImages   =   22
  2256.          BeginProperty ListImage1 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2257.             Picture         =   "FormBW.frx":29884
  2258.             Key             =   ""
  2259.          EndProperty
  2260.          BeginProperty ListImage2 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2261.             Picture         =   "FormBW.frx":35CD6
  2262.             Key             =   ""
  2263.          EndProperty
  2264.          BeginProperty ListImage3 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2265.             Picture         =   "FormBW.frx":42128
  2266.             Key             =   ""
  2267.          EndProperty
  2268.          BeginProperty ListImage4 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2269.             Picture         =   "FormBW.frx":4E57A
  2270.             Key             =   ""
  2271.          EndProperty
  2272.          BeginProperty ListImage5 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2273.             Picture         =   "FormBW.frx":5A9CC
  2274.             Key             =   ""
  2275.          EndProperty
  2276.          BeginProperty ListImage6 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2277.             Picture         =   "FormBW.frx":66E1E
  2278.             Key             =   ""
  2279.          EndProperty
  2280.          BeginProperty ListImage7 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2281.             Picture         =   "FormBW.frx":73270
  2282.             Key             =   ""
  2283.          EndProperty
  2284.          BeginProperty ListImage8 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2285.             Picture         =   "FormBW.frx":7F6C2
  2286.             Key             =   ""
  2287.          EndProperty
  2288.          BeginProperty ListImage9 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2289.             Picture         =   "FormBW.frx":8BB14
  2290.             Key             =   ""
  2291.          EndProperty
  2292.          BeginProperty ListImage10 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2293.             Picture         =   "FormBW.frx":97F66
  2294.             Key             =   ""
  2295.          EndProperty
  2296.          BeginProperty ListImage11 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2297.             Picture         =   "FormBW.frx":A43B8
  2298.             Key             =   ""
  2299.          EndProperty
  2300.          BeginProperty ListImage12 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2301.             Picture         =   "FormBW.frx":B080A
  2302.             Key             =   ""
  2303.          EndProperty
  2304.          BeginProperty ListImage13 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2305.             Picture         =   "FormBW.frx":BCC5C
  2306.             Key             =   ""
  2307.          EndProperty
  2308.          BeginProperty ListImage14 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2309.             Picture         =   "FormBW.frx":C90AE
  2310.             Key             =   ""
  2311.          EndProperty
  2312.          BeginProperty ListImage15 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2313.             Picture         =   "FormBW.frx":D5500
  2314.             Key             =   ""
  2315.          EndProperty
  2316.          BeginProperty ListImage16 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2317.             Picture         =   "FormBW.frx":E1952
  2318.             Key             =   ""
  2319.          EndProperty
  2320.          BeginProperty ListImage17 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2321.             Picture         =   "FormBW.frx":EDDA4
  2322.             Key             =   ""
  2323.          EndProperty
  2324.          BeginProperty ListImage18 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2325.             Picture         =   "FormBW.frx":FA1F6
  2326.             Key             =   ""
  2327.          EndProperty
  2328.          BeginProperty ListImage19 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2329.             Picture         =   "FormBW.frx":106648
  2330.             Key             =   ""
  2331.          EndProperty
  2332.          BeginProperty ListImage20 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2333.             Picture         =   "FormBW.frx":112A9A
  2334.             Key             =   ""
  2335.          EndProperty
  2336.          BeginProperty ListImage21 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2337.             Picture         =   "FormBW.frx":11EEEC
  2338.             Key             =   ""
  2339.          EndProperty
  2340.          BeginProperty ListImage22 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2341.             Picture         =   "FormBW.frx":12B33E
  2342.             Key             =   ""
  2343.          EndProperty
  2344.       EndProperty
  2345.    End
  2346.    Begin ComctlLib.ImageList Img 
  2347.       Index           =   27
  2348.       Left            =   1800
  2349.       Top             =   3000
  2350.       _ExtentX        =   1005
  2351.       _ExtentY        =   1005
  2352.       BackColor       =   -2147483643
  2353.       ImageWidth      =   160
  2354.       ImageHeight     =   360
  2355.       _Version        =   327682
  2356.       BeginProperty Images {0713E8C2-850A-101B-AFC0-4210102A8DA7} 
  2357.          NumListImages   =   1
  2358.          BeginProperty ListImage1 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
  2359.             Picture         =   "FormBW.frx":137790
  2360.             Key             =   ""