⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 合同信息查询.frm

📁 本软件为咨询公司开发的合同管理软件,运用MDB数据库.
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{FAEEE763-117E-101B-8933-08002B2F4F5A}#1.1#0"; "DBLIST32.OCX"
Begin VB.Form 合同信息查询 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "合同信息查询"
   ClientHeight    =   7695
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   8715
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   12
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "合同信息查询.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7695
   ScaleWidth      =   8715
   StartUpPosition =   2  '屏幕中心
   Begin VB.Data Data3 
      Caption         =   "Data3"
      Connect         =   "Access"
      DatabaseName    =   ""
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   345
      Left            =   7800
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   ""
      Top             =   6720
      Visible         =   0   'False
      Width           =   1140
   End
   Begin VB.TextBox Text17 
      Height          =   375
      Left            =   2400
      TabIndex        =   35
      Top             =   6120
      Width           =   2895
   End
   Begin VB.TextBox Text16 
      Height          =   375
      Left            =   2400
      TabIndex        =   34
      Top             =   6600
      Width           =   2895
   End
   Begin VB.TextBox Text15 
      Height          =   375
      Left            =   2400
      TabIndex        =   33
      Top             =   7080
      Width           =   2895
   End
   Begin VB.TextBox Text14 
      Enabled         =   0   'False
      Height          =   375
      Left            =   2400
      TabIndex        =   32
      Top             =   5640
      Width           =   2895
   End
   Begin VB.Data Data2 
      Caption         =   "Data2"
      Connect         =   "Access"
      DatabaseName    =   ""
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   345
      Left            =   7560
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   ""
      Top             =   7320
      Visible         =   0   'False
      Width           =   1140
   End
   Begin VB.Data Data1 
      Caption         =   "Data1"
      Connect         =   "Access"
      DatabaseName    =   ""
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   345
      Left            =   6240
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   ""
      Top             =   7320
      Visible         =   0   'False
      Width           =   1140
   End
   Begin VB.Frame Frame1 
      Caption         =   "设定查询条件"
      ForeColor       =   &H000000FF&
      Height          =   4935
      Left            =   5880
      TabIndex        =   25
      Top             =   240
      Width           =   2535
      Begin MSDBCtls.DBCombo DBCombo1 
         Bindings        =   "合同信息查询.frx":08CA
         Height          =   390
         Left            =   120
         TabIndex        =   39
         Top             =   3360
         Width           =   2295
         _ExtentX        =   4048
         _ExtentY        =   688
         _Version        =   393216
         ListField       =   "单位名称"
         Text            =   ""
      End
      Begin VB.CommandButton Command2 
         Caption         =   "重 置"
         Height          =   375
         Left            =   1320
         TabIndex        =   31
         Top             =   4320
         Width           =   975
      End
      Begin VB.CommandButton Command1 
         Caption         =   "确 定"
         Height          =   375
         Left            =   120
         TabIndex        =   30
         Top             =   4320
         Width           =   975
      End
      Begin VB.TextBox Text12 
         Height          =   375
         Left            =   120
         TabIndex        =   27
         Top             =   2160
         Width           =   2295
      End
      Begin VB.Label Label16 
         Caption         =   "    请在下面输入合同编号或项目单位名称,然后按确定查找需修改的数据"
         Height          =   1095
         Left            =   360
         TabIndex        =   29
         Top             =   480
         Width           =   2055
      End
      Begin VB.Label Label15 
         Caption         =   "项目单位:"
         Height          =   375
         Left            =   240
         TabIndex        =   28
         Top             =   2880
         Width           =   1215
      End
      Begin VB.Label Label14 
         Caption         =   "合同编号:"
         Height          =   255
         Left            =   240
         TabIndex        =   26
         Top             =   1680
         Width           =   1215
      End
   End
   Begin VB.TextBox Text11 
      Enabled         =   0   'False
      Height          =   375
      Left            =   2400
      TabIndex        =   24
      Top             =   5160
      Width           =   2895
   End
   Begin VB.TextBox Text10 
      Enabled         =   0   'False
      Height          =   375
      Left            =   2400
      TabIndex        =   23
      Top             =   4665
      Width           =   2895
   End
   Begin VB.CommandButton Command4 
      Caption         =   "返 回"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   6600
      TabIndex        =   22
      Top             =   6600
      Width           =   975
   End
   Begin VB.CommandButton Command3 
      Caption         =   "打 印"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   6600
      TabIndex        =   21
      Top             =   5760
      Width           =   975
   End
   Begin VB.TextBox Text9 
      Enabled         =   0   'False
      Height          =   375
      Left            =   2400
      TabIndex        =   20
      Top             =   4185
      Width           =   2895
   End
   Begin VB.TextBox Text8 
      Enabled         =   0   'False
      Height          =   375
      Left            =   2400
      TabIndex        =   19
      Top             =   3675
      Width           =   2895
   End
   Begin VB.TextBox Text7 
      Enabled         =   0   'False
      Height          =   375
      Left            =   2400
      TabIndex        =   18
      Top             =   3180
      Width           =   2895
   End
   Begin VB.TextBox Text6 
      Enabled         =   0   'False
      Height          =   375
      Left            =   2400
      TabIndex        =   17
      Top             =   2700
      Width           =   2895
   End
   Begin VB.TextBox Text5 
      Enabled         =   0   'False
      Height          =   375
      Left            =   2400
      TabIndex        =   16
      Top             =   2205
      Width           =   2895
   End
   Begin VB.TextBox Text4 
      Enabled         =   0   'False
      Height          =   375
      Left            =   2400
      TabIndex        =   15
      Top             =   1725
      Width           =   2895
   End
   Begin VB.TextBox Text3 
      Enabled         =   0   'False
      Height          =   375
      Left            =   2400
      TabIndex        =   14
      Top             =   1230
      Width           =   2895
   End
   Begin VB.TextBox Text2 

⌨️ 快捷键说明

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