2004-06-07 14:37:41 +00:00
|
|
|
object frmMain: TfrmMain
|
|
|
|
Left = 199
|
|
|
|
Top = 107
|
|
|
|
BorderIcons = [biSystemMenu]
|
|
|
|
BorderStyle = bsDialog
|
|
|
|
Caption = 'X'#178'Utils Test'
|
2004-06-07 15:31:14 +00:00
|
|
|
ClientHeight = 206
|
2004-06-07 14:37:41 +00:00
|
|
|
ClientWidth = 455
|
|
|
|
Color = clBtnFace
|
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'MS Sans Serif'
|
|
|
|
Font.Style = []
|
|
|
|
OldCreateOrder = False
|
|
|
|
Position = poScreenCenter
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnDestroy = FormDestroy
|
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
|
|
|
object lblAppPath: TLabel
|
|
|
|
Left = 8
|
|
|
|
Top = 12
|
|
|
|
Width = 79
|
|
|
|
Height = 13
|
|
|
|
Caption = 'Application path:'
|
|
|
|
end
|
|
|
|
object lblAppVersion: TLabel
|
|
|
|
Left = 8
|
|
|
|
Top = 36
|
|
|
|
Width = 92
|
|
|
|
Height = 13
|
|
|
|
Caption = 'Application version:'
|
|
|
|
end
|
|
|
|
object lblOSVersion: TLabel
|
|
|
|
Left = 8
|
|
|
|
Top = 60
|
|
|
|
Width = 55
|
|
|
|
Height = 13
|
|
|
|
Caption = 'OS version:'
|
|
|
|
end
|
|
|
|
object lblAppPathValue: TLabel
|
|
|
|
Left = 112
|
|
|
|
Top = 12
|
|
|
|
Width = 337
|
|
|
|
Height = 13
|
|
|
|
AutoSize = False
|
|
|
|
Caption = '<unknown>'
|
|
|
|
end
|
|
|
|
object lblAppVersionValue: TLabel
|
|
|
|
Left = 112
|
|
|
|
Top = 36
|
|
|
|
Width = 337
|
|
|
|
Height = 13
|
|
|
|
AutoSize = False
|
|
|
|
Caption = '<unknown>'
|
|
|
|
end
|
|
|
|
object lblOSVersionValue: TLabel
|
|
|
|
Left = 112
|
|
|
|
Top = 60
|
|
|
|
Width = 337
|
|
|
|
Height = 13
|
|
|
|
AutoSize = False
|
|
|
|
Caption = '<unknown>'
|
|
|
|
end
|
|
|
|
object lblInstances: TLabel
|
|
|
|
Left = 8
|
|
|
|
Top = 84
|
|
|
|
Width = 49
|
|
|
|
Height = 13
|
|
|
|
Caption = 'Instances:'
|
|
|
|
end
|
2004-06-07 15:31:14 +00:00
|
|
|
object lblFormatSize: TLabel
|
|
|
|
Left = 8
|
|
|
|
Top = 160
|
|
|
|
Width = 56
|
|
|
|
Height = 13
|
|
|
|
Caption = 'Format size:'
|
|
|
|
end
|
|
|
|
object lblFormatSizeValue: TLabel
|
|
|
|
Left = 244
|
|
|
|
Top = 160
|
|
|
|
Width = 205
|
|
|
|
Height = 13
|
|
|
|
AutoSize = False
|
|
|
|
Caption = '<unknown>'
|
|
|
|
end
|
2004-06-07 14:37:41 +00:00
|
|
|
object lstInstances: TListBox
|
|
|
|
Left = 112
|
|
|
|
Top = 84
|
|
|
|
Width = 337
|
|
|
|
Height = 65
|
|
|
|
ItemHeight = 13
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
2004-06-07 15:31:14 +00:00
|
|
|
object txtSize: TEdit
|
|
|
|
Left = 112
|
|
|
|
Top = 156
|
|
|
|
Width = 121
|
|
|
|
Height = 21
|
|
|
|
TabOrder = 1
|
|
|
|
OnChange = txtSizeChange
|
|
|
|
end
|
|
|
|
object chkBytes: TCheckBox
|
|
|
|
Left = 112
|
|
|
|
Top = 180
|
|
|
|
Width = 97
|
|
|
|
Height = 17
|
|
|
|
Caption = '&Keep bytes'
|
|
|
|
TabOrder = 2
|
|
|
|
OnClick = txtSizeChange
|
|
|
|
end
|
2004-06-07 14:37:41 +00:00
|
|
|
end
|