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

📄 form4.frm

📁 星子行主机控制系统用于主机管理,方便远程操作,通信等功能.更 方便用于局域网,管理速度快,连接简单方便.注意:星子行连接可用 于带路由主机与带路由主机之间连接,非路由与非路由之间连接.带
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Form4 
   Caption         =   "文件传送"
   ClientHeight    =   3810
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   6525
   Icon            =   "Form4.frx":0000
   LinkTopic       =   "Form4"
   ScaleHeight     =   3810
   ScaleWidth      =   6525
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "退出"
      Height          =   375
      Left            =   4440
      TabIndex        =   1
      Top             =   3240
      Width           =   1215
   End
   Begin MSComctlLib.ProgressBar Pbar1 
      Height          =   375
      Left            =   960
      TabIndex        =   0
      Top             =   2760
      Width           =   4695
      _ExtentX        =   8281
      _ExtentY        =   661
      _Version        =   393216
      Appearance      =   1
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Height          =   180
      Left            =   840
      TabIndex        =   7
      Top             =   840
      Width           =   90
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Height          =   180
      Left            =   840
      TabIndex        =   6
      Top             =   1800
      Width           =   90
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Height          =   180
      Left            =   840
      TabIndex        =   5
      Top             =   2160
      Width           =   90
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      Height          =   180
      Left            =   840
      TabIndex        =   4
      Top             =   2520
      Width           =   90
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      Height          =   180
      Left            =   840
      TabIndex        =   3
      Top             =   1200
      Width           =   90
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Height          =   180
      Left            =   840
      TabIndex        =   2
      Top             =   480
      Width           =   90
   End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Option Explicit

Private Sub Command1_Click()
If (Command1.Caption = "退出") Then
Unload Form4
Unload Form3

Else


Unload Form4





End If
End Sub

Private Sub Form_Load()

Command1.Caption = "退出"
'SetWindowPos Form4.hwnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE

Form3.Enabled = False
End Sub

Private Sub Form_Unload(Cancel As Integer)
Form3.Enabled = True
End Sub

⌨️ 快捷键说明

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