Subversion Repositories spacemission

Rev

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