untAbout.dfm
上传用户:sinothink
上传日期:2022-07-15
资源大小:459k
文件大小:2k
源码类别:

远程控制编程

开发平台:

Delphi

  1. object Form8: TForm8
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'About'
  7.   ClientHeight = 185
  8.   ClientWidth = 329
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 313
  22.     Height = 17
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'miniRAT 1.0 Beta About Screen'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -13
  29.     Font.Name = 'Tahoma'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 8
  35.     Top = 32
  36.     Width = 313
  37.     Height = 41
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = 
  41.       'This Remote Administration Tool would not been possible to creat' +
  42.       'e if it wasent for some people around. Shouts goes out to follow' +
  43.       'ing basterds :'
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -11
  47.     Font.Name = 'Tahoma'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.     WordWrap = True
  51.   end
  52.   object Label3: TLabel
  53.     Left = 8
  54.     Top = 72
  55.     Width = 313
  56.     Height = 17
  57.     Alignment = taCenter
  58.     AutoSize = False
  59.     Caption = 'ksv, redlime, Caecigenus, Farbror, satan_addicted.'
  60.     WordWrap = True
  61.   end
  62.   object Label4: TLabel
  63.     Left = 8
  64.     Top = 96
  65.     Width = 313
  66.     Height = 17
  67.     Alignment = taCenter
  68.     AutoSize = False
  69.     Caption = 'Additional shouts goes out for cool crews and people'
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = -11
  73.     Font.Name = 'Tahoma'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.   end
  77.   object Label5: TLabel
  78.     Left = 8
  79.     Top = 112
  80.     Width = 313
  81.     Height = 41
  82.     Alignment = taCenter
  83.     AutoSize = False
  84.     Caption = 
  85.       'Tzorcelan, n00nah, D-oNe, Xaero3, peck, docksider, DA, e1f, Aphe' +
  86.       'x, Positron, sweRAT Team, sweVX Team, UCC Team, Chasenet Team, G' +
  87.       'OG Team, and the rest i forgot about.'
  88.     WordWrap = True
  89.   end
  90.   object Button1: TButton
  91.     Left = 232
  92.     Top = 160
  93.     Width = 89
  94.     Height = 17
  95.     Caption = 'Go Fuck Yourself'
  96.     TabOrder = 0
  97.     OnClick = Button1Click
  98.   end
  99. end