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

📄 fmrproperty.frm

📁 Windows超级黑客得到windows运行程序的信息,很经典的
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmProperty 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Window Properties"
   ClientHeight    =   4845
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7725
   Icon            =   "fmrProperty.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   323
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   515
   StartUpPosition =   3  'Windows Default
   Begin VB.Frame frameTabs 
      Caption         =   "Specific Window Information"
      Height          =   3525
      Index           =   1
      Left            =   120
      TabIndex        =   31
      Top             =   120
      Width           =   7395
      Begin VB.TextBox txtCaption 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Left            =   4260
         Locked          =   -1  'True
         TabIndex        =   57
         Top             =   240
         Width           =   3015
      End
      Begin VB.ListBox lstExtWinStyle 
         Height          =   1425
         Left            =   3780
         TabIndex        =   47
         Top             =   1980
         Width           =   3495
      End
      Begin VB.ListBox lstWinStyle 
         Height          =   1425
         Left            =   120
         TabIndex        =   46
         Top             =   1980
         Width           =   3495
      End
      Begin VB.TextBox txtExtWinStyle 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Left            =   5640
         Locked          =   -1  'True
         TabIndex        =   45
         Top             =   1560
         Width           =   1635
      End
      Begin VB.TextBox txtWinStyle 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Left            =   1320
         Locked          =   -1  'True
         TabIndex        =   44
         Top             =   1560
         Width           =   2295
      End
      Begin VB.TextBox txtInstance 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Left            =   1560
         Locked          =   -1  'True
         TabIndex        =   43
         Top             =   960
         Width           =   1215
      End
      Begin VB.TextBox txtControlID 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Left            =   4260
         Locked          =   -1  'True
         TabIndex        =   42
         Top             =   960
         Width           =   1215
      End
      Begin VB.TextBox txtUserData 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Left            =   1560
         Locked          =   -1  'True
         TabIndex        =   41
         Top             =   600
         Width           =   1215
      End
      Begin VB.TextBox txtwndProc 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Left            =   4260
         Locked          =   -1  'True
         TabIndex        =   40
         Top             =   600
         Width           =   1215
      End
      Begin VB.TextBox txtSpechWnd 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Left            =   1560
         Locked          =   -1  'True
         TabIndex        =   39
         Top             =   240
         Width           =   1215
      End
      Begin VB.Label lblCaption 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Window Caption:"
         Height          =   195
         Left            =   2940
         TabIndex        =   56
         Top             =   300
         Width           =   1215
      End
      Begin VB.Label lblExtWinStyle 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Window Extended Style:"
         Height          =   195
         Left            =   3780
         TabIndex        =   38
         Top             =   1620
         Width           =   1740
      End
      Begin VB.Label lblWinStyle 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Window Style:"
         Height          =   195
         Left            =   120
         TabIndex        =   37
         Top             =   1620
         Width           =   1020
      End
      Begin VB.Label lblUserData 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "User Data:"
         Height          =   195
         Left            =   240
         TabIndex        =   36
         Top             =   660
         Width           =   765
      End
      Begin VB.Label lblControlID 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Control ID:"
         Height          =   195
         Left            =   2880
         TabIndex        =   35
         Top             =   1020
         Width           =   750
      End
      Begin VB.Label lblInstance 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Instance Handle:"
         Height          =   195
         Left            =   240
         TabIndex        =   34
         Top             =   1020
         Width           =   1215
      End
      Begin VB.Label lblWinProc 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Window Proc:"
         Height          =   195
         Left            =   2940
         TabIndex        =   33
         Top             =   660
         Width           =   1005
      End
      Begin VB.Label lblWinSpechWnd 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Window Handle:"
         Height          =   195
         Left            =   240
         TabIndex        =   32
         Top             =   300
         Width           =   1185
      End
   End
   Begin VB.Frame frameTabs 
      Caption         =   "General Windows Information"
      Height          =   3525
      Index           =   0
      Left            =   120
      TabIndex        =   3
      Top             =   120
      Width           =   7395
      Begin VB.CommandButton cmdParent 
         Caption         =   "Parent Window"
         Height          =   375
         Left            =   3660
         TabIndex        =   55
         Top             =   3060
         Width           =   1695
      End
      Begin VB.TextBox txtMenu 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Left            =   5160
         Locked          =   -1  'True
         TabIndex        =   53
         Top             =   2040
         Width           =   2115
      End
      Begin VB.CommandButton cmdNext 
         Caption         =   "Owner Window"
         Height          =   375
         Index           =   4
         Left            =   1920
         TabIndex        =   52
         Top             =   3060
         Width           =   1695
      End
      Begin VB.CommandButton cmdNext 
         Caption         =   "Child Window"
         Height          =   375
         Index           =   5
         Left            =   180
         TabIndex        =   51
         Top             =   3060
         Width           =   1695
      End
      Begin VB.CommandButton cmdNext 
         Caption         =   "Previous Window"
         Height          =   375
         Index           =   3
         Left            =   1920
         TabIndex        =   50
         Top             =   2640
         Width           =   1695
      End
      Begin VB.CommandButton cmdNext 
         Caption         =   "Next Window"
         Height          =   375
         Index           =   2
         Left            =   180
         TabIndex        =   49
         Top             =   2640
         Width           =   1695
      End
      Begin VB.CheckBox chkOnTop 
         Enabled         =   0   'False
         Height          =   315
         Left            =   3900
         TabIndex        =   29
         Top             =   2640
         Width           =   255
      End
      Begin VB.TextBox txtWindRect 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Index           =   0
         Left            =   5160
         Locked          =   -1  'True
         TabIndex        =   26
         Top             =   1680
         Width           =   1035
      End
      Begin VB.TextBox txtClientRect 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Index           =   0
         Left            =   5160
         Locked          =   -1  'True
         TabIndex        =   25
         Top             =   1320
         Width           =   1035
      End
      Begin VB.TextBox txtClientRect 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Index           =   1
         Left            =   6240
         Locked          =   -1  'True
         TabIndex        =   24
         Top             =   1320
         Width           =   1035
      End
      Begin VB.TextBox txtWindRect 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Index           =   1
         Left            =   6240
         Locked          =   -1  'True
         TabIndex        =   23
         Top             =   1680
         Width           =   1035
      End
      Begin VB.CommandButton cmdShowSpace 
         Caption         =   "&Show Window Area"
         Height          =   375
         Left            =   5640
         TabIndex        =   21
         Top             =   3060
         Width           =   1695
      End
      Begin VB.TextBox txthWnd 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Left            =   1560
         Locked          =   -1  'True
         TabIndex        =   11
         Top             =   240
         Width           =   2055
      End
      Begin VB.TextBox txtClass 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Left            =   1560
         Locked          =   -1  'True
         TabIndex        =   10
         Top             =   600
         Width           =   2055
      End
      Begin VB.ListBox lstHeirachy 
         Height          =   1230
         Left            =   180
         TabIndex        =   9
         Top             =   1320
         Width           =   3435
      End
      Begin VB.TextBox txtThreadID 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Left            =   5160
         Locked          =   -1  'True
         TabIndex        =   8
         Top             =   240
         Width           =   2115
      End
      Begin VB.TextBox txtProcessID 
         BackColor       =   &H00C0C0C0&
         Height          =   315
         Left            =   5160

⌨️ 快捷键说明

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