object dlgForm: TdlgForm Left = 520 Top = 451 HelpContext = 64 BorderStyle = bsDialog Caption = '�t�H�[���̐ݒ�' ClientHeight = 209 ClientWidth = 370 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 = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 20 Top = 20 Width = 59 Height = 12 Caption = '���\�b�h(&M)�F' FocusControl = edtMeth end object Label2: TLabel Left = 160 Top = 20 Width = 62 Height = 12 Caption = 'Enctype(&E)�F' FocusControl = edtEnc end object Label3: TLabel Left = 7 Top = 52 Width = 72 Height = 12 Caption = '�A�N�V����(&A)�F' FocusControl = edtAct end object Label4: TLabel Left = 33 Top = 84 Width = 46 Height = 12 Caption = '���O(&N)�F' FocusControl = edtName end object btnOk: TButton Left = 280 Top = 112 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 OnClick = btnOkClick end object btnCancel: TButton Left = 280 Top = 144 Width = 75 Height = 25 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 6 end object btnHlp: TButton Left = 280 Top = 176 Width = 75 Height = 25 Caption = '�w���v(&H)' TabOrder = 7 OnClick = btnHlpClick end object edtMeth: TComboBox Left = 80 Top = 16 Width = 73 Height = 20 Style = csDropDownList ItemHeight = 12 TabOrder = 0 Items.Strings = ( 'post' 'get') end object edtEnc: TComboBox Left = 224 Top = 16 Width = 129 Height = 20 ItemHeight = 12 TabOrder = 1 Items.Strings = ( 'multipart/form-data') end object edtAct: TEdit Left = 80 Top = 48 Width = 273 Height = 20 TabOrder = 2 Text = 'mailto:' end object edtName: TEdit Left = 80 Top = 80 Width = 273 Height = 20 TabOrder = 3 end object GroupBox1: TGroupBox Left = 8 Top = 112 Width = 257 Height = 81 Caption = '�^�[�Q�b�g' TabOrder = 4 object Label5: TLabel Left = 16 Top = 20 Width = 57 Height = 12 Caption = '�\����(&T)�F' FocusControl = edtTarget end object Label6: TLabel Left = 24 Top = 52 Width = 69 Height = 12 Caption = '�\���於(&F)�F' FocusControl = edtFrame end object edtTarget: TComboBox Left = 72 Top = 16 Width = 113 Height = 20 Style = csDropDownList ItemHeight = 12 TabOrder = 0 OnChange = edtTargetChange Items.Strings = ( '�w��Ȃ�' '_self' '_parent' '_top' '_blank' '�t���[���w��') end object edtFrame: TComboBox Left = 96 Top = 48 Width = 153 Height = 20 Color = clBtnFace Enabled = False ItemHeight = 12 TabOrder = 1 end end end