Subversion Repositories decoder

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
object AboutForm: TAboutForm
2
  Left = 0
3
  Top = 0
4
  BorderIcons = [biSystemMenu]
5
  BorderStyle = bsSingle
6
  Caption = '#'
7
  ClientHeight = 232
8
  ClientWidth = 361
9
  Color = clWindow
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
12
  Font.Height = -11
13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
15
  OldCreateOrder = False
16
  Position = poMainFormCenter
17
  OnCreate = form_create
18
  PixelsPerInch = 96
19
  TextHeight = 13
20
  object spe_leftshape: TShape
21
    Left = 0
22
    Top = 0
23
    Width = 105
24
    Height = 233
25
    Brush.Color = clBtnFace
26
    Pen.Style = psClear
27
  end
28
  object img_schloss: TImage
29
    Left = 8
30
    Top = 8
31
    Width = 89
32
    Height = 89
33
    AutoSize = True
34
    Transparent = True
35
  end
36
  object lbl_name: TLabel
37
    Left = 112
38
    Top = 8
39
    Width = 9
40
    Height = 13
41
    Caption = '#'
42
    Font.Charset = DEFAULT_CHARSET
43
    Font.Color = clWindowText
44
    Font.Height = -11
45
    Font.Name = 'MS Sans Serif'
46
    Font.Style = [fsBold]
47
    ParentFont = False
48
    Transparent = True
49
  end
50
  object lbl_version: TLabel
51
    Left = 112
52
    Top = 24
53
    Width = 7
54
    Height = 13
55
    Caption = '#'
56
    Transparent = True
57
  end
58
  object lbl_leader: TLabel
59
    Left = 112
60
    Top = 40
61
    Width = 7
62
    Height = 13
63
    Caption = '#'
64
    Transparent = True
65
  end
66
  object lbl_copyright: TLabel
67
    Left = 112
68
    Top = 64
69
    Width = 7
70
    Height = 13
71
    Caption = '#'
72
    Transparent = True
73
  end
74
  object lbl_url: TLabel
75
    Left = 112
76
    Top = 80
77
    Width = 7
78
    Height = 13
79
    Cursor = crHandPoint
80
    Caption = '#'
81
    Transparent = True
82
    OnClick = lbl_urlClick
83
  end
84
  object gbx_lang: TGroupBox
85
    Left = 112
86
    Top = 104
87
    Width = 241
88
    Height = 89
89
    Caption = '#'
90
    TabOrder = 0
91
    object lbl_lang_value: TLabel
92
      Left = 64
93
      Top = 24
94
      Width = 7
95
      Height = 13
96
      Caption = '#'
97
    end
98
    object lbl_translator_value: TLabel
99
      Left = 64
100
      Top = 40
101
      Width = 7
102
      Height = 13
103
      Caption = '#'
104
    end
105
    object lbl_revision_value: TLabel
106
      Left = 64
107
      Top = 56
108
      Width = 7
109
      Height = 13
110
      Caption = '#'
111
    end
112
    object lbl_lang_name: TLabel
113
      Left = 16
114
      Top = 24
115
      Width = 7
116
      Height = 13
117
      Caption = '#'
118
    end
119
    object lbl_translator_name: TLabel
120
      Left = 16
121
      Top = 40
122
      Width = 7
123
      Height = 13
124
      Caption = '#'
125
    end
126
    object lbl_revision_name: TLabel
127
      Left = 16
128
      Top = 56
129
      Width = 7
130
      Height = 13
131
      Caption = '#'
132
    end
133
  end
134
  object btn_close: TButton
135
    Left = 240
136
    Top = 200
137
    Width = 115
138
    Height = 25
139
    Cancel = True
140
    Caption = '#'
141
    Default = True
142
    TabOrder = 1
143
    OnClick = btn_closeClick
144
  end
145
end