form2.frm

来自「一套鞋厂的销售管理系统」· FRM 代码 · 共 34 行

FRM
34
字号
VERSION 5.00
Object = "{39C285AD-1C65-11D2-B817-00805F46C5B2}#2.2#0"; "RsForm.ocx"
Begin VB.Form Form2 
   Caption         =   "Form2"
   ClientHeight    =   5520
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7440
   LinkTopic       =   "Form2"
   MouseIcon       =   "Form2.frx":0000
   ScaleHeight     =   5520
   ScaleWidth      =   7440
   StartUpPosition =   3  '窗口缺省
   Begin RsFormLib.RsForm RsForm1 
      Height          =   4455
      Left            =   480
      TabIndex        =   0
      Top             =   480
      Width           =   5895
      _Version        =   131074
      _ExtentX        =   10398
      _ExtentY        =   7858
      _ExtentX        =   10398
      _ExtentY        =   7858
      _StockProps     =   0
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

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