home *** CD-ROM | disk | FTP | other *** search
- object FC_Dateiauswahl: TFC_Dateiauswahl
- Left = 256
- Top = 112
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Dateien vergleichen'
- ClientHeight = 174
- ClientWidth = 359
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 341
- Height = 121
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 28
- Top = 20
- Width = 57
- Height = 17
- AutoSize = False
- Caption = 'Datei 1'
- end
- object Label2: TLabel
- Left = 28
- Top = 72
- Width = 57
- Height = 17
- AutoSize = False
- Caption = 'Datei 2'
- end
- object OKBtn: TBitBtn
- Left = 140
- Top = 140
- Width = 90
- Height = 27
- TabOrder = 0
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 240
- Top = 140
- Width = 90
- Height = 27
- TabOrder = 1
- OnClick = CancelBtnClick
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object Edit1: TEdit
- Left = 20
- Top = 40
- Width = 199
- Height = 20
- AutoSize = False
- TabOrder = 2
- end
- object Button1: TButton
- Left = 239
- Top = 40
- Width = 97
- Height = 21
- Caption = 'Durchsuchen...'
- TabOrder = 3
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 239
- Top = 92
- Width = 97
- Height = 21
- Caption = 'Durchsuchen...'
- TabOrder = 4
- OnClick = Button2Click
- end
- object Edit2: TEdit
- Left = 20
- Top = 92
- Width = 199
- Height = 20
- AutoSize = False
- TabOrder = 5
- end
- object OpenDialog: TOpenDialog
- Filter = 'Alle Dateien (*.*)|*.*'
- Title = 'Datei ausw�hlen'
- Left = 100
- Top = 140
- end
- end
-