home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 3_2004-2005.ISO / Data / Zips / IMDB_Movie1840511162005.psc / frmHistory.frm < prev    next >
Text File  |  2005-01-16  |  2KB  |  53 lines

  1. VERSION 5.00
  2. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
  3. Begin VB.Form frmHistory 
  4.    Caption         =   "History"
  5.    ClientHeight    =   5805
  6.    ClientLeft      =   5670
  7.    ClientTop       =   4425
  8.    ClientWidth     =   6810
  9.    BeginProperty Font 
  10.       Name            =   "Tahoma"
  11.       Size            =   8.25
  12.       Charset         =   0
  13.       Weight          =   400
  14.       Underline       =   0   'False
  15.       Italic          =   0   'False
  16.       Strikethrough   =   0   'False
  17.    EndProperty
  18.    Icon            =   "frmHistory.frx":0000
  19.    LinkTopic       =   "Form1"
  20.    MDIChild        =   -1  'True
  21.    ScaleHeight     =   387
  22.    ScaleMode       =   3  'Pixel
  23.    ScaleWidth      =   454
  24.    Begin MSComctlLib.ListView lstHistory 
  25.       Height          =   4395
  26.       Left            =   180
  27.       TabIndex        =   0
  28.       Top             =   480
  29.       Width           =   5595
  30.       _ExtentX        =   9869
  31.       _ExtentY        =   7752
  32.       View            =   3
  33.       LabelEdit       =   1
  34.       LabelWrap       =   -1  'True
  35.       HideSelection   =   -1  'True
  36.       FlatScrollBar   =   -1  'True
  37.       _Version        =   393217
  38.       ForeColor       =   -2147483640
  39.       BackColor       =   -2147483643
  40.       BorderStyle     =   1
  41.       Appearance      =   1
  42.       NumItems        =   0
  43.    End
  44. End
  45. Attribute VB_Name = "frmHistory"
  46. Attribute VB_GlobalNameSpace = False
  47. Attribute VB_Creatable = False
  48. Attribute VB_PredeclaredId = True
  49. Attribute VB_Exposed = False
  50. Private Sub Form_Resize()
  51. lstHistory.Move 3, 3, Me.ScaleWidth - 3, Me.ScaleHeight - 3
  52. End Sub
  53.