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

📄 查看供货商.frm

📁 图书馆管理系统的实现
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmFindGonghuoshang 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "查看供货商信息..."
   ClientHeight    =   6090
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   10005
   Icon            =   "查看供货商.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   ScaleHeight     =   6090
   ScaleWidth      =   10005
   Begin MSAdodcLib.Adodc a 
      Height          =   330
      Left            =   2640
      Top             =   5760
      Visible         =   0   'False
      Width           =   3255
      _ExtentX        =   5741
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   1
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=bookdate;Data Source=127.0.0.1"
      OLEDBString     =   "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=bookdate;Data Source=127.0.0.1"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   "sa"
      Password        =   ""
      RecordSource    =   "select * from gonghuoshang"
      Caption         =   "Adodc1"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin VB.Frame fram1 
      Height          =   6015
      Left            =   120
      TabIndex        =   0
      Top             =   0
      Width           =   9735
      Begin VB.Frame Frame2 
         Height          =   3015
         Left            =   7800
         TabIndex        =   24
         Top             =   2880
         Width           =   1815
         Begin VB.CommandButton 退出 
            Caption         =   "退出"
            Height          =   375
            Left            =   180
            TabIndex        =   9
            Top             =   2160
            Width           =   1455
         End
         Begin VB.CommandButton 最后一条 
            Caption         =   "最后一条"
            Height          =   375
            Left            =   180
            TabIndex        =   8
            Top             =   1680
            Width           =   1455
         End
         Begin VB.CommandButton 下一条 
            Caption         =   "下一条"
            Height          =   375
            Left            =   180
            TabIndex        =   7
            Top             =   1200
            Width           =   1455
         End
         Begin VB.CommandButton 上一条 
            Caption         =   "上一条"
            Height          =   375
            Left            =   180
            TabIndex        =   6
            Top             =   720
            Width           =   1455
         End
         Begin VB.CommandButton 第一条 
            Caption         =   "第一条"
            Height          =   375
            Left            =   180
            TabIndex        =   5
            Top             =   240
            Width           =   1455
         End
         Begin VB.Label 共0条 
            AutoSize        =   -1  'True
            Caption         =   "共0条"
            ForeColor       =   &H00FF0000&
            Height          =   180
            Left            =   1080
            TabIndex        =   26
            Top             =   2640
            Width           =   450
         End
         Begin VB.Label 第0条 
            AutoSize        =   -1  'True
            Caption         =   "第0条"
            ForeColor       =   &H00FF0000&
            Height          =   180
            Left            =   240
            TabIndex        =   25
            Top             =   2640
            Width           =   450
         End
      End
      Begin VB.Frame Frame1 
         Caption         =   "查找记录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   1455
         Left            =   120
         TabIndex        =   19
         Top             =   2880
         Width           =   7575
         Begin VB.CommandButton 取消查找 
            Caption         =   "取消"
            Height          =   375
            Left            =   6240
            TabIndex        =   4
            Top             =   720
            Width           =   1215
         End
         Begin VB.CommandButton 查找确定 
            Caption         =   "确定"
            Height          =   375
            Left            =   6240
            TabIndex        =   3
            Top             =   263
            Width           =   1215
         End
         Begin VB.TextBox Txingming 
            Appearance      =   0  'Flat
            Height          =   270
            Left            =   4440
            TabIndex        =   2
            Top             =   772
            Width           =   1695
         End
         Begin VB.TextBox Tbianhao 
            Appearance      =   0  'Flat
            Height          =   270
            Left            =   4440
            TabIndex        =   1
            Top             =   315
            Width           =   1695
         End
         Begin VB.OptionButton 按姓名查找 
            Caption         =   "按姓名查找"
            Height          =   375
            Left            =   1800
            Style           =   1  'Graphical
            TabIndex        =   21
            Top             =   720
            Width           =   1215
         End
         Begin VB.OptionButton 按编号查找 
            Caption         =   "按编号查找"
            Height          =   375
            Left            =   1800
            Style           =   1  'Graphical
            TabIndex        =   20
            Top             =   263
            Value           =   -1  'True
            Width           =   1215
         End
         Begin VB.Label Label13 
            AutoSize        =   -1  'True
            Caption         =   "提示:本查询支持模糊查询"
            ForeColor       =   &H00FF0000&
            Height          =   180
            Left            =   3480
            TabIndex        =   27
            Top             =   1200
            Width           =   2160
         End
         Begin VB.Image Image1 
            Height          =   735
            Left            =   240
            Picture         =   "查看供货商.frx":058A
            Top             =   360
            Width           =   795
         End
         Begin VB.Label Label2 
            AutoSize        =   -1  'True
            Caption         =   "请输入姓名:"
            Height          =   180
            Left            =   3360
            TabIndex        =   23
            Top             =   817
            Width           =   990
         End
         Begin VB.Label Label1 
            AutoSize        =   -1  'True
            Caption         =   "请输入编号:"
            Height          =   180
            Left            =   3360
            TabIndex        =   22
            Top             =   360
            Width           =   990
         End
      End
      Begin VB.Frame Frame3 
         Caption         =   "浏览记录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   1455
         Left            =   120
         TabIndex        =   11
         Top             =   4440
         Width           =   7575
         Begin VB.TextBox Text1 
            Appearance      =   0  'Flat
            DataField       =   "pro_id"
            DataSource      =   "a"
            ForeColor       =   &H000080FF&
            Height          =   270
            Left            =   1800
            TabIndex        =   30
            Top             =   315
            Width           =   1695
         End
         Begin VB.TextBox Text2 
            Appearance      =   0  'Flat
            DataField       =   "pro_name"
            DataSource      =   "a"
            ForeColor       =   &H000080FF&
            Height          =   270
            Left            =   1800
            TabIndex        =   29
            Top             =   675
            Width           =   1695
         End
         Begin VB.TextBox Text3 
            Appearance      =   0  'Flat
            DataField       =   "pro_acl"
            DataSource      =   "a"
            ForeColor       =   &H000080FF&

⌨️ 快捷键说明

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