home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / exp / DMEXUTIL.EXE / 0 / RCDATA / TEXECFORM / TEXECFORM.txt
Text File  |  2000-02-23  |  723b  |  40 lines

  1. object EXECForm: TEXECForm
  2.   Left = 5000
  3.   Top = 5000
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Ausf∩┐╜hren...'
  6.   ClientHeight = 82
  7.   ClientWidth = 312
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 16
  21.     Width = 32
  22.     Height = 13
  23.     Caption = 'Label1'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 32
  28.     Width = 32
  29.     Height = 13
  30.     Caption = 'Label2'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 16
  34.     Top = 64
  35.     Width = 32
  36.     Height = 13
  37.     Caption = 'Label3'
  38.   end
  39. end
  40.