fsu.frm

来自「完整的主机服务器, (含代码).程序会监视联结到主机程序上的所有机器.可是设置开」· FRM 代码 · 共 51 行

FRM
51
字号
VERSION 5.00
Begin VB.Form fsu 
   Caption         =   "Scripting Resources"
   ClientHeight    =   3195
   ClientLeft      =   6405
   ClientTop       =   3975
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   ScaleHeight     =   3195
   ScaleWidth      =   4680
   ShowInTaskbar   =   0   'False
   Visible         =   0   'False
   Begin VB.DirListBox di 
      Height          =   2565
      Index           =   0
      Left            =   1470
      TabIndex        =   2
      Top             =   315
      Width           =   1380
   End
   Begin VB.FileListBox fi 
      Height          =   2430
      Index           =   0
      Left            =   2835
      TabIndex        =   1
      Top             =   315
      Width           =   1590
   End
   Begin VB.PictureBox pic 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      AutoSize        =   -1  'True
      BackColor       =   &H80000005&
      ForeColor       =   &H80000008&
      Height          =   2220
      Index           =   0
      Left            =   210
      ScaleHeight     =   146
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   202
      TabIndex        =   0
      Top             =   105
      Width           =   3060
   End
End
Attribute VB_Name = "fsu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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