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

Ftp服务器

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 410
  3.   Top = 149
  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 = TabSheet1
  27.     Align = alClient
  28.     Style = tsFlatButtons
  29.     TabOrder = 0
  30.     object TabSheet1: TTabSheet
  31.       Caption = #23458#25143#31471
  32.       object Label1: TLabel
  33.         Left = 16
  34.         Top = 24
  35.         Width = 43
  36.         Height = 13
  37.         Caption = #26412#22320'IP   '
  38.       end
  39.       object Label2: TLabel
  40.         Left = 8
  41.         Top = 66
  42.         Width = 57
  43.         Height = 13
  44.         Caption = #26412#22320#31471#21475'   '
  45.       end
  46.       object Label3: TLabel
  47.         Left = 16
  48.         Top = 109
  49.         Width = 52
  50.         Height = 13
  51.         Caption = #26381#21153#22120'IP  '
  52.       end
  53.       object Label4: TLabel
  54.         Left = 8
  55.         Top = 152
  56.         Width = 66
  57.         Height = 13
  58.         Caption = #26381#21153#22120#31471#21475'  '
  59.       end
  60.       object apply_button: TButton
  61.         Left = 0
  62.         Top = 192
  63.         Width = 75
  64.         Height = 25
  65.         Caption = #36830#25509
  66.         TabOrder = 0
  67.         OnClick = apply_buttonClick
  68.       end
  69.       object locIP_edit: TEdit
  70.         Left = 112
  71.         Top = 24
  72.         Width = 121
  73.         Height = 21
  74.         Enabled = False
  75.         ReadOnly = True
  76.         TabOrder = 1
  77.       end
  78.       object locPort_edit: TEdit
  79.         Left = 112
  80.         Top = 66
  81.         Width = 121
  82.         Height = 21
  83.         TabOrder = 2
  84.         Text = '1000'
  85.       end
  86.       object remoteIP_edit: TEdit
  87.         Left = 112
  88.         Top = 109
  89.         Width = 121
  90.         Height = 21
  91.         TabOrder = 3
  92.         Text = '127.0.0.1'
  93.       end
  94.       object remotePort_edit: TEdit
  95.         Left = 112
  96.         Top = 152
  97.         Width = 121
  98.         Height = 21
  99.         TabOrder = 4
  100.         Text = '69'
  101.       end
  102.       object read_button: TButton
  103.         Left = 24
  104.         Top = 280
  105.         Width = 75
  106.         Height = 25
  107.         Caption = #19979#36733#25991#20214' '
  108.         Enabled = False
  109.         TabOrder = 5
  110.         OnClick = read_buttonClick
  111.       end
  112.       object StatusBar: TStatusBar
  113.         Tag = 1
  114.         Left = 0
  115.         Top = 363
  116.         Width = 240
  117.         Height = 19
  118.         Panels = <
  119.           item
  120.             Text = #29366#24577
  121.             Width = 100
  122.           end
  123.           item
  124.             Text = #36895#24230
  125.             Width = 20
  126.           end>
  127.       end
  128.       object write_button: TButton
  129.         Left = 128
  130.         Top = 280
  131.         Width = 75
  132.         Height = 25
  133.         Caption = #19978#20256#25991#20214
  134.         Enabled = False
  135.         TabOrder = 7
  136.         OnClick = write_buttonClick
  137.       end
  138.       object path_edit: TEdit
  139.         Left = 0
  140.         Top = 240
  141.         Width = 121
  142.         Height = 21
  143.         TabOrder = 8
  144.         Text = #35831#36755#20837#25991#20214#21517
  145.       end
  146.       object browse_button: TButton
  147.         Left = 128
  148.         Top = 240
  149.         Width = 65
  150.         Height = 25
  151.         Caption = #26412#22320#27983#35272
  152.         Enabled = False
  153.         TabOrder = 9
  154.         OnClick = browse_buttonClick
  155.       end
  156.       object cancel_button: TButton
  157.         Left = 200
  158.         Top = 240
  159.         Width = 41
  160.         Height = 25
  161.         Caption = #21462#28040
  162.         Enabled = False
  163.         TabOrder = 10
  164.         OnClick = cancel_buttonClick
  165.       end
  166.       object stop_button: TButton
  167.         Left = 96
  168.         Top = 192
  169.         Width = 75
  170.         Height = 25
  171.         Caption = #26029#24320
  172.         Enabled = False
  173.         TabOrder = 11
  174.         OnClick = stop_buttonClick
  175.       end
  176.       object trace_button: TButton
  177.         Left = 72
  178.         Top = 312
  179.         Width = 81
  180.         Height = 25
  181.         Caption = #36319#36394#20256#36755
  182.         TabOrder = 12
  183.         OnClick = trace_buttonClick
  184.       end
  185.     end
  186.     object TabSheet2: TTabSheet
  187.       Caption = #26085#24535
  188.       ImageIndex = 1
  189.       object logmemo: TMemo
  190.         Left = 0
  191.         Top = 0
  192.         Width = 240
  193.         Height = 345
  194.         Align = alTop
  195.         ReadOnly = True
  196.         ScrollBars = ssVertical
  197.         TabOrder = 0
  198.       end
  199.       object clear_Button: TButton
  200.         Left = 16
  201.         Top = 352
  202.         Width = 75
  203.         Height = 25
  204.         Caption = #28165#31354
  205.         TabOrder = 1
  206.         OnClick = clear_ButtonClick
  207.       end
  208.       object save_button: TButton
  209.         Left = 144
  210.         Top = 352
  211.         Width = 75
  212.         Height = 25
  213.         Caption = #20445#23384
  214.         TabOrder = 2
  215.         OnClick = save_buttonClick
  216.       end
  217.     end
  218.   end
  219.   object Timer1: TTimer
  220.     OnTimer = Timer1Timer
  221.     Left = 124
  222.     Top = 16
  223.   end
  224.   object OpenDialog1: TOpenDialog
  225.     Left = 148
  226.     Top = 16
  227.   end
  228.   object client: TIdUDPServer
  229.     Bindings = <>
  230.     DefaultPort = 0
  231.     OnUDPRead = clientUDPRead
  232.     Left = 100
  233.     Top = 16
  234.   end
  235.   object IPWatch: TIdIPWatch
  236.     Active = False
  237.     HistoryEnabled = False
  238.     HistoryFilename = 'iphist.dat'
  239.     Left = 172
  240.     Top = 16
  241.   end
  242. end