?? guesspw.dfm
字號(hào):
object GuessPassDlg: TGuessPassDlg
Left = 208
Top = 107
BorderStyle = bsDialog
Caption = 'OICQ密碼暴力猜解'
ClientHeight = 144
ClientWidth = 392
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 20
Top = 8
Width = 36
Height = 12
Caption = '猜解ID'
end
object Label2: TLabel
Left = 20
Top = 36
Width = 36
Height = 12
Caption = '線程數(shù)'
end
object Label3: TLabel
Left = 208
Top = 36
Width = 48
Height = 12
Caption = '超時(shí)(ms)'
end
object Label4: TLabel
Left = 8
Top = 64
Width = 48
Height = 12
Caption = '開(kāi)始長(zhǎng)度'
end
object Label5: TLabel
Left = 208
Top = 64
Width = 48
Height = 12
Caption = '結(jié)束長(zhǎng)度'
end
object Label6: TLabel
Left = 16
Top = 96
Width = 72
Height = 12
Caption = '已經(jīng)猜解個(gè)數(shù)'
Font.Charset = ANSI_CHARSET
Font.Color = clPurple
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
end
object lbCounter: TLabel
Left = 100
Top = 96
Width = 6
Height = 12
Caption = '0'
Font.Charset = ANSI_CHARSET
Font.Color = clPurple
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 208
Top = 8
Width = 48
Height = 12
Caption = '目標(biāo)密碼'
end
object Label8: TLabel
Left = 16
Top = 120
Width = 72
Height = 12
Caption = '剩余密碼個(gè)數(shù)'
Font.Charset = ANSI_CHARSET
Font.Color = clPurple
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
end
object lbLeftCounter: TLabel
Left = 100
Top = 120
Width = 6
Height = 12
Caption = '0'
Font.Charset = ANSI_CHARSET
Font.Color = clPurple
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
end
object edTargetID: TEdit
Left = 60
Top = 4
Width = 121
Height = 20
TabOrder = 0
end
object edThreadNum: TSpinEdit
Left = 60
Top = 32
Width = 121
Height = 21
MaxValue = 100
MinValue = 1
TabOrder = 1
Value = 10
end
object edStartLen: TSpinEdit
Left = 60
Top = 60
Width = 121
Height = 21
MaxValue = 50
MinValue = 1
TabOrder = 2
Value = 1
end
object edStopLen: TSpinEdit
Left = 260
Top = 60
Width = 121
Height = 21
MaxValue = 50
MinValue = 1
TabOrder = 3
Value = 5
end
object edTimeOut: TSpinEdit
Left = 260
Top = 32
Width = 121
Height = 21
MaxValue = 5000
MinValue = 100
TabOrder = 4
Value = 500
end
object edPassword: TEdit
Left = 260
Top = 4
Width = 121
Height = 20
Color = clScrollBar
ReadOnly = True
TabOrder = 5
end
object btnStart: TButton
Left = 232
Top = 88
Width = 75
Height = 25
Caption = '開(kāi)始'
TabOrder = 6
OnClick = btnStartClick
end
object btnStop: TButton
Left = 308
Top = 88
Width = 75
Height = 25
Caption = '停止'
TabOrder = 7
OnClick = btnStopClick
end
object btnSave: TButton
Left = 232
Top = 116
Width = 75
Height = 25
Caption = '保存'
Enabled = False
TabOrder = 8
end
object btnLoad: TButton
Left = 308
Top = 116
Width = 75
Height = 25
Caption = '讀盤(pán)'
Enabled = False
TabOrder = 9
end
end
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -