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

📄 formset.frm

📁 给人写的毕设
💻 FRM
字号:
VERSION 5.00
Object = "{0D452EE1-E08F-101A-852E-02608C4D0BB4}#2.0#0"; "FM20.DLL"
Begin VB.Form Formset 
   BackColor       =   &H8000000B&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "基本设置"
   ClientHeight    =   4605
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6660
   Icon            =   "Formset.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "Formset.frx":0442
   ScaleHeight     =   4605
   ScaleWidth      =   6660
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin MSForms.CommandButton CommandButton7 
      Height          =   495
      Left            =   4800
      TabIndex        =   6
      Top             =   3600
      Width           =   1455
      BackColor       =   16777152
      Caption         =   "返回"
      Size            =   "2566;873"
      FontName        =   "宋体"
      FontHeight      =   180
      FontCharSet     =   134
      FontPitchAndFamily=   34
      ParagraphAlign  =   3
   End
   Begin MSForms.CommandButton CommandButton6 
      Height          =   495
      Left            =   600
      TabIndex        =   5
      Top             =   3600
      Width           =   1455
      BackColor       =   16777152
      Caption         =   "存放地点设置"
      Size            =   "2566;873"
      FontName        =   "宋体"
      FontHeight      =   180
      FontCharSet     =   134
      FontPitchAndFamily=   34
      ParagraphAlign  =   3
   End
   Begin MSForms.CommandButton CommandButton5 
      Height          =   495
      Left            =   2640
      TabIndex        =   4
      Top             =   3600
      Width           =   1455
      BackColor       =   16777152
      Caption         =   "用户设置"
      Size            =   "2566;873"
      FontName        =   "宋体"
      FontHeight      =   180
      FontCharSet     =   134
      FontPitchAndFamily=   34
      ParagraphAlign  =   3
   End
   Begin MSForms.CommandButton CommandButton4 
      Height          =   495
      Left            =   2640
      TabIndex        =   3
      Top             =   2280
      Width           =   1455
      BackColor       =   16777152
      Caption         =   "保管期限设置"
      Size            =   "2566;873"
      FontName        =   "宋体"
      FontHeight      =   180
      FontCharSet     =   134
      FontPitchAndFamily=   34
      ParagraphAlign  =   3
   End
   Begin MSForms.CommandButton CommandButton3 
      Height          =   495
      Left            =   600
      TabIndex        =   2
      Top             =   2280
      Width           =   1455
      BackColor       =   16777152
      Caption         =   "保密等级设置"
      Size            =   "2566;873"
      FontName        =   "宋体"
      FontHeight      =   180
      FontCharSet     =   134
      FontPitchAndFamily=   34
      ParagraphAlign  =   3
   End
   Begin MSForms.CommandButton CommandButton2 
      Height          =   495
      Left            =   2640
      TabIndex        =   1
      Top             =   960
      Width           =   1455
      BackColor       =   16777152
      Caption         =   "立卷单位设置"
      Size            =   "2566;873"
      FontName        =   "宋体"
      FontHeight      =   180
      FontCharSet     =   134
      FontPitchAndFamily=   34
      ParagraphAlign  =   3
   End
   Begin MSForms.CommandButton CommandButton1 
      Height          =   495
      Left            =   600
      TabIndex        =   0
      Top             =   960
      Width           =   1455
      BackColor       =   16777152
      Caption         =   "档案类型设置"
      Size            =   "2566;873"
      FontName        =   "宋体"
      FontHeight      =   180
      FontCharSet     =   134
      FontPitchAndFamily=   34
      ParagraphAlign  =   3
   End
End
Attribute VB_Name = "Formset"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

'''''''''''''''''''''''''''''''''''''''''
'该窗体帮助进行一些基本设置工作,在主窗体中选择“基本设置”后弹出
'''''''''''''''''''''''''''''''''''''''''
Private Sub CommandButton1_Click()
Me.Hide
Formsetda.Show
End Sub

Private Sub CommandButton2_Click()
Me.Hide
Formsetlj.Show
End Sub

Private Sub CommandButton3_Click()
Me.Hide
Formsetbm.Show
End Sub

Private Sub CommandButton4_Click()
Me.Hide
Formsetbg.Show
End Sub

Private Sub CommandButton5_Click()
Me.Hide
Formsetyh.Show
End Sub

Private Sub CommandButton6_Click()
Me.Hide
Formsetcf.Show
End Sub

Private Sub CommandButton7_Click()
Me.Hide
Formmain.Show
End Sub


Private Sub Form_Unload(Cancel As Integer)
Me.Hide
Formmain.Show
End Sub

⌨️ 快捷键说明

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