home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1996 October / CLUB10_96.BIN / share95 / 95kalend / kalender.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1996-06-23  |  777b  |  43 lines

  1. object Form2: TForm2
  2.   Left = 201
  3.   Top = 100
  4.   Width = 241
  5.   Height = 204
  6.   Caption = 'Drucken'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 24
  15.     Top = 16
  16.     Width = 194
  17.     Height = 31
  18.     Caption = 'Druckfortschritt'
  19.     Font.Color = clBlack
  20.     Font.Height = -27
  21.     Font.Name = 'Times New Roman'
  22.     Font.Style = [fsBold]
  23.     ParentFont = False
  24.   end
  25.   object Gauge1: TGauge
  26.     Left = 24
  27.     Top = 56
  28.     Width = 193
  29.     Height = 57
  30.     ForeColor = clNavy
  31.     Progress = 0
  32.   end
  33.   object Button1: TButton
  34.     Left = 24
  35.     Top = 128
  36.     Width = 193
  37.     Height = 33
  38.     Caption = 'Druckabbruch !'
  39.     TabOrder = 0
  40.     OnClick = Button1Click
  41.   end
  42. end
  43.