- 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 = '线程数'
- end
- object Label3: TLabel
- Left = 208
- Top = 36
- Width = 48
- Height = 12
- Caption = '超时(ms)'
- end
- object Label4: TLabel
- Left = 8
- Top = 64
- Width = 48
- Height = 12
- Caption = '开始长度'
- end
- object Label5: TLabel
- Left = 208
- Top = 64
- Width = 48
- Height = 12
- Caption = '结束长度'
- end
- object Label6: TLabel
- Left = 16
- Top = 96
- Width = 72
- Height = 12
- Caption = '已经猜解个数'
- 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 = '目标密码'
- end
- object Label8: TLabel
- Left = 16
- Top = 120
- Width = 72
- Height = 12
- Caption = '剩余密码个数'
- 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 = '开始'
- 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 = '读盘'
- Enabled = False
- TabOrder = 9
- end
- end