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

📄 zcform8.frm

📁 工资管理系统(VB)基于vb开发的工资管理系统,希望大家有用
💻 FRM
字号:
VERSION 5.00
Begin VB.Form form1 
   Caption         =   "机关事业单位通用工资管理系统注册"
   ClientHeight    =   4425
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7695
   Icon            =   "zcForm8.frx":0000
   LinkTopic       =   "Form8"
   MinButton       =   0   'False
   ScaleHeight     =   4425
   ScaleWidth      =   7695
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton Command1 
      Caption         =   "开始注册"
      Height          =   585
      Left            =   6090
      Picture         =   "zcForm8.frx":0442
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   3780
      Width           =   1395
   End
   Begin VB.Label Label3 
      Caption         =   "机关事业单位通用工资管理系统"
      BeginProperty Font 
         Name            =   "黑体"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   585
      Left            =   1110
      TabIndex        =   3
      Top             =   990
      Width           =   6375
   End
   Begin VB.Label Label2 
      Caption         =   "For windows95/98/NT"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   465
      Left            =   1890
      TabIndex        =   1
      Top             =   1710
      Width           =   4485
   End
   Begin VB.Image Image1 
      Height          =   1620
      Left            =   330
      Picture         =   "zcForm8.frx":0884
      Stretch         =   -1  'True
      Top             =   2490
      Width           =   2025
   End
   Begin VB.Label Label1 
      Caption         =   "欢迎注册"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   585
      Left            =   2910
      TabIndex        =   0
      Top             =   180
      Width           =   1935
   End
End
Attribute VB_Name = "form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
  zzform3.Show 1
End Sub

⌨️ 快捷键说明

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