Subversion Repositories jumper

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 daniel-mar 1
object AboutBox: TAboutBox
2
  Left = 311
3
  Top = 124
4
  BorderStyle = bsDialog
5
  Caption = 'Info'
6
  ClientHeight = 249
7
  ClientWidth = 298
8
  Color = clBtnFace
9
  Font.Charset = DEFAULT_CHARSET
10
  Font.Color = clWindowText
11
  Font.Height = -11
12
  Font.Name = 'MS Sans Serif'
13
  Font.Style = []
14
  OldCreateOrder = True
15
  Position = poMainFormCenter
16
  PixelsPerInch = 96
17
  TextHeight = 13
18
  object AboutPanel: TPanel
19
    Left = 8
20
    Top = 8
21
    Width = 281
22
    Height = 193
23
    BevelInner = bvRaised
24
    BevelOuter = bvLowered
25
    ParentColor = True
26
    TabOrder = 0
27
    object ProgramIcon: TImage
28
      Left = 8
29
      Top = 8
30
      Width = 65
31
      Height = 57
32
      Picture.Data = {
33
        07544269746D617076020000424D760200000000000076000000280000002000
34
        0000200000000100040000000000000200000000000000000000100000000000
35
        000000000000000080000080000000808000800000008000800080800000C0C0
36
        C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
37
        FF00000000000000000000000000000000000EE8787878EEEEEEE03F30878EEE
38
        EEE00EE8787878EEEEEEE03F30878EEEEEE00EE8787878EEEEEEE03F30878EEE
39
        EEE00EE8787878EEEEEEE03F30878EEEEEE00887787877788888803F3088787E
40
        EEE00788787878878887803F3088887EEEE00788887888878887803F3088887E
41
        EEE00877888887788888703F308887EEEEE00888777778888888037883088888
42
        8EE007777777777777703787883087777EE00888888888888803787FF8830888
43
        888008888888888880378777778830888880077777777788037873F3F3F87808
44
        88E00888888888803787FFFFFFFF8830EEE00887777778800001111111111100
45
        EEE00888888888888899B999B99999EEEEE00888888888888899B9B99BB9B9EE
46
        EEE0088888888888899BB9BB99BB99EEEEE0078888888888899B999B999999EE
47
        EEE0087788888778899B9B9BB9BB99EEEEE00888778778888E9B9B9BB9999EEE
48
        EEE0088888788888EE9B99B9BB9BEEEEEEE00EE8888888EEEEE999B9999EEEEE
49
        EEE00EEEE888EEEEEEEE99BB999EEEEEEEE00EEEEE8EEEEEEEEEE999B9EEEEEE
50
        EEE00EEEEE8EEEEEEEEEEEE999EEEEEEEEE00EEEEE8EEEEEEEEEEEEE99EEEEEE
51
        EEE00EEEEE8EEEEEEEEEEEEE9EEEEEEEEEE00EEEEE8EEEEEEEEEEEEEEEEEEEEE
52
        EEE00EEEEEEEEEEEEEEEEEEEEEEEEEEEEEE00000000000000000000000000000
53
        0000}
54
      Stretch = True
55
      IsControl = True
56
    end
57
    object ProductName: TLabel
58
      Left = 88
59
      Top = 16
60
      Width = 123
61
      Height = 13
62
      Caption = 'ViaThinkSoft Peg Solitaire'
63
      Transparent = True
64
      IsControl = True
65
    end
66
    object Version: TLabel
67
      Left = 88
68
      Top = 40
69
      Width = 53
70
      Height = 13
71
      Caption = 'Version 1.0'
72
      Transparent = True
73
      IsControl = True
74
    end
75
    object Copyright: TLabel
76
      Left = 8
77
      Top = 80
78
      Width = 147
79
      Height = 13
80
      Caption = 'Copyright '#169' 2009 ViaThinkSoft'
81
      Transparent = True
82
      OnClick = LinkClick
83
      IsControl = True
84
    end
85
    object Comments: TLabel
86
      Left = 8
87
      Top = 136
88
      Width = 265
89
      Height = 49
90
      AutoSize = False
91
      Caption = 
92
        'This is a remake of the peg solitaire game "Drag-n-Drop Solitair' +
93
        'e" from Intuitive Software Inc. 1995 with several new features a' +
94
        'nd in 32-Bit.'
95
      Transparent = True
96
      WordWrap = True
97
      IsControl = True
98
    end
99
    object ProjectLeader: TLabel
100
      Left = 8
101
      Top = 104
102
      Width = 149
103
      Height = 13
104
      Caption = 'Project leader: Daniel Marschall'
105
      Transparent = True
106
      IsControl = True
107
    end
108
    object CompanyHomepage: TLabel
109
      Left = 168
110
      Top = 80
111
      Width = 52
112
      Height = 13
113
      Cursor = crHandPoint
114
      Hint = 'www.viathinksoft.com'
115
      Caption = 'Homepage'
116
      Font.Charset = DEFAULT_CHARSET
117
      Font.Color = clHotLight
118
      Font.Height = -11
119
      Font.Name = 'MS Sans Serif'
120
      Font.Style = [fsUnderline]
121
      ParentFont = False
122
      ParentShowHint = False
123
      ShowHint = True
124
      Transparent = True
125
      OnClick = LinkClick
126
      IsControl = True
127
    end
128
    object LeaderHomepage: TLabel
129
      Left = 168
130
      Top = 104
131
      Width = 52
132
      Height = 13
133
      Cursor = crHandPoint
134
      Hint = 'www.daniel-marschall.de'
135
      Caption = 'Homepage'
136
      Font.Charset = DEFAULT_CHARSET
137
      Font.Color = clHotLight
138
      Font.Height = -11
139
      Font.Name = 'MS Sans Serif'
140
      Font.Style = [fsUnderline]
141
      ParentFont = False
142
      ParentShowHint = False
143
      ShowHint = True
144
      Transparent = True
145
      OnClick = LinkClick
146
      IsControl = True
147
    end
148
  end
149
  object OKButton: TButton
150
    Left = 96
151
    Top = 212
152
    Width = 105
153
    Height = 25
154
    Caption = 'OK'
155
    Default = True
156
    ModalResult = 1
157
    TabOrder = 1
158
    OnClick = OKButtonClick
159
  end
160
end