home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / FC_WIN / FC_WAHL.DFM / FC_WAHL.txt
Encoding:
Text File  |  1997-11-21  |  1.8 KB  |  105 lines

  1. object FC_Dateiauswahl: TFC_Dateiauswahl
  2.   Left = 256
  3.   Top = 112
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dateien vergleichen'
  7.   ClientHeight = 174
  8.   ClientWidth = 359
  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 Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 341
  20.     Height = 121
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 28
  26.     Top = 20
  27.     Width = 57
  28.     Height = 17
  29.     AutoSize = False
  30.     Caption = 'Datei 1'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 28
  34.     Top = 72
  35.     Width = 57
  36.     Height = 17
  37.     AutoSize = False
  38.     Caption = 'Datei 2'
  39.   end
  40.   object OKBtn: TBitBtn
  41.     Left = 140
  42.     Top = 140
  43.     Width = 90
  44.     Height = 27
  45.     TabOrder = 0
  46.     OnClick = OKBtnClick
  47.     Kind = bkOK
  48.     Margin = 2
  49.     Spacing = -1
  50.     IsControl = True
  51.   end
  52.   object CancelBtn: TBitBtn
  53.     Left = 240
  54.     Top = 140
  55.     Width = 90
  56.     Height = 27
  57.     TabOrder = 1
  58.     OnClick = CancelBtnClick
  59.     Kind = bkCancel
  60.     Margin = 2
  61.     Spacing = -1
  62.     IsControl = True
  63.   end
  64.   object Edit1: TEdit
  65.     Left = 20
  66.     Top = 40
  67.     Width = 199
  68.     Height = 20
  69.     AutoSize = False
  70.     TabOrder = 2
  71.   end
  72.   object Button1: TButton
  73.     Left = 239
  74.     Top = 40
  75.     Width = 97
  76.     Height = 21
  77.     Caption = 'Durchsuchen...'
  78.     TabOrder = 3
  79.     OnClick = Button1Click
  80.   end
  81.   object Button2: TButton
  82.     Left = 239
  83.     Top = 92
  84.     Width = 97
  85.     Height = 21
  86.     Caption = 'Durchsuchen...'
  87.     TabOrder = 4
  88.     OnClick = Button2Click
  89.   end
  90.   object Edit2: TEdit
  91.     Left = 20
  92.     Top = 92
  93.     Width = 199
  94.     Height = 20
  95.     AutoSize = False
  96.     TabOrder = 5
  97.   end
  98.   object OpenDialog: TOpenDialog
  99.     Filter = 'Alle Dateien (*.*)|*.*'
  100.     Title = 'Datei ausw∩┐╜hlen'
  101.     Left = 100
  102.     Top = 140
  103.   end
  104. end
  105.