Subversion Repositories autosfx

Rev

Rev 1 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 4
Line 1... Line 1...
1
object ErrorForm: TErrorForm
1
object ErrorForm: TErrorForm
2
  Left = 222
2
  Left = 222
3
  Top = 133
3
  Top = 133
4
  BorderIcons = [biSystemMenu]
-
 
5
  BorderStyle = bsSingle
-
 
6
  Caption = 'Fehler'
4
  Caption = 'Fehler'
7
  ClientHeight = 365
5
  ClientHeight = 363
8
  ClientWidth = 355
6
  ClientWidth = 353
9
  Color = clBtnFace
7
  Color = clBtnFace
10
  Font.Charset = ANSI_CHARSET
8
  Font.Charset = ANSI_CHARSET
11
  Font.Color = clWindowText
9
  Font.Color = clWindowText
12
  Font.Height = -11
10
  Font.Height = -11
13
  Font.Name = 'MS Sans Serif'
11
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
12
  Font.Style = []
15
  OldCreateOrder = False
13
  OldCreateOrder = False
16
  Position = poMainFormCenter
14
  Position = poMainFormCenter
-
 
15
  OnResize = FormResize
17
  PixelsPerInch = 96
16
  PixelsPerInch = 96
18
  TextHeight = 13
17
  TextHeight = 13
19
  object ErrorImg: TImage
18
  object ErrorImg: TImage
20
    Left = 16
19
    Left = 16
21
    Top = 43
20
    Top = 43
Line 813... Line 812...
813
    Font.Style = []
812
    Font.Style = []
814
    ModalResult = 1
813
    ModalResult = 1
815
    ParentFont = False
814
    ParentFont = False
816
    TabOrder = 1
815
    TabOrder = 1
817
  end
816
  end
-
 
817
  object SaveBtn: TButton
-
 
818
    Left = 64
-
 
819
    Top = 328
-
 
820
    Width = 97
-
 
821
    Height = 25
-
 
822
    Caption = 'Liste speichern'
-
 
823
    TabOrder = 2
-
 
824
    OnClick = SaveBtnClick
-
 
825
  end
-
 
826
  object SaveDialog: TSaveDialog
-
 
827
    DefaultExt = '.txt'
-
 
828
    Filter = 'Textdateien (*.txt)|*.txt|Alle Dateien (*.*)|*.*'
-
 
829
    Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
-
 
830
    Left = 320
-
 
831
    Top = 8
-
 
832
  end
818
end
833
end