Subversion Repositories spacemission

Rev

Rev 6 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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