object InputDialogForm: TInputDialogForm Left = 396 Top = 335 BorderStyle = bsDialog Caption = 'InputDialogForm' ClientHeight = 103 ClientWidth = 386 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 InputLabel: TLabel Left = 24 Top = 8 Width = 52 Height = 12 Caption = 'InputLabel' FocusControl = InputEdit end object InputEdit: TEdit Left = 24 Top = 32 Width = 337 Height = 20 TabOrder = 0 end object Button1: TButton Left = 208 Top = 72 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 288 Top = 72 Width = 75 Height = 25 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 2 end end