object frmEditMail: TfrmEditMail Left = 990 Top = 101 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '���[���A�h���X�ҏW' ClientHeight = 164 ClientWidth = 280 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 = 88 Width = 39 Height = 12 Caption = '����(&P)' FocusControl = edtPost end object Label2: TLabel Left = 8 Top = 48 Width = 40 Height = 12 Caption = '����(&N)' FocusControl = edtName end object Label4: TLabel Left = 8 Top = 128 Width = 52 Height = 12 Caption = '�A����(&O)' FocusControl = edtContact end object Label3: TLabel Left = 8 Top = 8 Width = 90 Height = 12 Caption = '���[���A�h���X(&M)' FocusControl = edtMailAddr end object edtPost: TEdit Left = 8 Top = 100 Width = 161 Height = 20 TabOrder = 2 Text = 'edtPost' end object edtName: TEdit Left = 8 Top = 60 Width = 161 Height = 20 TabOrder = 1 Text = 'edtName' end object edtContact: TEdit Left = 8 Top = 140 Width = 161 Height = 20 TabOrder = 3 Text = 'edtContact' end object btnEntry: TButton Left = 184 Top = 16 Width = 89 Height = 25 Caption = '�o�^(&E)' Default = True TabOrder = 4 OnClick = btnEntryClick end object btnCancel: TButton Left = 184 Top = 48 Width = 89 Height = 25 Cancel = True Caption = '�L�����Z��(&C)' ModalResult = 2 TabOrder = 5 end object edtMailAddr: TEdit Left = 8 Top = 20 Width = 161 Height = 20 TabOrder = 0 Text = 'edtMailAddr' end end