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

📄 frm_yptj.frm

📁 网络化管理解决了实际工作中不能及时对连锁店销售情况进行统一管理的问题
💻 FRM
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form Frm_yptj 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "药品添加"
   ClientHeight    =   5220
   ClientLeft      =   3660
   ClientTop       =   3690
   ClientWidth     =   7560
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5220
   ScaleWidth      =   7560
   Begin VB.TextBox Text1 
      Height          =   375
      Index           =   1
      Left            =   1800
      TabIndex        =   2
      Top             =   1440
      Width           =   1695
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   3120
      Top             =   120
      Visible         =   0   'False
      Width           =   1575
      _ExtentX        =   2778
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      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;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=shop"
      OLEDBString     =   "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=shop"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "select * from 药品表"
      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.CommandButton Cmdexit 
      Caption         =   "退出"
      Height          =   495
      Left            =   4560
      TabIndex        =   9
      Top             =   4560
      Width           =   975
   End
   Begin VB.CommandButton Cmdadd 
      Caption         =   "添加"
      Default         =   -1  'True
      Height          =   495
      Left            =   1920
      TabIndex        =   8
      Top             =   4560
      Width           =   975
   End
   Begin VB.Frame Frame2 
      Height          =   735
      Left            =   120
      TabIndex        =   19
      Top             =   4440
      Width           =   7335
   End
   Begin VB.Frame Frame1 
      Height          =   4335
      Left            =   120
      TabIndex        =   10
      Top             =   0
      Width           =   7335
      Begin VB.TextBox Text1 
         Height          =   375
         Index           =   0
         Left            =   1680
         TabIndex        =   0
         Top             =   600
         Width           =   1695
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Index           =   2
         Left            =   5280
         TabIndex        =   1
         Top             =   600
         Width           =   1695
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Index           =   3
         Left            =   5280
         TabIndex        =   3
         Top             =   1440
         Width           =   1695
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Index           =   6
         Left            =   1680
         TabIndex        =   4
         Top             =   2280
         Width           =   1695
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Index           =   5
         Left            =   5280
         TabIndex        =   5
         Top             =   2280
         Width           =   1695
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Index           =   4
         Left            =   1680
         TabIndex        =   6
         Top             =   3360
         Width           =   1695
      End
      Begin MSComCtl2.DTPicker DTPicker1 
         Height          =   375
         Left            =   5280
         TabIndex        =   7
         Top             =   3360
         Width           =   1695
         _ExtentX        =   2990
         _ExtentY        =   661
         _Version        =   393216
         Format          =   25296897
         CurrentDate     =   39373
      End
      Begin VB.Label Label7 
         BackStyle       =   0  'Transparent
         Caption         =   "价格"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   840
         TabIndex        =   18
         Top             =   3360
         Width           =   495
      End
      Begin VB.Label Label6 
         BackStyle       =   0  'Transparent
         Caption         =   "总数量"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   4080
         TabIndex        =   17
         Top             =   2400
         Width           =   735
      End
      Begin VB.Label Label5 
         BackStyle       =   0  'Transparent
         Caption         =   "总规格"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   600
         TabIndex        =   16
         Top             =   2280
         Width           =   735
      End
      Begin VB.Label Label4 
         BackStyle       =   0  'Transparent
         Caption         =   "规格"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   4320
         TabIndex        =   15
         Top             =   1560
         Width           =   495
      End
      Begin VB.Label Label3 
         BackStyle       =   0  'Transparent
         Caption         =   "药品类型名称"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   120
         TabIndex        =   14
         Top             =   1440
         Width           =   1335
      End
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Caption         =   "药品名称"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   3960
         TabIndex        =   13
         Top             =   600
         Width           =   1095
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "药品编号"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   480
         TabIndex        =   12
         Top             =   600
         Width           =   855
      End
      Begin VB.Label Label8 
         BackStyle       =   0  'Transparent
         Caption         =   "添加日期"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   3840
         TabIndex        =   11
         Top             =   3360
         Width           =   975
      End
   End
End
Attribute VB_Name = "Frm_yptj"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Activate()
  Text1(1).SetFocus
  Adodc1.RecordSource = "select * from 药品表 order by 药品编号"
  Adodc1.Refresh
  If Adodc1.Recordset.RecordCount > 0 Then
     Adodc1.Recordset.MoveLast
     Text1(0).Text = Format(Adodc1.Recordset.Fields("药品编号") + 1, "0")
  Else
     Text1(0).Text = "1"
  End If
End Sub
Private Sub Cmdadd_Click()
Dim AdoRs As New ADODB.Recordset
Dim sql As String
If IsNumeric(Text1(0).Text) = False Then
        MsgBox "请输入数字!"
        Text1(0).SetFocus
        Exit Sub
End If
If Text1(0).Text = "" Or Text1(1).Text = "" Or Text1(2).Text = "" Then
        MsgBox "重要内容不能为空!"
        Text1(0).SetFocus
        Exit Sub
End If
 AdoRs.Open "select * from 药品表", cnn, adOpenKeyset, adLockOptimistic
  AdoRs.AddNew
  For i = 0 To 3
      AdoRs.Fields(i) = Text1(i).Text
  Next i
     AdoRs.Fields("价格") = Val(Text1(4).Text)
  For i = 5 To 6
     AdoRs.Fields(i) = Text1(i).Text
  Next i
     AdoRs.Fields("添加日期") = DTPicker1.Value
  AdoRs.Update
  AdoRs.Close
  Frm_yplb.Adodc1.Refresh
  Unload Me
End Sub

Private Sub Cmdexit_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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