blob: a153dac36bb1bdfd94874ff2d670f3d336c51a14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
object InfoForm: TInfoForm
Left = 489
Top = 506
BorderStyle = bsDialog
ClientHeight = 166
ClientWidth = 233
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PluginNameLabel: TLabel
Left = 0
Top = 8
Width = 233
Height = 17
Alignment = taCenter
AutoSize = False
Caption = 'Chess4Net <version>'
WordWrap = True
end
object PlayingViaLabel: TLabel
Left = 0
Top = 27
Width = 233
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Plugin for playing chess via <Messenger name>'
end
object Label2: TLabel
Left = 0
Top = 46
Width = 233
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Written by Pavel Perminov'
end
object Label3: TLabel
Left = 0
Top = 65
Width = 233
Height = 13
Alignment = taCenter
AutoSize = False
Caption = #169' 2007-2011 no rights reserved'
end
object Label4: TLabel
Left = 38
Top = 84
Width = 25
Height = 13
AutoSize = False
Caption = 'URL:'
end
object Label5: TLabel
Left = 38
Top = 104
Width = 32
Height = 13
AutoSize = False
Caption = 'E-Mail:'
end
object URLLabel: TLabel
Left = 73
Top = 84
Width = 65
Height = 13
Cursor = crHandPoint
Caption = 'http://<URL>'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = URLLabelClick
end
object EMailLabel: TLabel
Left = 73
Top = 104
Width = 41
Height = 13
Cursor = crHandPoint
Caption = '<E-Mail>'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = EMailLabelClick
end
object OkButton: TButton
Left = 80
Top = 128
Width = 75
Height = 25
Cancel = True
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OkButtonClick
end
end
|