home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / bp_4_94 / vbwin / vbsetup / message.frm < prev    next >
Text File  |  1994-09-23  |  2KB  |  52 lines

  1. VERSION 2.00
  2. Begin Form frm_MessageDlg 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   3  'Fixed Double
  5.    ClientHeight    =   1695
  6.    ClientLeft      =   1710
  7.    ClientTop       =   2685
  8.    ClientWidth     =   5655
  9.    ControlBox      =   0   'False
  10.    Height          =   2100
  11.    Left            =   1650
  12.    LinkMode        =   1  'Source
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   1695
  17.    ScaleWidth      =   5655
  18.    Top             =   2340
  19.    Width           =   5775
  20.    Begin Label lab_Message 
  21.       BackStyle       =   0  'Transparent
  22.       ForeColor       =   &H00000000&
  23.       Height          =   855
  24.       Left            =   420
  25.       TabIndex        =   0
  26.       Top             =   420
  27.       Width           =   4815
  28.    End
  29.    Begin Shape sha_Rahmen 
  30.       BackStyle       =   1  'Opaque
  31.       Height          =   1335
  32.       Left            =   180
  33.       Top             =   180
  34.       Width           =   5295
  35.    End
  36. End
  37. '============================================================
  38. ' Projekt        : Setup-Steuerung mit Hilfe von Makros
  39. ' Formname       : MESSAGE.FRM
  40. ' Aufgabe        : Message-Dialogfenster zur Anzeige von In-
  41. '                  formationen
  42. ' Copyright      : Arthur Burda
  43. ' Compiler       : Visual Basic 3.0 fⁿr Windows
  44. '============================================================
  45. ' l. ─nderung am : 26.07.1994
  46. ' Version        : 1.00
  47. ' Bemerkungen    : Erste Implementierung
  48. '------------------------------------------------------------
  49.  
  50. Option Explicit
  51.  
  52.