-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit1.dfm
More file actions
351 lines (351 loc) · 7.08 KB
/
Unit1.dfm
File metadata and controls
351 lines (351 loc) · 7.08 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Primesuche (c) 2024 Jens Kallup'
ClientHeight = 471
ClientWidth = 780
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
KeyPreview = True
Menu = MainMenu1
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnKeyUp = FormKeyUp
TextHeight = 16
object Splitter1: TSplitter
Left = 0
Top = 191
Width = 780
Height = 3
Cursor = crVSplit
Align = alBottom
ExplicitTop = 0
ExplicitWidth = 296
end
object ScrollBox1: TScrollBox
Left = 0
Top = 194
Width = 780
Height = 258
Align = alBottom
TabOrder = 0
object Label4: TLabel
Left = 0
Top = 150
Width = 759
Height = 16
Align = alTop
Caption = 'Chart Gap:'
ExplicitWidth = 63
end
object Panel3: TPanel
Left = 0
Top = 0
Width = 759
Height = 150
Align = alTop
Caption = 'Panel3'
TabOrder = 0
object Splitter2: TSplitter
Left = 425
Top = 1
Height = 148
ExplicitLeft = 9
ExplicitTop = 2
end
object Panel5: TPanel
Left = 1
Top = 1
Width = 424
Height = 148
Align = alLeft
Caption = 'Panel4'
TabOrder = 0
object Label9: TLabel
Left = 1
Top = 1
Width = 422
Height = 16
Align = alTop
Caption = 'Prime Twins : '
ExplicitWidth = 82
end
object RichEdit2: TRichEdit
Left = 1
Top = 17
Width = 422
Height = 130
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
PlainText = True
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
end
object Panel6: TPanel
Left = 428
Top = 1
Width = 330
Height = 148
Align = alClient
Caption = 'Panel4'
TabOrder = 1
object Label7: TLabel
Left = 1
Top = 1
Width = 328
Height = 16
Align = alTop
Caption = 'Factoring:'
ExplicitWidth = 58
end
object RichEdit3: TRichEdit
Left = 1
Top = 17
Width = 328
Height = 130
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
PlainText = True
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
end
end
object Panel4: TPanel
Left = 0
Top = 426
Width = 759
Height = 251
Align = alTop
Caption = 'Panel4'
TabOrder = 1
object Chart2: TChart
Left = 1
Top = 1
Width = 757
Height = 249
Title.Text.Strings = (
'TChart')
Align = alClient
Color = 15138815
TabOrder = 0
DefaultCanvas = 'TGDIPlusCanvas'
ColorPaletteIndex = 13
end
end
object Panel7: TPanel
Left = 0
Top = 166
Width = 759
Height = 260
Align = alTop
Caption = 'Panel4'
TabOrder = 2
object Chart1: TChart
Left = 1
Top = 1
Width = 757
Height = 258
Title.Text.Strings = (
'TChart')
Align = alClient
TabOrder = 0
DefaultCanvas = 'TGDIPlusCanvas'
ColorPaletteIndex = 13
end
end
end
object StatusBar1: TStatusBar
Left = 0
Top = 452
Width = 780
Height = 19
Panels = <>
end
object Panel8: TPanel
Left = 0
Top = 0
Width = 113
Height = 191
Align = alLeft
TabOrder = 2
object Label5: TLabel
Left = 8
Top = 8
Width = 72
Height = 16
Caption = 'Speed /Sec.'
end
object Label2: TLabel
Left = 11
Top = 85
Width = 87
Height = 16
Caption = 'Running Time :'
end
object Label3: TLabel
Left = 11
Top = 144
Width = 66
Height = 16
Caption = 'Gap Count:'
end
object Edit2: TEdit
Left = 8
Top = 30
Width = 72
Height = 24
TabOrder = 0
Text = '120'
end
object Panel1: TPanel
Left = 8
Top = 107
Width = 93
Height = 19
Alignment = taLeftJustify
Caption = ' 00 - 00 - 00'
TabOrder = 1
end
object Panel2: TPanel
Left = 11
Top = 166
Width = 90
Height = 19
Alignment = taLeftJustify
Caption = '53'
TabOrder = 2
end
end
object Panel9: TPanel
Left = 113
Top = 0
Width = 667
Height = 191
Align = alClient
TabOrder = 3
object Label6: TLabel
Left = 6
Top = 8
Width = 102
Height = 16
Caption = 'Prime to Check: '
end
object Label8: TLabel
Left = 6
Top = 85
Width = 85
Height = 16
Caption = 'Found Primes:'
end
object Panel10: TPanel
Left = 1
Top = 107
Width = 665
Height = 83
Align = alBottom
Anchors = [akLeft, akTop, akRight, akBottom]
Caption = 'Panel4'
TabOrder = 0
object RichEdit1: TRichEdit
Left = 1
Top = 1
Width = 663
Height = 81
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
PlainText = True
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
end
object CheckBox1: TCheckBox
Left = 6
Top = 60
Width = 129
Height = 17
Caption = ' auto increment'
TabOrder = 1
end
object Edit1: TEdit
Left = 6
Top = 30
Width = 400
Height = 24
TabOrder = 2
Text = '2'
end
object Button1: TButton
Left = 314
Top = 60
Width = 92
Height = 41
Caption = 'Start'
TabOrder = 3
OnClick = Button1Click
end
object CheckBox2: TCheckBox
Left = 430
Top = 20
Width = 129
Height = 17
Caption = 'reverse Order'
TabOrder = 4
end
end
object Timer1: TTimer
Enabled = False
Interval = 250
OnTimer = Timer1Timer
Left = 152
Top = 120
end
object Timer2: TTimer
Enabled = False
OnTimer = Timer2Timer
Left = 208
Top = 120
end
object MainMenu1: TMainMenu
Left = 272
Top = 120
object File1: TMenuItem
Caption = 'File'
object Exit1: TMenuItem
Caption = 'Exit'
OnClick = Exit1Click
end
end
object Help1: TMenuItem
Caption = 'Help'
object About1: TMenuItem
Caption = 'About ...'
OnClick = About1Click
end
end
end
end