home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 5 / MasteringVisualBasic5.iso / protview / demowinx / data.1 / MAINWIN.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-11-01  |  4.4 KB  |  133 lines

  1. VERSION 4.00
  2. Begin VB.Form MainFrm 
  3.    Caption         =   "Welcome"
  4.    ClientHeight    =   3525
  5.    ClientLeft      =   2055
  6.    ClientTop       =   1380
  7.    ClientWidth     =   6150
  8.    Height          =   3930
  9.    Icon            =   "mainwin.frx":0000
  10.    Left            =   1995
  11.    LinkTopic       =   "MainFrm"
  12.    ScaleHeight     =   3525
  13.    ScaleWidth      =   6150
  14.    Top             =   1035
  15.    Width           =   6270
  16.    Begin VB.CommandButton UDLR 
  17.       Caption         =   "TreeView Control"
  18.       Height          =   495
  19.       Left            =   3480
  20.       TabIndex        =   3
  21.       Top             =   2760
  22.       Width           =   2055
  23.    End
  24.    Begin VB.CommandButton Command3 
  25.       Caption         =   "Font Selection"
  26.       Height          =   495
  27.       Left            =   360
  28.       TabIndex        =   2
  29.       Top             =   2760
  30.       Width           =   2055
  31.    End
  32.    Begin VB.CommandButton Command2 
  33.       Caption         =   "Masked Input Controls"
  34.       Height          =   495
  35.       Left            =   3480
  36.       TabIndex        =   1
  37.       Top             =   1800
  38.       Width           =   2055
  39.    End
  40.    Begin VB.CommandButton Command1 
  41.       Caption         =   "Dial and Progress Bar"
  42.       Height          =   495
  43.       Left            =   360
  44.       TabIndex        =   0
  45.       Top             =   1800
  46.       Width           =   2055
  47.    End
  48.    Begin PVMarqueeLib.PVMarquee PVMarquee1 
  49.       Height          =   1095
  50.       Left            =   480
  51.       TabIndex        =   4
  52.       Top             =   240
  53.       Width           =   4935
  54.       _Version        =   65538
  55.       _ExtentX        =   8705
  56.       _ExtentY        =   1931
  57.       _StockProps     =   29
  58.       Text            =   "<IMG 1> Welcome to the <H 1>Visual Basic<H 0> Sample for <H 2>ProtoView WinX <IMG 1>"
  59.       BackColor       =   16777215
  60.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  61.          name            =   "MS Sans Serif"
  62.          charset         =   0
  63.          weight          =   400
  64.          size            =   12
  65.          underline       =   0   'False
  66.          italic          =   0   'False
  67.          strikethrough   =   0   'False
  68.       EndProperty
  69.       TickTime        =   50
  70.       Picture1        =   "mainwin.frx":030A
  71.       BeginProperty Font1 {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  72.          name            =   "MS Sans Serif"
  73.          charset         =   0
  74.          weight          =   700
  75.          size            =   18
  76.          underline       =   0   'False
  77.          italic          =   0   'False
  78.          strikethrough   =   0   'False
  79.       EndProperty
  80.       BeginProperty Font2 {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  81.          name            =   "MS Sans Serif"
  82.          charset         =   0
  83.          weight          =   700
  84.          size            =   18
  85.          underline       =   0   'False
  86.          italic          =   -1  'True
  87.          strikethrough   =   0   'False
  88.       EndProperty
  89.       BeginProperty Font3 {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  90.          name            =   "MS Sans Serif"
  91.          charset         =   0
  92.          weight          =   400
  93.          size            =   12
  94.          underline       =   0   'False
  95.          italic          =   0   'False
  96.          strikethrough   =   0   'False
  97.       EndProperty
  98.       BeginProperty Font4 {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  99.          name            =   "MS Sans Serif"
  100.          charset         =   0
  101.          weight          =   400
  102.          size            =   12
  103.          underline       =   0   'False
  104.          italic          =   0   'False
  105.          strikethrough   =   0   'False
  106.       EndProperty
  107.       BeginProperty Font5 {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  108.          name            =   "MS Sans Serif"
  109.          charset         =   0
  110.          weight          =   400
  111.          size            =   12
  112.          underline       =   0   'False
  113.          italic          =   0   'False
  114.          strikethrough   =   0   'False
  115.       EndProperty
  116.       Text            =   "<IMG 1> Welcome to the <H 1>Visual Basic<H 0> Sample for <H 2>ProtoView WinX <IMG 1>"
  117.    End
  118. Attribute VB_Name = "MainFrm"
  119. Attribute VB_Creatable = False
  120. Attribute VB_Exposed = False
  121. Private Sub Command1_Click()
  122. GraphXFrm.Show
  123. End Sub
  124. Private Sub Command2_Click()
  125. DateFrm.Show
  126. End Sub
  127. Private Sub Command3_Click()
  128. FontsFrm.Show
  129. End Sub
  130. Private Sub UDLR_Click()
  131. UDLRFrm.Show
  132. End Sub
  133.