-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMainFrm.dfm
More file actions
169 lines (164 loc) · 3.93 KB
/
MainFrm.dfm
File metadata and controls
169 lines (164 loc) · 3.93 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
object FrmMain: TFrmMain
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Rad Studio Keygen'
ClientHeight = 451
ClientWidth = 488
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 40
Top = 279
Width = 109
Height = 13
Caption = 'Rad Studio Version:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 67
Top = 312
Width = 82
Height = 13
Caption = 'Serial Number:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 45
Top = 345
Width = 104
Height = 13
Caption = 'Registration Code:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object ComboBox1: TComboBox
Left = 179
Top = 275
Width = 214
Height = 21
Style = csDropDownList
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
OnChange = ComboBox1Change
end
object Memo1: TMemo
Left = 28
Top = 16
Width = 441
Height = 253
Lines.Strings = (
'How to Use:'
'1. Download *.iso image:'
' http://altd.embarcadero.com/download/radstudio/10.1/delphicb' +
'uilder10_1_upd1.iso'
' MD5:a85a0fba4f8bab121312184cda85c198'
'2. Mount *.iso image and run intstallation process, select langu' +
'age,'
' Set Checkbox that you agree with License agreement, click "N' +
'ext >" '
' Now you are on the "Input License" page...'
'3. Click "< Back" button '
' Now use keygen...'
'4. Click "Generate" to get new Serial Number. '
' !!! Do not use any other serial numbers from internet !!! '
'5. now click "Next >" in the Setup page and continue installatio' +
'n process... '
'6. When Installation has finished, click "Patch". '
'7. Start RAD Studio. '
'===================================================='
''
'Enjoy!!!'
'Many thanks to elseif,tonzi,FreeCat,UniSoft and others who worke' +
'd for this keygen!')
ReadOnly = True
TabOrder = 0
end
object Edit1: TEdit
Left = 179
Top = 308
Width = 160
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 2
end
object Edit2: TEdit
Left = 179
Top = 341
Width = 105
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 3
end
object Button1: TButton
Left = 82
Top = 399
Width = 90
Height = 23
Caption = 'Generate'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 4
OnClick = Button1Click
end
object Button2: TButton
Left = 273
Top = 399
Width = 90
Height = 23
Caption = 'Patch'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 5
OnClick = Button2Click
end
end