home *** CD-ROM | disk | FTP | other *** search
/ Apollo 18: The Moon Missions / 990125_1647.ISO / Docking / CALIBRAT / JOYTEST1.FRM < prev    next >
Text File  |  1996-07-07  |  17KB  |  537 lines

  1. VERSION 4.00
  2. Begin VB.Form Form1 
  3.    Appearance      =   0  'Flat
  4.    BackColor       =   &H00C0C0C0&
  5.    Caption         =   "Joystick Example"
  6.    ClientHeight    =   6405
  7.    ClientLeft      =   1035
  8.    ClientTop       =   1650
  9.    ClientWidth     =   6765
  10.    BeginProperty Font 
  11.       name            =   "MS Sans Serif"
  12.       charset         =   1
  13.       weight          =   700
  14.       size            =   8.25
  15.       underline       =   0   'False
  16.       italic          =   0   'False
  17.       strikethrough   =   0   'False
  18.    EndProperty
  19.    ForeColor       =   &H80000008&
  20.    Height          =   6810
  21.    Left            =   975
  22.    LinkTopic       =   "Form1"
  23.    ScaleHeight     =   6405
  24.    ScaleWidth      =   6765
  25.    Top             =   1305
  26.    Width           =   6885
  27.    Begin VB.CommandButton Command1 
  28.       Caption         =   "Set Center"
  29.       Height          =   495
  30.       Left            =   2190
  31.       TabIndex        =   26
  32.       Top             =   4335
  33.       Width           =   1215
  34.    End
  35.    Begin VB.CommandButton btnCancel 
  36.       Appearance      =   0  'Flat
  37.       BackColor       =   &H80000005&
  38.       Caption         =   "&Cancel"
  39.       Height          =   375
  40.       Left            =   4620
  41.       TabIndex        =   1
  42.       Top             =   2520
  43.       Width           =   1095
  44.    End
  45.    Begin VB.Timer Timer1 
  46.       Interval        =   22
  47.       Left            =   5700
  48.       Top             =   0
  49.    End
  50.    Begin VB.PictureBox picBackground 
  51.       Appearance      =   0  'Flat
  52.       AutoSize        =   -1  'True
  53.       BackColor       =   &H00008000&
  54.       ForeColor       =   &H80000008&
  55.       Height          =   2715
  56.       Left            =   240
  57.       ScaleHeight     =   2685
  58.       ScaleWidth      =   4005
  59.       TabIndex        =   0
  60.       Top             =   240
  61.       Width           =   4035
  62.       Begin VB.Image imgJoyCursor 
  63.          Appearance      =   0  'Flat
  64.          Height          =   165
  65.          Left            =   1140
  66.          Picture         =   "JOYTEST1.frx":0000
  67.          Top             =   1320
  68.          Width           =   165
  69.       End
  70.       Begin VB.Label lblButton 
  71.          Alignment       =   2  'Center
  72.          Appearance      =   0  'Flat
  73.          BackColor       =   &H000000FF&
  74.          BorderStyle     =   1  'Fixed Single
  75.          Caption         =   "Button 4"
  76.          ForeColor       =   &H80000008&
  77.          Height          =   255
  78.          Index           =   3
  79.          Left            =   3000
  80.          TabIndex        =   4
  81.          Top             =   2340
  82.          Width           =   915
  83.       End
  84.       Begin VB.Label lblButton 
  85.          Alignment       =   2  'Center
  86.          Appearance      =   0  'Flat
  87.          BackColor       =   &H000000FF&
  88.          BorderStyle     =   1  'Fixed Single
  89.          Caption         =   "Button 3"
  90.          ForeColor       =   &H80000008&
  91.          Height          =   255
  92.          Index           =   2
  93.          Left            =   60
  94.          TabIndex        =   6
  95.          Top             =   2340
  96.          Width           =   915
  97.       End
  98.       Begin VB.Label lblButton 
  99.          Alignment       =   2  'Center
  100.          Appearance      =   0  'Flat
  101.          BackColor       =   &H000000FF&
  102.          BorderStyle     =   1  'Fixed Single
  103.          Caption         =   "Button 2"
  104.          ForeColor       =   &H80000008&
  105.          Height          =   255
  106.          Index           =   1
  107.          Left            =   3000
  108.          TabIndex        =   5
  109.          Top             =   60
  110.          Width           =   915
  111.       End
  112.       Begin VB.Label lblButton 
  113.          Alignment       =   2  'Center
  114.          Appearance      =   0  'Flat
  115.          BackColor       =   &H000000FF&
  116.          BorderStyle     =   1  'Fixed Single
  117.          Caption         =   "Button 1"
  118.          ForeColor       =   &H80000008&
  119.          Height          =   255
  120.          Index           =   0
  121.          Left            =   60
  122.          TabIndex        =   3
  123.          Top             =   60
  124.          Width           =   915
  125.       End
  126.    End
  127.    Begin VB.Label Label20 
  128.       AutoSize        =   -1  'True
  129.       Caption         =   "bottom y limit"
  130.       ForeColor       =   &H00FFFF00&
  131.       Height          =   195
  132.       Left            =   5115
  133.       TabIndex        =   36
  134.       Top             =   5535
  135.       Width           =   1125
  136.    End
  137.    Begin VB.Label Label19 
  138.       AutoSize        =   -1  'True
  139.       Caption         =   "top y limit"
  140.       ForeColor       =   &H00FFFF00&
  141.       Height          =   195
  142.       Left            =   5325
  143.       TabIndex        =   35
  144.       Top             =   4560
  145.       Width           =   825
  146.    End
  147.    Begin VB.Label Label18 
  148.       AutoSize        =   -1  'True
  149.       Caption         =   "right x limit"
  150.       ForeColor       =   &H00FFFF00&
  151.       Height          =   195
  152.       Left            =   405
  153.       TabIndex        =   34
  154.       Top             =   5610
  155.       Width           =   930
  156.    End
  157.    Begin VB.Label Label17 
  158.       AutoSize        =   -1  'True
  159.       Caption         =   "left x limit"
  160.       ForeColor       =   &H00FFFF00&
  161.       Height          =   195
  162.       Left            =   480
  163.       TabIndex        =   33
  164.       Top             =   4710
  165.       Width           =   825
  166.    End
  167.    Begin VB.Label Label16 
  168.       Caption         =   "Label16"
  169.       Height          =   495
  170.       Left            =   5115
  171.       TabIndex        =   32
  172.       Top             =   5835
  173.       Width           =   1215
  174.    End
  175.    Begin VB.Label Label15 
  176.       Caption         =   "Label15"
  177.       Height          =   495
  178.       Left            =   5085
  179.       TabIndex        =   31
  180.       Top             =   4905
  181.       Width           =   1215
  182.    End
  183.    Begin VB.Label Label14 
  184.       Caption         =   "Label14"
  185.       Height          =   495
  186.       Left            =   285
  187.       TabIndex        =   30
  188.       Top             =   5850
  189.       Width           =   1290
  190.    End
  191.    Begin VB.Label Label13 
  192.       Caption         =   "Label13"
  193.       Height          =   495
  194.       Left            =   360
  195.       TabIndex        =   29
  196.       Top             =   4980
  197.       Width           =   1215
  198.    End
  199.    Begin VB.Label Label12 
  200.       AutoSize        =   -1  'True
  201.       BackColor       =   &H00FFFF00&
  202.       Caption         =   "Label12"
  203.       ForeColor       =   &H000000FF&
  204.       Height          =   195
  205.       Left            =   4065
  206.       TabIndex        =   28
  207.       Top             =   4365
  208.       Width           =   690
  209.    End
  210.    Begin VB.Label Label11 
  211.       AutoSize        =   -1  'True
  212.       BackColor       =   &H00FFFF00&
  213.       Caption         =   "Label11"
  214.       ForeColor       =   &H000000FF&
  215.       Height          =   195
  216.       Left            =   720
  217.       TabIndex        =   27
  218.       Top             =   4320
  219.       Width           =   690
  220.    End
  221.    Begin VB.Label Label10 
  222.       Caption         =   "Label10"
  223.       ForeColor       =   &H0000C000&
  224.       Height          =   495
  225.       Left            =   4485
  226.       TabIndex        =   25
  227.       Top             =   3630
  228.       Width           =   1215
  229.    End
  230.    Begin VB.Label Label9 
  231.       Caption         =   "Label9"
  232.       ForeColor       =   &H0000C000&
  233.       Height          =   495
  234.       Left            =   3060
  235.       TabIndex        =   24
  236.       Top             =   3645
  237.       Width           =   1215
  238.    End
  239.    Begin VB.Label Label8 
  240.       Caption         =   "Label8"
  241.       ForeColor       =   &H0000C000&
  242.       Height          =   495
  243.       Left            =   1605
  244.       TabIndex        =   23
  245.       Top             =   3675
  246.       Width           =   1215
  247.    End
  248.    Begin VB.Label Label7 
  249.       Caption         =   "Label7"
  250.       ForeColor       =   &H0000C000&
  251.       Height          =   495
  252.       Left            =   135
  253.       TabIndex        =   22
  254.       Top             =   3630
  255.       Width           =   1215
  256.    End
  257.    Begin VB.Label Label6 
  258.       AutoSize        =   -1  'True
  259.       Caption         =   "Left"
  260.       Height          =   19