Unit1.dfm
上传用户:wshicoco
上传日期:2009-03-23
资源大小:1150k
文件大小:4k
源码类别:

Ftp服务器

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 339
  3.   Top = 102
  4.   Width = 405
  5.   Height = 404
  6.   Caption = 'Tftp server'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PageControl1: TPageControl
  18.     Left = 0
  19.     Top = 0
  20.     Width = 397
  21.     Height = 370
  22.     ActivePage = TabSheet1
  23.     Align = alClient
  24.     Style = tsFlatButtons
  25.     TabOrder = 0
  26.     object TabSheet1: TTabSheet
  27.       Caption = #26381#21153#22120#31471
  28.       object Label1: TLabel
  29.         Left = 8
  30.         Top = 32
  31.         Width = 40
  32.         Height = 13
  33.         Caption = #26412#22320'IP  '
  34.       end
  35.       object Label2: TLabel
  36.         Left = 160
  37.         Top = 32
  38.         Width = 54
  39.         Height = 13
  40.         Caption = #26412#22320#31471#21475'  '
  41.       end
  42.       object Label3: TLabel
  43.         Left = 8
  44.         Top = 168
  45.         Width = 66
  46.         Height = 13
  47.         Caption = #20849#20139#30446#24405'      '
  48.       end
  49.       object Label5: TLabel
  50.         Left = 8
  51.         Top = 96
  52.         Width = 69
  53.         Height = 13
  54.         Caption = #26368#22823#36830#25509#25968'   '
  55.       end
  56.       object locIP_edit: TEdit
  57.         Left = 8
  58.         Top = 56
  59.         Width = 121
  60.         Height = 21
  61.         Enabled = False
  62.         ReadOnly = True
  63.         TabOrder = 0
  64.       end
  65.       object locPort_edit: TEdit
  66.         Left = 160
  67.         Top = 56
  68.         Width = 73
  69.         Height = 21
  70.         TabOrder = 1
  71.         Text = '69'
  72.       end
  73.       object apply_button: TButton
  74.         Left = 248
  75.         Top = 56
  76.         Width = 57
  77.         Height = 25
  78.         Caption = #20462#25913
  79.         TabOrder = 2
  80.         OnClick = apply_buttonClick
  81.       end
  82.       object path_edit: TEdit
  83.         Left = 8
  84.         Top = 192
  85.         Width = 233
  86.         Height = 21
  87.         TabOrder = 3
  88.       end
  89.       object dir_button: TButton
  90.         Left = 264
  91.         Top = 192
  92.         Width = 75
  93.         Height = 25
  94.         Caption = #20462#25913
  95.         TabOrder = 4
  96.         OnClick = dir_buttonClick
  97.       end
  98.       object start_button: TButton
  99.         Left = 168
  100.         Top = 248
  101.         Width = 89
  102.         Height = 33
  103.         Caption = #21551#21160#26381#21153#22120
  104.         TabOrder = 5
  105.         OnClick = start_buttonClick
  106.       end
  107.       object StatusBar: TStatusBar
  108.         Left = 0
  109.         Top = 320
  110.         Width = 389
  111.         Height = 19
  112.         Panels = <
  113.           item
  114.             Text = #29366#24577
  115.             Width = 100
  116.           end>
  117.       end
  118.       object link_edit: TEdit
  119.         Left = 8
  120.         Top = 120
  121.         Width = 57
  122.         Height = 21
  123.         MaxLength = 2
  124.         TabOrder = 7
  125.         Text = '3'
  126.       end
  127.       object link_button: TButton
  128.         Left = 80
  129.         Top = 120
  130.         Width = 49
  131.         Height = 25
  132.         Caption = #20462#25913
  133.         TabOrder = 8
  134.         OnClick = link_buttonClick
  135.       end
  136.     end
  137.     object TabSheet2: TTabSheet
  138.       Caption = #26085#24535
  139.       ImageIndex = 1
  140.       object Label4: TLabel
  141.         Left = 0
  142.         Top = 8
  143.         Width = 66
  144.         Height = 13
  145.         Caption = #26381#21153#22120#26085#24535'  '
  146.       end
  147.       object logmemo: TMemo
  148.         Left = 0
  149.         Top = 0
  150.         Width = 389
  151.         Height = 345
  152.         Align = alTop
  153.         ReadOnly = True
  154.         ScrollBars = ssVertical
  155.         TabOrder = 0
  156.       end
  157.       object clear_Button: TButton
  158.         Left = 24
  159.         Top = 352
  160.         Width = 75
  161.         Height = 25
  162.         Caption = #28165#31354
  163.         TabOrder = 1
  164.         OnClick = clear_ButtonClick
  165.       end
  166.       object save_button: TButton
  167.         Left = 160
  168.         Top = 352
  169.         Width = 75
  170.         Height = 25
  171.         Caption = #20445#23384
  172.         TabOrder = 2
  173.         OnClick = save_buttonClick
  174.       end
  175.     end
  176.   end
  177.   object Server: TIdUDPServer
  178.     Bindings = <>
  179.     DefaultPort = 69
  180.     OnUDPRead = ServerUDPRead
  181.     Left = 192
  182.     Top = 24
  183.   end
  184.   object Timer1: TTimer
  185.     OnTimer = Timer1Timer
  186.     Left = 156
  187.     Top = 24
  188.   end
  189.   object IPWatch: TIdIPWatch
  190.     Active = False
  191.     HistoryEnabled = False
  192.     HistoryFilename = 'iphist.dat'
  193.     Left = 220
  194.     Top = 24
  195.   end
  196. end