object LoaderForm: TLoaderForm Left = 0 Top = 0 BorderIcons = [biSystemMenu, biMinimize] Caption = 'OpenWinBox Loader' ClientHeight = 246 ClientWidth = 328 Color = clBtnFace Constraints.MinHeight = 273 Constraints.MinWidth = 336 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( 328 246) PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 23 Top = 12 Width = 59 Height = 13 Caption = '&Connect To:' end object Label2: TLabel Left = 53 Top = 36 Width = 29 Height = 13 Caption = '&Login:' end object Label3: TLabel Left = 32 Top = 60 Width = 50 Height = 13 Caption = '&Password:' end object Label4: TLabel Left = 55 Top = 148 Width = 27 Height = 13 Caption = '&Note:' end object Edit1: TEdit Left = 88 Top = 8 Width = 156 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 0 Text = 'Edit1' end object Edit2: TEdit Left = 88 Top = 32 Width = 156 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 1 Text = 'Edit2' end object ButtonConnect: TButton Left = 251 Top = 8 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Connect' Default = True TabOrder = 2 OnClick = ButtonConnectClick end object CheckBox1: TCheckBox Left = 88 Top = 83 Width = 97 Height = 17 Caption = '&Keep Password' TabOrder = 3 end object CheckBox2: TCheckBox Left = 88 Top = 102 Width = 97 Height = 17 Caption = 'Secure &Mode' TabOrder = 4 end object CheckBox3: TCheckBox Left = 88 Top = 121 Width = 137 Height = 17 Caption = 'Load Previous Session' TabOrder = 5 end object Edit4: TEdit Left = 88 Top = 144 Width = 156 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 6 Text = 'Edit4' end object Edit3: TEdit Left = 88 Top = 56 Width = 156 Height = 21 Anchors = [akLeft, akTop, akRight] PasswordChar = '*' TabOrder = 7 Text = 'Edit3' end object ListView1: TListView Left = 0 Top = 172 Width = 326 Height = 71 Anchors = [akLeft, akTop, akRight, akBottom] Columns = < item Caption = 'Address' Width = 80 end item Caption = 'User' Width = 80 end item Caption = 'Note' Width = 140 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 8 ViewStyle = vsReport OnData = ListView1Data OnSelectItem = ListView1SelectItem end object ButtonSave: TButton Left = 250 Top = 79 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Save' TabOrder = 9 OnClick = ButtonSaveClick end object ButtonRemove: TButton Left = 251 Top = 110 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Remove' Enabled = False TabOrder = 10 OnClick = ButtonRemoveClick end object ButtonTools: TButton Left = 250 Top = 141 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Tools...' TabOrder = 11 OnClick = ButtonToolsClick end object PopupMenu1: TPopupMenu Left = 8 Top = 80 object RemoveAllAddresses1: TMenuItem Caption = 'Remove All Addresses' OnClick = RemoveAllAddresses1Click end object ClearCache1: TMenuItem Caption = 'Clear Cache' end object N1: TMenuItem Caption = '-' end object ExportAddresses1: TMenuItem Caption = 'Export Addresses...' OnClick = ExportAddresses1Click end object ImportAddresses1: TMenuItem Caption = 'Import Addresses...' OnClick = ImportAddresses1Click end end object OpenDialog1: TOpenDialog Filter = 'XML file|*.xml|All files|*.*' Left = 40 Top = 112 end object SaveDialog1: TSaveDialog FileName = 'OpenWinBox address list.xml' Filter = 'XML file|*.xml|All files|*.*' Left = 8 Top = 112 end end