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

📄 form1.frm

📁 给人写的毕设
💻 FRM
字号:
VERSION 5.00
Object = "{0D452EE1-E08F-101A-852E-02608C4D0BB4}#2.0#0"; "FM20.DLL"
Begin VB.Form Formmain 
   Appearance      =   0  'Flat
   BackColor       =   &H80000005&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "沈阳煤气档案管理"
   ClientHeight    =   4185
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   4770
   Icon            =   "Form1.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "Form1.frx":0442
   ScaleHeight     =   4185
   ScaleWidth      =   4770
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin MSForms.CommandButton CommandButton1 
      Height          =   495
      Left            =   120
      TabIndex        =   0
      Top             =   3480
      Width           =   1455
      ForeColor       =   12582912
      VariousPropertyBits=   19
      Caption         =   "档案管理"
      PicturePosition =   262148
      Size            =   "2566;873"
      FontName        =   "华文中宋"
      FontEffects     =   1073741825
      FontHeight      =   240
      FontCharSet     =   134
      FontPitchAndFamily=   34
      ParagraphAlign  =   3
      FontWeight      =   700
   End
   Begin MSForms.CommandButton CommandButton2 
      Height          =   495
      Left            =   1620
      TabIndex        =   1
      Top             =   3480
      Width           =   1455
      ForeColor       =   12582912
      VariousPropertyBits=   19
      Caption         =   "目录汇编"
      Size            =   "2566;873"
      FontName        =   "华文中宋"
      FontEffects     =   1073741825
      FontHeight      =   240
      FontCharSet     =   134
      FontPitchAndFamily=   34
      ParagraphAlign  =   3
      FontWeight      =   700
   End
   Begin MSForms.CommandButton CommandButton3 
      Height          =   495
      Left            =   3120
      TabIndex        =   2
      Top             =   3480
      Width           =   1455
      ForeColor       =   12582912
      VariousPropertyBits=   19
      Caption         =   "基本设置"
      Size            =   "2566;873"
      FontName        =   "华文中宋"
      FontEffects     =   1073741825
      FontHeight      =   240
      FontCharSet     =   134
      FontPitchAndFamily=   34
      ParagraphAlign  =   3
      FontWeight      =   700
   End
   Begin MSForms.Label Label1 
      Height          =   1095
      Left            =   1200
      TabIndex        =   3
      Top             =   1080
      Width           =   3615
      ForeColor       =   16711680
      BackColor       =   -2147483643
      VariousPropertyBits=   8388627
      Caption         =   "沈阳煤气"
      Size            =   "6376;1931"
      FontName        =   "隶书"
      FontHeight      =   840
      FontCharSet     =   134
      FontPitchAndFamily=   34
   End
End
Attribute VB_Name = "Formmain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
''''''''''''''''''''''''''''''''
'该窗体是登陆后显示窗体,用户根据自己需要选择进一步工作
''''''''''''''''''''''''''''''''

Private Sub CommandButton1_Click()
Formview.Show
Formsub.Show
Formsub.Hide
Me.Hide
End Sub

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

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

Private Sub Form_Load()
If jibie = False Then
Me.CommandButton3.Visible = False
End If
End Sub

Private Sub Form_Unload(Cancel As Integer)
End
End Sub

⌨️ 快捷键说明

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