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

📄 frmabout.frm

📁 这是一个对药品入库
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   BackColor       =   &H00404040&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "关于我的应用程序"
   ClientHeight    =   3630
   ClientLeft      =   2340
   ClientTop       =   1935
   ClientWidth     =   5730
   ClipControls    =   0   'False
   Icon            =   "frmAbout.frx":0000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "frmAbout.frx":030A
   ScaleHeight     =   2505.49
   ScaleMode       =   0  'User
   ScaleWidth      =   5380.766
   ShowInTaskbar   =   0   'False
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      ForeColor       =   &H80000008&
      Height          =   2025
      Left            =   240
      Picture         =   "frmAbout.frx":59F9
      ScaleHeight     =   1995
      ScaleWidth      =   1185
      TabIndex        =   5
      Top             =   240
      Width           =   1215
      Begin VB.TextBox Text1 
         Height          =   270
         Left            =   120
         TabIndex        =   7
         Text            =   "Text1"
         Top             =   2040
         Width           =   975
      End
   End
   Begin VB.CommandButton cmdOK 
      Cancel          =   -1  'True
      Caption         =   "确定"
      Default         =   -1  'True
      Height          =   362
      Left            =   4125
      TabIndex        =   0
      Top             =   2625
      Width           =   1278
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "中北大学01090B15课程设计小组"
      Height          =   240
      Left            =   1650
      TabIndex        =   6
      Top             =   2160
      Width           =   2580
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00808080&
      BorderStyle     =   6  'Inside Solid
      Index           =   1
      X1              =   84.515
      X2              =   5309.398
      Y1              =   1687.582
      Y2              =   1687.582
   End
   Begin VB.Label lblDescription 
      BackColor       =   &H00404040&
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   $"frmAbout.frx":C4B5
      ForeColor       =   &H00000000&
      Height          =   975
      Left            =   1650
      TabIndex        =   1
      Top             =   1050
      Width           =   3840
   End
   Begin VB.Label lblTitle 
      BackColor       =   &H00404040&
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "医药进销存系统"
      ForeColor       =   &H00000000&
      Height          =   232
      Left            =   1650
      TabIndex        =   3
      Top             =   240
      Width           =   3840
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00FFFFFF&
      BorderWidth     =   2
      Index           =   0
      X1              =   98.6
      X2              =   5309.398
      Y1              =   1697.935
      Y2              =   1697.935
   End
   Begin VB.Label lblVersion 
      BackColor       =   &H00404040&
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "版本"
      ForeColor       =   &H00000000&
      Height          =   225
      Left            =   1650
      TabIndex        =   4
      Top             =   660
      Width           =   3840
   End
   Begin VB.Label lblDisclaimer 
      BackColor       =   &H00404040&
      BackStyle       =   0  'Transparent
      Caption         =   "医院药品管理系统"
      ForeColor       =   &H00000000&
      Height          =   290
      Left            =   288
      TabIndex        =   2
      Top             =   2625
      Width           =   3630
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdOK_Click()
  Unload Me
End Sub

Private Sub Form_Load()

    Me.Caption = "关于" & App.Title
    lblVersion.Caption = "版本" & App.Major & "." & App.Minor & "." & App.Revision & "  版权所有(C) 2002 Bluesoft Corp"
    lblTitle.Caption = App.Title
    End Sub

⌨️ 快捷键说明

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