home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Ribbon_20020383512192006.psc / MDIChild.frm < prev    next >
Text File  |  2006-12-19  |  2KB  |  73 lines

  1. VERSION 5.00
  2. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
  3. Begin VB.Form ChildMDI 
  4.    Caption         =   "Form2"
  5.    ClientHeight    =   3945
  6.    ClientLeft      =   60
  7.    ClientTop       =   420
  8.    ClientWidth     =   7620
  9.    LinkTopic       =   "Form2"
  10.    MDIChild        =   -1  'True
  11.    ScaleHeight     =   3945
  12.    ScaleWidth      =   7620
  13.    Begin VB.TextBox Text1 
  14.       Height          =   375
  15.       Left            =   2640
  16.       TabIndex        =   5
  17.       Text            =   "Text1"
  18.       Top             =   1320
  19.       Width           =   2175
  20.    End
  21.    Begin VB.ComboBox Combo1 
  22.       Height          =   315
  23.       Left            =   360
  24.       TabIndex        =   4
  25.       Text            =   "Combo1"
  26.       Top             =   1320
  27.       Width           =   2055
  28.    End
  29.    Begin VB.ListBox List1 
  30.       Height          =   840
  31.       Left            =   2640
  32.       TabIndex        =   3
  33.       Top             =   240
  34.       Width           =   2175
  35.    End
  36.    Begin VB.CommandButton Command1 
  37.       Caption         =   "Command1"
  38.       Height          =   495
  39.       Left            =   360
  40.       TabIndex        =   1
  41.       Top             =   240
  42.       Width           =   2055
  43.    End
  44.    Begin MSComctlLib.ProgressBar ProgressBar1 
  45.       Height          =   375
  46.       Left            =   360
  47.       TabIndex        =   0
  48.       Top             =   1920
  49.       Width           =   4455
  50.       _ExtentX        =   7858
  51.       _ExtentY        =   661
  52.       _Version        =   393216
  53.       Appearance      =   1
  54.    End
  55.    Begin VB.Label Label1 
  56.       BackStyle       =   0  'Transparent
  57.       Caption         =   "Label1"
  58.       Height          =   375
  59.       Left            =   360
  60.       TabIndex        =   2
  61.       Top             =   840
  62.       Width           =   1935
  63.    End
  64. End
  65. Attribute VB_Name = "ChildMDI"
  66. Attribute VB_GlobalNameSpace = False
  67. Attribute VB_Creatable = False
  68. Attribute VB_PredeclaredId = True
  69. Attribute VB_Exposed = False
  70. Private Sub Form_Load()
  71. ProgressBar1.Value = 50
  72. End Sub
  73.