www.pudn.com > oicqspysrc.zip > FakeMsg.dfm


object FakeMsgDlg: TFakeMsgDlg 
  Left = 219 
  Top = 97 
  BorderStyle = bsDialog 
  Caption = '冒名顶替(对使用本软件造成的一切后果作者不负任何责任!)' 
  ClientHeight = 188 
  ClientWidth = 445 
  Color = clBtnFace 
  Font.Charset = ANSI_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -12 
  Font.Name = '宋体' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poDesktopCenter 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 12 
  object Label1: TLabel 
    Left = 12 
    Top = 12 
    Width = 48 
    Height = 12 
    Caption = '发送人ID' 
  end 
  object Label2: TLabel 
    Left = 12 
    Top = 44 
    Width = 48 
    Height = 12 
    Caption = '接收人ID' 
  end 
  object Label3: TLabel 
    Left = 248 
    Top = 12 
    Width = 48 
    Height = 12 
    Caption = '肖像序号' 
  end 
  object Label4: TLabel 
    Left = 12 
    Top = 100 
    Width = 48 
    Height = 12 
    Caption = '日    期' 
  end 
  object Label5: TLabel 
    Left = 252 
    Top = 100 
    Width = 48 
    Height = 12 
    Caption = '时    间' 
  end 
  object Label6: TLabel 
    Left = 12 
    Top = 132 
    Width = 48 
    Height = 12 
    Caption = '消    息' 
  end 
  object Label7: TLabel 
    Left = 248 
    Top = 44 
    Width = 48 
    Height = 12 
    Caption = '接收人IP' 
  end 
  object Label8: TLabel 
    Left = 248 
    Top = 72 
    Width = 48 
    Height = 12 
    Caption = '发送次数' 
  end 
  object Label9: TLabel 
    Left = 12 
    Top = 72 
    Width = 48 
    Height = 12 
    Caption = '接收端口' 
  end 
  object edSendId: TEdit 
    Left = 68 
    Top = 8 
    Width = 121 
    Height = 20 
    TabOrder = 0 
  end 
  object edRecvId: TEdit 
    Left = 68 
    Top = 40 
    Width = 121 
    Height = 20 
    TabOrder = 2 
  end 
  object edFaceNo: TSpinEdit 
    Left = 304 
    Top = 8 
    Width = 121 
    Height = 21 
    MaxValue = 0 
    MinValue = 0 
    TabOrder = 1 
    Value = 0 
  end 
  object NowDate: TDateTimePicker 
    Left = 68 
    Top = 96 
    Width = 121 
    Height = 20 
    CalAlignment = dtaLeft 
    Date = 36596 
    Time = 36596 
    DateFormat = dfShort 
    DateMode = dmComboBox 
    Kind = dtkDate 
    ParseInput = False 
    TabOrder = 4 
  end 
  object NowTime: TDateTimePicker 
    Left = 304 
    Top = 96 
    Width = 121 
    Height = 20 
    CalAlignment = dtaLeft 
    Date = 36596.0507640509 
    Time = 36596.0507640509 
    DateFormat = dfShort 
    DateMode = dmComboBox 
    Kind = dtkTime 
    ParseInput = False 
    TabOrder = 5 
  end 
  object edMsg: TEdit 
    Left = 68 
    Top = 128 
    Width = 357 
    Height = 20 
    TabOrder = 6 
    Text =  
      '..Loading.Device.=.C.\WINDOWS\HIMEM.SYS...0017CE43..LoadSuccess.' + 
      '...=.C.\WINDOWS\HIMEM.SYS...0017CE43..Loading.Device.=.C.\WINDOW' + 
      'S\DBLBUFF.SYS...0017CE44..LoadSuccess....=.C.\WINDOWS\DBLBUFF.SY' + 
      'S...0017CE44..Loading.Device.=.C.\WINDOWS\IFSHLP.SYS...0017CE43' 
  end 
  object BitBtn1: TBitBtn 
    Left = 276 
    Top = 156 
    Width = 75 
    Height = 25 
    TabOrder = 7 
    Kind = bkOK 
  end 
  object BitBtn2: TBitBtn 
    Left = 352 
    Top = 156 
    Width = 75 
    Height = 25 
    TabOrder = 8 
    Kind = bkCancel 
  end 
  object edRecvIP: TEdit 
    Left = 304 
    Top = 40 
    Width = 121 
    Height = 20 
    TabOrder = 3 
  end 
  object edSendNum: TSpinEdit 
    Left = 304 
    Top = 68 
    Width = 121 
    Height = 21 
    MaxValue = 1000 
    MinValue = 1 
    TabOrder = 9 
    Value = 3 
  end 
  object edDestPort: TSpinEdit 
    Left = 68 
    Top = 68 
    Width = 121 
    Height = 21 
    MaxValue = 65535 
    MinValue = 256 
    TabOrder = 10 
    Value = 4000 
  end 
end