FakeMsg.dfm
上传用户:hbtcygglw
上传日期:2007-01-07
资源大小:281k
文件大小:4k
源码类别:

其他

开发平台:

Delphi

  1. object FakeMsgDlg: TFakeMsgDlg
  2.   Left = 219
  3.   Top = 97
  4.   BorderStyle = bsDialog
  5.   Caption = '冒名顶替(对使用本软件造成的一切后果作者不负任何责任!)'
  6.   ClientHeight = 188
  7.   ClientWidth = 445
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '宋体'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object Label1: TLabel
  20.     Left = 12
  21.     Top = 12
  22.     Width = 48
  23.     Height = 12
  24.     Caption = '发送人ID'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 12
  28.     Top = 44
  29.     Width = 48
  30.     Height = 12
  31.     Caption = '接收人ID'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 248
  35.     Top = 12
  36.     Width = 48
  37.     Height = 12
  38.     Caption = '肖像序号'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 12
  42.     Top = 100
  43.     Width = 48
  44.     Height = 12
  45.     Caption = '日    期'
  46.   end
  47.   object Label5: TLabel
  48.     Left = 252
  49.     Top = 100
  50.     Width = 48
  51.     Height = 12
  52.     Caption = '时    间'
  53.   end
  54.   object Label6: TLabel
  55.     Left = 12
  56.     Top = 132
  57.     Width = 48
  58.     Height = 12
  59.     Caption = '消    息'
  60.   end
  61.   object Label7: TLabel
  62.     Left = 248
  63.     Top = 44
  64.     Width = 48
  65.     Height = 12
  66.     Caption = '接收人IP'
  67.   end
  68.   object Label8: TLabel
  69.     Left = 248
  70.     Top = 72
  71.     Width = 48
  72.     Height = 12
  73.     Caption = '发送次数'
  74.   end
  75.   object Label9: TLabel
  76.     Left = 12
  77.     Top = 72
  78.     Width = 48
  79.     Height = 12
  80.     Caption = '接收端口'
  81.   end
  82.   object edSendId: TEdit
  83.     Left = 68
  84.     Top = 8
  85.     Width = 121
  86.     Height = 20
  87.     TabOrder = 0
  88.   end
  89.   object edRecvId: TEdit
  90.     Left = 68
  91.     Top = 40
  92.     Width = 121
  93.     Height = 20
  94.     TabOrder = 2
  95.   end
  96.   object edFaceNo: TSpinEdit
  97.     Left = 304
  98.     Top = 8
  99.     Width = 121
  100.     Height = 21
  101.     MaxValue = 0
  102.     MinValue = 0
  103.     TabOrder = 1
  104.     Value = 0
  105.   end
  106.   object NowDate: TDateTimePicker
  107.     Left = 68
  108.     Top = 96
  109.     Width = 121
  110.     Height = 20
  111.     CalAlignment = dtaLeft
  112.     Date = 36596
  113.     Time = 36596
  114.     DateFormat = dfShort
  115.     DateMode = dmComboBox
  116.     Kind = dtkDate
  117.     ParseInput = False
  118.     TabOrder = 4
  119.   end
  120.   object NowTime: TDateTimePicker
  121.     Left = 304
  122.     Top = 96
  123.     Width = 121
  124.     Height = 20
  125.     CalAlignment = dtaLeft
  126.     Date = 36596.0507640509
  127.     Time = 36596.0507640509
  128.     DateFormat = dfShort
  129.     DateMode = dmComboBox
  130.     Kind = dtkTime
  131.     ParseInput = False
  132.     TabOrder = 5
  133.   end
  134.   object edMsg: TEdit
  135.     Left = 68
  136.     Top = 128
  137.     Width = 357
  138.     Height = 20
  139.     TabOrder = 6
  140.     Text = 
  141.       '..Loading.Device.=.C.WINDOWSHIMEM.SYS...0017CE43..LoadSuccess.' +
  142.       '...=.C.WINDOWSHIMEM.SYS...0017CE43..Loading.Device.=.C.WINDOW' +
  143.       'SDBLBUFF.SYS...0017CE44..LoadSuccess....=.C.WINDOWSDBLBUFF.SY' +
  144.       'S...0017CE44..Loading.Device.=.C.WINDOWSIFSHLP.SYS...0017CE43'
  145.   end
  146.   object BitBtn1: TBitBtn
  147.     Left = 276
  148.     Top = 156
  149.     Width = 75
  150.     Height = 25
  151.     TabOrder = 7
  152.     Kind = bkOK
  153.   end
  154.   object BitBtn2: TBitBtn
  155.     Left = 352
  156.     Top = 156
  157.     Width = 75
  158.     Height = 25
  159.     TabOrder = 8
  160.     Kind = bkCancel
  161.   end
  162.   object edRecvIP: TEdit
  163.     Left = 304
  164.     Top = 40
  165.     Width = 121
  166.     Height = 20
  167.     TabOrder = 3
  168.   end
  169.   object edSendNum: TSpinEdit
  170.     Left = 304
  171.     Top = 68
  172.     Width = 121
  173.     Height = 21
  174.     MaxValue = 1000
  175.     MinValue = 1
  176.     TabOrder = 9
  177.     Value = 3
  178.   end
  179.   object edDestPort: TSpinEdit
  180.     Left = 68
  181.     Top = 68
  182.     Width = 121
  183.     Height = 21
  184.     MaxValue = 65535
  185.     MinValue = 256
  186.     TabOrder = 10
  187.     Value = 4000
  188.   end
  189. end