home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / mastvb6.exe / Ch10 / SCRLFRM / Form1.frm (.txt) next >
Encoding:
Visual Basic Form  |  1996-02-18  |  2.8 KB  |  91 lines

  1. VERSION 5.00
  2. Begin VB.Form ContainedForm1 
  3.    BorderStyle     =   0  'None
  4.    ClientHeight    =   3195
  5.    ClientLeft      =   0
  6.    ClientTop       =   0
  7.    ClientWidth     =   5295
  8.    ControlBox      =   0   'False
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MDIChild        =   -1  'True
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   3195
  14.    ScaleWidth      =   5295
  15.    ShowInTaskbar   =   0   'False
  16.    Begin VB.CommandButton Command3 
  17.       Caption         =   "Paste"
  18.       BeginProperty Font 
  19.          Name            =   "Verdana"
  20.          Size            =   9
  21.          Charset         =   0
  22.          Weight          =   400
  23.          Underline       =   0   'False
  24.          Italic          =   0   'False
  25.          Strikethrough   =   0   'False
  26.       EndProperty
  27.       Height          =   495
  28.       Left            =   3960
  29.       TabIndex        =   3
  30.       Top             =   2640
  31.       Width           =   1215
  32.    End
  33.    Begin VB.CommandButton Command2 
  34.       Caption         =   "Copy "
  35.       BeginProperty Font 
  36.          Name            =   "Verdana"
  37.          Size            =   9
  38.          Charset         =   0
  39.          Weight          =   400
  40.          Underline       =   0   'False
  41.          Italic          =   0   'False
  42.          Strikethrough   =   0   'False
  43.       EndProperty
  44.       Height          =   495
  45.       Left            =   2040
  46.       TabIndex        =   2
  47.       Top             =   2640
  48.       Width           =   1215
  49.    End
  50.    Begin VB.CommandButton Command1 
  51.       Caption         =   "Clear Text"
  52.       BeginProperty Font 
  53.          Name            =   "Verdana"
  54.          Size            =   9
  55.          Charset         =   0
  56.          Weight          =   400
  57.          Underline       =   0   'False
  58.          Italic          =   0   'False
  59.          Strikethrough   =   0   'False
  60.       EndProperty
  61.       Height          =   495
  62.       Left            =   120
  63.       TabIndex        =   1
  64.       Top             =   2640
  65.       Width           =   1215
  66.    End
  67.    Begin VB.TextBox Text1 
  68.       BeginProperty Font 
  69.          Name            =   "Verdana"
  70.          Size            =   9
  71.          Charset         =   0
  72.          Weight          =   400
  73.          Underline       =   0   'False
  74.          Italic          =   0   'False
  75.          Strikethrough   =   0   'False
  76.       EndProperty
  77.       Height          =   2415
  78.       Left            =   120
  79.       MultiLine       =   -1  'True
  80.       ScrollBars      =   2  'Vertical
  81.       TabIndex        =   0
  82.       Text            =   "Form1.frx":0000
  83.       Top             =   120
  84.       Width           =   5055
  85.    End
  86. Attribute VB_Name = "ContainedForm1"
  87. Attribute VB_GlobalNameSpace = False
  88. Attribute VB_Creatable = False
  89. Attribute VB_PredeclaredId = True
  90. Attribute VB_Exposed = False
  91.