frmconfig1.frm

来自「前台POS系统,VB源码.程序没有调试,」· FRM 代码 · 共 34 行

FRM
34
字号
VERSION 5.00
Object = "{63DFAE0C-1BED-11D5-AD8D-0050BAA9AC14}#35.0#0"; "GuestManagerSystem.ocx"
Begin VB.Form frmConfig1 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "商人增加系统"
   ClientHeight    =   6480
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9285
   Icon            =   "frmConfig1.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6480
   ScaleWidth      =   9285
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin GuestManagerSystem.GuestManager GuestManager1 
      Height          =   6450
      Left            =   -105
      TabIndex        =   0
      Top             =   0
      Width           =   9585
      _ExtentX        =   16907
      _ExtentY        =   11377
   End
End
Attribute VB_Name = "frmConfig1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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