home *** CD-ROM | disk | FTP | other *** search
- object Form5: TForm5
- Left = 127
- Top = 214
- BorderStyle = bsToolWindow
- Caption = 'Brutus - Brute Force Generation'
- ClientHeight = 169
- ClientWidth = 319
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 200
- Top = 11
- Width = 53
- Height = 13
- Caption = 'Min Length'
- end
- object Label3: TLabel
- Left = 199
- Top = 33
- Width = 56
- Height = 13
- Caption = 'Max Length'
- end
- object RadioButton1: TRadioButton
- Left = 11
- Top = 8
- Width = 101
- Height = 23
- Caption = 'Digits only'
- TabOrder = 0
- end
- object RadioButton2: TRadioButton
- Left = 11
- Top = 30
- Width = 122
- Height = 23
- Caption = 'Lowercase Alpha'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object RadioButton3: TRadioButton
- Left = 11
- Top = 74
- Width = 134
- Height = 23
- Caption = 'Mixed Alpha'
- TabOrder = 2
- end
- object RadioButton4: TRadioButton
- Left = 11
- Top = 95
- Width = 125
- Height = 23
- Caption = 'Alphanumeric'
- TabOrder = 3
- end
- object RadioButton5: TRadioButton
- Left = 11
- Top = 117
- Width = 131
- Height = 23
- Caption = 'Full Keyspace'
- TabOrder = 4
- end
- object Button1: TButton
- Left = 200
- Top = 62
- Width = 55
- Height = 22
- Caption = 'OK'
- Default = True
- TabOrder = 5
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 256
- Top = 62
- Width = 55
- Height = 22
- Caption = 'Cancel'
- TabOrder = 6
- OnClick = Button2Click
- end
- object RadioButton6: TRadioButton
- Left = 11
- Top = 52
- Width = 122
- Height = 23
- Caption = 'Uppercase Alpha'
- TabOrder = 7
- end
- object ComboBox1: TComboBox
- Left = 267
- Top = 7
- Width = 43
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 8
- Items.Strings = (
- '0'
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '7'
- '8')
- end
- object ComboBox2: TComboBox
- Left = 267
- Top = 30
- Width = 43
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 9
- Items.Strings = (
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '7'
- '8'
- '9'
- '10'
- '11'
- '12'
- '13'
- '14'
- '15'
- '16')
- end
- object RadioButton7: TRadioButton
- Left = 11
- Top = 139
- Width = 92
- Height = 23
- Caption = 'Custom Range'
- TabOrder = 10
- end
- object Edit1: TEdit
- Left = 109
- Top = 140
- Width = 206
- Height = 21
- TabOrder = 11
- Text = 'etaoinsrhldcumfpgwybvkxjqz1234567890! @.?#'
- end
- end
-