object frmLicense: TfrmLicense Left = 850 Top = 101 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '���C�Z���X�o�^' ClientHeight = 360 ClientWidth = 352 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 OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 8 Top = 8 Width = 84 Height = 12 Caption = '�����A�c�̖�(&O)' end object Label2: TLabel Left = 8 Top = 48 Width = 64 Height = 12 Caption = '�S���Җ�(&N)' end object Label3: TLabel Left = 8 Top = 88 Width = 125 Height = 12 Caption = '�g�p�R���s���[�^�[��(&U)' end object Label4: TLabel Left = 8 Top = 128 Width = 96 Height = 12 Caption = '���C�Z���X�R�[�h(&L)' end object edtOrganization: TEdit Left = 8 Top = 20 Width = 337 Height = 20 MaxLength = 50 TabOrder = 0 end object edtName: TEdit Left = 8 Top = 60 Width = 337 Height = 20 MaxLength = 50 TabOrder = 1 end object edtComputerName: TEdit Left = 8 Top = 100 Width = 337 Height = 20 MaxLength = 50 TabOrder = 2 end object edtLicenseCode: TMemo Left = 8 Top = 144 Width = 337 Height = 169 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 3 end object brnEntry: TButton Left = 72 Top = 328 Width = 81 Height = 25 Caption = '�o�^(&E)' Default = True TabOrder = 4 OnClick = brnEntryClick end object btnCancel: TButton Left = 200 Top = 328 Width = 81 Height = 25 Cancel = True Caption = '�L�����Z��(&C)' ModalResult = 2 TabOrder = 5 end end