home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Menu.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1999-07-22  |  1.3 KB  |  71 lines

  1. object Form3: TForm3
  2.   Left = 474
  3.   Top = 276
  4.   BorderStyle = bsNone
  5.   Caption = 'Form3'
  6.   ClientHeight = 359
  7.   ClientWidth = 314
  8.   Color = clBlack
  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 Bevel1: TBevel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 314
  21.     Height = 359
  22.     Align = alClient
  23.   end
  24.   object RichEdit1: TRichEdit
  25.     Left = 16
  26.     Top = 16
  27.     Width = 283
  28.     Height = 306
  29.     ReadOnly = True
  30.     ScrollBars = ssVertical
  31.     TabOrder = 0
  32.   end
  33.   object Button1: TButton
  34.     Left = 224
  35.     Top = 328
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&Installieren'
  39.     Font.Charset = ANSI_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -11
  42.     Font.Name = 'Arial'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     TabOrder = 1
  46.     OnClick = Button1Click
  47.   end
  48.   object Button2: TButton
  49.     Left = 16
  50.     Top = 328
  51.     Width = 75
  52.     Height = 25
  53.     Caption = '&zur∩┐╜ck'
  54.     Font.Charset = ANSI_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'Arial'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     TabOrder = 2
  61.     OnClick = Button2Click
  62.   end
  63.   object Timer1: TTimer
  64.     Enabled = False
  65.     Interval = 100
  66.     OnTimer = Timer1Timer
  67.     Left = 143
  68.     Top = 325
  69.   end
  70. end
  71.