home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFFTPEDIT / TFFTPEDIT.txt
Encoding:
Text File  |  2004-06-06  |  5.1 KB  |  265 lines

  1. object fFTPEdit: TfFTPEdit
  2.   Left = 346
  3.   Top = 120
  4.   HelpContext = 45
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'FTP p'#345'ipojen'#237
  8.   ClientHeight = 417
  9.   ClientWidth = 385
  10.   Color = clBtnFace
  11.   Font.Charset = EASTEUROPE_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel2: TBevel
  22.     Left = 8
  23.     Top = 152
  24.     Width = 369
  25.     Height = 225
  26.     Shape = bsFrame
  27.   end
  28.   object Bevel1: TBevel
  29.     Left = 8
  30.     Top = 8
  31.     Width = 369
  32.     Height = 137
  33.     Shape = bsFrame
  34.   end
  35.   object lFTPName: TLabel
  36.     Left = 24
  37.     Top = 20
  38.     Width = 78
  39.     Height = 13
  40.     Caption = '&Jm'#233'no p'#345'ipojen'#237':'
  41.     FocusControl = eFTPDir
  42.   end
  43.   object lFTPServer: TLabel
  44.     Left = 24
  45.     Top = 44
  46.     Width = 34
  47.     Height = 13
  48.     Caption = '&Server:'
  49.     FocusControl = eFTPServer
  50.   end
  51.   object lFTPUser: TLabel
  52.     Left = 24
  53.     Top = 68
  54.     Width = 79
  55.     Height = 13
  56.     Caption = 'Jm'#233'no &u'#382'ivatele:'
  57.     FocusControl = eFTPUser
  58.   end
  59.   object lFTPPassw: TLabel
  60.     Left = 24
  61.     Top = 92
  62.     Width = 30
  63.     Height = 13
  64.     Caption = '&Heslo:'
  65.     FocusControl = eFTPPassw
  66.   end
  67.   object lFTPDir: TLabel
  68.     Left = 24
  69.     Top = 116
  70.     Width = 85
  71.     Height = 13
  72.     Caption = '&Vzd'#225'len'#253' adres'#225#345':'
  73.     FocusControl = eFTPDir
  74.   end
  75.   object lFTPTime: TLabel
  76.     Left = 273
  77.     Top = 256
  78.     Width = 40
  79.     Height = 13
  80.     Alignment = taRightJustify
  81.     Caption = '&ka'#382'd'#253'ch'
  82.     FocusControl = eFTPTime
  83.   end
  84.   object Label7: TLabel
  85.     Left = 360
  86.     Top = 256
  87.     Width = 5
  88.     Height = 13
  89.     Caption = 's'
  90.   end
  91.   object lFTPTimeOut: TLabel
  92.     Left = 24
  93.     Top = 160
  94.     Width = 102
  95.     Height = 13
  96.     Caption = 'Max.'#269'as na p'#345'ipojen'#237':'
  97.   end
  98.   object Label3: TLabel
  99.     Left = 216
  100.     Top = 161
  101.     Width = 5
  102.     Height = 13
  103.     Caption = 's'
  104.   end
  105.   object lMonths: TLabel
  106.     Left = 24
  107.     Top = 328
  108.     Width = 226
  109.     Height = 13
  110.     Caption = 'FTP server pou'#382#237'v'#225' lokalizovan'#233' n'#225'zvy m'#283's'#237'c'#367':'
  111.   end
  112.   object cFTPProxy: TCheckBox
  113.     Left = 24
  114.     Top = 184
  115.     Width = 233
  116.     Height = 17
  117.     Caption = 'Pou'#382#237't &proxy server'
  118.     TabOrder = 6
  119.   end
  120.   object cFTPPassive: TCheckBox
  121.     Left = 24
  122.     Top = 208
  123.     Width = 233
  124.     Height = 17
  125.     Caption = 'Pasivn'#237' &re'#382'im'
  126.     TabOrder = 7
  127.   end
  128.   object cFTPKeep: TCheckBox
  129.     Left = 24
  130.     Top = 256
  131.     Width = 177
  132.     Height = 17
  133.     Caption = '&Udr'#382'ovat spojen'#237' zas'#237'l'#225'n'#237'm'
  134.     TabOrder = 9
  135.     OnClick = cFTPKeepClick
  136.   end
  137.   object cbFTPComm: TComboBox
  138.     Left = 208
  139.     Top = 254
  140.     Width = 57
  141.     Height = 21
  142.     Style = csDropDownList
  143.     Enabled = False
  144.     ItemHeight = 13
  145.     TabOrder = 10
  146.     Items.Strings = (
  147.       'NOOP'
  148.       'PWD'
  149.       'SYST')
  150.   end
  151.   object eFTPTime: TEdit
  152.     Left = 320
  153.     Top = 254
  154.     Width = 33
  155.     Height = 21
  156.     Enabled = False
  157.     TabOrder = 11
  158.     Text = '60'
  159.     OnKeyPress = eFTPTimeKeyPress
  160.   end
  161.   object eFTPName: TEdit
  162.     Left = 168
  163.     Top = 16
  164.     Width = 185
  165.     Height = 21
  166.     TabOrder = 0
  167.   end
  168.   object eFTPServer: TEdit
  169.     Left = 168
  170.     Top = 40
  171.     Width = 185
  172.     Height = 21
  173.     TabOrder = 1
  174.   end
  175.   object eFTPUser: TEdit
  176.     Left = 168
  177.     Top = 64
  178.     Width = 185
  179.     Height = 21
  180.     TabOrder = 2
  181.   end
  182.   object eFTPPassw: TEdit
  183.     Left = 168
  184.     Top = 88
  185.     Width = 185
  186.     Height = 21
  187.     PasswordChar = '*'
  188.     TabOrder = 3
  189.   end
  190.   object eFTPDir: TEdit
  191.     Left = 168
  192.     Top = 112
  193.     Width = 185
  194.     Height = 21
  195.     TabOrder = 4
  196.   end
  197.   object bOK: TButton
  198.     Left = 216
  199.     Top = 384
  200.     Width = 75
  201.     Height = 25
  202.     Caption = '&OK'
  203.     Default = True
  204.     ModalResult = 1
  205.     TabOrder = 15
  206.     OnClick = bOKClick
  207.   end
  208.   object bCancel: TButton
  209.     Left = 296
  210.     Top = 384
  211.     Width = 75
  212.     Height = 25
  213.     Cancel = True
  214.     Caption = '&Storno'
  215.     ModalResult = 2
  216.     TabOrder = 16
  217.   end
  218.   object eFTPTimeOut: TEdit
  219.     Left = 168
  220.     Top = 160
  221.     Width = 41
  222.     Height = 21
  223.     TabOrder = 5
  224.     Text = '10'
  225.     OnKeyPress = eFTPTimeKeyPress
  226.   end
  227.   object cFTPLowerName: TCheckBox
  228.     Left = 24
  229.     Top = 280
  230.     Width = 281
  231.     Height = 17
  232.     Caption = 'M'#283'nit jm'#233'na soubor'#367' na mal'#225' p'#237'smena'
  233.     Checked = True
  234.     State = cbChecked
  235.     TabOrder = 12
  236.   end
  237.   object cFTPOldPort: TCheckBox
  238.     Left = 24
  239.     Top = 232
  240.     Width = 257
  241.     Height = 17
  242.     Caption = 'Kompatibiln'#237' re'#382'im (bez podpory protokolu IPv6)'
  243.     TabOrder = 8
  244.   end
  245.   object eMonths: TComboBox
  246.     Left = 24
  247.     Top = 344
  248.     Width = 345
  249.     Height = 21
  250.     ItemHeight = 13
  251.     TabOrder = 14
  252.     Items.Strings = (
  253.       'Jan,Feb,M'#228'r,Apr,Mai,Jun,Jul,Aug,Sep,Okt,Nov,Dez'
  254.       'Jan,F'#233'v,Mar,Avr,Mai,Jun,Jul,Ao'#369',Sep,Oct,Nov,D'#233'c')
  255.   end
  256.   object cFTPHiddenFiles: TCheckBox
  257.     Left = 24
  258.     Top = 304
  259.     Width = 281
  260.     Height = 17
  261.     Caption = 'Zobrazit i skryt'#233' soubory (mus'#237' podporovat FTP server)'
  262.     TabOrder = 13
  263.   end
  264. end
  265.