home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 B / CHIP_HITWARE_7B.iso / Edukacja / WorldView / worldview.exe / %MAINDIR% / Source / supp.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2000-02-21  |  1000 b   |  34 lines

  1. VERSION 5.00
  2. Begin VB.Form frmSupp 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   1290
  5.    ClientLeft      =   60
  6.    ClientTop       =   330
  7.    ClientWidth     =   4680
  8.    Icon            =   "Supp.frx":0000
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   1290
  11.    ScaleWidth      =   4680
  12.    ShowInTaskbar   =   0   'False
  13.    StartUpPosition =   2  'CenterScreen
  14.    Begin VB.TextBox Text1 
  15.       Height          =   615
  16.       Left            =   360
  17.       Locked          =   -1  'True
  18.       MultiLine       =   -1  'True
  19.       TabIndex        =   0
  20.       Text            =   "Supp.frx":0442
  21.       Top             =   360
  22.       Width           =   1935
  23.    End
  24. Attribute VB_Name = "frmSupp"
  25. Attribute VB_GlobalNameSpace = False
  26. Attribute VB_Creatable = False
  27. Attribute VB_PredeclaredId = True
  28. Attribute VB_Exposed = False
  29. Option Explicit
  30. Private Sub Form_Resize()
  31. On Error Resume Next
  32.   Text1.Move 0, 0, Me.ScaleWidth, Me.ScaleHeight
  33. End Sub
  34.