home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 3_2004-2005.ISO / Data / Zips / Display_Ma1718673102004.psc / frmGFX.frm < prev    next >
Text File  |  2004-03-09  |  3KB  |  103 lines

  1. VERSION 5.00
  2. Begin VB.Form frmGFX 
  3.    BackColor       =   &H8000000C&
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   3090
  6.    ClientLeft      =   60
  7.    ClientTop       =   450
  8.    ClientWidth     =   11880
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   3090
  11.    ScaleWidth      =   11880
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin VB.PictureBox PicSprFonts 
  14.       AutoSize        =   -1  'True
  15.       BorderStyle     =   0  'None
  16.       Height          =   210
  17.       Index           =   2
  18.       Left            =   60
  19.       Picture         =   "frmGFX.frx":0000
  20.       ScaleHeight     =   14
  21.       ScaleMode       =   3  'Pφxel
  22.       ScaleWidth      =   1060
  23.       TabIndex        =   5
  24.       Top             =   420
  25.       Width           =   15900
  26.    End
  27.    Begin VB.PictureBox PicSprFonts 
  28.       AutoSize        =   -1  'True
  29.       BorderStyle     =   0  'None
  30.       Height          =   105
  31.       Index           =   1
  32.       Left            =   60
  33.       Picture         =   "frmGFX.frx":0A44
  34.       ScaleHeight     =   7
  35.       ScaleMode       =   3  'Pφxel
  36.       ScaleWidth      =   831
  37.       TabIndex        =   4
  38.       Top             =   300
  39.       Width           =   12465
  40.    End
  41.    Begin VB.PictureBox PicDots 
  42.       AutoRedraw      =   -1  'True
  43.       AutoSize        =   -1  'True
  44.       BorderStyle     =   0  'None
  45.       Height          =   150
  46.       Index           =   1
  47.       Left            =   720
  48.       ScaleHeight     =   10
  49.       ScaleMode       =   3  'Pφxel
  50.       ScaleWidth      =   10
  51.       TabIndex        =   3
  52.       Top             =   900
  53.       Width           =   150
  54.    End
  55.    Begin VB.PictureBox PicDots 
  56.       AutoRedraw      =   -1  'True
  57.       AutoSize        =   -1  'True
  58.       BorderStyle     =   0  'None
  59.       Height          =   150
  60.       Index           =   0
  61.       Left            =   540
  62.       ScaleHeight     =   10
  63.       ScaleMode       =   3  'Pφxel
  64.       ScaleWidth      =   10
  65.       TabIndex        =   2
  66.       Top             =   900
  67.       Width           =   150
  68.    End
  69.    Begin VB.PictureBox PicFont 
  70.       AutoSize        =   -1  'True
  71.       BorderStyle     =   0  'None
  72.       Height          =   135
  73.       Left            =   60
  74.       ScaleHeight     =   9
  75.       ScaleMode       =   3  'Pφxel
  76.       ScaleWidth      =   693
  77.       TabIndex        =   1
  78.       Top             =   0
  79.       Width           =   10395
  80.    End
  81.    Begin VB.PictureBox PicSprFonts 
  82.       AutoSize        =   -1  'True
  83.       BorderStyle     =   0  'None
  84.       Height          =   105
  85.       Index           =   0
  86.       Left            =   60
  87.       Picture         =   "frmGFX.frx":1142
  88.       ScaleHeight     =   7
  89.       ScaleMode       =   3  'Pφxel
  90.       ScaleWidth      =   592
  91.       TabIndex        =   0
  92.       Top             =   180
  93.       Width           =   8880
  94.    End
  95. End
  96. Attribute VB_Name = "frmGFX"
  97. Attribute VB_GlobalNameSpace = False
  98. Attribute VB_Creatable = False
  99. Attribute VB_PredeclaredId = True
  100. Attribute VB_Exposed = False
  101. Option Explicit
  102.  
  103.