2014-07-21 18:00:29 +00:00
|
|
|
object Form1: TForm1
|
|
|
|
Left = 445
|
2015-09-11 17:19:26 +00:00
|
|
|
Height = 676
|
2014-07-21 18:00:29 +00:00
|
|
|
Top = 178
|
2015-09-11 17:19:26 +00:00
|
|
|
Width = 785
|
2014-07-21 18:00:29 +00:00
|
|
|
Caption = 'fpsSpeedTest'
|
2015-09-11 17:19:26 +00:00
|
|
|
ClientHeight = 676
|
|
|
|
ClientWidth = 785
|
2014-07-21 18:00:29 +00:00
|
|
|
KeyPreview = True
|
|
|
|
OnCloseQuery = FormCloseQuery
|
|
|
|
OnCreate = FormCreate
|
2015-06-28 12:09:12 +00:00
|
|
|
OnDestroy = FormDestroy
|
2014-07-21 18:00:29 +00:00
|
|
|
OnKeyPress = FormKeyPress
|
2018-07-06 16:15:51 +00:00
|
|
|
LCLVersion = '1.8.4.0'
|
2014-07-21 18:00:29 +00:00
|
|
|
object StatusBar: TStatusBar
|
|
|
|
Left = 0
|
2015-01-17 22:57:23 +00:00
|
|
|
Height = 23
|
2015-09-11 17:19:26 +00:00
|
|
|
Top = 653
|
|
|
|
Width = 785
|
2014-07-21 18:00:29 +00:00
|
|
|
Panels = <>
|
|
|
|
end
|
|
|
|
object Panel1: TPanel
|
|
|
|
Left = 0
|
2014-08-07 12:52:26 +00:00
|
|
|
Height = 52
|
2014-07-21 18:00:29 +00:00
|
|
|
Top = 0
|
2015-09-11 17:19:26 +00:00
|
|
|
Width = 785
|
2014-07-21 18:00:29 +00:00
|
|
|
Align = alTop
|
|
|
|
BevelOuter = bvNone
|
2014-08-07 12:52:26 +00:00
|
|
|
ClientHeight = 52
|
2015-09-11 17:19:26 +00:00
|
|
|
ClientWidth = 785
|
2014-07-21 18:00:29 +00:00
|
|
|
TabOrder = 1
|
|
|
|
object BtnWrite: TButton
|
|
|
|
Left = 8
|
|
|
|
Height = 29
|
2014-08-07 12:52:26 +00:00
|
|
|
Top = 12
|
2014-07-21 18:00:29 +00:00
|
|
|
Width = 75
|
|
|
|
Caption = 'Write'
|
|
|
|
OnClick = BtnWriteClick
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object LblCancel: TLabel
|
2015-01-24 22:52:22 +00:00
|
|
|
Left = 184
|
|
|
|
Height = 39
|
2014-07-21 18:00:29 +00:00
|
|
|
Top = 6
|
2015-09-11 17:19:26 +00:00
|
|
|
Width = 493
|
2015-01-24 22:52:22 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
AutoSize = False
|
2014-07-21 18:00:29 +00:00
|
|
|
Caption = 'Press ESC to cancel when current file is completely written.'#13#10'This may take some time...'
|
2015-01-24 22:52:22 +00:00
|
|
|
Layout = tlCenter
|
2014-07-21 18:00:29 +00:00
|
|
|
ParentColor = False
|
|
|
|
Visible = False
|
|
|
|
end
|
|
|
|
object BtnRead: TButton
|
|
|
|
Left = 96
|
|
|
|
Height = 29
|
2014-08-07 12:52:26 +00:00
|
|
|
Top = 12
|
2014-07-21 18:00:29 +00:00
|
|
|
Width = 75
|
|
|
|
Caption = 'Read'
|
|
|
|
OnClick = BtnReadClick
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
2015-06-28 12:09:12 +00:00
|
|
|
object BtnSaveResults: TButton
|
2015-09-11 17:19:26 +00:00
|
|
|
Left = 685
|
2015-06-28 12:09:12 +00:00
|
|
|
Height = 29
|
|
|
|
Top = 12
|
|
|
|
Width = 91
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
Caption = 'Save results'
|
|
|
|
OnClick = BtnSaveResultsClick
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
2014-07-21 18:00:29 +00:00
|
|
|
end
|
|
|
|
object ParameterPanel: TPanel
|
|
|
|
Left = 0
|
2015-09-11 17:19:26 +00:00
|
|
|
Height = 597
|
2014-08-07 12:52:26 +00:00
|
|
|
Top = 56
|
|
|
|
Width = 182
|
2014-07-21 18:00:29 +00:00
|
|
|
Align = alLeft
|
|
|
|
BevelOuter = bvNone
|
2015-09-11 17:19:26 +00:00
|
|
|
ClientHeight = 597
|
2014-08-07 12:52:26 +00:00
|
|
|
ClientWidth = 182
|
2014-07-21 18:00:29 +00:00
|
|
|
TabOrder = 2
|
|
|
|
object CbVirtualModeOnly: TCheckBox
|
|
|
|
Left = 8
|
2015-01-17 22:57:23 +00:00
|
|
|
Height = 19
|
2014-07-21 18:00:29 +00:00
|
|
|
Top = 8
|
2015-01-17 22:57:23 +00:00
|
|
|
Width = 114
|
2014-07-21 18:00:29 +00:00
|
|
|
Caption = 'Virtual mode only'
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object RgContent: TRadioGroup
|
|
|
|
Left = 8
|
2014-08-07 12:52:26 +00:00
|
|
|
Height = 88
|
2014-07-21 18:00:29 +00:00
|
|
|
Top = 40
|
2014-08-07 12:52:26 +00:00
|
|
|
Width = 160
|
2014-07-21 18:00:29 +00:00
|
|
|
AutoFill = True
|
|
|
|
Caption = 'Content'
|
|
|
|
ChildSizing.LeftRightSpacing = 6
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
2015-01-17 22:57:23 +00:00
|
|
|
ClientHeight = 68
|
2014-08-07 12:52:26 +00:00
|
|
|
ClientWidth = 156
|
2014-07-21 18:00:29 +00:00
|
|
|
ItemIndex = 0
|
|
|
|
Items.Strings = (
|
|
|
|
'Strings'
|
|
|
|
'Numbers'
|
|
|
|
'Mixed 50:50'
|
|
|
|
)
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object CgFormats: TCheckGroup
|
|
|
|
Left = 8
|
2015-09-11 17:19:26 +00:00
|
|
|
Height = 156
|
2014-07-21 18:00:29 +00:00
|
|
|
Top = 140
|
2014-08-07 12:52:26 +00:00
|
|
|
Width = 160
|
2014-07-21 18:00:29 +00:00
|
|
|
AutoFill = True
|
|
|
|
Caption = 'File formats: '
|
|
|
|
ChildSizing.LeftRightSpacing = 6
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
2015-09-11 17:19:26 +00:00
|
|
|
ClientHeight = 136
|
2014-08-07 12:52:26 +00:00
|
|
|
ClientWidth = 156
|
2014-07-21 18:00:29 +00:00
|
|
|
Items.Strings = (
|
|
|
|
'ods'
|
|
|
|
'xlsx'
|
|
|
|
'xls (BIFF 8)'
|
|
|
|
'xls (BIFF 5)'
|
|
|
|
'xls (BIFF 2)'
|
2015-09-11 17:19:26 +00:00
|
|
|
'csv'
|
2014-07-21 18:00:29 +00:00
|
|
|
)
|
|
|
|
TabOrder = 2
|
|
|
|
Data = {
|
2015-09-11 17:19:26 +00:00
|
|
|
06000000020202020202
|
2014-07-21 18:00:29 +00:00
|
|
|
}
|
|
|
|
end
|
|
|
|
object CgRowCount: TCheckGroup
|
|
|
|
Left = 8
|
|
|
|
Height = 177
|
2015-09-11 17:19:26 +00:00
|
|
|
Top = 312
|
2014-08-07 12:52:26 +00:00
|
|
|
Width = 160
|
2014-07-21 18:00:29 +00:00
|
|
|
AutoFill = True
|
|
|
|
Caption = 'Row count'
|
|
|
|
ChildSizing.LeftRightSpacing = 6
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
2015-01-17 22:57:23 +00:00
|
|
|
ClientHeight = 157
|
2014-08-07 12:52:26 +00:00
|
|
|
ClientWidth = 156
|
2014-07-21 18:00:29 +00:00
|
|
|
Items.Strings = (
|
|
|
|
'10k'
|
|
|
|
'20k'
|
|
|
|
'30k'
|
|
|
|
'40k'
|
|
|
|
'50k'
|
|
|
|
'60k'
|
|
|
|
'100k (not for BIFF)'
|
|
|
|
)
|
|
|
|
TabOrder = 3
|
|
|
|
Data = {
|
|
|
|
0700000002020202020202
|
|
|
|
}
|
|
|
|
end
|
2015-09-11 17:19:26 +00:00
|
|
|
object RgColCount: TRadioGroup
|
|
|
|
Left = 8
|
|
|
|
Height = 80
|
|
|
|
Top = 504
|
|
|
|
Width = 160
|
|
|
|
AutoFill = True
|
|
|
|
Caption = 'Column count'
|
|
|
|
ChildSizing.LeftRightSpacing = 6
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
|
|
|
ClientHeight = 60
|
|
|
|
ClientWidth = 156
|
|
|
|
ItemIndex = 2
|
|
|
|
Items.Strings = (
|
|
|
|
'1'
|
|
|
|
'10'
|
|
|
|
'100'
|
|
|
|
)
|
2015-06-08 10:19:34 +00:00
|
|
|
TabOrder = 4
|
|
|
|
end
|
2014-07-21 18:00:29 +00:00
|
|
|
end
|
|
|
|
object Bevel1: TBevel
|
|
|
|
Left = 0
|
|
|
|
Height = 4
|
2014-08-07 12:52:26 +00:00
|
|
|
Top = 52
|
2015-09-11 17:19:26 +00:00
|
|
|
Width = 785
|
2014-07-21 18:00:29 +00:00
|
|
|
Align = alTop
|
|
|
|
Shape = bsTopLine
|
|
|
|
end
|
|
|
|
object Memo: TMemo
|
2014-08-07 12:52:26 +00:00
|
|
|
Left = 182
|
2015-09-11 17:19:26 +00:00
|
|
|
Height = 597
|
2014-08-07 12:52:26 +00:00
|
|
|
Top = 56
|
2015-09-11 17:19:26 +00:00
|
|
|
Width = 603
|
2014-07-21 18:00:29 +00:00
|
|
|
Align = alClient
|
|
|
|
Font.Height = -12
|
|
|
|
Font.Name = 'Courier New'
|
|
|
|
Font.Pitch = fpFixed
|
|
|
|
ParentFont = False
|
|
|
|
ScrollBars = ssAutoVertical
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
2015-06-28 12:09:12 +00:00
|
|
|
object SaveDialog: TSaveDialog
|
|
|
|
DefaultExt = '.txt'
|
|
|
|
Filter = 'Text files (*.txt)|*.txt|All files (*.*)|*.*'
|
|
|
|
Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing, ofViewDetail]
|
|
|
|
left = 708
|
|
|
|
top = 65
|
|
|
|
end
|
2014-07-21 18:00:29 +00:00
|
|
|
end
|