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

  1. object DCDLG: TDCDLG
  2.   Left = 244
  3.   Top = 138
  4.   Width = 386
  5.   Height = 178
  6.   HelpContext = 15
  7.   ActiveControl = OKBtn
  8.   BorderIcons = [biSystemMenu]
  9.   Color = clTeal
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnCreate = FormCreate
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Meldung: TLabel
  21.     Left = 208
  22.     Top = 16
  23.     Width = 153
  24.     Height = 73
  25.     AutoSize = False
  26.     Font.Color = clMaroon
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Image2: TImage
  33.     Left = 16
  34.     Top = 16
  35.     Width = 177
  36.     Height = 57
  37.     Picture.Data = {<image001.bmp>}
  38.     Stretch = True
  39.     Visible = False
  40.   end
  41.   object Image1: TImage
  42.     Left = 16
  43.     Top = 16
  44.     Width = 177
  45.     Height = 57
  46.     Picture.Data = {<image002.bmp>}
  47.     Stretch = True
  48.     Visible = False
  49.   end
  50.   object Bevel1: TBevel
  51.     Left = 0
  52.     Top = 0
  53.     Width = 378
  54.     Height = 151
  55.     Visible = False
  56.   end
  57.   object nullbtn: TButton
  58.     Left = 32
  59.     Top = 120
  60.     Width = 17
  61.     Height = 0
  62.     TabOrder = 2
  63.   end
  64.   object OKBtn: TBitBtn
  65.     Left = 104
  66.     Top = 108
  67.     Width = 80
  68.     Height = 22
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.     TabOrder = 0
  75.     Kind = bkOK
  76.     Margin = 2
  77.     Style = bsNew
  78.     Spacing = -1
  79.     IsControl = True
  80.   end
  81.   object CancelBtn: TBitBtn
  82.     Left = 194
  83.     Top = 108
  84.     Width = 80
  85.     Height = 22
  86.     Font.Color = clBlack
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ParentFont = False
  91.     TabOrder = 1
  92.     Kind = bkCancel
  93.     Margin = 2
  94.     Style = bsNew
  95.     Spacing = -1
  96.     IsControl = True
  97.   end
  98.   object Timer1: TTimer
  99.     Enabled = False
  100.     Interval = 2500
  101.     OnTimer = Timer1Timer
  102.     Left = 296
  103.     Top = 104
  104.   end
  105. end
  106.