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

📄 form_title.frm

📁 2008年版
💻 FRM
字号:
VERSION 5.00
Begin VB.Form form_title 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   9000
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   12000
   Icon            =   "form_title.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "form_title.frx":0ECA
   ScaleHeight     =   9000
   ScaleWidth      =   12000
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton Command2 
      Cancel          =   -1  'True
      Height          =   345
      Left            =   6960
      Picture         =   "form_title.frx":38A3C
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   6450
      Width           =   1035
   End
   Begin VB.CommandButton Command1 
      Height          =   345
      Left            =   5820
      Picture         =   "form_title.frx":38B19
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   6450
      Width           =   1065
   End
End
Attribute VB_Name = "form_title"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
    Unload Me
    form_Main.Show
End Sub

Private Sub Command2_Click()
    Unload Me
End Sub

⌨️ 快捷键说明

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