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

Ftp服务器

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 394
  3.   Top = 160
  4.   Width = 256
  5.   Height = 447
  6.   Caption = 'Tftp client'
  7.   Color = clBtnFace
  8.   Constraints.MaxHeight = 447
  9.   Constraints.MaxWidth = 256
  10.   Constraints.MinHeight = 447
  11.   Constraints.MinWidth = 256
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PageControl1: TPageControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 248
  25.     Height = 413
  26.     ActivePage = TabSheet2
  27.     Align = alClient
  28.     TabOrder = 0
  29.     object TabSheet1: TTabSheet
  30.       Caption = #35774#23450'(config)'
  31.       object Label1: TLabel
  32.         Left = 16
  33.         Top = 24
  34.         Width = 43
  35.         Height = 13
  36.         Caption = #26412#22320'IP   '
  37.       end
  38.       object Label2: TLabel
  39.         Left = 8
  40.         Top = 66
  41.         Width = 57
  42.         Height = 13
  43.         Caption = #26412#22320#31471#21475'   '
  44.       end
  45.       object Label3: TLabel
  46.         Left = 16
  47.         Top = 109
  48.         Width = 40
  49.         Height = 13
  50.         Caption = #36828#31243'IP  '
  51.       end
  52.       object Label4: TLabel
  53.         Left = 8
  54.         Top = 152
  55.         Width = 54
  56.         Height = 13
  57.         Caption = #36828#31243#31471#21475'  '
  58.       end
  59.       object apply_button: TButton
  60.         Left = 0
  61.         Top = 208
  62.         Width = 75
  63.         Height = 25
  64.         Caption = #24212#29992
  65.         TabOrder = 0
  66.         OnClick = apply_buttonClick
  67.       end
  68.       object locIP_edit: TEdit
  69.         Left = 112
  70.         Top = 24
  71.         Width = 121
  72.         Height = 22
  73.         Enabled = False
  74.         ReadOnly = True
  75.         TabOrder = 1
  76.       end
  77.       object locPort_edit: TEdit
  78.         Left = 112
  79.         Top = 66
  80.         Width = 121
  81.         Height = 22
  82.         TabOrder = 2
  83.         Text = '1000'
  84.       end
  85.       object remoteIP_edit: TEdit
  86.         Left = 112
  87.         Top = 109
  88.         Width = 121
  89.         Height = 22
  90.         TabOrder = 3
  91.         Text = '127.0.0.1'
  92.       end
  93.       object remotePort_edit: TEdit
  94.         Left = 112
  95.         Top = 152
  96.         Width = 121
  97.         Height = 22
  98.         TabOrder = 4
  99.         Text = '69'
  100.       end
  101.       object read_button: TButton
  102.         Left = 0
  103.         Top = 248
  104.         Width = 75
  105.         Height = 25
  106.         Caption = #35835#25991#20214' '
  107.         Enabled = False
  108.         TabOrder = 5
  109.         OnClick = read_buttonClick
  110.       end
  111.       object StatusBar: TStatusBar
  112.         Tag = 1
  113.         Left = 0
  114.         Top = 366
  115.         Width = 240
  116.         Height = 19
  117.         Panels = <
  118.           item
  119.             Text = #29366#24577
  120.             Width = 100
  121.           end
  122.           item
  123.             Text = #36895#24230
  124.             Width = 20
  125.           end>
  126.       end
  127.       object write_button: TButton
  128.         Left = 160
  129.         Top = 248
  130.         Width = 75
  131.         Height = 25
  132.         Caption = #20889#25991#20214
  133.         Enabled = False
  134.         TabOrder = 7
  135.         OnClick = write_buttonClick
  136.       end
  137.       object path_edit: TEdit
  138.         Left = 0
  139.         Top = 296
  140.         Width = 121
  141.         Height = 21
  142.         TabOrder = 8
  143.         Text = 'rfc1350.txt'
  144.       end
  145.       object browse_button: TButton
  146.         Left = 136
  147.         Top = 296
  148.         Width = 49
  149.         Height = 25
  150.         Caption = #27983#35272
  151.         Enabled = False
  152.         TabOrder = 9
  153.         OnClick = browse_buttonClick
  154.       end
  155.       object cancel_button: TButton
  156.         Left = 184
  157.         Top = 296
  158.         Width = 49
  159.         Height = 25
  160.         Caption = #21462#28040
  161.         Enabled = False
  162.         TabOrder = 10
  163.         OnClick = cancel_buttonClick
  164.       end
  165.       object stop_button: TButton
  166.         Left = 160
  167.         Top = 208
  168.         Width = 75
  169.         Height = 25
  170.         Caption = #20572#27490
  171.         Enabled = False
  172.         TabOrder = 11
  173.         OnClick = stop_buttonClick
  174.       end
  175.       object trace_button: TButton
  176.         Left = 80
  177.         Top = 232
  178.         Width = 65
  179.         Height = 25
  180.         Caption = #36319#36394
  181.         TabOrder = 12
  182.         OnClick = trace_buttonClick
  183.       end
  184.     end
  185.     object TabSheet2: TTabSheet
  186.       Caption = #26085#24535'(log)'
  187.       ImageIndex = 1
  188.       object logmemo: TMemo
  189.         Left = 0
  190.         Top = 0
  191.         Width = 240
  192.         Height = 345
  193.         Align = alTop
  194.         ReadOnly = True
  195.         ScrollBars = ssVertical
  196.         TabOrder = 0
  197.       end
  198.       object clear_Button: TButton
  199.         Left = 16
  200.         Top = 352
  201.         Width = 75
  202.         Height = 25
  203.         Caption = #28165#31354
  204.         TabOrder = 1
  205.         OnClick = clear_ButtonClick
  206.       end
  207.       object save_button: TButton
  208.         Left = 144
  209.         Top = 352
  210.         Width = 75
  211.         Height = 25
  212.         Caption = #20445#23384
  213.         TabOrder = 2
  214.         OnClick = save_buttonClick
  215.       end
  216.     end
  217.     object TabSheet3: TTabSheet
  218.       Caption = #20316#32773'(creator)'
  219.       ImageIndex = 2
  220.     end
  221.   end
  222.   object Timer1: TTimer
  223.     OnTimer = Timer1Timer
  224.     Left = 92
  225.     Top = 208
  226.   end
  227.   object OpenDialog1: TOpenDialog
  228.     Left = 116
  229.     Top = 208
  230.   end
  231.   object client: TIdUDPServer
  232.     Bindings = <>
  233.     DefaultPort = 0
  234.     OnUDPRead = clientUDPRead
  235.     Left = 68
  236.     Top = 208
  237.   end
  238.   object IPWatch: TIdIPWatch
  239.     Active = False
  240.     HistoryEnabled = False
  241.     HistoryFilename = 'iphist.dat'
  242.     Left = 140
  243.     Top = 208
  244.   end
  245. end