object JumpInputForm: TJumpInputForm Left = 189 Top = 493 BorderStyle = bsDialog Caption = '�s�W�����v' ClientHeight = 67 ClientWidth = 287 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 8 Top = 20 Width = 102 Height = 12 Caption = '�W�����v����s��(&L)' FocusControl = JumpEdit end object JumpEdit: TEdit Left = 120 Top = 16 Width = 73 Height = 20 ImeMode = imClose TabOrder = 0 end object JumpButton: TButton Left = 200 Top = 16 Width = 75 Height = 20 Caption = '�W�����v(&J)' Default = True ModalResult = 1 TabOrder = 1 OnClick = JumpButtonClick end object Button1: TButton Left = 200 Top = 40 Width = 75 Height = 20 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 2 end end