home *** CD-ROM | disk | FTP | other *** search
/ Master 95 #1 / MASTER95_1.iso / microsof / vbasic4 / vb4-6.cab / message.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-07-26  |  1.5 KB  |  52 lines

  1. VERSION 4.00
  2. Begin VB.Form frmMessage 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    ClientHeight    =   900
  5.    ClientLeft      =   1065
  6.    ClientTop       =   1995
  7.    ClientWidth     =   5340
  8.    ClipControls    =   0   'False
  9.    ControlBox      =   0   'False
  10.    BeginProperty Font 
  11.       name            =   "MS Sans Serif"
  12.       charset         =   0
  13.       weight          =   700
  14.       size            =   8.25
  15.       underline       =   0   'False
  16.       italic          =   0   'False
  17.       strikethrough   =   0   'False
  18.    EndProperty
  19.    Height          =   1305
  20.    Icon            =   "MESSAGE.frx":0000
  21.    Left            =   1005
  22.    LinkTopic       =   "Form2"
  23.    LockControls    =   -1  'True
  24.    MaxButton       =   0   'False
  25.    MinButton       =   0   'False
  26.    ScaleHeight     =   900
  27.    ScaleWidth      =   5340
  28.    Top             =   1650
  29.    Width           =   5460
  30.    Begin VB.Image imgMsg 
  31.       Height          =   480
  32.       Left            =   270
  33.       Picture         =   "MESSAGE.frx":0442
  34.       Top             =   210
  35.       Width           =   480
  36.    End
  37.    Begin VB.Label lblMsg 
  38.       AutoSize        =   -1  'True
  39.       Caption         =   "*"
  40.       Height          =   195
  41.       Left            =   945
  42.       TabIndex        =   0
  43.       Top             =   360
  44.       Width           =   4110
  45.       WordWrap        =   -1  'True
  46.    End
  47. Attribute VB_Name = "frmMessage"
  48. Attribute VB_Creatable = False
  49. Attribute VB_Exposed = False
  50. Option Explicit
  51. Option Compare Text
  52.