frmEmpty.frm
上传用户:djzm888
上传日期:2013-02-15
资源大小:867k
文件大小:1k
源码类别:

其他数据库

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form frmEmpty 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    ClientHeight    =   3720
  5.    ClientLeft      =   45
  6.    ClientTop       =   330
  7.    ClientWidth     =   5640
  8.    BeginProperty Font 
  9.       Name            =   "宋体"
  10.       Size            =   10.5
  11.       Charset         =   134
  12.       Weight          =   400
  13.       Underline       =   0   'False
  14.       Italic          =   0   'False
  15.       Strikethrough   =   0   'False
  16.    EndProperty
  17.    Icon            =   "frmEmpty.frx":0000
  18.    LinkTopic       =   "Form1"
  19.    MaxButton       =   0   'False
  20.    MinButton       =   0   'False
  21.    ScaleHeight     =   3720
  22.    ScaleWidth      =   5640
  23.    ShowInTaskbar   =   0   'False
  24.    StartUpPosition =   1  '所有者中心
  25. End
  26. Attribute VB_Name = "frmEmpty"
  27. Attribute VB_GlobalNameSpace = False
  28. Attribute VB_Creatable = False
  29. Attribute VB_PredeclaredId = True
  30. Attribute VB_Exposed = False
  31. Option Explicit