home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Eremove / eremov11.exe / eremove.exe / 0 / RCDATA / TECLIENTFORM / TECLIENTFORM.txt
Text File  |  1998-04-07  |  2KB  |  113 lines

  1. object EclientForm: TEclientForm
  2.   Left = 167
  3.   Top = 153
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup your favorite email client'
  7.   ClientHeight = 206
  8.   ClientWidth = 358
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 48
  18.     Top = 24
  19.     Width = 28
  20.     Height = 13
  21.     Caption = 'Name'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 40
  25.     Top = 56
  26.     Width = 39
  27.     Height = 13
  28.     Caption = 'Program'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 24
  32.     Top = 88
  33.     Width = 53
  34.     Height = 13
  35.     Caption = 'Parameters'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 56
  39.     Top = 120
  40.     Width = 22
  41.     Height = 13
  42.     Caption = 'Path'
  43.   end
  44.   object Label5: TLabel
  45.     Left = 128
  46.     Top = 32
  47.     Width = 32
  48.     Height = 13
  49.     Caption = 'Label5'
  50.   end
  51.   object Edit1: TEdit
  52.     Left = 96
  53.     Top = 24
  54.     Width = 153
  55.     Height = 21
  56.     TabOrder = 0
  57.   end
  58.   object Edit2: TEdit
  59.     Left = 96
  60.     Top = 56
  61.     Width = 153
  62.     Height = 21
  63.     TabOrder = 1
  64.   end
  65.   object Button4: TButton
  66.     Left = 264
  67.     Top = 24
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'Browse ...'
  71.     TabOrder = 6
  72.     OnClick = Button4Click
  73.   end
  74.   object BitBtn1: TBitBtn
  75.     Left = 152
  76.     Top = 160
  77.     Width = 75
  78.     Height = 25
  79.     TabOrder = 4
  80.     OnClick = BitBtn1Click
  81.     Kind = bkOK
  82.   end
  83.   object BitBtn2: TBitBtn
  84.     Left = 240
  85.     Top = 160
  86.     Width = 75
  87.     Height = 25
  88.     TabOrder = 5
  89.     Kind = bkCancel
  90.   end
  91.   object Edit3: TEdit
  92.     Left = 96
  93.     Top = 88
  94.     Width = 153
  95.     Height = 21
  96.     TabOrder = 2
  97.   end
  98.   object Edit4: TEdit
  99.     Left = 96
  100.     Top = 120
  101.     Width = 153
  102.     Height = 21
  103.     TabOrder = 3
  104.   end
  105.   object OpenDialog1: TOpenDialog
  106.     DefaultExt = '*.exe'
  107.     FileEditStyle = fsEdit
  108.     Filter = 'Executables (*.exe, *.com)|*.exe;*.com|All Files (*.*)|*.*'
  109.     Left = 40
  110.     Top = 152
  111.   end
  112. end
  113.