会议团体set.frm

来自「本站资料仅为大家学习之用」· FRM 代码 · 共 38 行

FRM
38
字号
VERSION 5.00
Begin VB.Form 设置会议团体 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "设置会议团体"
   ClientHeight    =   5265
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   4920
   LinkTopic       =   "Form2"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5265
   ScaleWidth      =   4920
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Command2 
      Caption         =   "取消"
      Height          =   315
      Left            =   2985
      TabIndex        =   1
      Top             =   4590
      Width           =   1050
   End
   Begin VB.CommandButton Command1 
      Caption         =   "保存"
      Height          =   315
      Left            =   795
      TabIndex        =   0
      Top             =   4590
      Width           =   1050
   End
End
Attribute VB_Name = "设置会议团体"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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