moreform1.frm

来自「供销信息查询系统」· FRM 代码 · 共 90 行

FRM
90
字号
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form moreform1 
   Caption         =   "Form1"
   ClientHeight    =   1815
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4530
   LinkTopic       =   "Form1"
   ScaleHeight     =   1815
   ScaleWidth      =   4530
   StartUpPosition =   3  '窗口缺省
   Begin VB.Data Data1 
      Caption         =   "Data1"
      Connect         =   "Access"
      DatabaseName    =   "D:\xulang\tidatabase.mdb"
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   495
      Left            =   2880
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   "ti"
      Top             =   240
      Width           =   1500
   End
   Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1 
      Height          =   495
      Left            =   1800
      TabIndex        =   4
      Top             =   240
      Width           =   975
      _ExtentX        =   1720
      _ExtentY        =   873
      _Version        =   393216
   End
   Begin VB.FileListBox File2 
      Height          =   630
      Left            =   240
      TabIndex        =   3
      Top             =   960
      Width           =   735
   End
   Begin VB.FileListBox File1 
      Height          =   630
      Left            =   1800
      TabIndex        =   2
      Top             =   960
      Width           =   735
   End
   Begin VB.DirListBox Dir1 
      Height          =   510
      Left            =   1080
      TabIndex        =   1
      Top             =   960
      Width           =   735
   End
   Begin VB.PictureBox Picture1 
      Height          =   495
      Left            =   960
      ScaleHeight     =   435
      ScaleWidth      =   555
      TabIndex        =   0
      Top             =   240
      Width           =   615
   End
   Begin VB.OLE OLE1 
      DataField       =   "题目"
      DataSource      =   "Data1"
      Height          =   495
      Left            =   2880
      TabIndex        =   5
      Top             =   960
      Width           =   1095
   End
   Begin VB.Image Image1 
      Height          =   375
      Left            =   240
      Top             =   240
      Width           =   495
   End
End
Attribute VB_Name = "moreform1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?