home *** CD-ROM | disk | FTP | other *** search
/ Steganos Hacker Tools / SHT151.iso / programme / pw_online / brutus / BrutusA2.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Encoding:
Text File  |  2000-01-28  |  2.8 KB  |  163 lines

  1. object Form5: TForm5
  2.   Left = 127
  3.   Top = 214
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Brutus - Brute Force Generation'
  6.   ClientHeight = 169
  7.   ClientWidth = 319
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label2: TLabel
  19.     Left = 200
  20.     Top = 11
  21.     Width = 53
  22.     Height = 13
  23.     Caption = 'Min Length'
  24.   end
  25.   object Label3: TLabel
  26.     Left = 199
  27.     Top = 33
  28.     Width = 56
  29.     Height = 13
  30.     Caption = 'Max Length'
  31.   end
  32.   object RadioButton1: TRadioButton
  33.     Left = 11
  34.     Top = 8
  35.     Width = 101
  36.     Height = 23
  37.     Caption = 'Digits only'
  38.     TabOrder = 0
  39.   end
  40.   object RadioButton2: TRadioButton
  41.     Left = 11
  42.     Top = 30
  43.     Width = 122
  44.     Height = 23
  45.     Caption = 'Lowercase Alpha'
  46.     Checked = True
  47.     TabOrder = 1
  48.     TabStop = True
  49.   end
  50.   object RadioButton3: TRadioButton
  51.     Left = 11
  52.     Top = 74
  53.     Width = 134
  54.     Height = 23
  55.     Caption = 'Mixed Alpha'
  56.     TabOrder = 2
  57.   end
  58.   object RadioButton4: TRadioButton
  59.     Left = 11
  60.     Top = 95
  61.     Width = 125
  62.     Height = 23
  63.     Caption = 'Alphanumeric'
  64.     TabOrder = 3
  65.   end
  66.   object RadioButton5: TRadioButton
  67.     Left = 11
  68.     Top = 117
  69.     Width = 131
  70.     Height = 23
  71.     Caption = 'Full Keyspace'
  72.     TabOrder = 4
  73.   end
  74.   object Button1: TButton
  75.     Left = 200
  76.     Top = 62
  77.     Width = 55
  78.     Height = 22
  79.     Caption = 'OK'
  80.     Default = True
  81.     TabOrder = 5
  82.     OnClick = Button1Click
  83.   end
  84.   object Button2: TButton
  85.     Left = 256
  86.     Top = 62
  87.     Width = 55
  88.     Height = 22
  89.     Caption = 'Cancel'
  90.     TabOrder = 6
  91.     OnClick = Button2Click
  92.   end
  93.   object RadioButton6: TRadioButton
  94.     Left = 11
  95.     Top = 52
  96.     Width = 122
  97.     Height = 23
  98.     Caption = 'Uppercase Alpha'
  99.     TabOrder = 7
  100.   end
  101.   object ComboBox1: TComboBox
  102.     Left = 267
  103.     Top = 7
  104.     Width = 43
  105.     Height = 21
  106.     Style = csDropDownList
  107.     ItemHeight = 13
  108.     TabOrder = 8
  109.     Items.Strings = (
  110.       '0'
  111.       '1'
  112.       '2'
  113.       '3'
  114.       '4'
  115.       '5'
  116.       '6'
  117.       '7'
  118.       '8')
  119.   end
  120.   object ComboBox2: TComboBox
  121.     Left = 267
  122.     Top = 30
  123.     Width = 43
  124.     Height = 21
  125.     Style = csDropDownList
  126.     ItemHeight = 13
  127.     TabOrder = 9
  128.     Items.Strings = (
  129.       '1'
  130.       '2'
  131.       '3'
  132.       '4'
  133.       '5'
  134.       '6'
  135.       '7'
  136.       '8'
  137.       '9'
  138.       '10'
  139.       '11'
  140.       '12'
  141.       '13'
  142.       '14'
  143.       '15'
  144.       '16')
  145.   end
  146.   object RadioButton7: TRadioButton
  147.     Left = 11
  148.     Top = 139
  149.     Width = 92
  150.     Height = 23
  151.     Caption = 'Custom Range'
  152.     TabOrder = 10
  153.   end
  154.   object Edit1: TEdit
  155.     Left = 109
  156.     Top = 140
  157.     Width = 206
  158.     Height = 21
  159.     TabOrder = 11
  160.     Text = 'etaoinsrhldcumfpgwybvkxjqz1234567890! @.?#'
  161.   end
  162. end
  163.