object frmAccountProps: TfrmAccountProps Left = 150 Top = 133 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Account properties' ClientHeight = 257 ClientWidth = 297 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object PageControl1: TPageControl Left = 8 Top = 8 Width = 281 Height = 209 ActivePage = TabSheet1 TabOrder = 0 object TabSheet1: TTabSheet Caption = 'Personal info' object lblNothing1: TLabel Left = 8 Top = 64 Width = 67 Height = 13 Caption = 'Your name:' end object lblNothing8: TLabel Left = 8 Top = 92 Width = 71 Height = 13 Caption = 'Your e-mail:' end object Image1: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object Label1: TLabel Left = 48 Top = 8 Width = 167 Height = 13 Caption = 'Personal infomation page' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 48 Top = 24 Width = 193 Height = 25 AutoSize = False Caption = 'Use this window to fill in personal information about yourself.' WordWrap = True end object Label3: TLabel Left = 8 Top = 119 Width = 86 Height = 13 Caption = 'Reply address:' end object Label4: TLabel Left = 8 Top = 147 Width = 77 Height = 13 Caption = 'Organization:' end object edtName: TEdit97 Left = 88 Top = 61 Width = 177 Height = 19 TabOrder = 0 end object edtEMail: TEdit97 Left = 88 Top = 89 Width = 177 Height = 19 TabOrder = 1 end object edtReplyAddress: TEdit97 Left = 96 Top = 116 Width = 169 Height = 19 TabOrder = 2 end object edtOrganisation: TEdit97 Left = 96 Top = 144 Width = 169 Height = 19 TabOrder = 3 end end object TabSheet2: TTabSheet Caption = 'Server' ImageIndex = 1 object Label5: TLabel Left = 8 Top = 64 Width = 143 Height = 13 Caption = '&Incoming (POP3) server:' end object Image2: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object Label6: TLabel Left = 48 Top = 8 Width = 136 Height = 13 Caption = 'Server settings page' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label7: TLabel Left = 48 Top = 24 Width = 217 Height = 25 AutoSize = False Caption = 'Using this page, fill in all the required server info.' WordWrap = True end object Label8: TLabel Left = 8 Top = 92 Width = 142 Height = 13 Caption = 'Outgoing (SMTP) server:' end object Label9: TLabel Left = 16 Top = 112 Width = 75 Height = 13 Caption = '&Connect as:' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label10: TLabel Left = 32 Top = 132 Width = 67 Height = 13 Caption = 'User name:' end object Label11: TLabel Left = 40 Top = 159 Width = 59 Height = 13 Caption = '&Password:' end object edtPOP3Server: TEdit97 Left = 156 Top = 61 Width = 109 Height = 19 TabOrder = 0 end object edtSMTPServer: TEdit97 Left = 156 Top = 89 Width = 109 Height = 19 TabOrder = 1 end object edtUserName: TEdit97 Left = 108 Top = 129 Width = 141 Height = 19 TabOrder = 2 end object edtPassword: TEdit97 Left = 108 Top = 156 Width = 141 Height = 19 PasswordChar = '*' TabOrder = 3 end end object TabSheet3: TTabSheet Caption = 'Advanced' ImageIndex = 2 object Image3: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object Label12: TLabel Left = 48 Top = 24 Width = 193 Height = 26 AutoSize = False Caption = 'Here you will be able to specify advanced mail settings.' WordWrap = True end object Label13: TLabel Left = 48 Top = 8 Width = 156 Height = 13 Caption = 'Advanced settings page' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object GroupBox1: TGroupBox Left = 8 Top = 64 Width = 249 Height = 73 Caption = ' Server ports ' TabOrder = 0 object Label14: TLabel Left = 56 Top = 20 Width = 103 Height = 13 Caption = 'POP3 server port:' end object Label15: TLabel Left = 56 Top = 44 Width = 104 Height = 13 Caption = 'SMTP server port:' end object Image4: TImage Left = 16 Top = 22 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object edtPOP3Port: TEdit97 Left = 172 Top = 17 Width = 61 Height = 19 TabOrder = 0 end object edtSMTPPort: TEdit97 Left = 172 Top = 41 Width = 61 Height = 19 TabOrder = 1 end end object chkLeaveMailOnServer: TCheckBox Left = 8 Top = 152 Width = 145 Height = 17 Caption = '&Leave mail on server' TabOrder = 1 end end end object btnOK: TButton Left = 136 Top = 232 Width = 73 Height = 23 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = btnOKClick end object btnCancel: TButton Left = 216 Top = 232 Width = 73 Height = 23 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 OnClick = btnCancelClick end end