Subversion Repositories autosfx

Compare Revisions

Regard whitespace Rev HEAD → Rev 1

/ExtractorError.dfm
1,9 → 1,11
object ErrorForm: TErrorForm
Left = 222
Top = 133
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Fehler'
ClientHeight = 406
ClientWidth = 583
ClientHeight = 365
ClientWidth = 355
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
12,7 → 14,6
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object ErrorImg: TImage
814,20 → 815,4
ParentFont = False
TabOrder = 1
end
object SaveBtn: TButton
Left = 64
Top = 328
Width = 97
Height = 25
Caption = 'Liste speichern'
TabOrder = 2
OnClick = SaveBtnClick
end
object SaveDialog: TSaveDialog
DefaultExt = '.txt'
Filter = 'Textdateien (*.txt)|*.txt|Alle Dateien (*.*)|*.*'
Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
Left = 320
Top = 8
end
end