home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / remind1a / form5.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-07-28  |  1.1 KB  |  41 lines

  1. VERSION 5.00
  2. Begin VB.Form Form5 
  3.    BackColor       =   &H80000001&
  4.    Caption         =   "Hilfe"
  5.    ClientHeight    =   7425
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   8415
  9.    ScaleHeight     =   7425
  10.    ScaleWidth      =   8415
  11.    StartUpPosition =   3  'Windows-Standard
  12.    Begin VB.CommandButton Command1 
  13.       BackColor       =   &H8000000A&
  14.       Caption         =   "zur
  15.       Height          =   495
  16.       Left            =   3360
  17.       TabIndex        =   0
  18.       Top             =   6840
  19.       Width           =   1455
  20.    End
  21.    Begin VB.Image Image1 
  22.       BorderStyle     =   1  'Fest Einfach
  23.       Enabled         =   0   'False
  24.       Height          =   6525
  25.       Left            =   0
  26.       Picture         =   "Form5.frx":0000
  27.       Top             =   120
  28.       Width           =   8385
  29.    End
  30. Attribute VB_Name = "Form5"
  31. Attribute VB_GlobalNameSpace = False
  32. Attribute VB_Creatable = False
  33. Attribute VB_PredeclaredId = True
  34. Attribute VB_Exposed = False
  35. Private Sub RichTextBox1_Change()
  36. End Sub
  37. Private Sub Command1_Click()
  38. Form5.Hide
  39. Form2.Show
  40. End Sub
  41.