home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / LVB / SODRESZR.ZIP / SAMPLE / FRMTEST.FRM next >
Text File  |  1998-05-03  |  4KB  |  136 lines

  1. VERSION 5.00
  2. Object = "{6D068CD3-8E9F-11D1-B58A-000000000000}#39.0#0"; "SODRESZR.OCX"
  3. Begin VB.Form frmTest 
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   1890
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   5625
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   1890
  11.    ScaleWidth      =   5625
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin SODResizer.Resizer Resizer1 
  14.       Height          =   1635
  15.       Left            =   0
  16.       Top             =   0
  17.       Width           =   5415
  18.       _ExtentX        =   9551
  19.       _ExtentY        =   2884
  20.       Controls        =   $"frmTest.frx":0000
  21.       Begin SODResizer.Resizer Resizer2 
  22.          Height          =   1395
  23.          Left            =   4200
  24.          Top             =   120
  25.          Width           =   1095
  26.          _ExtentX        =   1931
  27.          _ExtentY        =   2461
  28.          Controls        =   $"frmTest.frx":0159
  29.          SpecialEffect   =   4
  30.          Begin VB.CommandButton Command5 
  31.             Caption         =   "2"
  32.             Height          =   315
  33.             Index           =   1
  34.             Left            =   480
  35.             TabIndex        =   10
  36.             Top             =   540
  37.             Width           =   495
  38.          End
  39.          Begin VB.CommandButton Command5 
  40.             Caption         =   "1"
  41.             Height          =   315
  42.             Index           =   0
  43.             Left            =   480
  44.             TabIndex        =   9
  45.             Top             =   120
  46.             Width           =   495
  47.          End
  48.          Begin VB.TextBox Text3 
  49.             Height          =   315
  50.             Left            =   120
  51.             TabIndex        =   8
  52.             Text            =   "Text3"
  53.             Top             =   960
  54.             Width           =   855
  55.          End
  56.          Begin VB.TextBox Text2 
  57.             Height          =   315
  58.             Index           =   1
  59.             Left            =   120
  60.             TabIndex        =   7
  61.             Text            =   "Text2"
  62.             Top             =   540
  63.             Width           =   255
  64.          End
  65.          Begin VB.TextBox Text2 
  66.             Height          =   315
  67.             Index           =   0
  68.             Left            =   120
  69.             TabIndex        =   6
  70.             Text            =   "Text2"
  71.             Top             =   120
  72.             Width           =   255
  73.          End
  74.       End
  75.       Begin VB.TextBox Text1 
  76.          Height          =   1395
  77.          Index           =   1
  78.          Left            =   2160
  79.          TabIndex        =   5
  80.          Text            =   "Text1"
  81.          Top             =   120
  82.          Width           =   1095
  83.       End
  84.       Begin VB.CommandButton Command4 
  85.          Caption         =   "<<"
  86.          Height          =   315
  87.          Left            =   3360
  88.          TabIndex        =   4
  89.          Top             =   840
  90.          Width           =   735
  91.       End
  92.       Begin VB.CommandButton Command3 
  93.          Caption         =   ">>"
  94.          Height          =   315
  95.          Left            =   3360
  96.          TabIndex        =   3
  97.          Top             =   420
  98.          Width           =   735
  99.       End
  100.       Begin VB.CommandButton Command2 
  101.          Caption         =   "<<"
  102.          Height          =   315
  103.          Left            =   1320
  104.          TabIndex        =   2
  105.          Top             =   840
  106.          Width           =   735
  107.       End
  108.       Begin VB.CommandButton Command1 
  109.          Caption         =   ">>"
  110.          Height          =   315
  111.          Left            =   1320
  112.          TabIndex        =   1
  113.          Top             =   420
  114.          Width           =   735
  115.       End
  116.       Begin VB.TextBox Text1 
  117.          Height          =   1395
  118.          Index           =   0
  119.          Left            =   120
  120.          TabIndex        =   0
  121.          Text            =   "Text1"
  122.          Top             =   120
  123.          Width           =   1095
  124.       End
  125.    End
  126. End
  127. Attribute VB_Name = "frmTest"
  128. Attribute VB_GlobalNameSpace = False
  129. Attribute VB_Creatable = False
  130. Attribute VB_PredeclaredId = True
  131. Attribute VB_Exposed = False
  132. Private Sub Form_Resize()
  133.     Resizer1.Move 0, 0, Me.ScaleWidth, Me.ScaleHeight
  134. End Sub
  135.  
  136.