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

📄 进货表.frm

📁 图书馆管理系统的实现
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form frmJinHuo 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "登记图书信息                                         [如果是新进的图书,请在先添加,以方便管理]..."
   ClientHeight    =   6105
   ClientLeft      =   45
   ClientTop       =   510
   ClientWidth     =   9945
   Icon            =   "进货表.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   6105
   ScaleWidth      =   9945
   Begin VB.CommandButton CmdExit 
      Caption         =   "退  出"
      Height          =   375
      Left            =   8400
      TabIndex        =   9
      Top             =   4920
      Width           =   975
   End
   Begin VB.CommandButton CmdSave 
      Caption         =   "保  存"
      Height          =   375
      Left            =   8400
      TabIndex        =   8
      Top             =   4440
      Width           =   975
   End
   Begin VB.CommandButton CmdShanChu 
      Caption         =   "删  除"
      Height          =   375
      Left            =   8400
      TabIndex        =   7
      Top             =   3960
      Width           =   975
   End
   Begin VB.TextBox TxtPriceIn 
      Appearance      =   0  'Flat
      BeginProperty DataFormat 
         Type            =   1
         Format          =   """¥""#,##0.00"
         HaveTrueFalseNull=   0
         FirstDayOfWeek  =   0
         FirstWeekOfYear =   0
         LCID            =   2052
         SubFormatType   =   2
      EndProperty
      ForeColor       =   &H000080FF&
      Height          =   270
      Left            =   5520
      TabIndex        =   3
      Top             =   4560
      Width           =   2175
   End
   Begin VB.TextBox TxtNum 
      Appearance      =   0  'Flat
      ForeColor       =   &H000080FF&
      Height          =   270
      Left            =   5520
      TabIndex        =   2
      Top             =   4200
      Width           =   2175
   End
   Begin VB.TextBox TxtCon 
      Appearance      =   0  'Flat
      ForeColor       =   &H000080FF&
      Height          =   270
      Left            =   1560
      TabIndex        =   13
      Top             =   5280
      Width           =   2175
   End
   Begin VB.TextBox TxtType 
      Appearance      =   0  'Flat
      ForeColor       =   &H000080FF&
      Height          =   270
      Left            =   1560
      TabIndex        =   14
      Top             =   5640
      Width           =   2175
   End
   Begin VB.TextBox TxtId 
      Appearance      =   0  'Flat
      ForeColor       =   &H000080FF&
      Height          =   270
      Left            =   1560
      TabIndex        =   10
      Top             =   4200
      Width           =   2175
   End
   Begin VB.TextBox TxtName 
      Appearance      =   0  'Flat
      ForeColor       =   &H000080FF&
      Height          =   270
      Left            =   1560
      TabIndex        =   11
      Top             =   4560
      Width           =   2175
   End
   Begin VB.Frame Frame1 
      Height          =   6015
      Left            =   120
      TabIndex        =   0
      Top             =   0
      Width           =   9735
      Begin MSDataListLib.DataCombo DcbEmpId 
         Bindings        =   "进货表.frx":058A
         DataField       =   "emp_id"
         DataSource      =   "Adodc3"
         Height          =   330
         Left            =   5400
         TabIndex        =   5
         Top             =   5235
         Width           =   2175
         _ExtentX        =   3836
         _ExtentY        =   582
         _Version        =   393216
         ForeColor       =   4227327
         ListField       =   "emp_id"
         BoundColumn     =   ""
         Text            =   "DataCombo1"
      End
      Begin MSDataListLib.DataCombo DcbProId 
         Bindings        =   "进货表.frx":059F
         DataField       =   "pro_id"
         DataSource      =   "Adodc2"
         Height          =   330
         Left            =   5400
         TabIndex        =   4
         Top             =   4860
         Width           =   2175
         _ExtentX        =   3836
         _ExtentY        =   582
         _Version        =   393216
         BackColor       =   16777215
         ForeColor       =   4227327
         ListField       =   "pro_id"
         Text            =   "DataCombo1"
      End
      Begin MSComCtl2.DTPicker Dtp 
         Height          =   255
         Left            =   5400
         TabIndex        =   32
         Top             =   5595
         Width           =   2175
         _ExtentX        =   3836
         _ExtentY        =   450
         _Version        =   393216
         CalendarForeColor=   4194368
         CalendarTitleForeColor=   4194368
         CalendarTrailingForeColor=   4210752
         Format          =   61603841
         CurrentDate     =   38322
      End
      Begin VB.Frame Frame4 
         Height          =   2535
         Left            =   7920
         TabIndex        =   30
         Top             =   3240
         Width           =   1695
         Begin VB.CommandButton CmdAdd 
            Caption         =   "添  加"
            Height          =   375
            Left            =   360
            TabIndex        =   6
            Top             =   240
            Width           =   975
         End
         Begin VB.Label Label13 
            AutoSize        =   -1  'True
            Caption         =   "登记新的图书"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   400
               Underline       =   -1  'True
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H00FF0000&
            Height          =   180
            Left            =   360
            MousePointer    =   99  'Custom
            TabIndex        =   31
            Top             =   2235
            Width           =   1080
         End
      End
      Begin VB.Frame Frame3 
         Caption         =   "请输入图书编号:"
         Height          =   855
         Left            =   120
         TabIndex        =   27
         Top             =   3240
         Width           =   7575
         Begin VB.TextBox TxtFind 
            ForeColor       =   &H00000000&
            Height          =   375
            Left            =   2760
            TabIndex        =   1
            Top             =   300
            Width           =   2415
         End
         Begin VB.Label Label12 
            AutoSize        =   -1  'True
            Caption         =   "输入后按回车键确定!"
            ForeColor       =   &H00FF0000&
            Height          =   180
            Left            =   5520
            TabIndex        =   29
            Top             =   360
            Width           =   1800
         End
         Begin VB.Label Label11 
            AutoSize        =   -1  'True
            Caption         =   "图书编号:"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   12
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H00FF0000&
            Height          =   240
            Left            =   1440
            TabIndex        =   28
            Top             =   360
            Width           =   1200
         End
      End
      Begin VB.TextBox TxtPrice 
         Appearance      =   0  'Flat
         BeginProperty DataFormat 
            Type            =   1
            Format          =   """¥""#,##0.00"
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   2
         EndProperty
         ForeColor       =   &H000080FF&
         Height          =   270
         Left            =   1440
         TabIndex        =   12
         Top             =   4920
         Width           =   2175
      End
      Begin VB.Frame Frame2 
         Caption         =   "已登记的图书信息"
         Height          =   3015
         Left            =   120
         TabIndex        =   15
         Top             =   120
         Width           =   9495
         Begin MSAdodcLib.Adodc Adodc3 
            Height          =   375
            Left            =   4440
            Top             =   1080
            Visible         =   0   'False
            Width           =   2175
            _ExtentX        =   3836
            _ExtentY        =   661
            ConnectMode     =   0
            CursorLocation  =   3
            IsolationLevel  =   -1
            ConnectionTimeout=   15
            CommandTimeout  =   30
            CursorType      =   3
            LockType        =   3
            CommandType     =   2
            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    =   "Employee"
            Caption         =   "Adodc3"
            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 MSAdodcLib.Adodc Adodc2 
            Height          =   375
            Left            =   4200
            Top             =   2040
            Visible         =   0   'False
            Width           =   2280
            _ExtentX        =   4022
            _ExtentY        =   661
            ConnectMode     =   0
            CursorLocation  =   3
            IsolationLevel  =   -1
            ConnectionTimeout=   15
            CommandTimeout  =   30
            CursorType      =   3
            LockType        =   3
            CommandType     =   2
            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    =   "GongHuoShang"
            Caption         =   "Adodc2"
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134

⌨️ 快捷键说明

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