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

📄 查看销售信息.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 frmFindXiaoShou 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "查找销售信息..."
   ClientHeight    =   6495
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   11340
   Icon            =   "查看销售信息.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   ScaleHeight     =   6495
   ScaleWidth      =   11340
   Begin MSAdodcLib.Adodc a 
      Height          =   330
      Left            =   3840
      Top             =   6480
      Visible         =   0   'False
      Width           =   3375
      _ExtentX        =   5953
      _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 xiaoshou"
      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 Frame1 
      Height          =   6135
      Left            =   0
      TabIndex        =   1
      Top             =   0
      Width           =   9975
      Begin VB.Frame Frame4 
         Height          =   2775
         Left            =   7920
         TabIndex        =   24
         Top             =   3240
         Width           =   1935
         Begin VB.CommandButton 退出 
            Caption         =   "退出"
            Height          =   375
            Left            =   240
            TabIndex        =   29
            Top             =   2120
            Width           =   1455
         End
         Begin VB.CommandButton 最后一条 
            Caption         =   "最后一条"
            Height          =   375
            Left            =   240
            TabIndex        =   28
            Top             =   1640
            Width           =   1455
         End
         Begin VB.CommandButton 下一条 
            Caption         =   "下一条"
            Height          =   375
            Left            =   240
            TabIndex        =   27
            Top             =   1180
            Width           =   1455
         End
         Begin VB.CommandButton 上一条 
            Caption         =   "上一条"
            Height          =   375
            Left            =   240
            TabIndex        =   26
            Top             =   680
            Width           =   1455
         End
         Begin VB.CommandButton 第一条 
            Caption         =   "第一条"
            Height          =   375
            Left            =   240
            TabIndex        =   25
            Top             =   200
            Width           =   1455
         End
         Begin VB.Label 共0条 
            AutoSize        =   -1  'True
            Caption         =   "共0条"
            ForeColor       =   &H00FF0000&
            Height          =   180
            Left            =   1200
            TabIndex        =   31
            Top             =   2520
            Width           =   450
         End
         Begin VB.Label 第0条 
            AutoSize        =   -1  'True
            Caption         =   "第0条"
            ForeColor       =   &H00FF0000&
            Height          =   180
            Left            =   240
            TabIndex        =   30
            Top             =   2520
            Width           =   450
         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          =   1815
         Left            =   120
         TabIndex        =   7
         Top             =   4250
         Width           =   7695
         Begin VB.Label Label17 
            Appearance      =   0  'Flat
            BackColor       =   &H80000005&
            BorderStyle     =   1  'Fixed Single
            DataField       =   "sell_emp_id"
            DataSource      =   "a"
            ForeColor       =   &H000080FF&
            Height          =   255
            Left            =   4200
            TabIndex        =   23
            Top             =   1440
            Width           =   1815
         End
         Begin VB.Label Label16 
            Appearance      =   0  'Flat
            BackColor       =   &H80000005&
            BorderStyle     =   1  'Fixed Single
            DataField       =   "sell_date"
            DataSource      =   "a"
            ForeColor       =   &H000080FF&
            Height          =   255
            Left            =   4200
            TabIndex        =   22
            Top             =   1080
            Width           =   1815
         End
         Begin VB.Label Label15 
            Appearance      =   0  'Flat
            BackColor       =   &H80000005&
            BorderStyle     =   1  'Fixed Single
            DataField       =   "sell_buyer_id"
            DataSource      =   "a"
            ForeColor       =   &H000080FF&
            Height          =   255
            Left            =   4200
            TabIndex        =   21
            Top             =   720
            Width           =   1815
         End
         Begin VB.Label Label14 
            Appearance      =   0  'Flat
            BackColor       =   &H80000005&
            BorderStyle     =   1  'Fixed Single
            DataField       =   "sell_book_price"
            DataSource      =   "a"
            ForeColor       =   &H000080FF&
            Height          =   255
            Left            =   4200
            TabIndex        =   20
            Top             =   360
            Width           =   1815
         End
         Begin VB.Label Label13 
            AutoSize        =   -1  'True
            Caption         =   "售售员编号:"
            Height          =   180
            Left            =   3120
            TabIndex        =   19
            Top             =   1440
            Width           =   990
         End
         Begin VB.Label Label12 
            AutoSize        =   -1  'True
            Caption         =   "销售日期:"
            Height          =   180
            Left            =   3240
            TabIndex        =   18
            Top             =   1080
            Width           =   810
         End
         Begin VB.Label Label11 
            AutoSize        =   -1  'True
            Caption         =   "客户编号:"
            Height          =   180
            Left            =   3240
            TabIndex        =   17
            Top             =   720
            Width           =   810
         End
         Begin VB.Label Label10 
            AutoSize        =   -1  'True
            Caption         =   "销售价格:"
            Height          =   180
            Left            =   3240
            TabIndex        =   16
            Top             =   360
            Width           =   810
         End
         Begin VB.Label Label9 
            Appearance      =   0  'Flat
            BackColor       =   &H80000005&
            BorderStyle     =   1  'Fixed Single
            DataField       =   "sell_id"
            DataSource      =   "a"
            ForeColor       =   &H000080FF&
            Height          =   255
            Left            =   1200
            TabIndex        =   15
            Top             =   1440
            Width           =   1815
         End
         Begin VB.Label Label8 
            Appearance      =   0  'Flat
            BackColor       =   &H80000005&
            BorderStyle     =   1  'Fixed Single
            DataField       =   "sell_book_num"
            DataSource      =   "a"
            ForeColor       =   &H000080FF&
            Height          =   255
            Left            =   1200
            TabIndex        =   14
            Top             =   1080
            Width           =   1815
         End
         Begin VB.Label Label7 
            Appearance      =   0  'Flat
            BackColor       =   &H80000005&
            BorderStyle     =   1  'Fixed Single
            DataField       =   "sell_book_id"
            DataSource      =   "a"
            ForeColor       =   &H000080FF&
            Height          =   255
            Left            =   1200
            TabIndex        =   13
            Top             =   720
            Width           =   1815
         End
         Begin VB.Label Label6 
            Appearance      =   0  'Flat
            BackColor       =   &H80000005&
            BorderStyle     =   1  'Fixed Single
            DataField       =   "sell_book_rebate"
            DataSource      =   "a"
            ForeColor       =   &H000080FF&
            Height          =   255
            Left            =   1200
            TabIndex        =   12
            Top             =   360
            Width           =   1815
         End
         Begin VB.Label Label5 
            AutoSize        =   -1  'True
            Caption         =   "销售折率:"
            Height          =   180
            Left            =   300
            TabIndex        =   11
            Top             =   360
            Width           =   810
         End
         Begin VB.Label Label4 
            AutoSize        =   -1  'True
            Caption         =   "图书数量:"
            Height          =   180
            Left            =   300
            TabIndex        =   10
            Top             =   1080
            Width           =   810
         End
         Begin VB.Label Label3 
            AutoSize        =   -1  'True
            Caption         =   "图书编号:"
            Height          =   180
            Left            =   300
            TabIndex        =   9
            Top             =   720

⌨️ 快捷键说明

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