反向木马源程序,供大家研究

源代码在线查看: unit3.dfm

软件大小: 111 K
上传用户: novelty1234
关键词: 木马 源程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				object Form3: TForm3
				  Left = 208
				  Top = 61
				  BorderStyle = bsDialog
				  Caption = 'Form3'
				  ClientHeight = 138
				  ClientWidth = 305
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  OldCreateOrder = False
				  Position = poDesktopCenter
				  OnClose = FormClose
				  PixelsPerInch = 96
				  TextHeight = 13
				  object PA3: TPanel
				    Left = 0
				    Top = 0
				    Width = 305
				    Height = 137
				    TabOrder = 2
				    object Label5: TLabel
				      Left = 10
				      Top = 7
				      Width = 63
				      Height = 13
				      AutoSize = False
				      Caption = #25968#20540#21517#31216
				      Transparent = True
				    end
				    object Label6: TLabel
				      Left = 10
				      Top = 55
				      Width = 71
				      Height = 13
				      AutoSize = False
				      Caption = #25968#20540#25968#25454
				      Transparent = True
				    end
				    object Edit5: TEdit
				      Left = 12
				      Top = 27
				      Width = 285
				      Height = 21
				      Color = cl3DLight
				      Enabled = False
				      TabOrder = 0
				    end
				    object BitBtn5: TBitBtn
				      Left = 222
				      Top = 102
				      Width = 55
				      Height = 25
				      Caption = #21462#28040
				      TabOrder = 1
				      OnClick = BitBtn3Click
				    end
				    object BitBtn6: TBitBtn
				      Left = 30
				      Top = 98
				      Width = 55
				      Height = 25
				      Caption = #30830#23450
				      TabOrder = 2
				      OnClick = BitBtn6Click
				    end
				    object Edit6: TEdit
				      Left = 12
				      Top = 73
				      Width = 285
				      Height = 19
				      Hint = #36825#37324#21482#33021#36755#20837#38271#24230#20026' 8 '#20010#23383#31526#30340#25968#20540#65281
				      Ctl3D = False
				      MaxLength = 8
				      ParentCtl3D = False
				      TabOrder = 3
				      OnKeyPress = Edit6KeyPress
				    end
				  end
				  object PA1: TPanel
				    Left = 0
				    Top = 0
				    Width = 305
				    Height = 137
				    TabOrder = 0
				    object Label1: TLabel
				      Left = 8
				      Top = 8
				      Width = 81
				      Height = 13
				      AutoSize = False
				      Caption = #25968#20540#21517#31216
				      Transparent = True
				    end
				    object Label2: TLabel
				      Left = 8
				      Top = 52
				      Width = 97
				      Height = 13
				      AutoSize = False
				      Caption = #25968#20540#25968#25454
				      Transparent = True
				    end
				    object BitBtn1: TBitBtn
				      Left = 36
				      Top = 100
				      Width = 55
				      Height = 25
				      Caption = #30830#23450
				      TabOrder = 0
				      OnClick = BitBtn1Click
				    end
				    object BitBtn2: TBitBtn
				      Left = 220
				      Top = 100
				      Width = 55
				      Height = 25
				      Caption = #21462#28040
				      TabOrder = 1
				      OnClick = BitBtn3Click
				    end
				    object Edit1: TEdit
				      Left = 12
				      Top = 28
				      Width = 285
				      Height = 21
				      Color = cl3DLight
				      Enabled = False
				      TabOrder = 2
				    end
				    object Edit2: TEdit
				      Left = 12
				      Top = 72
				      Width = 285
				      Height = 21
				      TabOrder = 3
				      OnKeyPress = Edit2KeyPress
				    end
				  end
				  object PA2: TPanel
				    Left = 0
				    Top = 0
				    Width = 305
				    Height = 137
				    TabOrder = 1
				    object Label3: TLabel
				      Left = 8
				      Top = 8
				      Width = 81
				      Height = 13
				      AutoSize = False
				      Caption = #25968#20540#21517#31216
				      Transparent = True
				    end
				    object Label4: TLabel
				      Left = 8
				      Top = 52
				      Width = 97
				      Height = 13
				      AutoSize = False
				      Caption = #25968#20540#25968#25454
				      Transparent = True
				    end
				    object Edit3: TEdit
				      Left = 12
				      Top = 28
				      Width = 285
				      Height = 21
				      Color = cl3DLight
				      Enabled = False
				      TabOrder = 0
				    end
				    object Edit4: TEdit
				      Left = 12
				      Top = 72
				      Width = 285
				      Height = 21
				      MaxLength = 6
				      TabOrder = 1
				      Text = '0'
				      OnKeyPress = Edit4KeyPress
				    end
				    object BitBtn3: TBitBtn
				      Left = 212
				      Top = 100
				      Width = 55
				      Height = 25
				      Caption = #21462#28040
				      TabOrder = 2
				      OnClick = BitBtn3Click
				    end
				    object BitBtn4: TBitBtn
				      Left = 36
				      Top = 100
				      Width = 55
				      Height = 25
				      Caption = #30830#23450
				      TabOrder = 3
				      OnClick = BitBtn4Click
				    end
				  end
				end
							

相关资源