-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm.dfm
More file actions
323 lines (323 loc) · 7 KB
/
Form.dfm
File metadata and controls
323 lines (323 loc) · 7 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
object Form1: TForm1
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'DelphiMatrixBenchmark'
ClientHeight = 587
ClientWidth = 804
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poMainFormCenter
OnCreate = FormCreate
TextHeight = 15
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 337
Height = 207
BiDiMode = bdLeftToRight
Caption = 'Matrix Multiplication'
ParentBiDiMode = False
TabOrder = 0
object Label1: TLabel
Left = 15
Top = 105
Width = 11
Height = 75
Alignment = taCenter
Caption = 'M'#13#10#13#10'K'#13#10#13#10'N'
end
object Shape1: TShape
Left = 173
Top = 116
Width = 70
Height = 70
end
object Label4: TLabel
Left = 149
Top = 137
Width = 11
Height = 15
Alignment = taCenter
Caption = 'M'
end
object Shape2: TShape
Left = 249
Top = 116
Width = 70
Height = 70
end
object Shape3: TShape
Left = 249
Top = 40
Width = 70
Height = 70
end
object Label5: TLabel
Left = 205
Top = 95
Width = 7
Height = 15
Alignment = taCenter
Caption = 'K'
end
object Label6: TLabel
Left = 236
Top = 68
Width = 7
Height = 15
Alignment = taCenter
Caption = 'K'
end
object Label7: TLabel
Left = 280
Top = 19
Width = 9
Height = 15
Alignment = taCenter
Caption = 'N'
end
object Label8: TLabel
Left = 236
Top = 98
Width = 5
Height = 15
Alignment = taCenter
Caption = 'x'
end
object Label9: TLabel
Left = 15
Top = 27
Width = 204
Height = 45
Caption =
'Matrix Multiplication is a fundamental '#13#10'linear algebra operatio' +
'n, expressed as:'#13#10'C = A x B'
end
object Label10: TLabel
Left = 201
Top = 145
Width = 8
Height = 15
Alignment = taCenter
Caption = 'A'
end
object Label11: TLabel
Left = 280
Top = 68
Width = 7
Height = 15
Alignment = taCenter
Caption = 'B'
end
object Label12: TLabel
Left = 281
Top = 145
Width = 8
Height = 15
Alignment = taCenter
Caption = 'C'
end
object SpinEdit1: TSpinEdit
Left = 47
Top = 102
Width = 69
Height = 24
Increment = 32
MaxValue = 0
MinValue = 0
TabOrder = 0
Value = 512
end
object SpinEdit4: TSpinEdit
Left = 47
Top = 132
Width = 69
Height = 24
Increment = 32
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 512
end
object SpinEdit5: TSpinEdit
Left = 47
Top = 162
Width = 69
Height = 24
Increment = 32
MaxValue = 0
MinValue = 0
TabOrder = 2
Value = 512
end
object StaticText1: TStaticText
Left = 15
Top = 26
Width = 4
Height = 4
TabOrder = 3
end
end
object Button1: TButton
Left = 8
Top = 221
Width = 787
Height = 34
Caption = 'Run Benchmark'
TabOrder = 1
OnClick = Button1Click
end
object GroupBox3: TGroupBox
Left = 8
Top = 263
Width = 787
Height = 316
BiDiMode = bdLeftToRight
Caption = 'Results'
Color = clBtnFace
Ctl3D = True
ParentBackground = False
ParentBiDiMode = False
ParentColor = False
ParentCtl3D = False
ParentShowHint = False
ShowHint = True
TabOrder = 2
object TPageControl1: TPageControl
Left = 2
Top = 17
Width = 783
Height = 297
ActivePage = TTabSheet2
Align = alClient
TabOrder = 0
object TTabSheet1: TTabSheet
Caption = 'Data'
object StringGrid1: TStringGrid
Left = 0
Top = 0
Width = 775
Height = 267
Align = alClient
ColCount = 1
FixedCols = 0
RowCount = 1
FixedRows = 0
TabOrder = 0
ColWidths = (
64)
end
end
object TTabSheet2: TTabSheet
Caption = 'Plot'
ImageIndex = 1
object Chart1: TChart
Left = 0
Top = 0
Width = 775
Height = 267
BackWall.Pen.Visible = False
BottomWall.Brush.Gradient.EndColor = clSilver
BottomWall.Brush.Gradient.StartColor = clGray
BottomWall.Brush.Gradient.Visible = True
BottomWall.Pen.Color = clGray
BottomWall.Size = 4
Gradient.Direction = gdFromTopLeft
Gradient.EndColor = clWhite
Gradient.StartColor = clSilver
Gradient.Visible = True
LeftWall.Brush.Gradient.EndColor = clSilver
LeftWall.Brush.Gradient.StartColor = clGray
LeftWall.Brush.Gradient.Visible = True
LeftWall.Color = clWhite
LeftWall.Pen.Color = clGray
LeftWall.Size = 4
Legend.Symbol.Gradient.EndColor = 2413052
Title.Text.Strings = (
'TChart')
BottomAxis.Grid.Color = 14540253
BottomAxis.LabelsFormat.Font.Color = clGray
BottomAxis.LabelsFormat.Font.Height = -9
BottomAxis.LabelStyle = talText
Frame.Visible = False
LeftAxis.Grid.Color = 14540253
LeftAxis.LabelsFormat.Font.Color = clGray
LeftAxis.LabelsFormat.Font.Height = -9
LeftAxis.LabelStyle = talValue
View3D = False
Zoom.Animated = True
Align = alClient
BevelWidth = 2
Color = clWhite
TabOrder = 0
DefaultCanvas = 'TGDIPlusCanvas'
ColorPaletteIndex = 9
object Series1: TBarSeries
Marks.OnTop = True
XValues.Name = 'X'
XValues.Order = loAscending
YValues.Name = 'Bar'
YValues.Order = loNone
end
end
end
end
end
object GroupBox4: TGroupBox
Left = 351
Top = 8
Width = 444
Height = 207
BiDiMode = bdLeftToRight
Caption = 'Implementations'
ParentBiDiMode = False
TabOrder = 3
object Label2: TLabel
Left = 15
Top = 171
Width = 42
Height = 15
Caption = 'Threads'
end
object Label3: TLabel
Left = 15
Top = 27
Width = 131
Height = 15
Caption = 'Executions per algorithm'
end
object SpinEdit2: TSpinEdit
Left = 102
Top = 168
Width = 69
Height = 24
MaxValue = 0
MinValue = 0
TabOrder = 0
Value = 4
end
object SpinEdit3: TSpinEdit
Left = 163
Top = 22
Width = 69
Height = 24
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 5
end
object CheckListBox2: TCheckListBox
Left = 15
Top = 52
Width = 410
Height = 104
ItemHeight = 15
TabOrder = 2
end
end
end