home *** CD-ROM | disk | FTP | other *** search
- object FVerEdit: TFVerEdit
- Left = 228
- Top = 238
- AutoScroll = False
- BorderIcons = [biSystemMenu]
- Caption = 'VersionInfo'
- ClientHeight = 95
- ClientWidth = 313
- Color = clBtnFace
- Font.Charset = SHIFTJIS_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = '�l�r �o�S�V�b�N'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Label1: TLabel
- Left = 4
- Top = 11
- Width = 19
- Height = 12
- Caption = 'Key'
- end
- object Label2: TLabel
- Left = 4
- Top = 37
- Width = 29
- Height = 12
- Caption = 'Value'
- end
- object KeyEdit: TEdit
- Left = 40
- Top = 8
- Width = 265
- Height = 20
- ImeName = 'MSIME95'
- TabOrder = 0
- end
- object ValEdit: TEdit
- Left = 40
- Top = 34
- Width = 265
- Height = 20
- ImeName = 'MSIME95'
- TabOrder = 1
- end
- object OKBtn: TButton
- Left = 80
- Top = 64
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 2
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 176
- Top = 64
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-