Subversion Repositories spacemission

Rev

Rev 2 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 4
1
object SourceForm: TSourceForm
1
object SourceForm: TSourceForm
2
  Left = 197
2
  Left = 197
3
  Top = 104
3
  Top = 104
4
  BorderIcons = [biSystemMenu, biMinimize]
4
  BorderIcons = [biSystemMenu, biMinimize]
5
  BorderStyle = bsSingle
5
  BorderStyle = bsSingle
6
  Caption = 'Levelquelltext'
6
  Caption = 'Levelquelltext'
7
  ClientHeight = 392
7
  ClientHeight = 392
8
  ClientWidth = 489
8
  ClientWidth = 489
9
  Color = clBtnFace
9
  Color = clBtnFace
10
  Font.Charset = DEFAULT_CHARSET
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
11
  Font.Color = clWindowText
12
  Font.Height = -12
12
  Font.Height = -12
13
  Font.Name = 'MS Sans Serif'
13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
14
  Font.Style = []
15
  OldCreateOrder = False
15
  OldCreateOrder = False
16
  Position = poMainFormCenter
16
  Position = poMainFormCenter
17
  OnHide = FormHide
17
  OnHide = FormHide
18
  OnShow = FormShow
18
  OnShow = FormShow
19
  PixelsPerInch = 106
19
  PixelsPerInch = 106
20
  TextHeight = 13
20
  TextHeight = 13
21
  object ElLabel1: TLabel
21
  object ElLabel1: TLabel
22
    Left = 8
22
    Left = 8
23
    Top = 8
23
    Top = 8
24
    Width = 82
24
    Width = 85
25
    Height = 13
25
    Height = 13
26
    Caption = 'Tempo'#228'rer Code:'
26
    Caption = 'Tempor'#228'rer Code:'
27
    Font.Charset = DEFAULT_CHARSET
27
    Font.Charset = DEFAULT_CHARSET
28
    Font.Color = clWindowText
28
    Font.Color = clWindowText
29
    Font.Height = -11
29
    Font.Height = -11
30
    Font.Name = 'MS Sans Serif'
30
    Font.Name = 'MS Sans Serif'
31
    Font.Style = [fsUnderline]
31
    Font.Style = [fsUnderline]
32
    ParentFont = False
32
    ParentFont = False
33
  end
33
  end
34
  object ElLabel2: TLabel
34
  object ElLabel2: TLabel
35
    Left = 248
35
    Left = 248
36
    Top = 8
36
    Top = 8
37
    Width = 84
37
    Width = 84
38
    Height = 13
38
    Height = 13
39
    Caption = 'Endg'#252'ltiger Code:'
39
    Caption = 'Endg'#252'ltiger Code:'
40
    Font.Charset = DEFAULT_CHARSET
40
    Font.Charset = DEFAULT_CHARSET
41
    Font.Color = clWindowText
41
    Font.Color = clWindowText
42
    Font.Height = -11
42
    Font.Height = -11
43
    Font.Name = 'MS Sans Serif'
43
    Font.Name = 'MS Sans Serif'
44
    Font.Style = [fsUnderline]
44
    Font.Style = [fsUnderline]
45
    ParentFont = False
45
    ParentFont = False
46
  end
46
  end
47
  object Label1: TLabel
47
  object Label1: TLabel
48
    Left = 8
48
    Left = 8
49
    Top = 368
49
    Top = 368
50
    Width = 104
50
    Width = 104
51
    Height = 13
51
    Height = 13
52
    Cursor = crHandPoint
52
    Cursor = crHandPoint
53
    Caption = 'Weitere Informationen'
53
    Caption = 'Weitere Informationen'
54
    Font.Charset = DEFAULT_CHARSET
54
    Font.Charset = DEFAULT_CHARSET
55
    Font.Color = clBlue
55
    Font.Color = clBlue
56
    Font.Height = -11
56
    Font.Height = -11
57
    Font.Name = 'MS Sans Serif'
57
    Font.Name = 'MS Sans Serif'
58
    Font.Style = [fsUnderline]
58
    Font.Style = [fsUnderline]
59
    ParentFont = False
59
    ParentFont = False
60
    OnClick = Label1Click
60
    OnClick = Label1Click
61
  end
61
  end
62
  object Label2: TLabel
62
  object Label2: TLabel
63
    Left = 116
63
    Left = 116
64
    Top = 368
64
    Top = 368
65
    Width = 165
65
    Width = 165
66
    Height = 13
66
    Height = 13
67
    Caption = #252'ber den Aufbau von Quelltexten...'
67
    Caption = #252'ber den Aufbau von Quelltexten...'
68
  end
68
  end
69
  object ElPopupButton1: TButton
69
  object ElPopupButton1: TButton
70
    Left = 392
70
    Left = 392
71
    Top = 360
71
    Top = 360
72
    Width = 89
72
    Width = 89
73
    Height = 25
73
    Height = 25
74
    Cancel = True
74
    Cancel = True
75
    Caption = 'Schlie'#223'en'
75
    Caption = 'Schlie'#223'en'
76
    Default = True
76
    Default = True
77
    TabOrder = 0
77
    TabOrder = 0
78
    OnClick = ElPopupButton1Click
78
    OnClick = ElPopupButton1Click
79
  end
79
  end
80
  object ListBox1: TListBox
80
  object ListBox1: TListBox
81
    Left = 8
81
    Left = 8
82
    Top = 32
82
    Top = 32
83
    Width = 233
83
    Width = 233
84
    Height = 321
84
    Height = 321
85
    ItemHeight = 13
85
    ItemHeight = 13
86
    TabOrder = 1
86
    TabOrder = 1
87
  end
87
  end
88
  object Memo1: TMemo
88
  object Memo1: TMemo
89
    Left = 248
89
    Left = 248
90
    Top = 32
90
    Top = 32
91
    Width = 233
91
    Width = 233
92
    Height = 321
92
    Height = 321
93
    ReadOnly = True
93
    ReadOnly = True
94
    ScrollBars = ssVertical
94
    ScrollBars = ssVertical
95
    TabOrder = 2
95
    TabOrder = 2
96
  end
96
  end
97
end
97
end