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

📄 dbffile.frm

📁 出版社图书出货管理系统,包括图书的出库,入库,结果输出
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Begin VB.Form dbffile 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "dbf文件转入馆藏"
   ClientHeight    =   5775
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9225
   Icon            =   "dbffile.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5775
   ScaleWidth      =   9225
   StartUpPosition =   1  'CenterOwner
   Begin VB.OptionButton Option4 
      Caption         =   "ISBN、书名和价格查重"
      Height          =   255
      Left            =   6840
      TabIndex        =   26
      Top             =   3000
      Width           =   2295
   End
   Begin VB.OptionButton Option3 
      Caption         =   "ISBN和书名查重"
      Height          =   255
      Left            =   5160
      TabIndex        =   25
      Top             =   3000
      Width           =   1695
   End
   Begin VB.OptionButton Option2 
      Caption         =   "ISBN查重"
      Height          =   255
      Left            =   3960
      TabIndex        =   24
      Top             =   3000
      Value           =   -1  'True
      Width           =   1455
   End
   Begin VB.OptionButton Option1 
      Caption         =   "不作处理"
      Height          =   255
      Left            =   2640
      TabIndex        =   23
      Top             =   3000
      Width           =   1335
   End
   Begin VB.Frame Frame1 
      Height          =   735
      Left            =   120
      TabIndex        =   21
      Top             =   4680
      Width           =   9015
      Begin VB.TextBox Text1 
         Height          =   735
         Left            =   0
         TabIndex        =   27
         Text            =   "Text1"
         Top             =   0
         Width           =   9015
      End
      Begin VB.Label Label11 
         Caption         =   "说明:DBF文件转入本系统时,不进行任何查重处理。只转入以上字段。"
         Height          =   375
         Left            =   120
         TabIndex        =   22
         Top             =   240
         Width           =   8775
      End
   End
   Begin VB.ComboBox Combo7 
      Height          =   300
      Left            =   7740
      Style           =   2  'Dropdown List
      TabIndex        =   20
      Top             =   3840
      Width           =   1335
   End
   Begin VB.CommandButton Command3 
      Caption         =   "退出"
      Height          =   375
      Left            =   8040
      TabIndex        =   18
      Top             =   4320
      Width           =   1095
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      IMEMode         =   1  'ON
      ItemData        =   "dbffile.frx":0442
      Left            =   960
      List            =   "dbffile.frx":0444
      Style           =   2  'Dropdown List
      TabIndex        =   16
      Top             =   3360
      Width           =   1335
   End
   Begin VB.CommandButton Command2 
      Caption         =   "第三步:转入数据     "
      Height          =   375
      Left            =   120
      TabIndex        =   15
      Top             =   4320
      Width           =   2775
   End
   Begin VB.ComboBox Combo6 
      Height          =   300
      Left            =   6120
      Style           =   2  'Dropdown List
      TabIndex        =   13
      Top             =   3840
      Width           =   1335
   End
   Begin VB.ComboBox Combo5 
      Height          =   300
      Left            =   3540
      Style           =   2  'Dropdown List
      TabIndex        =   12
      Top             =   3840
      Width           =   1335
   End
   Begin VB.ComboBox Combo4 
      Height          =   300
      Left            =   960
      Style           =   2  'Dropdown List
      TabIndex        =   11
      Top             =   3840
      Width           =   1335
   End
   Begin VB.ComboBox Combo3 
      Height          =   300
      Left            =   6120
      Style           =   2  'Dropdown List
      TabIndex        =   7
      Top             =   3360
      Width           =   1335
   End
   Begin VB.ComboBox Combo2 
      Height          =   300
      Left            =   3540
      Style           =   2  'Dropdown List
      TabIndex        =   5
      Top             =   3360
      Width           =   1335
   End
   Begin MSDBGrid.DBGrid DBGrid1 
      Bindings        =   "dbffile.frx":0446
      Height          =   2295
      Left            =   120
      OleObjectBlob   =   "dbffile.frx":045A
      TabIndex        =   1
      Top             =   600
      Width           =   9015
   End
   Begin VB.Data Data1 
      Caption         =   "Data1"
      Connect         =   "dBASE III;"
      DatabaseName    =   "D:\TSCG\temp"
      DefaultCursorType=   0  'DefaultCursor
      DefaultType     =   2  'UseODBC
      Exclusive       =   0   'False
      Height          =   375
      Left            =   5040
      Options         =   0
      ReadOnly        =   -1  'True
      RecordsetType   =   0  'Table
      RecordSource    =   "aaa"
      Top             =   120
      Visible         =   0   'False
      Width           =   1455
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   8640
      Top             =   0
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
      DefaultExt      =   "*.dbf"
      Filter          =   "*.dbf|*.dbf"
   End
   Begin VB.CommandButton Command1 
      Caption         =   "第一步:请选择DBF文件>"
      Height          =   375
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   2895
   End
   Begin VB.Data Data2 
      Caption         =   "Data2"
      Connect         =   "Access"
      DatabaseName    =   "D:\tscg\bookcgk.mdb"
      DefaultCursorType=   0  'DefaultCursor
      DefaultType     =   2  'UseODBC
      Exclusive       =   0   'False
      Height          =   375
      Left            =   6480
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   "本馆数据"
      Top             =   0
      Visible         =   0   'False
      Width           =   1815
   End
   Begin VB.Label Label13 
      Caption         =   "说明:在DBF数据转入预采数据库时,ISBN长度不对或错误都不转入系统,但错误数据会报告结果。"
      Height          =   255
      Left            =   120
      TabIndex        =   28
      Top             =   5520
      Width           =   8895
   End
   Begin VB.Label Label10 
      Caption         =   "复本数:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Left            =   7980
      TabIndex        =   19
      Top             =   3420
      Width           =   1035
   End
   Begin VB.Label Label9 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   3120
      TabIndex        =   17
      Top             =   4320
      Width           =   4695
   End
   Begin VB.Line Line1 
      X1              =   0
      X2              =   9240
      Y1              =   4200
      Y2              =   4200
   End
   Begin VB.Label Label8 
      Caption         =   "第二步:对字段>"
      Height          =   255
      Left            =   600
      TabIndex        =   14
      Top             =   3000
      Width           =   2295
   End
   Begin VB.Label Label7 
      Caption         =   "价格:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   5520
      TabIndex        =   10
      Top             =   3840
      Width           =   735
   End
   Begin VB.Label Label6 
      Caption         =   "出版年:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   2700
      TabIndex        =   9
      Top             =   3840
      Width           =   975
   End
   Begin VB.Label Label5 
      Caption         =   "出版社:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   120
      TabIndex        =   8
      Top             =   3840

⌨️ 快捷键说明

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