2004-06-07 14:37:41 +00:00
|
|
|
object frmMain: TfrmMain
|
2004-08-31 09:12:50 +00:00
|
|
|
Left = 339
|
|
|
|
Top = 239
|
2004-06-07 14:37:41 +00:00
|
|
|
BorderIcons = [biSystemMenu]
|
|
|
|
BorderStyle = bsDialog
|
|
|
|
Caption = 'X'#178'Utils Test'
|
2004-08-31 09:12:50 +00:00
|
|
|
ClientHeight = 245
|
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
|
2004-08-31 09:12:50 +00:00
|
|
|
Top = 128
|
2004-06-07 14:37:41 +00:00
|
|
|
Width = 49
|
|
|
|
Height = 13
|
|
|
|
Caption = 'Instances:'
|
|
|
|
end
|
2004-06-07 15:31:14 +00:00
|
|
|
object lblFormatSize: TLabel
|
|
|
|
Left = 8
|
2004-08-31 09:12:50 +00:00
|
|
|
Top = 204
|
2004-06-07 15:31:14 +00:00
|
|
|
Width = 56
|
|
|
|
Height = 13
|
|
|
|
Caption = 'Format size:'
|
|
|
|
end
|
|
|
|
object lblFormatSizeValue: TLabel
|
|
|
|
Left = 244
|
2004-08-31 09:12:50 +00:00
|
|
|
Top = 204
|
2004-06-07 15:31:14 +00:00
|
|
|
Width = 205
|
|
|
|
Height = 13
|
|
|
|
AutoSize = False
|
|
|
|
Caption = '<unknown>'
|
|
|
|
end
|
2004-08-31 09:12:50 +00:00
|
|
|
object lblComCtlVersionValue: TLabel
|
2004-06-07 14:37:41 +00:00
|
|
|
Left = 112
|
|
|
|
Top = 84
|
2004-08-31 09:12:50 +00:00
|
|
|
Width = 333
|
|
|
|
Height = 13
|
|
|
|
AutoSize = False
|
|
|
|
Caption = '<unknown>'
|
|
|
|
end
|
|
|
|
object lblComCtlVersion: TLabel
|
|
|
|
Left = 8
|
|
|
|
Top = 84
|
|
|
|
Width = 73
|
|
|
|
Height = 13
|
|
|
|
Caption = 'ComCtl version:'
|
|
|
|
end
|
|
|
|
object lstInstances: TListBox
|
|
|
|
Left = 112
|
|
|
|
Top = 128
|
2004-06-07 14:37:41 +00:00
|
|
|
Width = 337
|
|
|
|
Height = 65
|
|
|
|
ItemHeight = 13
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
2004-06-07 15:31:14 +00:00
|
|
|
object txtSize: TEdit
|
|
|
|
Left = 112
|
2004-08-31 09:12:50 +00:00
|
|
|
Top = 200
|
2004-06-07 15:31:14 +00:00
|
|
|
Width = 121
|
|
|
|
Height = 21
|
|
|
|
TabOrder = 1
|
|
|
|
OnChange = txtSizeChange
|
|
|
|
end
|
|
|
|
object chkBytes: TCheckBox
|
|
|
|
Left = 112
|
2004-08-31 09:12:50 +00:00
|
|
|
Top = 224
|
2004-06-07 15:31:14 +00:00
|
|
|
Width = 97
|
|
|
|
Height = 17
|
|
|
|
Caption = '&Keep bytes'
|
|
|
|
TabOrder = 2
|
|
|
|
OnClick = txtSizeChange
|
|
|
|
end
|
2004-08-31 09:12:50 +00:00
|
|
|
object chkXPManifest: TCheckBox
|
|
|
|
Left = 112
|
|
|
|
Top = 104
|
|
|
|
Width = 337
|
|
|
|
Height = 17
|
|
|
|
Caption = 'XP Manifest'
|
|
|
|
Checked = True
|
|
|
|
State = cbChecked
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
2004-06-07 14:37:41 +00:00
|
|
|
end
|