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

📄 main.frm

📁 VB医药保险品查询系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Main 
   Caption         =   "江西省医保药品查询系统"
   ClientHeight    =   8085
   ClientLeft      =   165
   ClientTop       =   555
   ClientWidth     =   11445
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   12
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "main.frx":0000
   LinkTopic       =   "Form1"
   MouseIcon       =   "main.frx":000C
   MousePointer    =   99  'Custom
   ScaleHeight     =   8085
   ScaleWidth      =   11445
   StartUpPosition =   2  '屏幕中心
   Begin VB.Label LblTime 
      BackStyle       =   0  'Transparent
      Height          =   495
      Left            =   9120
      TabIndex        =   2
      Top             =   7440
      Width           =   1815
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "江西省医保药品查询系统"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   36
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   720
      Left            =   1680
      TabIndex        =   1
      Top             =   2400
      Width           =   7920
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "欢迎使用"
      BeginProperty Font 
         Name            =   "方正舒体"
         Size            =   42
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   855
      Left            =   3840
      TabIndex        =   0
      Top             =   1080
      Width           =   3495
   End
   Begin VB.Image Image1 
      Height          =   8250
      Left            =   0
      Picture         =   "main.frx":015E
      Top             =   -120
      Width           =   11445
   End
   Begin VB.Menu Menu_Manage 
      Caption         =   "系统管理(&M)"
      Begin VB.Menu Menu_ManageAdd 
         Caption         =   "增加用户(&A)"
         Shortcut        =   ^A
      End
      Begin VB.Menu Menu_Managechange 
         Caption         =   "修改密码(&C)"
         Shortcut        =   ^C
      End
      Begin VB.Menu line 
         Caption         =   "-"
      End
      Begin VB.Menu Exit 
         Caption         =   "退出(&X)"
         Shortcut        =   ^Q
      End
   End
   Begin VB.Menu Menu_Edit 
      Caption         =   "药品管理(&E)"
      Begin VB.Menu Menu_Editinto 
         Caption         =   "药品录入(&I)"
         Shortcut        =   ^I
      End
      Begin VB.Menu Menu_Editmedicchange 
         Caption         =   "药品修改(&C)"
      End
      Begin VB.Menu line1 
         Caption         =   "-"
      End
      Begin VB.Menu Menu_EditDelete 
         Caption         =   "药品删除(&D)"
         Shortcut        =   ^D
      End
   End
   Begin VB.Menu Menu_find 
      Caption         =   "药品查询(&U)"
      Begin VB.Menu Menu_Findname 
         Caption         =   "按名称(&M)"
      End
      Begin VB.Menu line5 
         Caption         =   "-"
      End
      Begin VB.Menu Menu_Findtype 
         Caption         =   "按类型(&T)"
      End
      Begin VB.Menu line3 
         Caption         =   "-"
      End
      Begin VB.Menu Menu_Findshangpinming 
         Caption         =   "按商品名(&S)"
      End
      Begin VB.Menu Find_pingyingma 
         Caption         =   "按拼音码(&P)"
      End
   End
   Begin VB.Menu Menu_help 
      Caption         =   "帮助(&H)"
      Begin VB.Menu MenuHelp_Help 
         Caption         =   "帮助信息(&C)"
      End
      Begin VB.Menu line4 
         Caption         =   "-"
      End
      Begin VB.Menu MenuHelp_about 
         Caption         =   "关于医保药品查询系统(&A)"
      End
   End
End
Attribute VB_Name = "Main"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'Download by http://www.codefans.net
Private Sub Form_Load()
LblTime.AutoSize = True
LblTime.Caption = Now
End Sub
Private Sub Menu_ManageAdd_Click()
      frmadduser.Show
End Sub

Private Sub Menu_Managechange_Click()
      frmchangepwd.Show
End Sub

Private Sub Exit_Click()
    If MsgBox("确定要退出吗?", vbYesNo + vbQuestion) = vbYes Then
        End
    Else
        Main.Show
    End If
End Sub

Private Sub Menu_EditDelete_Click()
    frmmedicmanage.Show
End Sub

Private Sub Menu_Editinto_Click()
    frmmedicmanage.Show
End Sub

Private Sub Menu_Editmedicchange_Click()
     frmmedicmanage.Show
End Sub

Private Sub Find_pingyingma_Click()
   frmmedicfind.Show
   frmmedicfind.Combo1.Text = frmmedicfind.Combo1.List(3)
End Sub

Private Sub Menu_Findname_Click()
   frmmedicfind.Show
   frmmedicfind.Combo1.Text = frmmedicfind.Combo1.List(0)
End Sub

Private Sub Menu_Findshangpinming_Click()
   frmmedicfind.Show
   frmmedicfind.Combo1.Text = frmmedicfind.Combo1.List(2)

End Sub

Private Sub Menu_Findtype_Click()
  frmmedicfind.Show
  frmmedicfind.Combo1.Text = frmmedicfind.Combo1.List(1)
  
End Sub

Private Sub MenuHelp_about_Click()
    frmabout.Show
End Sub


Private Sub MenuHelp_Help_Click()
Call HtmlHelp(0, App.Path & "\help.chm", &H0, ByVal "按名称查询.htm")
End Sub

⌨️ 快捷键说明

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