home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / MCP3B.ZIP / _SETUP.1 / MCP.exe / 0 / RCDATA / TFORM21 / TFORM21.txt
Text File  |  1998-05-10  |  2KB  |  82 lines

  1. object Form21: TForm21
  2.   Left = 154
  3.   Top = 166
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Get location of application'
  7.   ClientHeight = 156
  8.   ClientWidth = 378
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 8
  20.     Width = 329
  21.     Height = 13
  22.     Caption = 
  23.       'Please enter the following information of the application for th' +
  24.       'is button.'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 56
  29.     Width = 94
  30.     Height = 13
  31.     Caption = 'Name of application'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 8
  35.     Top = 104
  36.     Width = 107
  37.     Height = 13
  38.     Caption = 'Location of application'
  39.   end
  40.   object Edit1: TEdit
  41.     Left = 8
  42.     Top = 32
  43.     Width = 217
  44.     Height = 21
  45.     MaxLength = 25
  46.     TabOrder = 0
  47.   end
  48.   object Edit2: TEdit
  49.     Left = 8
  50.     Top = 80
  51.     Width = 305
  52.     Height = 21
  53.     TabOrder = 1
  54.   end
  55.   object Button1: TButton
  56.     Left = 320
  57.     Top = 79
  58.     Width = 49
  59.     Height = 25
  60.     Caption = '&Browse'
  61.     TabOrder = 2
  62.     OnClick = Button1Click
  63.   end
  64.   object Button2: TButton
  65.     Left = 296
  66.     Top = 120
  67.     Width = 75
  68.     Height = 25
  69.     Caption = '&Ok'
  70.     Default = True
  71.     TabOrder = 3
  72.     OnClick = Button2Click
  73.   end
  74.   object OpenDialog1: TOpenDialog
  75.     DefaultExt = '*.*'
  76.     FileEditStyle = fsEdit
  77.     Title = 'Is it in here?'
  78.     Left = 336
  79.     Top = 24
  80.   end
  81. end
  82.