source: OniTrainer/current/Unit6.dfm@ 888

Last change on this file since 888 was 251, checked in by alloc, 17 years ago
File size: 3.6 KB
Line 
1object Form6: TForm6
2 Left = 0
3 Top = 0
4 BorderStyle = bsToolWindow
5 Caption = 'About & Help'
6 ClientHeight = 490
7 ClientWidth = 412
8 Color = clBtnFace
9 Font.Charset = DEFAULT_CHARSET
10 Font.Color = clWindowText
11 Font.Height = -11
12 Font.Name = 'Tahoma'
13 Font.Style = []
14 OldCreateOrder = False
15 OnCloseQuery = CloseQuery
16 OnCreate = Create
17 PixelsPerInch = 96
18 TextHeight = 13
19 object GroupBox1: TGroupBox
20 Left = 0
21 Top = 0
22 Width = 412
23 Height = 196
24 Caption = 'About'
25 TabOrder = 0
26 object label_about1: TLabel
27 Left = 8
28 Top = 16
29 Width = 233
30 Height = 33
31 AutoSize = False
32 Caption = 'ONI-Trainer v'
33 Font.Charset = DEFAULT_CHARSET
34 Font.Color = clWindowText
35 Font.Height = -27
36 Font.Name = 'Tahoma'
37 Font.Style = []
38 ParentFont = False
39 end
40 object Label1: TLabel
41 Left = 8
42 Top = 48
43 Width = 233
44 Height = 22
45 AutoSize = False
46 Caption = 'Author: Christian Illy / Alloc'
47 Font.Charset = DEFAULT_CHARSET
48 Font.Color = clWindowText
49 Font.Height = -16
50 Font.Name = 'Tahoma'
51 Font.Style = []
52 ParentFont = False
53 end
54 object Label2: TLabel
55 Left = 8
56 Top = 72
57 Width = 233
58 Height = 20
59 AutoSize = False
60 Caption = 'Web: http://ONI2.net'
61 Font.Charset = DEFAULT_CHARSET
62 Font.Color = clWindowText
63 Font.Height = -16
64 Font.Name = 'Tahoma'
65 Font.Style = []
66 ParentFont = False
67 end
68 object Label3: TLabel
69 Left = 8
70 Top = 92
71 Width = 401
72 Height = 20
73 AutoSize = False
74 Caption = 'Forum: http://mukade.bungie.org/cgi-bin/ikonboard.cgi'
75 Font.Charset = DEFAULT_CHARSET
76 Font.Color = clWindowText
77 Font.Height = -16
78 Font.Name = 'Tahoma'
79 Font.Style = []
80 ParentFont = False
81 end
82 object Label4: TLabel
83 Left = 8
84 Top = 112
85 Width = 233
86 Height = 20
87 AutoSize = False
88 Caption = 'eMail: alloc@oni2.net'
89 Font.Charset = DEFAULT_CHARSET
90 Font.Color = clWindowText
91 Font.Height = -16
92 Font.Name = 'Tahoma'
93 Font.Style = []
94 ParentFont = False
95 end
96 object Label6: TLabel
97 Left = 8
98 Top = 132
99 Width = 233
100 Height = 22
101 AutoSize = False
102 Caption = 'ICQ: 26130245'
103 Font.Charset = DEFAULT_CHARSET
104 Font.Color = clWindowText
105 Font.Height = -16
106 Font.Name = 'Tahoma'
107 Font.Style = []
108 ParentFont = False
109 end
110 object Label5: TLabel
111 Left = 8
112 Top = 152
113 Width = 233
114 Height = 20
115 AutoSize = False
116 Caption = 'AIM: alloc86'
117 Font.Charset = DEFAULT_CHARSET
118 Font.Color = clWindowText
119 Font.Height = -16
120 Font.Name = 'Tahoma'
121 Font.Style = []
122 ParentFont = False
123 end
124 object Label7: TLabel
125 Left = 8
126 Top = 172
127 Width = 233
128 Height = 20
129 AutoSize = False
130 Caption = 'MSN: chr_illy@hotmail.com'
131 Font.Charset = DEFAULT_CHARSET
132 Font.Color = clWindowText
133 Font.Height = -16
134 Font.Name = 'Tahoma'
135 Font.Style = []
136 ParentFont = False
137 end
138 end
139 object GroupBox2: TGroupBox
140 Left = 0
141 Top = 200
142 Width = 412
143 Height = 289
144 Caption = 'Help'
145 TabOrder = 1
146 object help: TMemo
147 Left = 8
148 Top = 16
149 Width = 397
150 Height = 265
151 BorderStyle = bsNone
152 Color = clActiveBorder
153 ReadOnly = True
154 ScrollBars = ssVertical
155 TabOrder = 0
156 end
157 end
158end
Note: See TracBrowser for help on using the repository browser.