object frmSetupEtc: TfrmSetupEtc Left = 902 Top = 101 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '�ݒ� - ���̑�' ClientHeight = 336 ClientWidth = 368 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 GroupBox1: TGroupBox Left = 8 Top = 8 Width = 121 Height = 65 Caption = '�C�x���g���O' TabOrder = 0 object Label1: TLabel Left = 16 Top = 24 Width = 79 Height = 12 Caption = '�Ď��Ԋu(��)(&I)' FocusControl = edtInterval end object edtInterval: TEdit Left = 16 Top = 36 Width = 89 Height = 20 MaxLength = 2 TabOrder = 0 Text = 'edtInterval' OnKeyPress = edtIntervalKeyPress end end object GroupBox2: TGroupBox Left = 136 Top = 8 Width = 225 Height = 185 Caption = 'SMTP' TabOrder = 1 object Label2: TLabel Left = 16 Top = 24 Width = 64 Height = 12 Caption = '���M�Җ�(&N)' FocusControl = edtName end object Label3: TLabel Left = 16 Top = 64 Width = 126 Height = 12 Caption = '���M�҃��[���A�h���X(&M)' FocusControl = edtMailAddr end object Label4: TLabel Left = 16 Top = 104 Width = 93 Height = 12 Caption = 'SMTP�T�[�o�[(&S)' FocusControl = edtHostName end object Label5: TLabel Left = 16 Top = 144 Width = 100 Height = 12 Caption = 'SMTP�|�[�g�ԍ�(&P)' FocusControl = edtPortNum end object edtName: TEdit Left = 16 Top = 36 Width = 201 Height = 20 TabOrder = 0 Text = 'edtName' end object edtMailAddr: TEdit Left = 16 Top = 76 Width = 201 Height = 20 TabOrder = 1 Text = 'edtMailAddr' end object edtHostName: TEdit Left = 16 Top = 116 Width = 201 Height = 20 TabOrder = 2 Text = 'edtHostName' end object edtPortNum: TEdit Left = 16 Top = 156 Width = 49 Height = 20 MaxLength = 3 TabOrder = 3 Text = 'edtPortNum' OnKeyPress = edtIntervalKeyPress end object btnTest: TButton Left = 128 Top = 152 Width = 89 Height = 25 Caption = '�ڑ��e�X�g(&T)' TabOrder = 4 OnClick = btnTestClick end end object btnOk: TButton Left = 168 Top = 304 Width = 89 Height = 25 Caption = '�o�^(&E)' Default = True TabOrder = 3 OnClick = btnOkClick end object btnCancel: TButton Left = 272 Top = 304 Width = 89 Height = 25 Cancel = True Caption = '�L�����Z��(&C)' TabOrder = 4 OnClick = btnCancelClick end object GroupBox3: TGroupBox Left = 8 Top = 200 Width = 353 Height = 89 Caption = 'EL Watcher���O' TabOrder = 2 object Label6: TLabel Left = 16 Top = 24 Width = 94 Height = 12 Caption = '�o�͐�t�H���_(&F)' FocusControl = edtPathName end object edtPathName: TEdit Left = 16 Top = 36 Width = 329 Height = 20 TabOrder = 0 Text = 'edtPathName' end object btnBrowse: TButton Left = 256 Top = 56 Width = 89 Height = 25 Caption = '�Q��(&B)...' TabOrder = 1 OnClick = btnBrowseClick end end end