home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / activex / demos / oletrial / samples / vb / mhsplt / mhsplit.frm (.txt) next >
Encoding:
Visual Basic Form  |  1995-11-30  |  2.4 KB  |  80 lines

  1. VERSION 4.00
  2. Begin VB.Form Form1 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   4335
  5.    ClientLeft      =   1140
  6.    ClientTop       =   1515
  7.    ClientWidth     =   5550
  8.    Height          =   4740
  9.    Left            =   1080
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   4335
  12.    ScaleWidth      =   5550
  13.    Top             =   1170
  14.    Width           =   5670
  15.    Begin SplitterLib.MhSplitter MhSplitter1 
  16.       Height          =   4335
  17.       Left            =   0
  18.       TabIndex        =   0
  19.       Top             =   0
  20.       Width           =   5550
  21.       _Version        =   65536
  22.       _ExtentX        =   9790
  23.       _ExtentY        =   7646
  24.       _StockProps     =   111
  25.       Caption         =   "MhSplitter1"
  26.       TintColor       =   16711935
  27.       Align           =   5
  28.       ChildAutosize   =   7
  29.       Picture         =   "Mhsplit.frx":0000
  30.       FontStyle       =   0
  31.       Begin VB.Frame Frame1 
  32.          Height          =   14
  33.          Left            =   0
  34.          TabIndex        =   6
  35.          Top             =   3960
  36.          Width           =   14
  37.       End
  38.       Begin VB.CommandButton Command1 
  39.          Caption         =   "Resize this for for an example."
  40.          Height          =   540
  41.          Left            =   2684
  42.          TabIndex        =   4
  43.          Top             =   1544
  44.          Width           =   2069
  45.       End
  46.       Begin VB.CheckBox Check1 
  47.          Caption         =   "Check1"
  48.          Height          =   210
  49.          Left            =   239
  50.          TabIndex        =   3
  51.          Top             =   1874
  52.          Width           =   1275
  53.       End
  54.       Begin VB.FileListBox File1 
  55.          Height          =   1425
  56.          Left            =   2520
  57.          TabIndex        =   2
  58.          Top             =   2355
  59.          Width           =   2234
  60.       End
  61.       Begin VB.DirListBox Dir1 
  62.          Height          =   1154
  63.          Left            =   239
  64.          TabIndex        =   1
  65.          Top             =   2355
  66.          Width           =   2070
  67.       End
  68.       Begin VB.Label Label1 
  69.          Caption         =   $"Mhsplit.frx":001C
  70.          Height          =   1049
  71.          Left            =   360
  72.          TabIndex        =   5
  73.          Top             =   450
  74.          Width           =   3974
  75.       End
  76.    End
  77. Attribute VB_Name = "Form1"
  78. Attribute VB_Creatable = False
  79. Attribute VB_Exposed = False
  80.