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

其他数据库

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form frmReadWrite 
  3.    Caption         =   "读写窗口"
  4.    ClientHeight    =   3195
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   4680
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   3195
  10.    ScaleWidth      =   4680
  11.    StartUpPosition =   2  '屏幕中心
  12.    Begin VB.TextBox txtData 
  13.       Height          =   3255
  14.       Left            =   0
  15.       MultiLine       =   -1  'True
  16.       TabIndex        =   0
  17.       Top             =   0
  18.       Width           =   4695
  19.    End
  20. End
  21. Attribute VB_Name = "frmReadWrite"
  22. Attribute VB_GlobalNameSpace = False
  23. Attribute VB_Creatable = False
  24. Attribute VB_PredeclaredId = True
  25. Attribute VB_Exposed = False