home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June A / Pcwk6A98.iso / Internet / NETLOAD / NETLOAD.EXE / 0 / RCDATA / TINPUTDLG / TINPUTDLG.txt
Text File  |  1998-01-02  |  1KB  |  58 lines

  1. object inputDlg: TinputDlg
  2.   Left = 226
  3.   Top = 216
  4.   BorderStyle = bsDialog
  5.   Caption = 'NetLoad FTP Login'
  6.   ClientHeight = 69
  7.   ClientWidth = 321
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object promptLbl: TLabel
  17.     Left = 10
  18.     Top = 9
  19.     Width = 223
  20.     Height = 14
  21.     AutoSize = False
  22.     Caption = 'Please enter the login password:'
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'Arial'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object OKBtn: TButton
  30.     Left = 244
  31.     Top = 8
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'OK'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 1
  38.   end
  39.   object CancelBtn: TButton
  40.     Left = 244
  41.     Top = 38
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 2
  48.   end
  49.   object inputEdit: TMaskEdit
  50.     Left = 10
  51.     Top = 32
  52.     Width = 223
  53.     Height = 21
  54.     MaxLength = 0
  55.     TabOrder = 0
  56.   end
  57. end
  58.