home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / Wewiz32k.wem / 0 / RCDATA / TFRMSERVER / TFRMSERVER.txt < prev   
Text File  |  1996-10-14  |  6KB  |  272 lines

  1. object frmServer: TfrmServer
  2.   Left = 295
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'FTP Server'
  6.   ClientHeight = 364
  7.   ClientWidth = 400
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnOK: TButton
  21.     Left = 224
  22.     Top = 315
  23.     Width = 89
  24.     Height = 25
  25.     Caption = '&Upload'
  26.     Default = True
  27.     TabOrder = 0
  28.     OnClick = btnOKClick
  29.   end
  30.   object btnCancel: TButton
  31.     Left = 318
  32.     Top = 315
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.     OnClick = btnCancelClick
  40.   end
  41.   object PageControl: TPageControl
  42.     Left = 0
  43.     Top = 0
  44.     Width = 400
  45.     Height = 309
  46.     ActivePage = ServerPage
  47.     Align = alTop
  48.     TabOrder = 2
  49.     object FilesPage: TTabSheet
  50.       Caption = 'Files to Upload'
  51.       object btnBrowse: TButton
  52.         Left = 212
  53.         Top = 256
  54.         Width = 83
  55.         Height = 21
  56.         Caption = '&Add...'
  57.         TabOrder = 0
  58.         OnClick = btnBrowseClick
  59.       end
  60.       object btnDelete: TButton
  61.         Left = 304
  62.         Top = 256
  63.         Width = 83
  64.         Height = 21
  65.         Caption = '&Delete'
  66.         Enabled = False
  67.         TabOrder = 1
  68.         OnClick = btnDeleteClick
  69.       end
  70.     end
  71.     object ServerPage: TTabSheet
  72.       Caption = 'Server'
  73.       object lblName: TLabel
  74.         Left = 7
  75.         Top = 18
  76.         Width = 28
  77.         Height = 13
  78.         Caption = '&Name'
  79.       end
  80.       object lblServer: TLabel
  81.         Left = 7
  82.         Top = 45
  83.         Width = 31
  84.         Height = 13
  85.         Caption = '&Server'
  86.         FocusControl = txtServer
  87.       end
  88.       object lblPort: TLabel
  89.         Left = 7
  90.         Top = 74
  91.         Width = 19
  92.         Height = 13
  93.         Caption = '&Port'
  94.       end
  95.       object lblInitialDirectory: TLabel
  96.         Left = 7
  97.         Top = 99
  98.         Width = 117
  99.         Height = 13
  100.         Caption = 'Directory on &FTP Server:'
  101.         FocusControl = txtInitialDirectory
  102.       end
  103.       object lblUserID: TLabel
  104.         Left = 7
  105.         Top = 151
  106.         Width = 36
  107.         Height = 13
  108.         Caption = '&User ID'
  109.         FocusControl = txtUserID
  110.       end
  111.       object lblPassword: TLabel
  112.         Left = 7
  113.         Top = 177
  114.         Width = 46
  115.         Height = 13
  116.         Caption = 'Password'
  117.         FocusControl = txtPassword
  118.       end
  119.       object lblAccount: TLabel
  120.         Left = 7
  121.         Top = 202
  122.         Width = 40
  123.         Height = 13
  124.         Caption = 'Account'
  125.         FocusControl = txtAccount
  126.       end
  127.       object txtServer: TEdit
  128.         Left = 89
  129.         Top = 39
  130.         Width = 290
  131.         Height = 21
  132.         TabOrder = 1
  133.       end
  134.       object txtInitialDirectory: TEdit
  135.         Left = 6
  136.         Top = 116
  137.         Width = 375
  138.         Height = 21
  139.         TabOrder = 3
  140.       end
  141.       object txtPort: TMaskEdit
  142.         Left = 89
  143.         Top = 68
  144.         Width = 21
  145.         Height = 21
  146.         EditMask = '00'
  147.         MaxLength = 2
  148.         TabOrder = 2
  149.         Text = '21'
  150.       end
  151.       object txtUserID: TEdit
  152.         Left = 89
  153.         Top = 147
  154.         Width = 290
  155.         Height = 21
  156.         TabOrder = 4
  157.       end
  158.       object txtPassword: TEdit
  159.         Left = 89
  160.         Top = 174
  161.         Width = 290
  162.         Height = 21
  163.         PasswordChar = '*'
  164.         TabOrder = 5
  165.       end
  166.       object txtAccount: TEdit
  167.         Left = 89
  168.         Top = 199
  169.         Width = 290
  170.         Height = 21
  171.         TabOrder = 6
  172.       end
  173.       object chkSavePassword: TCheckBox
  174.         Left = 61
  175.         Top = 227
  176.         Width = 97
  177.         Height = 17
  178.         Caption = 'Save Password'
  179.         TabOrder = 7
  180.       end
  181.       object txtName: TComboBox
  182.         Left = 89
  183.         Top = 12
  184.         Width = 290
  185.         Height = 21
  186.         Style = csDropDownList
  187.         ItemHeight = 13
  188.         Sorted = True
  189.         TabOrder = 0
  190.         OnChange = txtNameChange
  191.       end
  192.       object btnNewServer: TButton
  193.         Left = 128
  194.         Top = 256
  195.         Width = 83
  196.         Height = 21
  197.         Caption = '&New'
  198.         TabOrder = 8
  199.         OnClick = btnNewServerClick
  200.       end
  201.       object btnSaveServer: TButton
  202.         Left = 216
  203.         Top = 256
  204.         Width = 83
  205.         Height = 21
  206.         Caption = '&Save'
  207.         TabOrder = 9
  208.         OnClick = btnSaveServerClick
  209.       end
  210.       object btnDeleteServer: TButton
  211.         Left = 304
  212.         Top = 256
  213.         Width = 83
  214.         Height = 21
  215.         Caption = '&Delete'
  216.         TabOrder = 10
  217.         OnClick = btnDeleteServerClick
  218.       end
  219.     end
  220.   end
  221.   object sbStatus: TStatusBar
  222.     Left = 0
  223.     Top = 345
  224.     Width = 400
  225.     Height = 19
  226.     Panels = <
  227.       item
  228.         Text = ' '
  229.         Width = 50
  230.       end>
  231.     SimplePanel = False
  232.   end
  233.   object pbUpload: TProgressBar
  234.     Left = 8
  235.     Top = 320
  236.     Width = 209
  237.     Height = 17
  238.     Min = 0
  239.     Max = 100
  240.     TabOrder = 4
  241.     Visible = False
  242.   end
  243.   object Ftp1: TFtp
  244.     FtpPort = 21
  245.     TransferMode = BinaryTransfer
  246.     OnFtpInfo = Ftp1FtpInfo
  247.     OnFtpError = Ftp1FtpError
  248.     WinsockStarted = True
  249.     Version = 'TFtp 1.4.2'
  250.     OnLoggedIn = Ftp1LoggedIn
  251.     OnFileStored = Ftp1FileStored
  252.     ServerType = ftpstDefault
  253.     TimeOutConnect = 0
  254.     TimeOutArp = 0
  255.     Left = 8
  256.     Top = 272
  257.   end
  258.   object dlgOpen: TOpenDialog
  259.     DefaultExt = 'html'
  260.     FileEditStyle = fsEdit
  261.     FileName = '*.html'
  262.     Filter = 
  263.       'HTML files (*.html)|*.html|HTM files (*.htm, *.ht3)|*.htm;*.ht3|' +
  264.       'Image files (*.bmp, *.gif, *.jpg)|*.bmp;*.gif;*.jpg|Sound files ' +
  265.       '(*.wav, *.au, *.ra)|*.wav;*.au;*.ra|All files (*.*)|*.*'
  266.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist]
  267.     Title = 'Choose Files to Upload'
  268.     Left = 36
  269.     Top = 272
  270.   end
  271. end
  272.