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

📄 fapt.frm

📁 星子行V2.0(源码)公开星子行V3.0以上版本,都是由星子行V1.0和星子行V2.0的核心结合而开发成的! 星子行V1.0是单反接正法,星子行V2.0是多反接法,星子行V3.0以上版本都是多反
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Fapt 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "文件传送"
   ClientHeight    =   2775
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   5175
   Icon            =   "Fapt.frx":0000
   LinkTopic       =   "Form4"
   MaxButton       =   0   'False
   ScaleHeight     =   2775
   ScaleWidth      =   5175
   StartUpPosition =   1  '所有者中心
   Begin VB.CommandButton Command1 
      Caption         =   "退出"
      Height          =   375
      Left            =   4080
      TabIndex        =   1
      Top             =   2280
      Width           =   975
   End
   Begin MSComctlLib.ProgressBar Pbar1 
      Height          =   255
      Left            =   120
      TabIndex        =   0
      Top             =   1560
      Width           =   4935
      _ExtentX        =   8705
      _ExtentY        =   450
      _Version        =   393216
      Appearance      =   1
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Height          =   180
      Left            =   120
      TabIndex        =   7
      Top             =   1080
      Width           =   90
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Height          =   180
      Left            =   120
      TabIndex        =   6
      Top             =   1920
      Width           =   90
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "33333333333"
      Height          =   180
      Left            =   2280
      TabIndex        =   5
      Top             =   720
      Width           =   990
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      Caption         =   "444444444444"
      Height          =   180
      Left            =   2280
      TabIndex        =   4
      Top             =   480
      Width           =   1080
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      Height          =   180
      Left            =   120
      TabIndex        =   3
      Top             =   1320
      Width           =   90
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "6666666666666"
      Height          =   180
      Left            =   2160
      TabIndex        =   2
      Top             =   240
      Width           =   1170
   End
End
Attribute VB_Name = "Fapt"
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 Fapt
'Unload Faws

Else


Unload Fapt





End If
End Sub

Private Sub Form_Load()

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

'Faws.Enabled = False
End Sub

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

⌨️ 快捷键说明

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