object frmMain: TfrmMain Left = 649 Top = 156 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = ' AutoMailer for Windows 1.3.0' ClientHeight = 444 ClientWidth = 385 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label12: TLabel Left = 300 Top = 104 Width = 74 Height = 15 Caption = 'DuoData GbR' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 308 Top = 88 Width = 53 Height = 13 Caption = 'Freeware' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object btnPoll: TButton Left = 300 Top = 300 Width = 75 Height = 25 Hint = 'Poll once now' Caption = 'Poll Now' ParentShowHint = False ShowHint = True TabOrder = 3 OnClick = btnPollClick end object btnAbout: TButton Left = 300 Top = 140 Width = 75 Height = 25 Hint = 'About' Caption = 'About' ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = btnAboutClick end object btnStop: TButton Left = 300 Top = 364 Width = 75 Height = 25 Hint = 'Stop timer' Caption = 'Stop' Enabled = False ParentShowHint = False ShowHint = True TabOrder = 5 OnClick = btnStopClick end object btnRun: TButton Left = 300 Top = 332 Width = 75 Height = 25 Hint = 'Start timer' Caption = 'Start' ParentShowHint = False ShowHint = True TabOrder = 4 OnClick = btnRunClick end object btnClose: TButton Left = 300 Top = 396 Width = 75 Height = 25 Hint = 'Exit Program' Caption = 'Exit' ParentShowHint = False ShowHint = True TabOrder = 7 OnClick = btnCloseClick end object Panel1: TPanel Left = 300 Top = 8 Width = 72 Height = 72 AutoSize = True BevelInner = bvLowered BevelOuter = bvNone TabOrder = 6 object Image1: TImage Left = 1 Top = 1 Width = 70 Height = 70 Cursor = crHandPoint Hint = 'http://www.duodata.de/automailer' AutoSize = True Center = True ParentShowHint = False Picture.Data = {} ShowHint = True OnClick = Label11Click end end object GroupBox1: TGroupBox Left = 4 Top = 0 Width = 281 Height = 65 TabOrder = 8 object Label1: TLabel Left = 8 Top = 16 Width = 44 Height = 13 Caption = 'Mail Host' end object Label2: TLabel Left = 8 Top = 40 Width = 19 Height = 13 Caption = 'Port' end object Edit1: TEdit Left = 64 Top = 12 Width = 209 Height = 21 Hint = 'IP or DNS Name of your SMTP server - required' ParentShowHint = False ShowHint = True TabOrder = 0 Text = 'Edit1' end object Edit2: TEdit Left = 64 Top = 36 Width = 33 Height = 21 Hint = 'Standard Port is 25 - required' ParentShowHint = False ShowHint = True TabOrder = 1 Text = 'Edit2' end object C10: TCheckBox Left = 116 Top = 40 Width = 93 Height = 13 Caption = 'Authentication' TabOrder = 2 OnClick = C10Click end object btnAuth: TButton Left = 208 Top = 36 Width = 65 Height = 25 Caption = 'Properties' TabOrder = 3 OnClick = btnAuthClick end end object GroupBox2: TGroupBox Left = 4 Top = 68 Width = 281 Height = 185 TabOrder = 9 object Label3: TLabel Left = 8 Top = 40 Width = 13 Height = 13 Caption = 'To' end object Label8: TLabel Left = 8 Top = 136 Width = 43 Height = 13 Caption = 'Message' end object Label7: TLabel Left = 8 Top = 112 Width = 36 Height = 13 Caption = 'Subject' end object Label6: TLabel Left = 8 Top = 16 Width = 23 Height = 13 Caption = 'From' end object Label4: TLabel Left = 8 Top = 160 Width = 36 Height = 13 Caption = 'Charset' end object Label13: TLabel Left = 8 Top = 64 Width = 13 Height = 13 Caption = 'Cc' end object Label14: TLabel Left = 8 Top = 88 Width = 19 Height = 13 Caption = 'Bcc' end object Edit3: TEdit Left = 64 Top = 36 Width = 209 Height = 21 Hint = 'A single valid e-mail address, required ' ParentShowHint = False ShowHint = True TabOrder = 1 Text = 'Edit3' end object Edit6: TEdit Left = 64 Top = 12 Width = 209 Height = 21 Hint = 'From Address - required' ParentShowHint = False ShowHint = True TabOrder = 0 Text = 'Edit6' end object Edit7: TEdit Left = 64 Top = 108 Width = 209 Height = 21 Hint = 'Subject' ParentShowHint = False ShowHint = True TabOrder = 4 Text = 'Edit7' end object Combo1: TComboBox Left = 64 Top = 156 Width = 209 Height = 21 Hint = 'Set of characters' ItemHeight = 13 Items.Strings = ( '' 'iso-8859-1' 'iso-8859-2' 'iso-8859-3' 'iso-8859-4' 'iso-8859-5' 'iso-8859-6' 'iso-8859-7' 'iso-8859-8' 'iso-8859-9' 'koi8-r' 'us-ascii') ParentShowHint = False ShowHint = True TabOrder = 6 Text = 'Combo1' end object Edit5: TEdit Left = 64 Top = 60 Width = 209 Height = 21 Hint = 'Carbon copy, semicolon separated list ' ParentShowHint = False ShowHint = True TabOrder = 2 Text = 'Edit5' end object Edit11: TEdit Left = 64 Top = 84 Width = 209 Height = 21 Hint = 'Blind carbon copy, semicolon separated list' ParentShowHint = False ShowHint = True TabOrder = 3 Text = 'Edit11' end object Memo1: TMemo Left = 64 Top = 132 Width = 209 Height = 21 Hint = 'Double click to zoom in' Lines.Strings = ( 'Memo1') MaxLength = 76 ParentShowHint = False ScrollBars = ssVertical ShowHint = True TabOrder = 5 WordWrap = False OnDblClick = Memo1DblClick end end object GroupBox4: TGroupBox Left = 4 Top = 256 Width = 281 Height = 101 TabOrder = 10 object Label9: TLabel Left = 8 Top = 20 Width = 36 Height = 13 Caption = 'PollSec' end object Label10: TLabel Left = 8 Top = 52 Width = 30 Height = 13 Caption = 'PollDir' end object SpeedButton1: TSpeedButton Left = 250 Top = 48 Width = 23 Height = 22 Hint = 'Select a directory for AutoMailer to poll' Glyph.Data = { 36040000424D3604000000000000360000002800000010000000100000000100 2000000000000004000000000000000000000000000000000000FF00FF00FF00 FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00 FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00 FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00 FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00000000000000 0000008484000084840000848400008484000084840000848400008484000084 84000084840000000000FF00FF00FF00FF00FF00FF00FF00FF000000000000FF FF00000000000084840000848400008484000084840000848400008484000084 8400008484000084840000000000FF00FF00FF00FF00FF00FF0000000000FFFF FF0000FFFF000000000000848400008484000084840000848400008484000084 840000848400008484000084840000000000FF00FF00FF00FF000000000000FF FF00FFFFFF0000FFFF0000000000008484000084840000848400008484000084 84000084840000848400008484000084840000000000FF00FF0000000000FFFF FF0000FFFF00FFFFFF0000FFFF00000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000000000FF FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF FF0000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000FFFF FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF FF0000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF000000000000FF FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000 000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF000000 00000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00 FF00FF00FF00FF00FF00000000000000000000000000FF00FF00FF00FF00FF00 FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00 FF00FF00FF00FF00FF00FF00FF000000000000000000FF00FF00FF00FF00FF00 FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000FF00 FF00FF00FF00FF00FF0000000000FF00FF0000000000FF00FF00FF00FF00FF00 FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF000000 00000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00 FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00 FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00} ParentShowHint = False ShowHint = True OnClick = SpeedButton1Click end object Edit9: TEdit Left = 64 Top = 16 Width = 53 Height = 21 Hint = 'Set timer in seconds >= 10 required' ParentShowHint = False ShowHint = True TabOrder = 0 Text = 'Edit9' OnExit = Edit9Exit end object Edit10: TEdit Left = 64 Top = 48 Width = 185 Height = 21 Hint = 'Path to a single directory for AutoMailer to poll - required' ParentShowHint = False ShowHint = True TabOrder = 3 Text = 'Edit10' end object C3: TCheckBox Left = 140 Top = 12 Width = 93 Height = 17 Hint = 'Start timer when program is launched' Caption = 'Poll on startup' ParentShowHint = False ShowHint = True TabOrder = 1 end object Edit4: TEdit Left = 64 Top = 72 Width = 209 Height = 21 Hint = 'Semicolon separated list of file-extensions without dot i.e. w' + 'av;ini;txt;log' ParentShowHint = False ShowHint = True TabOrder = 5 Text = 'Edit4' end object Combo2: TComboBox Left = 8 Top = 72 Width = 53 Height = 21 Hint = 'Choose either to attach "Only" - or "None" file extensions liste' + 'd beside. ' Style = csDropDownList DropDownCount = 2 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'Only' 'None') ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 4 end object C8: TCheckBox Left = 140 Top = 28 Width = 133 Height = 17 Hint = 'Usefull for scheduler or taskplaner ' Caption = 'Run once then exit' ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = C8Click end end object GroupBox3: TGroupBox Left = 4 Top = 360 Width = 281 Height = 61 TabOrder = 11 object C1: TCheckBox Left = 16 Top = 8 Width = 61 Height = 17 Hint = 'Logging to programdir\automail.log ' Alignment = taLeftJustify Caption = 'Logging' ParentShowHint = False ShowHint = True TabOrder = 0 end object C2: TCheckBox Left = 96 Top = 8 Width = 57 Height = 17 Hint = 'Mailed files will be copied to subdirectory "backup"'#13#10'beyond "Po' + 'llDir"' Alignment = taLeftJustify Caption = 'Backup' ParentShowHint = False ShowHint = True TabOrder = 2 end object C4: TCheckBox Left = 100 Top = 40 Width = 53 Height = 17 Hint = 'Mailed files will be deleted' Alignment = taLeftJustify Caption = 'Delete' ParentShowHint = False ShowHint = True TabOrder = 4 end object C5: TCheckBox Left = 96 Top = 24 Width = 57 Height = 17 Hint = 'Only new or modified files will be mailed' Alignment = taLeftJustify Caption = 'Archive' ParentShowHint = False ShowHint = True TabOrder = 3 end object C6: TCheckBox Left = 172 Top = 8 Width = 101 Height = 17 Hint = 'Files will be attached as a compressed archive ' Alignment = taLeftJustify Caption = 'ZIP Compression' ParentShowHint = False ShowHint = True TabOrder = 5 end object C7: TCheckBox Left = 168 Top = 40 Width = 105 Height = 17 Hint = 'Each file will be attached to a single mail ' Alignment = taLeftJustify Caption = 'Single file per mail' ParentShowHint = False ShowHint = True TabOrder = 6 end object C9: TCheckBox Left = 16 Top = 24 Width = 61 Height = 17 Hint = 'Verbose logging - *logfile grows rapidly!' Alignment = taLeftJustify Caption = 'Verbose' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = C9Click end end object StatusBar1: TStatusBar Left = 0 Top = 425 Width = 385 Height = 19 Panels = < item Width = 50 end item Width = 50 end> SimplePanel = False end object Button1: TButton Left = 300 Top = 172 Width = 75 Height = 25 Caption = 'Readme' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 300 Top = 204 Width = 75 Height = 25 Caption = 'Logfile' TabOrder = 2 OnClick = Button2Click end object T1: TTimer Enabled = False Interval = 120000 OnTimer = T1Timer Left = 324 Top = 268 end object CTray: TCoolTrayIcon IconList = ImageList1 CycleInterval = 300 Hint = 'AutoMailer for Windows Freeware' ShowHint = True Icon.Data = {} IconIndex = 0 PopupMenu = Popup StartMinimized = True MinimizeToTray = True OnDblClick = Show1Click Left = 324 Top = 236 end object Popup: TPopupMenu Left = 296 Top = 268 object Show1: TMenuItem Caption = 'Config' OnClick = Show1Click end object About1: TMenuItem Caption = 'About' OnClick = btnAboutClick end object RUN1: TMenuItem Caption = 'Start' Hint = 'Start timer' OnClick = btnRunClick end object STOP1: TMenuItem Caption = 'Stop' Checked = True Hint = 'Stop Timer' OnClick = btnStopClick end object Exit1: TMenuItem Caption = 'Exit' OnClick = btnCloseClick end end object SMTP: TSmtpCli Tag = 0 Port = 'smtp' AuthStr = 'LOGIN' CharSet = 'iso-8859-1' ContentType = smtpPlainText OnCommand = SMTPCommand OnResponse = SMTPResponse OnHeaderLine = SMTPHeaderLine OnRequestDone = SMTPRequestDone Left = 296 Top = 236 end object T2: TTimer Interval = 3000 OnTimer = T2Timer Left = 348 Top = 268 end object ZipMaster1: TZipMaster Verbose = False Trace = False AddCompLevel = 9 AddOptions = [] ExtrOptions = [] Unattended = True SFXPath = 'ZipSFX.bin' SFXOverWriteMode = OvrConfirm SFXCaption = 'Self-extracting Archive' KeepFreeOnDisk1 = 0 VersionInfo = '1.52 M' OnMessage = ZipMaster1Message Left = 348 Top = 236 end object ImageList1: TImageList Left = 292 Top = 108 Bitmap = { 494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 0000000000003600000028000000400000001000000001002000000000000010 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000FF000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000FF00000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000FF000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000FF00000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000FF00000000000000FF000000FF0000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000FF00000000000000FF000000FF000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000FF0000000000000000000000 0000000000000000FF00000000000000FF000000FF0000000000000000000000 0000000000000000FF00000000000000000000FF000000000000000000000000 00000000000000FF00000000000000FF000000FF000000000000000000000000 00000000000000FF000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000FF000000FF00000000000000 0000000000000000FF0000000000000000000000FF0000000000000000000000 0000000000000000FF000000FF000000000000FF000000FF0000000000000000 00000000000000FF0000000000000000000000FF000000000000000000000000 00000000000000FF000000FF0000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000FF00000000000000 0000000000000000FF0000000000000000000000FF0000000000000000000000 0000000000000000FF000000FF00000000000000000000FF0000000000000000 00000000000000FF0000000000000000000000FF000000000000000000000000 00000000000000FF000000FF0000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000FF000000FF000000 00000000FF000000FF0000000000000000000000FF0000000000000000000000 0000000000000000FF000000FF00000000000000000000FF000000FF00000000 000000FF000000FF0000000000000000000000FF000000000000000000000000 00000000000000FF000000FF0000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000FF000000FF000000 FF000000FF000000FF0000000000000000000000FF0000000000000000000000 FF0000000000000000000000FF00000000000000000000FF000000FF000000FF 000000FF000000FF0000000000000000000000FF0000000000000000000000FF 0000000000000000000000FF0000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000FF000000 0000000000000000FF0000000000000000000000FF0000000000000000000000 FF000000FF00000000000000FF0000000000000000000000000000FF00000000 00000000000000FF0000000000000000000000FF0000000000000000000000FF 000000FF00000000000000FF0000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000FF000000 FF00000000000000FF0000000000000000000000FF000000FF000000FF000000 FF000000FF00000000000000FF0000000000000000000000000000FF000000FF 00000000000000FF0000000000000000000000FF000000FF000000FF000000FF 000000FF00000000000000FF0000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 FF00000000000000FF0000000000000000000000FF000000FF000000FF000000 FF000000FF000000FF000000FF000000000000000000000000000000000000FF 00000000000000FF0000000000000000000000FF000000FF000000FF000000FF 000000FF000000FF000000FF0000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 FF00000000000000FF000000000000000000000000000000FF000000FF000000 FF00000000000000FF000000FF000000000000000000000000000000000000FF 00000000000000FF000000000000000000000000000000FF000000FF000000FF 00000000000000FF000000FF0000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000FF000000FF000000000000000000000000000000FF000000FF000000 0000000000000000FF000000FF000000FF000000000000000000000000000000 000000FF000000FF000000000000000000000000000000FF000000FF00000000 00000000000000FF000000FF000000FF00000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000FF000000FF000000000000000000000000000000FF000000FF000000 0000000000000000FF000000FF000000FF000000000000000000000000000000 000000FF000000FF000000000000000000000000000000FF000000FF00000000 00000000000000FF000000FF000000FF00000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000FF0000000000000000000000000000000000000000000000 000000000000000000000000FF000000FF000000000000000000000000000000 00000000000000FF000000000000000000000000000000000000000000000000 0000000000000000000000FF000000FF00000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000FF000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000FF00000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000424D3E000000000000003E000000 2800000040000000100000000100010000000000800000000000000000000000 000000000000000000000000FFFFFF00FEFFFEFF00000000FEFFFEFF00000000 FA7FFA7F000000007A7B7A7B000000003B793B7900000000BB79BB7900000000 9379937900000000836D836D00000000DB65DB6500000000CB05CB0500000000 EB01EB0100000000EB89EB8900000000F398F39800000000F398F39800000000 FBFCFBFC00000000FFFEFFFE0000000000000000000000000000000000000000 000000000000} end object FormPlacement1: TFormPlacement Left = 360 Top = 76 end end