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

📄

📁 这是一个用vb+SQL Server数据库编写的样品检验代码。包括样品的购买库存以及检验的各项程序
💻
📖 第 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"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form 项目表 
   Caption         =   "项目表"
   ClientHeight    =   6795
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   10545
   Icon            =   "项目表.frx":0000
   LinkTopic       =   "Form2"
   ScaleHeight     =   6795
   ScaleWidth      =   10545
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton cmdsave 
      Appearance      =   0  'Flat
      Caption         =   "保存"
      Height          =   375
      Left            =   8520
      MaskColor       =   &H00FFFFFF&
      Style           =   1  'Graphical
      TabIndex        =   5
      Top             =   1920
      Width           =   855
   End
   Begin VB.CommandButton cmdadd 
      Appearance      =   0  'Flat
      Caption         =   "添加"
      Height          =   375
      Left            =   8520
      MaskColor       =   &H00FFFFFF&
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   720
      Width           =   855
   End
   Begin VB.CommandButton cmddelete 
      Appearance      =   0  'Flat
      Caption         =   "删除"
      Height          =   375
      Left            =   9480
      MaskColor       =   &H00FFFFFF&
      Style           =   1  'Graphical
      TabIndex        =   6
      Top             =   1920
      Width           =   855
   End
   Begin VB.CommandButton cmdcancel 
      Appearance      =   0  'Flat
      Caption         =   "取消"
      Enabled         =   0   'False
      Height          =   375
      Left            =   9480
      MaskColor       =   &H00FFFFFF&
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   720
      Width           =   855
   End
   Begin VB.CommandButton cmdedit 
      Appearance      =   0  'Flat
      Caption         =   "编辑"
      Height          =   375
      Left            =   8520
      MaskColor       =   &H00FFFFFF&
      Style           =   1  'Graphical
      TabIndex        =   3
      Top             =   1320
      Width           =   855
   End
   Begin VB.CommandButton cmdexitedit 
      Appearance      =   0  'Flat
      Caption         =   "退出编辑"
      Enabled         =   0   'False
      Height          =   375
      Left            =   9480
      MaskColor       =   &H0000FF00&
      Style           =   1  'Graphical
      TabIndex        =   4
      Top             =   1320
      Width           =   855
   End
   Begin VB.Frame FrmXXB 
      Caption         =   "项目表"
      Height          =   2175
      Left            =   2040
      TabIndex        =   16
      Top             =   120
      Width           =   4335
      Begin VB.TextBox TxtJYZQ 
         DataField       =   "检验周期"
         DataSource      =   "Adodc1"
         Height          =   270
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   10
         Text            =   "TxtJYZQ"
         Top             =   1440
         Width           =   2895
      End
      Begin VB.TextBox TxtBZ 
         DataField       =   "备注"
         DataSource      =   "Adodc1"
         Height          =   270
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   11
         Text            =   "TxtBZ"
         Top             =   1800
         Width           =   2895
      End
      Begin VB.TextBox TxtZB 
         DataField       =   "指标"
         DataSource      =   "Adodc1"
         Height          =   270
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   9
         Text            =   "TxtZB"
         Top             =   1080
         Width           =   2895
      End
      Begin VB.TextBox TxtXMDM 
         DataField       =   "项目代码"
         DataSource      =   "Adodc1"
         Height          =   270
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   8
         Text            =   "TxtXMDM"
         Top             =   720
         Width           =   2895
      End
      Begin VB.TextBox TxtXMMC 
         DataField       =   "项目名称"
         DataSource      =   "Adodc1"
         Height          =   270
         Left            =   1200
         Locked          =   -1  'True
         TabIndex        =   7
         Text            =   "TxtXMMC"
         Top             =   360
         Width           =   2895
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         Caption         =   "检验周期"
         Height          =   180
         Left            =   240
         TabIndex        =   21
         Top             =   1440
         Width           =   720
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "项目名称"
         Height          =   180
         Left            =   240
         TabIndex        =   20
         Top             =   360
         Width           =   720
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "项目代码"
         Height          =   180
         Left            =   240
         TabIndex        =   19
         Top             =   720
         Width           =   720
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         Caption         =   "指标"
         Height          =   180
         Left            =   240
         TabIndex        =   18
         Top             =   1080
         Width           =   360
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "备注"
         Height          =   180
         Left            =   240
         TabIndex        =   17
         Top             =   1800
         Width           =   360
      End
   End
   Begin VB.Frame Frame_sort 
      Caption         =   "排序"
      Height          =   1575
      Left            =   120
      TabIndex        =   15
      Top             =   120
      Width           =   1815
      Begin VB.CommandButton cmdsort 
         Caption         =   "开始排序"
         Height          =   375
         Left            =   360
         TabIndex        =   13
         Top             =   1080
         Width           =   1215
      End
      Begin VB.ComboBox Combosort 
         Height          =   300
         ItemData        =   "项目表.frx":08CA
         Left            =   360
         List            =   "项目表.frx":08DA
         TabIndex        =   12
         Text            =   "项目名称"
         Top             =   240
         Width           =   1215
      End
   End
   Begin MSComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   375
      Left            =   0
      TabIndex        =   14
      Top             =   6420
      Width           =   10545
      _ExtentX        =   18600
      _ExtentY        =   661
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   3
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
         EndProperty
         BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
         EndProperty
         BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
         EndProperty
      EndProperty
   End
   Begin MSDataGridLib.DataGrid DataGrid1 
      Bindings        =   "项目表.frx":0902
      Height          =   3855
      Left            =   120
      TabIndex        =   0
      Top             =   2520
      Width           =   10215
      _ExtentX        =   18018
      _ExtentY        =   6800
      _Version        =   393216
      AllowUpdate     =   0   'False
      HeadLines       =   1
      RowHeight       =   15
      FormatLocked    =   -1  'True
      BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ColumnCount     =   5
      BeginProperty Column00 
         DataField       =   "项目名称"
         Caption         =   "项目名称"
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty Column01 
         DataField       =   "项目代码"
         Caption         =   "项目代码"

⌨️ 快捷键说明

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