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

Ftp服务器

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 303
  3.   Top = 115
  4.   Width = 279
  5.   Height = 449
  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 = 271
  21.     Height = 415
  22.     ActivePage = TabSheet1
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object TabSheet1: TTabSheet
  26.       Caption = #35774#23450'(config)'
  27.       object Label1: TLabel
  28.         Left = 8
  29.         Top = 32
  30.         Width = 40
  31.         Height = 13
  32.         Caption = #26412#22320'IP  '
  33.       end
  34.       object Label2: TLabel
  35.         Left = 8
  36.         Top = 96
  37.         Width = 54
  38.         Height = 13
  39.         Caption = #26412#22320#31471#21475'  '
  40.       end
  41.       object Label3: TLabel
  42.         Left = 8
  43.         Top = 168
  44.         Width = 66
  45.         Height = 13
  46.         Caption = #30446#24405#35774#23450'      '
  47.       end
  48.       object Label5: TLabel
  49.         Left = 8
  50.         Top = 240
  51.         Width = 69
  52.         Height = 13
  53.         Caption = #26368#22823#36830#25509#25968'   '
  54.       end
  55.       object locIP_edit: TEdit
  56.         Left = 8
  57.         Top = 56
  58.         Width = 121
  59.         Height = 21
  60.         Enabled = False
  61.         ReadOnly = True
  62.         TabOrder = 0
  63.       end
  64.       object locPort_edit: TEdit
  65.         Left = 8
  66.         Top = 120
  67.         Width = 121
  68.         Height = 21
  69.         TabOrder = 1
  70.         Text = '69'
  71.       end
  72.       object apply_button: TButton
  73.         Left = 144
  74.         Top = 120
  75.         Width = 75
  76.         Height = 25
  77.         Caption = #24212#29992
  78.         TabOrder = 2
  79.         OnClick = apply_buttonClick
  80.       end
  81.       object path_edit: TEdit
  82.         Left = 8
  83.         Top = 200
  84.         Width = 121
  85.         Height = 21
  86.         TabOrder = 3
  87.       end
  88.       object dir_button: TButton
  89.         Left = 144
  90.         Top = 200
  91.         Width = 75
  92.         Height = 25
  93.         Caption = #30830#23450
  94.         TabOrder = 4
  95.         OnClick = dir_buttonClick
  96.       end
  97.       object start_button: TButton
  98.         Left = 16
  99.         Top = 328
  100.         Width = 75
  101.         Height = 25
  102.         Caption = #21551#21160'server'
  103.         TabOrder = 5
  104.         OnClick = start_buttonClick
  105.       end
  106.       object StatusBar: TStatusBar
  107.         Left = 0
  108.         Top = 368
  109.         Width = 263
  110.         Height = 19
  111.         Panels = <
  112.           item
  113.             Text = #29366#24577
  114.             Width = 100
  115.           end>
  116.       end
  117.       object link_edit: TEdit
  118.         Left = 8
  119.         Top = 264
  120.         Width = 121
  121.         Height = 21
  122.         MaxLength = 2
  123.         TabOrder = 7
  124.         Text = '5'
  125.       end
  126.       object link_button: TButton
  127.         Left = 144
  128.         Top = 264
  129.         Width = 75
  130.         Height = 25
  131.         Caption = #30830#23450
  132.         TabOrder = 8
  133.         OnClick = link_buttonClick
  134.       end
  135.     end
  136.     object TabSheet2: TTabSheet
  137.       Caption = #26085#24535'(log)'
  138.       ImageIndex = 1
  139.       object Label4: TLabel
  140.         Left = 0
  141.         Top = 8
  142.         Width = 66
  143.         Height = 13
  144.         Caption = #26381#21153#22120#26085#24535'  '
  145.       end
  146.       object logmemo: TMemo
  147.         Left = 0
  148.         Top = 0
  149.         Width = 263
  150.         Height = 345
  151.         Align = alTop
  152.         ReadOnly = True
  153.         ScrollBars = ssVertical
  154.         TabOrder = 0
  155.       end
  156.       object clear_Button: TButton
  157.         Left = 24
  158.         Top = 352
  159.         Width = 75
  160.         Height = 25
  161.         Caption = #28165#31354
  162.         TabOrder = 1
  163.         OnClick = clear_ButtonClick
  164.       end
  165.       object save_button: TButton
  166.         Left = 160
  167.         Top = 352
  168.         Width = 75
  169.         Height = 25
  170.         Caption = #20445#23384
  171.         TabOrder = 2
  172.         OnClick = save_buttonClick
  173.       end
  174.     end
  175.     object TabSheet3: TTabSheet
  176.       Caption = #20316#32773'(creator)'
  177.       ImageIndex = 2
  178.       object Memo2: TMemo
  179.         Left = 0
  180.         Top = 0
  181.         Width = 263
  182.         Height = 387
  183.         Align = alClient
  184.         TabOrder = 0
  185.       end
  186.     end
  187.   end
  188.   object Server: TIdUDPServer
  189.     Bindings = <>
  190.     DefaultPort = 69
  191.     OnUDPRead = ServerUDPRead
  192.     Left = 192
  193.     Top = 24
  194.   end
  195.   object Timer1: TTimer
  196.     OnTimer = Timer1Timer
  197.     Left = 156
  198.     Top = 24
  199.   end
  200.   object IPWatch: TIdIPWatch
  201.     Active = False
  202.     HistoryFilename = 'iphist.dat'
  203.     Left = 220
  204.     Top = 24
  205.   end
  206. end