Snap.frm
上传用户:davilee3
上传日期:2015-04-22
资源大小:986k
文件大小:1k
源码类别:

浏览器

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form frmSnap 
  3.    BorderStyle     =   0  'None
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   3195
  6.    ClientLeft      =   0
  7.    ClientTop       =   0
  8.    ClientWidth     =   4680
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   213
  13.    ScaleMode       =   3  'Pixel
  14.    ScaleWidth      =   312
  15.    ShowInTaskbar   =   0   'False
  16.    StartUpPosition =   3  'Windows Default
  17.    Begin VB.PictureBox pctSnap 
  18.       AutoRedraw      =   -1  'True
  19.       BorderStyle     =   0  'None
  20.       Height          =   2055
  21.       Left            =   720
  22.       ScaleHeight     =   2055
  23.       ScaleWidth      =   2655
  24.       TabIndex        =   0
  25.       Top             =   660
  26.       Visible         =   0   'False
  27.       Width           =   2655
  28.    End
  29. End
  30. Attribute VB_Name = "frmSnap"
  31. Attribute VB_GlobalNameSpace = False
  32. Attribute VB_Creatable = False
  33. Attribute VB_PredeclaredId = True
  34. Attribute VB_Exposed = False
  35. '---------------------------------------------------------------------------------------
  36. ' Module    : frmSnap
  37. ' DateTime  : 2005-8-15 22:34
  38. ' Author    : Lingll
  39. ' Purpose   :
  40. '---------------------------------------------------------------------------------------
  41. Option Explicit