📄 frmmain.frm
字号:
Caption = "Total No of Combinations"
Height = 255
Left = 120
TabIndex = 57
Top = 240
Width = 2175
End
Begin VB.Label Label12
Caption = "Total No of Permutations"
Height = 255
Left = 120
TabIndex = 56
Top = 600
Width = 1935
End
End
Begin TabDlg.SSTab SSTabBF
Height = 3975
Left = -74880
TabIndex = 28
Top = 480
Width = 4815
_ExtentX = 8493
_ExtentY = 7011
_Version = 327680
Style = 1
Tabs = 4
TabsPerRow = 4
TabHeight = 520
TabCaption(0) = "Setup"
TabPicture(0) = "frmMain.frx":0B0A
Tab(0).ControlCount= 4
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "txtBFSetup"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).Control(1)= "frmKeys"
Tab(0).Control(1).Enabled= 0 'False
Tab(0).Control(2)= "cmdReset"
Tab(0).Control(2).Enabled= 0 'False
Tab(0).Control(3)= "cmdRepeat"
Tab(0).Control(3).Enabled= 0 'False
TabCaption(1) = "Help"
TabPicture(1) = "frmMain.frx":0B26
Tab(1).ControlCount= 5
Tab(1).ControlEnabled= 0 'False
Tab(1).Control(0)= "Label1"
Tab(1).Control(0).Enabled= 0 'False
Tab(1).Control(1)= "Label2"
Tab(1).Control(1).Enabled= 0 'False
Tab(1).Control(2)= "Label3"
Tab(1).Control(2).Enabled= 0 'False
Tab(1).Control(3)= "Label4"
Tab(1).Control(3).Enabled= 0 'False
Tab(1).Control(4)= "Label5"
Tab(1).Control(4).Enabled= 0 'False
TabCaption(2) = "Key Codes"
TabPicture(2) = "frmMain.frx":0B42
Tab(2).ControlCount= 1
Tab(2).ControlEnabled= 0 'False
Tab(2).Control(0)= "txtHelp"
Tab(2).Control(0).Enabled= 0 'False
TabCaption(3) = "Bugs"
TabPicture(3) = "frmMain.frx":0B5E
Tab(3).ControlCount= 3
Tab(3).ControlEnabled= 0 'False
Tab(3).Control(0)= "Label20"
Tab(3).Control(0).Enabled= 0 'False
Tab(3).Control(1)= "Label21"
Tab(3).Control(1).Enabled= 0 'False
Tab(3).Control(2)= "frmParse"
Tab(3).Control(2).Enabled= 0 'False
Begin VB.Frame frmParse
Caption = "Select Parse mode"
Height = 735
Left = -74880
TabIndex = 77
Top = 480
Width = 4215
Begin VB.OptionButton optPmode2
Caption = "Mode 2"
Height = 255
Left = 1560
TabIndex = 79
ToolTipText = "This Process is slower but more reliable"
Top = 360
Width = 1095
End
Begin VB.OptionButton optPmode1
Caption = "Mode 1"
Height = 255
Left = 120
TabIndex = 78
ToolTipText = "This process is faster but less reliable"
Top = 360
Value = -1 'True
Width = 1095
End
End
Begin VB.CommandButton cmdRepeat
Caption = "Repeat"
Height = 375
Left = 1080
TabIndex = 76
Top = 3360
Width = 855
End
Begin VB.CommandButton cmdReset
Caption = "Reset !"
Height = 375
Left = 240
TabIndex = 70
Top = 3360
Width = 735
End
Begin VB.Frame frmKeys
Caption = "Commonly used keys"
Height = 3495
Left = 2160
TabIndex = 36
Top = 360
Width = 2295
Begin VB.CommandButton cmdPercent
Caption = "%"
Height = 375
Left = 1560
TabIndex = 75
Top = 3000
Width = 615
End
Begin VB.CommandButton cmdPlus
Caption = "+"
Height = 375
Left = 840
TabIndex = 74
Top = 3000
Width = 615
End
Begin VB.CommandButton cmdCaret
Caption = "^"
Height = 375
Left = 120
TabIndex = 73
Top = 3000
Width = 615
End
Begin VB.CommandButton cmdBkSp
Caption = "BkSp"
Height = 375
Left = 1560
TabIndex = 54
Top = 240
Width = 615
End
Begin VB.CommandButton cmdCAPS
Caption = "CAPS"
Height = 375
Left = 840
TabIndex = 53
Top = 1680
Width = 615
End
Begin VB.CommandButton cmdIns
Caption = "Ins"
Height = 375
Left = 1560
TabIndex = 52
Top = 720
Width = 615
End
Begin VB.CommandButton cmdDel
Caption = "Del"
Height = 375
Left = 840
TabIndex = 51
Top = 720
Width = 615
End
Begin VB.CommandButton cmdPgDn
Caption = "PgDn"
Height = 375
Left = 1560
TabIndex = 50
Top = 2160
Width = 615
End
Begin VB.CommandButton cmdDown
Caption = "Down"
Height = 375
Left = 840
TabIndex = 49
Top = 2160
Width = 615
End
Begin VB.CommandButton cmdEnd
Caption = "End"
Height = 375
Left = 120
TabIndex = 48
Top = 2160
Width = 615
End
Begin VB.CommandButton cmdRight
Caption = "Right"
Height = 375
Left = 1560
TabIndex = 47
Top = 1680
Width = 615
End
Begin VB.CommandButton cmdLeft
Caption = "Left"
Height = 375
Left = 120
TabIndex = 46
Top = 1680
Width = 615
End
Begin VB.CommandButton cmdPgUp
Caption = "PgUp"
Height = 375
Left = 1560
TabIndex = 45
Top = 1200
Width = 615
End
Begin VB.CommandButton cmdHome
Caption = "Home"
Height = 375
Left = 120
TabIndex = 44
Top = 1200
Width = 615
End
Begin VB.CommandButton cmdUp
Caption = "Up"
Height = 375
Left = 840
TabIndex = 43
Top = 1200
Width = 615
End
Begin VB.CommandButton cmdEscape
Caption = "Esc"
Height = 375
Left = 840
TabIndex = 42
Top = 240
Width = 615
End
Begin VB.CheckBox chkAlt
Caption = "Alt"
Height = 255
Left = 1560
TabIndex = 41
Top = 2640
Width = 615
End
Begin VB.CheckBox chkCtrl
Caption = "Ctrl"
Height = 255
Left = 120
TabIndex = 40
Top = 2640
Width = 615
End
Begin VB.CheckBox chkShift
Caption = "Shift"
Height = 255
Left = 840
TabIndex = 39
Top = 2640
Width = 735
End
Begin VB.CommandButton cmdEnter
Caption = "Enter"
Height = 375
Left = 120
TabIndex = 38
Top = 240
Width = 615
End
Begin VB.CommandButton cmdTab
Caption = "Tab"
Height = 375
Left = 120
TabIndex = 37
Top = 720
Width = 615
End
End
Begin VB.TextBox txtHelp
Height = 3255
Left = -74640
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 35
Text = "frmMain.frx":0B7A
Top = 480
Width = 4095
End
Begin VB.TextBox txtBFSetup
Height = 2655
Left = 240
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 34
Top = 600
Width = 1695
End
Begin VB.Label Label21
Caption = $"frmMain.frx":0E82
Height = 615
Left = -74880
TabIndex = 81
Top = 2760
Width = 4215
End
Begin VB.Label Label20
Caption = $"frmMain.frx":0F1E
Height = 1455
Left = -74880
TabIndex = 80
Top = 1320
Width = 4215
End
Begin VB.Label Label5
Caption = "Anyway atleast you can set it up so that some keys are automatically sent to window where cut copy cannot be used."
Height = 735
Left = -74880
TabIndex = 33
Top = 2880
Width = 4335
End
Begin VB.Label Label4
Caption = "So those combinations should be entered below. All the best. Although chances are very low."
Height = 495
Left = -74880
TabIndex = 32
Top = 2400
Width = 4335
End
Begin VB.Label Label3
Caption = $"frmMain.frx":10AF
Height = 975
Left = -74880
TabIndex = 31
Top = 1260
Width = 4335
End
Begin VB.Label Label2
Caption = "Bruteforce mode will repeatedly put in the permuted word to the current active window."
Height = 375
Left = -74880
TabIndex = 30
Top = 780
Width = 4335
End
Begin VB.Label Label1
Caption = "Let me first Explain to you the purpose of these windows"
Height = 375
Left = -74880
TabIndex = 29
Top = 480
Width = 4095
End
End
Begin VB.Frame frmOMode
Caption = "Select Output Mode"
Height = 855
Left = 360
TabIndex = 24
Top = 3480
Width = 4335
Begin VB.OptionButton optOverWrite
Caption = "Start with a new file (Overwrite)"
Height = 255
Left = 1560
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -