home *** CD-ROM | disk | FTP | other *** search
- object EditIForm: TEditIForm
- Left = 285
- Top = 238
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Edit DWORD Value'
- ClientHeight = 191
- ClientWidth = 449
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 10
- Top = 10
- Width = 96
- Height = 20
- Caption = 'Value Name:'
- end
- object Label2: TLabel
- Left = 10
- Top = 69
- Width = 86
- Height = 20
- Caption = 'Value Data:'
- end
- object BitBtn1: TBitBtn
- Left = 231
- Top = 158
- Width = 95
- Height = 28
- Caption = 'OK'
- ModalResult = 1
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- NumGlyphs = 2
- end
- object ValueName: TEdit
- Left = 10
- Top = 30
- Width = 424
- Height = 24
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- Text = 'ValueName'
- end
- object ValueData: TEdit
- Left = 10
- Top = 89
- Width = 208
- Height = 24
- CharCase = ecLowerCase
- TabOrder = 2
- Text = 'valuedata'
- OnKeyPress = ValueDataKeyPress
- end
- object BitBtn2: TBitBtn
- Left = 340
- Top = 158
- Width = 94
- Height = 28
- Caption = 'Cancel'
- ModalResult = 2
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- NumGlyphs = 2
- end
- object RadioGroup1: TRadioGroup
- Left = 236
- Top = 69
- Width = 198
- Height = 80
- Caption = 'Base'
- TabOrder = 4
- end
- object RadioButton1: TRadioButton
- Left = 256
- Top = 89
- Width = 139
- Height = 21
- Caption = '&Hexdecimal'
- Checked = True
- TabOrder = 5
- TabStop = True
- OnClick = RadioButton1Click
- end
- object RadioButton2: TRadioButton
- Left = 256
- Top = 118
- Width = 139
- Height = 21
- Caption = '&Decimal'
- TabOrder = 6
- OnClick = RadioButton2Click
- end
- end
-