home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / MEMOPAD.ZIP / _SETUP.1 / MemoPadPro.exe / 0 / RCDATA / TSETHOSTDIR / TSETHOSTDIR.txt
Text File  |  1998-05-28  |  2KB  |  92 lines

  1. object Sethostdir: TSethostdir
  2.   Left = 203
  3.   Top = 265
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Set host directory'
  6.   ClientHeight = 109
  7.   ClientWidth = 436
  8.   Color = 14547961
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label2: TLabel
  18.     Left = 48
  19.     Top = 29
  20.     Width = 329
  21.     Height = 17
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'For example \\Host\c\Acez Software\MemoPad Pro\'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object Bevel1: TBevel
  33.     Left = 16
  34.     Top = 8
  35.     Width = 401
  36.     Height = 89
  37.     ParentShowHint = False
  38.     ShowHint = False
  39.     Style = bsRaised
  40.   end
  41.   object Label3: TLabel
  42.     Left = 24
  43.     Top = 13
  44.     Width = 377
  45.     Height = 17
  46.     Alignment = taCenter
  47.     AutoSize = False
  48.     Caption = 'Type in the host computer'#39's MemoPad Pro installation directory'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object Edit1: TEdit
  57.     Left = 64
  58.     Top = 49
  59.     Width = 297
  60.     Height = 21
  61.     TabOrder = 0
  62.   end
  63.   object Button1: TButton
  64.     Left = 104
  65.     Top = 72
  66.     Width = 73
  67.     Height = 17
  68.     Caption = 'Check dir'
  69.     TabOrder = 1
  70.     OnClick = Button1Click
  71.   end
  72.   object Button2: TButton
  73.     Left = 176
  74.     Top = 72
  75.     Width = 73
  76.     Height = 17
  77.     Caption = 'Save'
  78.     Enabled = False
  79.     TabOrder = 2
  80.     OnClick = Button2Click
  81.   end
  82.   object Button3: TButton
  83.     Left = 248
  84.     Top = 72
  85.     Width = 73
  86.     Height = 17
  87.     Caption = 'Clear'
  88.     TabOrder = 3
  89.     OnClick = Button3Click
  90.   end
  91. end
  92.