home *** CD-ROM | disk | FTP | other *** search
- object EDitForm: TEDitForm
- Left = 391
- Top = 203
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Edit String Value'
- ClientHeight = 133
- ClientWidth = 362
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 61
- Height = 13
- Caption = 'Value Name:'
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 65
- Height = 13
- Caption = 'Value Data:'
- end
- object BitBtn1: TBitBtn
- Left = 188
- Top = 104
- Width = 77
- Height = 23
- Caption = 'OK'
- ModalResult = 1
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- NumGlyphs = 2
- end
- object ValueName: TEdit
- Left = 8
- Top = 24
- Width = 345
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- end
- object ValueData: TEdit
- Left = 8
- Top = 72
- Width = 345
- Height = 21
- TabOrder = 2
- end
- object BitBtn2: TBitBtn
- Left = 276
- Top = 104
- Width = 77
- Height = 23
- Caption = 'Cancel'
- ModalResult = 2
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- NumGlyphs = 2
- end
- end
-