lazarus-ccr/components/onguard/examples/exmachid/umachid.lfm
brandysb eed17766fe - fixed obsolete TextHeight properties from lfm resources
- initial support for InvalidCount , which allow to run program even if trial rules are broken (but only exactly set count)
- IDE serial number used instead of volume serial

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@921 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-07-28 13:17:46 +00:00

78 lines
1.5 KiB
Plaintext

object frmExMachineID: TfrmExMachineID
Left = 364
Height = 174
Top = 254
Width = 240
ActiveControl = chkUser
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'ExMachineID'
ClientHeight = 174
ClientWidth = 240
Font.Color = clText
Font.Height = 11
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Position = poScreenCenter
LCLVersion = '0.9.27'
object GroupBox1: TGroupBox
Left = 8
Height = 137
Top = 8
Width = 113
Caption = ' Machine Info Set '
ClientHeight = 119
ClientWidth = 109
TabOrder = 0
object chkUser: TCheckBox
Left = 24
Height = 17
Top = 16
Width = 40
Caption = 'User'
TabOrder = 0
end
object chkSystem: TCheckBox
Left = 24
Height = 17
Top = 40
Width = 52
Caption = 'System'
TabOrder = 1
end
object chkNetwork: TCheckBox
Left = 24
Height = 17
Top = 64
Width = 58
Caption = 'Network'
TabOrder = 2
end
object chkDrives: TCheckBox
Left = 24
Height = 17
Top = 88
Width = 48
Caption = 'Drives'
TabOrder = 3
end
end
object btnGenerate: TButton
Left = 131
Height = 25
Top = 32
Width = 75
BorderSpacing.InnerBorder = 4
Caption = 'Generate'
OnClick = btnGenerateClick
TabOrder = 1
end
object edtMachineID: TEdit
Left = 128
Height = 23
Top = 72
Width = 81
ReadOnly = True
TabOrder = 2
end
end