home *** CD-ROM | disk | FTP | other *** search
- object FormChangeValue: TFormChangeValue
- Left = 326
- Top = 167
- HelpContext = 25064
- BorderStyle = bsSingle
- Caption = 'Change Data Value'
- ClientHeight = 160
- ClientWidth = 258
- ParentFont = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 32
- Width = 67
- Height = 13
- Caption = 'Current Value:'
- end
- object Label2: TLabel
- Left = 8
- Top = 80
- Width = 52
- Height = 13
- Caption = 'NewValue:'
- end
- object FullName: TLabel
- Left = 8
- Top = 8
- Width = 3
- Height = 13
- end
- object CurrentValueBox: TEdit
- Left = 8
- Top = 48
- Width = 241
- Height = 21
- TabStop = False
- ReadOnly = True
- TabOrder = 3
- end
- object ButtonOK: TButton
- Left = 8
- Top = 128
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = ButtonOKClick
- end
- object ButtonCancel: TButton
- Left = 91
- Top = 128
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object ComboBoxNewValue: TComboBox
- Left = 8
- Top = 96
- Width = 241
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- OnChange = ComboBoxNewValueChange
- end
- object ButtonHelp: TButton
- Left = 172
- Top = 128
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 4
- OnClick = ButtonHelpClick
- end
- end
-