Subversion Repositories spacemission

Rev

Rev 79 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 79 Rev 89
1
object CheatForm: TCheatForm
1
object CheatForm: TCheatForm
2
  Left = 275
2
  Left = 275
3
  Top = 165
3
  Top = 165
4
  BorderStyle = bsDialog
4
  BorderStyle = bsDialog
5
  Caption = 'Cheatverwaltung'
5
  Caption = 'Cheatverwaltung'
6
  ClientHeight = 233
6
  ClientHeight = 233
7
  ClientWidth = 313
7
  ClientWidth = 313
8
  Color = clBtnFace
8
  Color = clBtnFace
9
  Font.Charset = DEFAULT_CHARSET
9
  Font.Charset = DEFAULT_CHARSET
10
  Font.Color = clWindowText
10
  Font.Color = clWindowText
11
  Font.Height = -11
11
  Font.Height = -11
12
  Font.Name = 'MS Sans Serif'
12
  Font.Name = 'MS Sans Serif'
13
  Font.Style = []
13
  Font.Style = []
14
  Position = poMainFormCenter
14
  Position = poMainFormCenter
15
  OnHide = FormHide
15
  OnHide = FormHide
16
  OnShow = FormShow
16
  OnShow = FormShow
17
  TextHeight = 13
17
  TextHeight = 13
18
  object Label1: TLabel
18
  object Label1: TLabel
19
    Left = 8
19
    Left = 8
20
    Top = 8
20
    Top = 8
21
    Width = 152
21
    Width = 152
22
    Height = 13
22
    Height = 13
23
    Caption = 'Bitte geben Sie einen Cheat ein!'
23
    Caption = 'Bitte geben Sie einen Cheat ein!'
24
  end
24
  end
25
  object Label3: TLabel
25
  object Label3: TLabel
26
    Left = 200
26
    Left = 200
27
    Top = 8
27
    Top = 8
28
    Width = 106
28
    Width = 106
29
    Height = 13
29
    Height = 13
30
    Cursor = crHandPoint
30
    Cursor = crHandPoint
31
    Caption = 'Herausgeber anfragen'
31
    Caption = 'Herausgeber anfragen'
32
    Font.Charset = DEFAULT_CHARSET
32
    Font.Charset = DEFAULT_CHARSET
33
    Font.Color = clBlue
33
    Font.Color = clBlue
34
    Font.Height = -11
34
    Font.Height = -11
35
    Font.Name = 'MS Sans Serif'
35
    Font.Name = 'MS Sans Serif'
36
    Font.Style = [fsUnderline]
36
    Font.Style = [fsUnderline]
37
    ParentFont = False
37
    ParentFont = False
38
    Visible = False
38
    Visible = False
39
    OnClick = Label3Click
39
    OnClick = Label3Click
40
  end
40
  end
41
  object CheatEdit: TEdit
41
  object CheatEdit: TEdit
42
    Left = 8
42
    Left = 8
43
    Top = 32
43
    Top = 32
44
    Width = 297
44
    Width = 297
45
    Height = 21
45
    Height = 21
46
    Cursor = crIBeam
46
    Cursor = crIBeam
47
    Ctl3D = True
47
    Ctl3D = True
48
    ParentCtl3D = False
48
    ParentCtl3D = False
49
    PasswordChar = '*'
49
    PasswordChar = '*'
50
    TabOrder = 0
50
    TabOrder = 0
51
    OnKeyPress = CheatEditKeyPress
51
    OnKeyPress = CheatEditKeyPress
52
  end
52
  end
53
  object OKBtn: TButton
53
  object OKBtn: TButton
54
    Left = 192
54
    Left = 192
55
    Top = 200
55
    Top = 200
56
    Width = 115
56
    Width = 115
57
    Height = 25
57
    Height = 25
58
    Caption = 'OK'
58
    Caption = 'OK'
59
    Default = True
59
    Default = True
60
    TabOrder = 1
60
    TabOrder = 1
61
    OnClick = OKBtnClick
61
    OnClick = OKBtnClick
62
  end
62
  end
63
  object AbbBtn: TButton
63
  object AbbBtn: TButton
64
    Left = 8
64
    Left = 8
65
    Top = 200
65
    Top = 200
66
    Width = 113
66
    Width = 113
67
    Height = 25
67
    Height = 25
68
    Cancel = True
68
    Cancel = True
69
    Caption = 'Abbrechen'
69
    Caption = 'Abbrechen'
70
    TabOrder = 2
70
    TabOrder = 2
71
    OnClick = AbbBtnClick
71
    OnClick = AbbBtnClick
72
  end
72
  end
73
  object GroupBox1: TGroupBox
73
  object GroupBox1: TGroupBox
74
    Left = 8
74
    Left = 8
75
    Top = 64
75
    Top = 64
76
    Width = 297
76
    Width = 297
77
    Height = 129
77
    Height = 129
78
    Caption = 'Aktivierte Cheats'
78
    Caption = 'Aktivierte Cheats'
79
    TabOrder = 3
79
    TabOrder = 3
80
    object Label2: TLabel
80
    object Label2: TLabel
81
      Left = 8
81
      Left = 8
82
      Top = 104
82
      Top = 104
83
      Width = 83
83
      Width = 89
84
      Height = 13
84
      Height = 13
85
      Cursor = crHandPoint
85
      Cursor = crHandPoint
86
      Caption = 'Cheat deaktiviren'
86
      Caption = 'Cheat deaktivieren'
87
      Font.Charset = DEFAULT_CHARSET
87
      Font.Charset = DEFAULT_CHARSET
88
      Font.Color = clBlue
88
      Font.Color = clBlue
89
      Font.Height = -11
89
      Font.Height = -11
90
      Font.Name = 'MS Sans Serif'
90
      Font.Name = 'MS Sans Serif'
91
      Font.Style = [fsUnderline]
91
      Font.Style = [fsUnderline]
92
      ParentFont = False
92
      ParentFont = False
93
      OnClick = Label2Click
93
      OnClick = Label2Click
94
    end
94
    end
95
    object CheatBox: TListBox
95
    object CheatBox: TListBox
96
      Left = 8
96
      Left = 8
97
      Top = 24
97
      Top = 24
98
      Width = 281
98
      Width = 281
99
      Height = 73
99
      Height = 73
100
      ItemHeight = 13
100
      ItemHeight = 13
101
      TabOrder = 0
101
      TabOrder = 0
102
    end
102
    end
103
  end
103
  end
104
end
104
end