Componentes.Terceros.DevExp.../official/x.42/ExpressCommon Library/Sources/dxrgkeya.dfm
2009-02-27 12:02:10 +00:00

56 lines
1.1 KiB
Plaintext

object frmdxAddNewRegKey: TfrmdxAddNewRegKey
Left = 195
Top = 106
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Add a new registry key'
ClientHeight = 84
ClientWidth = 279
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 120
TextHeight = 16
object lblName: TLabel
Left = 2
Top = 15
Width = 37
Height = 16
Caption = 'Name'
end
object Edit: TEdit
Left = 66
Top = 10
Width = 210
Height = 24
TabOrder = 0
OnChange = EditChange
end
object bOk: TButton
Left = 90
Top = 49
Width = 88
Height = 27
Caption = '&OK'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 1
end
object bCancel: TButton
Left = 187
Top = 49
Width = 89
Height = 27
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
end