U_Server.dfm
上传用户:lzzxgs
上传日期:2013-03-15
资源大小:474k
文件大小:2k
源码类别:

P2P编程

开发平台:

Delphi

  1. object frm_Server: Tfrm_Server
  2.   Left = 384
  3.   Top = 423
  4.   Width = 442
  5.   Height = 172
  6.   Caption = #32593#32476#25991#20214#20256#36755#26381#21153#22120#31471
  7.   Color = clBtnFace
  8.   Font.Charset = GB2312_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = #23435#20307
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 72
  21.     Height = 12
  22.     Caption = #20256#36755#25991#20214#21517#65306
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 56
  27.     Width = 36
  28.     Height = 12
  29.     Caption = #31471#21475#65306
  30.   end
  31.   object Button1: TButton
  32.     Left = 336
  33.     Top = 24
  34.     Width = 75
  35.     Height = 25
  36.     Caption = #27983#35272
  37.     TabOrder = 0
  38.     OnClick = Button1Click
  39.   end
  40.   object Button2: TButton
  41.     Left = 88
  42.     Top = 72
  43.     Width = 75
  44.     Height = 25
  45.     Caption = #20256#36755
  46.     TabOrder = 1
  47.     OnClick = Button2Click
  48.   end
  49.   object Button3: TButton
  50.     Left = 176
  51.     Top = 72
  52.     Width = 75
  53.     Height = 25
  54.     Caption = #21462#28040
  55.     Enabled = False
  56.     TabOrder = 2
  57.     OnClick = Button3Click
  58.   end
  59.   object ProgressBar1: TProgressBar
  60.     Left = 0
  61.     Top = 110
  62.     Width = 434
  63.     Height = 16
  64.     Align = alBottom
  65.     TabOrder = 3
  66.   end
  67.   object StatusBar1: TStatusBar
  68.     Left = 0
  69.     Top = 126
  70.     Width = 434
  71.     Height = 19
  72.     Panels = <>
  73.     SimplePanel = True
  74.   end
  75.   object Edit1: TEdit
  76.     Left = 16
  77.     Top = 24
  78.     Width = 305
  79.     Height = 20
  80.     TabOrder = 5
  81.   end
  82.   object Button4: TButton
  83.     Left = 336
  84.     Top = 72
  85.     Width = 75
  86.     Height = 25
  87.     Caption = #36864#20986
  88.     TabOrder = 6
  89.     OnClick = Button4Click
  90.   end
  91.   object Edit2: TEdit
  92.     Left = 16
  93.     Top = 72
  94.     Width = 57
  95.     Height = 20
  96.     TabOrder = 7
  97.     Text = '9925'
  98.   end
  99.   object IdTCPServer1: TIdTCPServer
  100.     Bindings = <>
  101.     CommandHandlers = <>
  102.     DefaultPort = 0
  103.     Greeting.NumericCode = 0
  104.     MaxConnectionReply.NumericCode = 0
  105.     OnExecute = IdTCPServer1Execute
  106.     ReplyExceptionCode = 0
  107.     ReplyTexts = <>
  108.     ReplyUnknownCommand.NumericCode = 0
  109.     Left = 256
  110.     Top = 48
  111.   end
  112.   object OpenDialog1: TOpenDialog
  113.     Left = 288
  114.     Top = 48
  115.   end
  116. end