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

📄 singlexg.frm

📁 出版社图书出货管理系统,包括图书的出库,入库,结果输出
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Begin VB.Form singlexg 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "新书单选"
   ClientHeight    =   8490
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   12270
   Icon            =   "singlexg.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   8490
   ScaleWidth      =   12270
   StartUpPosition =   1  'CenterOwner
   Begin VB.CheckBox Check2 
      Caption         =   "Check2"
      Height          =   255
      Left            =   11040
      TabIndex        =   23
      Top             =   600
      Width           =   255
   End
   Begin VB.CommandButton Command6 
      Caption         =   "中专"
      Height          =   375
      Left            =   9600
      TabIndex        =   22
      Top             =   6960
      Width           =   855
   End
   Begin VB.CommandButton Command5 
      Caption         =   "高职"
      Height          =   375
      Left            =   8160
      TabIndex        =   21
      Top             =   6960
      Width           =   975
   End
   Begin VB.CommandButton Command4 
      Caption         =   "高等"
      Height          =   375
      Left            =   6720
      TabIndex        =   20
      Top             =   6960
      Width           =   1095
   End
   Begin VB.TextBox Text4 
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Left            =   2880
      TabIndex        =   19
      Top             =   6960
      Width           =   2055
   End
   Begin VB.CheckBox Check1 
      Caption         =   "选书重复提示"
      Height          =   255
      Left            =   9360
      TabIndex        =   17
      Top             =   600
      Width           =   1695
   End
   Begin VB.Data Data3 
      Caption         =   "Data3"
      Connect         =   "Access"
      DatabaseName    =   "D:\TSCG\BOOKCGK.MDB"
      DefaultCursorType=   0  'DefaultCursor
      DefaultType     =   2  'UseODBC
      Exclusive       =   0   'False
      Height          =   375
      Left            =   240
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   "select * from 预采数据 where fbl>0 order by modidate desc"
      Top             =   7680
      Visible         =   0   'False
      Width           =   2340
   End
   Begin VB.TextBox Text3 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   7500
      TabIndex        =   16
      Text            =   "2"
      Top             =   60
      Width           =   1095
   End
   Begin VB.CommandButton Command3 
      Caption         =   "回车"
      Height          =   375
      Left            =   11400
      TabIndex        =   14
      Top             =   60
      Visible         =   0   'False
      Width           =   855
   End
   Begin VB.Data Data2 
      Caption         =   "Data2"
      Connect         =   "Access"
      DatabaseName    =   "D:\tscg\bookcgk.mdb"
      DefaultCursorType=   0  'DefaultCursor
      DefaultType     =   2  'UseODBC
      Exclusive       =   0   'False
      Height          =   435
      Left            =   5280
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   ""
      Top             =   7800
      Visible         =   0   'False
      Width           =   1800
   End
   Begin VB.ComboBox Combo3 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   360
      ItemData        =   "singlexg.frx":0442
      Left            =   7500
      List            =   "singlexg.frx":0461
      TabIndex        =   12
      Text            =   "Combo3"
      Top             =   540
      Width           =   1155
   End
   Begin VB.Data Data1 
      Caption         =   "Data1"
      Connect         =   "Access"
      DatabaseName    =   "D:\tscg\bookcgk.mdb"
      DefaultCursorType=   0  'DefaultCursor
      DefaultType     =   2  'UseODBC
      Exclusive       =   0   'False
      Height          =   345
      Left            =   2880
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   "预采数据"
      Top             =   7800
      Visible         =   0   'False
      Width           =   2235
   End
   Begin VB.CommandButton Command2 
      Caption         =   "退出"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   435
      Left            =   10560
      TabIndex        =   10
      Top             =   120
      Width           =   1095
   End
   Begin VB.CommandButton Command1 
      Caption         =   "查询"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   435
      Left            =   9360
      TabIndex        =   9
      Top             =   120
      Width           =   1155
   End
   Begin VB.TextBox Text2 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   3540
      TabIndex        =   8
      Top             =   540
      Width           =   2895
   End
   Begin VB.ComboBox Combo2 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   360
      ItemData        =   "singlexg.frx":04AD
      Left            =   1620
      List            =   "singlexg.frx":04C3
      Style           =   2  'Dropdown List
      TabIndex        =   6
      Top             =   540
      Width           =   1455
   End
   Begin VB.TextBox Text1 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   3540
      TabIndex        =   0
      Top             =   60
      Width           =   2895
   End
   Begin MSDBGrid.DBGrid DBGrid1 
      Bindings        =   "singlexg.frx":04F7
      Height          =   5955
      Left            =   60
      OleObjectBlob   =   "singlexg.frx":050B
      TabIndex        =   2
      Top             =   1020
      Width           =   12195
   End
   Begin VB.ComboBox Combo1 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   360
      ItemData        =   "singlexg.frx":1F2E
      Left            =   1620
      List            =   "singlexg.frx":1F44
      Style           =   2  'Dropdown List
      TabIndex        =   1
      Top             =   60
      Width           =   1455
   End
   Begin MSDBGrid.DBGrid DBGrid2 
      Bindings        =   "singlexg.frx":1F78
      Height          =   1155
      Left            =   60
      OleObjectBlob   =   "singlexg.frx":1F8C
      TabIndex        =   13
      Top             =   7320
      Width           =   12195
   End
   Begin VB.Label Label8 
      Caption         =   "典藏"
      Height          =   255
      Left            =   11400
      TabIndex        =   24
      Top             =   600
      Width           =   855
   End
   Begin VB.Label Label7 
      Caption         =   "排架号:"
      Height          =   255
      Left            =   1680
      TabIndex        =   18
      Top             =   7080
      Width           =   1215
   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            =   6600
      TabIndex        =   15
      Top             =   120
      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            =   6600
      TabIndex        =   11
      Top             =   600
      Width           =   1035
   End
   Begin VB.Label Label4 
      Caption         =   "为:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   3120
      TabIndex        =   7
      Top             =   540
      Width           =   555
   End
   Begin VB.Label Label3 
      Caption         =   "并且字段:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12

⌨️ 快捷键说明

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