Subversion Repositories autosfx

Rev

Rev 1 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 2
Line 3... Line 3...
3
  Top = 0
3
  Top = 0
4
  Caption = 'ViaThinkSoft AutoSFX Archiv'
4
  Caption = 'ViaThinkSoft AutoSFX Archiv'
5
  ClientHeight = 499
5
  ClientHeight = 499
6
  ClientWidth = 521
6
  ClientWidth = 521
7
  Color = clBtnFace
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
8
  Font.Charset = ANSI_CHARSET
9
  Font.Color = clWindowText
9
  Font.Color = clWindowText
10
  Font.Height = -11
10
  Font.Height = -11
11
  Font.Name = 'Tahoma'
11
  Font.Name = 'MS Sans Serif'
12
  Font.Style = []
12
  Font.Style = []
13
  OldCreateOrder = False
13
  OldCreateOrder = False
14
  Position = poMainFormCenter
14
  Position = poMainFormCenter
15
  OnResize = FormResize
15
  OnResize = FormResize
16
  PixelsPerInch = 96
16
  PixelsPerInch = 96
Line 36... Line 36...
36
    Top = 378
36
    Top = 378
37
    Width = 126
37
    Width = 126
38
    Height = 25
38
    Height = 25
39
    Caption = 'OK'
39
    Caption = 'OK'
40
    Default = True
40
    Default = True
-
 
41
    Font.Charset = ANSI_CHARSET
-
 
42
    Font.Color = clWindowText
-
 
43
    Font.Height = -11
-
 
44
    Font.Name = 'MS Sans Serif'
-
 
45
    Font.Style = []
41
    ModalResult = 1
46
    ModalResult = 1
-
 
47
    ParentFont = False
42
    TabOrder = 0
48
    TabOrder = 0
43
  end
49
  end
44
  object CancelBtn: TButton
50
  object CancelBtn: TButton
45
    Left = 8
51
    Left = 8
46
    Top = 378
52
    Top = 378
47
    Width = 126
53
    Width = 126
48
    Height = 25
54
    Height = 25
49
    Cancel = True
55
    Cancel = True
50
    Caption = 'Abbrechen'
56
    Caption = 'Abbrechen'
-
 
57
    Font.Charset = ANSI_CHARSET
-
 
58
    Font.Color = clWindowText
-
 
59
    Font.Height = -11
-
 
60
    Font.Name = 'MS Sans Serif'
-
 
61
    Font.Style = []
51
    ModalResult = 2
62
    ModalResult = 2
-
 
63
    ParentFont = False
52
    TabOrder = 1
64
    TabOrder = 1
53
  end
65
  end
54
end
66
end