object EditForm: TEditForm Left = 200 Top = 107 BorderStyle = bsDialog Caption = '���e�̏C��' ClientHeight = 151 ClientWidth = 418 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 8 Top = 8 Width = 80 Height = 12 Caption = '�\�����閼�O �F' end object Label2: TLabel Left = 8 Top = 56 Width = 87 Height = 12 Caption = '���s�t�@�C���� �F' end object Bevel1: TBevel Left = 8 Top = 96 Width = 401 Height = 17 Shape = bsBottomLine end object Button1: TButton Left = 240 Top = 120 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 328 Top = 120 Width = 75 Height = 25 Caption = '�L�����Z��' ModalResult = 2 TabOrder = 3 end object DisplayName: TEdit Left = 16 Top = 24 Width = 385 Height = 20 TabOrder = 0 Text = 'DisplayName' OnChange = DisplayNameChange end object UninstallString: TEdit Left = 16 Top = 72 Width = 385 Height = 20 TabOrder = 1 Text = 'UninstallString' OnChange = DisplayNameChange end end