Advertisement
FlyFar

Unit2.dfm

Jun 7th, 2023 (edited)
953
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 7.27 KB | Cybersecurity | 1 0
  1.    object Form2: TForm2
  2.      Left = 576
  3.      Top = 108
  4.      BorderIcons = [biSystemMenu, biMinimize]
  5.      BorderStyle = bsSingle
  6.      Caption = 'BotNet 2.0.5 Configuration'
  7.      ClientHeight = 285
  8.      ClientWidth = 497
  9.      Color = clBtnFace
  10.      Font.Charset = DEFAULT_CHARSET
  11.      Font.Color = clWindowText
  12.      Font.Height = -11
  13.      Font.Name = 'Arial'
  14.      Font.Style = []
  15.      Menu = MainMenu1
  16.      OldCreateOrder = False
  17.      PixelsPerInch = 96
  18.      TextHeight = 14
  19.      object Label3: TLabel
  20.        Left = 0
  21.        Top = 264
  22.        Width = 169
  23.        Height = 17
  24.        AutoSize = False
  25.        Caption = 'BotNet 2.0.5 - UCC Release'
  26.        Enabled = False
  27.      end
  28.      object Label4: TLabel
  29.        Left = 8
  30.        Top = 216
  31.        Width = 73
  32.        Height = 17
  33.        AutoSize = False
  34.        Caption = 'Server name :'
  35.      end
  36.      object Label5: TLabel
  37.        Left = 256
  38.        Top = 216
  39.        Width = 81
  40.        Height = 17
  41.        AutoSize = False
  42.        Caption = 'Channel Topic:'
  43.      end
  44.      object Label6: TLabel
  45.        Left = 376
  46.        Top = 216
  47.        Width = 81
  48.        Height = 17
  49.        AutoSize = False
  50.        Caption = 'Channel:'
  51.      end
  52.      object Panel1: TPanel
  53.        Left = 0
  54.        Top = 0
  55.        Width = 497
  56.        Height = 2
  57.        Align = alTop
  58.        BevelOuter = bvLowered
  59.        TabOrder = 0
  60.      end
  61.      object GroupBox1: TGroupBox
  62.        Left = 0
  63.        Top = 8
  64.        Width = 169
  65.        Height = 129
  66.        Caption = 'Admin Settings'
  67.        TabOrder = 1
  68.        object Label1: TLabel
  69.          Left = 8
  70.          Top = 16
  71.          Width = 153
  72.          Height = 17
  73.          AutoSize = False
  74.          Caption = 'Server Port:'
  75.        end
  76.        object Edit1: TEdit
  77.          Left = 8
  78.          Top = 32
  79.          Width = 153
  80.          Height = 22
  81.          Color = 15921906
  82.          TabOrder = 0
  83.          Text = '6667'
  84.        end
  85.        object RadioGroup1: TRadioGroup
  86.          Left = 8
  87.          Top = 56
  88.          Width = 153
  89.          Height = 65
  90.          Caption = 'Server public-level'
  91.          ItemIndex = 0
  92.          Items.Strings = (
  93.            'Low - Hidden'
  94.            'Medium - Faked'
  95.            'High - 100% Public')
  96.          TabOrder = 1
  97.        end
  98.      end
  99.      object GroupBox2: TGroupBox
  100.        Left = 0
  101.        Top = 144
  102.        Width = 169
  103.        Height = 65
  104.        Caption = 'Spoofed Settings'
  105.        TabOrder = 2
  106.        object CheckBox1: TCheckBox
  107.          Left = 8
  108.          Top = 16
  109.          Width = 153
  110.          Height = 17
  111.          Caption = 'Use '#39'spoofed'#39' identity'
  112.          Checked = True
  113.          State = cbChecked
  114.          TabOrder = 0
  115.        end
  116.        object Edit2: TEdit
  117.          Left = 8
  118.          Top = 32
  119.          Width = 153
  120.          Height = 22
  121.          Color = 15921906
  122.          TabOrder = 1
  123.          Text = 'nick!ident@host.com'
  124.        end
  125.      end
  126.      object GroupBox3: TGroupBox
  127.        Left = 176
  128.        Top = 8
  129.        Width = 185
  130.        Height = 201
  131.        Caption = 'On connection'
  132.        TabOrder = 3
  133.        object Memo1: TMemo
  134.          Left = 8
  135.          Top = 16
  136.          Width = 169
  137.          Height = 57
  138.          Color = 15921906
  139.          Lines.Strings = (
  140.            'Welcome Message')
  141.          ScrollBars = ssVertical
  142.          TabOrder = 0
  143.        end
  144.        object GroupBox4: TGroupBox
  145.          Left = 8
  146.          Top = 80
  147.          Width = 169
  148.          Height = 113
  149.          Caption = 'Connections'
  150.          TabOrder = 1
  151.          object RadioButton1: TRadioButton
  152.            Left = 8
  153.            Top = 16
  154.            Width = 153
  155.            Height = 17
  156.            Caption = 'Dont use this option'
  157.            Checked = True
  158.            TabOrder = 0
  159.            TabStop = True
  160.          end
  161.          object RadioButton2: TRadioButton
  162.            Left = 8
  163.            Top = 32
  164.            Width = 153
  165.            Height = 17
  166.            Caption = 'Only accept following ips'
  167.            TabOrder = 1
  168.          end
  169.          object RadioButton3: TRadioButton
  170.            Left = 8
  171.            Top = 48
  172.            Width = 153
  173.            Height = 17
  174.            Caption = 'Do not accept following ips'
  175.            TabOrder = 2
  176.          end
  177.          object Memo2: TMemo
  178.            Left = 8
  179.            Top = 64
  180.            Width = 153
  181.            Height = 41
  182.            Color = 15921906
  183.            Lines.Strings = (
  184.              '127.*.*.*')
  185.            ScrollBars = ssVertical
  186.            TabOrder = 3
  187.          end
  188.        end
  189.      end
  190.      object GroupBox5: TGroupBox
  191.        Left = 368
  192.        Top = 8
  193.        Width = 129
  194.        Height = 201
  195.        Caption = 'Friendlist'
  196.        TabOrder = 4
  197.        object Label2: TLabel
  198.          Left = 24
  199.          Top = 32
  200.          Width = 97
  201.          Height = 17
  202.          AutoSize = False
  203.          Caption = 'for following names'
  204.        end
  205.        object CheckBox2: TCheckBox
  206.          Left = 8
  207.          Top = 16
  208.          Width = 113
  209.          Height = 17
  210.          Caption = 'Make server public'
  211.          Checked = True
  212.          State = cbChecked
  213.          TabOrder = 0
  214.        end
  215.        object Memo3: TMemo
  216.          Left = 8
  217.          Top = 48
  218.          Width = 113
  219.          Height = 145
  220.          Color = 15921906
  221.          Lines.Strings = (
  222.            'p0ke')
  223.          ScrollBars = ssVertical
  224.          TabOrder = 1
  225.        end
  226.      end
  227.      object Button1: TButton
  228.        Left = 416
  229.        Top = 264
  230.        Width = 81
  231.        Height = 21
  232.        Caption = 'Close && Save'
  233.        TabOrder = 5
  234.        OnClick = Button1Click
  235.      end
  236.      object Button2: TButton
  237.        Left = 328
  238.        Top = 264
  239.        Width = 81
  240.        Height = 21
  241.        Caption = '&Cancel'
  242.        TabOrder = 6
  243.        OnClick = Button2Click
  244.      end
  245.      object Edit3: TEdit
  246.        Left = 8
  247.        Top = 232
  248.        Width = 113
  249.        Height = 22
  250.        Color = 15921906
  251.        TabOrder = 7
  252.        Text = 'BotNet205'
  253.        OnKeyDown = Edit3KeyDown
  254.      end
  255.      object Edit4: TEdit
  256.        Left = 128
  257.        Top = 232
  258.        Width = 121
  259.        Height = 22
  260.        Color = 15921906
  261.        TabOrder = 8
  262.        Text = 'botnet-host.com'
  263.        OnKeyDown = Edit3KeyDown
  264.      end
  265.      object CheckBox3: TCheckBox
  266.        Left = 128
  267.        Top = 216
  268.        Width = 105
  269.        Height = 16
  270.        Caption = 'Use fake hosts'
  271.        TabOrder = 9
  272.      end
  273.      object Edit5: TEdit
  274.        Left = 256
  275.        Top = 232
  276.        Width = 113
  277.        Height = 22
  278.        Color = 15921906
  279.        TabOrder = 10
  280.        Text = 'BotNet 2.0.5 Service'
  281.        OnKeyDown = Edit3KeyDown
  282.      end
  283.      object Edit6: TEdit
  284.        Left = 376
  285.        Top = 232
  286.        Width = 113
  287.        Height = 22
  288.        Color = 15921906
  289.        TabOrder = 11
  290.        Text = '#Admin'
  291.        OnKeyDown = Edit3KeyDown
  292.      end
  293.      object MainMenu1: TMainMenu
  294.        Left = 384
  295.        Top = 144
  296.        object File1: TMenuItem
  297.          Caption = '&File'
  298.          object LoadSettings1: TMenuItem
  299.            Caption = '&Load Settings...'
  300.            OnClick = LoadSettings1Click
  301.          end
  302.        end
  303.      end
  304.      object OpenDialog1: TOpenDialog
  305.        Filter = 'BotNet 2.0.5|*.bn5'
  306.        Left = 384
  307.        Top = 112
  308.      end
  309.      object SaveDialog1: TSaveDialog
  310.        Filter = 'BotNet 2.0.5|*.bn5'
  311.        Left = 384
  312.        Top = 80
  313.      end
  314.    end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement