123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- object RegistryDesignerForm: TRegistryDesignerForm
- Left = 298
- Top = 273
- BorderStyle = bsDialog
- Caption = '[Registry] Entries Designer'
- ClientHeight = 347
- ClientWidth = 496
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- DesignSize = (
- 496
- 347)
- TextHeight = 13
- object AppRegistryMinVerDocBitBtn: TBitmapButton
- Left = 404
- Top = 168
- Width = 20
- Height = 20
- Anchors = [akTop, akRight]
- Caption = 'Help'
- TabOrder = 9
- end
- object Panel1: TPanel
- Left = 0
- Top = 305
- Width = 496
- Height = 42
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 10
- DesignSize = (
- 496
- 42)
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 496
- Height = 1
- Align = alTop
- Shape = bsTopLine
- ExplicitWidth = 500
- end
- object InsertButton: TButton
- Left = 322
- Top = 9
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Insert'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = InsertButtonClick
- end
- object CancelButton: TButton
- Left = 406
- Top = 9
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object PrivilegesRequiredLabel: TNewStaticText
- Left = 8
- Top = 15
- Width = 5
- Height = 14
- Caption = '*'
- Enabled = False
- TabOrder = 2
- end
- end
- object AppRegistryFileLabel: TNewStaticText
- Left = 8
- Top = 18
- Width = 170
- Height = 14
- Caption = '&Windows registry file (.reg) to import:'
- FocusControl = AppRegistryFileEdit
- TabOrder = 0
- end
- object AppRegistryFileEdit: TEdit
- Left = 8
- Top = 38
- Width = 384
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 1
- end
- object AppRegistryFileButton: TButton
- Left = 406
- Top = 36
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Browse...'
- TabOrder = 2
- end
- object AppRegistrySettingsLabel: TNewStaticText
- Left = 8
- Top = 69
- Width = 156
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Settings (for all keys and values):'
- TabOrder = 3
- end
- object AppRegistryUninsDeleteKeyCheck: TCheckBox
- Left = 16
- Top = 109
- Width = 225
- Height = 17
- Caption = 'Also delete keys which are not empty'
- TabOrder = 5
- end
- object AppRegistryUninsDeleteKeyIfEmptyCheck: TCheckBox
- Left = 8
- Top = 89
- Width = 225
- Height = 17
- Caption = 'Delete keys which are empty on uninstall'
- Checked = True
- State = cbChecked
- TabOrder = 4
- end
- object AppRegistryUninsDeleteValueCheck: TCheckBox
- Left = 8
- Top = 139
- Width = 225
- Height = 17
- Caption = 'Delete values on uninstall'
- Checked = True
- State = cbChecked
- TabOrder = 6
- end
- object AppRegistryMinVerCheck: TCheckBox
- Left = 8
- Top = 169
- Width = 245
- Height = 17
- Caption = 'Create only if Windows'#39' version is at least:'
- TabOrder = 7
- end
- object AppRegistryMinVerEdit: TEdit
- Left = 259
- Top = 168
- Width = 132
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 8
- end
- end
|