object SetupDlg: TSetupDlg Left = 622 Top = 282 BorderStyle = bsDialog Caption = 'Setup...' ClientHeight = 386 ClientWidth = 363 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 12 Top = 12 Width = 65 Height = 13 Alignment = taRightJustify Caption = 'SMTP server:' end object Label2: TLabel Left = 24 Top = 37 Width = 53 Height = 13 Alignment = taRightJustify Caption = 'From email:' end object Label3: TLabel Left = 22 Top = 62 Width = 55 Height = 13 Alignment = taRightJustify Caption = 'From name:' end object Label4: TLabel Left = 11 Top = 85 Width = 66 Height = 13 Alignment = taRightJustify Caption = 'Log file name:' end object Label5: TLabel Left = 29 Top = 110 Width = 48 Height = 13 Alignment = taRightJustify Caption = 'Encoding:' end object Label6: TLabel Left = 11 Top = 136 Width = 66 Height = 13 Alignment = taRightJustify Caption = 'Character set:' end object Label7: TLabel Left = 33 Top = 163 Width = 44 Height = 13 Caption = 'Time-out:' end object Label8: TLabel Left = 273 Top = 12 Width = 22 Height = 13 Caption = 'Port:' end object Label9: TLabel Left = 131 Top = 163 Width = 40 Height = 13 Caption = 'seconds' end object radMsgText: TRadioGroup Left = 6 Top = 187 Width = 353 Height = 66 Caption = 'Standard message text' Items.Strings = ( 'Prompt for message text' 'Use file for text:') TabOrder = 11 end object ServerEdit: TEdit Left = 85 Top = 8 Width = 179 Height = 21 TabOrder = 0 end object UserAddressEdit: TEdit Left = 85 Top = 32 Width = 265 Height = 21 TabOrder = 1 end object UserNameEdit: TEdit Left = 85 Top = 56 Width = 265 Height = 21 TabOrder = 2 end object LogFileNameEdit: TEdit Left = 85 Top = 80 Width = 265 Height = 21 TabOrder = 3 end object EncodeComboBox: TComboBox Left = 85 Top = 106 Width = 91 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'UUEncode' 'MIME') TabOrder = 4 end object CharSetComboBox: TComboBox Left = 85 Top = 132 Width = 91 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'US-ASCII' 'ISO-8859-1') TabOrder = 5 end object Button1: TButton Left = 190 Top = 355 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 6 end object Button2: TButton Left = 277 Top = 355 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 7 end object chkShowSuccess: TCheckBox Left = 191 Top = 148 Width = 166 Height = 17 Caption = 'Show result of transfer' TabOrder = 8 end object txtMsgTextFile: TEdit Left = 111 Top = 225 Width = 162 Height = 21 TabOrder = 9 end object Button3: TButton Left = 278 Top = 226 Width = 75 Height = 19 Caption = 'Browse...' TabOrder = 10 OnClick = Button3Click end object radMsgSubject: TRadioGroup Left = 6 Top = 257 Width = 353 Height = 88 Caption = 'Standard message subject' Items.Strings = ( 'Prompt for message subject' 'Use attachment filename(s)' 'Use text:') TabOrder = 12 end object txtMsgSubjectDef: TEdit Left = 82 Top = 317 Width = 271 Height = 21 TabOrder = 13 end object chkUseBCC: TCheckBox Left = 191 Top = 127 Width = 149 Height = 17 Caption = 'Use blind carbon copy' TabOrder = 14 end object spnPort: TSpinEdit Left = 300 Top = 7 Width = 50 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 15 Value = 0 end object spnTimeOut: TSpinEdit Left = 85 Top = 158 Width = 41 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 16 Value = 0 end object chkUseDomainAddress: TCheckBox Left = 191 Top = 107 Width = 145 Height = 17 Caption = 'Use domain with server' TabOrder = 17 end object chkoneFilePerMsg: TCheckBox Left = 191 Top = 168 Width = 173 Height = 17 Caption = 'Send one file per message' TabOrder = 18 end object Button4: TButton Left = 44 Top = 355 Width = 75 Height = 23 Cancel = True Caption = '&Help' ModalResult = 2 TabOrder = 19 OnClick = Button4Click end object openText: TOpenDialog FileEditStyle = fsEdit Filter = 'All files (*.*)|*.*|Text files (*.txt)|*.txt' InitialDir = '.' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist] Title = 'Select text file...' Left = 199 Top = 190 end end