home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 November / COMCD1101.iso / start.exe / 0 / RCDATA / TACTIONDLG / TACTIONDLG.txt
Encoding:
Text File  |  2001-08-16  |  1.3 KB  |  69 lines

  1. object ActionDlg: TActionDlg
  2.   Left = 266
  3.   Top = 174
  4.   BorderStyle = bsDialog
  5.   Caption = 'Alle HTML-Dokumente durchsuchen'
  6.   ClientHeight = 149
  7.   ClientWidth = 411
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnClose = FormClose
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 72
  25.     Width = 390
  26.     Height = 13
  27.     AutoSize = False
  28.     Caption = 'Datei:'
  29.   end
  30.   object CancelBtn: TButton
  31.     Left = 168
  32.     Top = 116
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Abbrechen'
  37.     TabOrder = 0
  38.     OnClick = CancelBtnClick
  39.   end
  40.   object DirLabel: TStaticText
  41.     Left = 8
  42.     Top = 88
  43.     Width = 390
  44.     Height = 16
  45.     AutoSize = False
  46.     BorderStyle = sbsSunken
  47.     TabOrder = 1
  48.   end
  49.   object Panel1: TPanel
  50.     Left = 10
  51.     Top = 4
  52.     Width = 389
  53.     Height = 55
  54.     BevelOuter = bvLowered
  55.     TabOrder = 2
  56.     object Animate: TAnimate
  57.       Left = 1
  58.       Top = 1
  59.       Width = 387
  60.       Height = 53
  61.       Align = alClient
  62.       Active = False
  63.       AutoSize = False
  64.       CommonAVI = aviFindFolder
  65.       StopFrame = 29
  66.     end
  67.   end
  68. end
  69.