home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / demo / btdemo / grafform.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-02-27  |  3.7 KB  |  109 lines

  1. VERSION 2.00
  2. Begin Form GrafForm 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   0  'None
  5.    Caption         =   "ButtonTool Graphics on Buttons"
  6.    ClientHeight    =   2880
  7.    ClientLeft      =   1725
  8.    ClientTop       =   1950
  9.    ClientWidth     =   5805
  10.    ControlBox      =   0   'False
  11.    Height          =   3285
  12.    Left            =   1665
  13.    LinkMode        =   1  'Source
  14.    LinkTopic       =   "Form1"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   2880
  18.    ScaleWidth      =   5805
  19.    Top             =   1605
  20.    Width           =   5925
  21.    Begin BTDEMOButton BTButton3 
  22.       Prop24          =   &H00808000&
  23.       Prop25          =   &H00808000&
  24.       Prop23          =   4
  25.       BackColor       =   &H00808000&
  26.       ButtonDown      =   0  'No effect
  27.       Height          =   2880
  28.       Index           =   1
  29.       Left            =   0
  30.       SymForeColor    =   &H00808080&
  31.       TabIndex        =   0
  32.       Top             =   0
  33.       Width           =   5796
  34.       Begin BTDEMOButton BTButton2 
  35.          Prop25          =   &H00808080&
  36.          BackColor       =   &H00808080&
  37.          ButtonDown      =   2  'Invert 3-D colors
  38.          Height          =   816
  39.          Left            =   2160
  40.          ShowFocus       =   0   'False
  41.          SymForeColor    =   &H00007F00&
  42.          SymPicDown      =   GRAFFORM.FRX:0000
  43.          SymPicUp        =   GRAFFORM.FRX:03DE
  44.          SymType         =   1
  45.          SymXRatio       =   80
  46.          SymYRatio       =   80
  47.          TabIndex        =   4
  48.          Top             =   1836
  49.          Width           =   1248
  50.       End
  51.       Begin BTDEMOButton BTButton1 
  52.          Prop24          =   &H00808080&
  53.          Prop25          =   &H00FFFFFF&
  54.          BackColor       =   &H00000080&
  55.          BorderColor     =   &H00808080&
  56.          BorderThickness =   0
  57.          ButtonDown      =   0  'No effect
  58.          Caption         =   "You may specify the graphics for the UP or DOWN effects"
  59.          Enabled         =   0   'False
  60.          FontColor       =   &H00000080&
  61.          Height          =   468
  62.          Left            =   240
  63.          ShowFocus       =   0   'False
  64.          SymForeColor    =   &H00808080&
  65.          TabIndex        =   3
  66.          Top             =   1164
  67.          Width           =   5256
  68.       End
  69.       Begin BTDEMOButton XButton 
  70.          Prop24          =   &H00E0E0E0&
  71.          Prop25          =   &H00808080&
  72.          BackColor       =   &H00000000&
  73.          ButtonDown      =   2  'Invert 3-D colors
  74.          FontColor       =   &H00E0E0E0&
  75.          Height          =   816
  76.          Left            =   3060
  77.          ShowFocus       =   0   'False
  78.          SymForeColor    =   &H00E0E0E0&
  79.          SymPicDown      =   GRAFFORM.FRX:07D0
  80.          SymPicUp        =   GRAFFORM.FRX:0C6A
  81.          SymType         =   1
  82.          SymXRatio       =   80
  83.          SymYRatio       =   80
  84.          TabIndex        =   2
  85.          Top             =   240
  86.          Width           =   2148
  87.       End
  88.       Begin BTDEMOButton OKButton 
  89.          Prop25          =   &H00808080&
  90.          BackColor       =   &H00808080&
  91.          ButtonDown      =   2  'Invert 3-D colors
  92.          Height          =   810
  93.          Left            =   495
  94.          ShowFocus       =   0   'False
  95.          SymForeColor    =   &H00007F00&
  96.          SymPicDown      =   GRAFFORM.FRX:1104
  97.          SymPicUp        =   GRAFFORM.FRX:14E2
  98.          SymType         =   1
  99.          SymXRatio       =   80
  100.          SymYRatio       =   80
  101.          TabIndex        =   1
  102.          Top             =   240
  103.          Width           =   2205
  104.       End
  105.    End
  106. Sub BTButton2_Click ()
  107.     Unload GrafForm
  108. End Sub
  109.