home *** CD-ROM | disk | FTP | other *** search
/ Powerdrive 1997 June / POWERDRIVE0697.ISO / share / win95 / anwend / qcopy / _setup.1 / Qcwin.exe / 0 / RCDATA / TLGDLG / TLGDLG.txt < prev   
Text File  |  1997-03-24  |  1KB  |  58 lines

  1. object lgdlg: Tlgdlg
  2.   Left = 256
  3.   Top = 112
  4.   BorderStyle = bsDialog
  5.   Caption = 'Diskettenanforderung'
  6.   ClientHeight = 188
  7.   ClientWidth = 216
  8.   Color = clYellow
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Meldung: TLabel
  17.     Left = 24
  18.     Top = 88
  19.     Width = 169
  20.     Height = 33
  21.     Alignment = taCenter
  22.     Caption = 'Meldung'
  23.     WordWrap = True
  24.   end
  25.   object Image1: TImage
  26.     Left = 48
  27.     Top = 16
  28.     Width = 129
  29.     Height = 65
  30.     Picture.Data = {<image000.bmp>}
  31.   end
  32.   object Image2: TImage
  33.     Left = 48
  34.     Top = 16
  35.     Width = 129
  36.     Height = 65
  37.     Picture.Data = {<image001.bmp>}
  38.   end
  39.   object BitBtn1: TBitBtn
  40.     Left = 20
  41.     Top = 144
  42.     Width = 79
  43.     Height = 27
  44.     TabOrder = 0
  45.     OnClick = BitBtn1Click
  46.     Kind = bkOK
  47.   end
  48.   object BitBtn2: TBitBtn
  49.     Left = 116
  50.     Top = 144
  51.     Width = 79
  52.     Height = 27
  53.     TabOrder = 1
  54.     OnClick = BitBtn2Click
  55.     Kind = bkCancel
  56.   end
  57. end
  58.