object FormLogin: TFormLogin Left = 596 Height = 473 Top = 334 Width = 608 Caption = 'OpenWinBox login' ClientHeight = 439 ClientWidth = 608 DesignTimePPI = 144 Menu = MainMenu1 OnActivate = FormActivate OnShow = FormShow LCLVersion = '2.0.2.0' object Label1: TLabel Left = 16 Height = 26 Top = 16 Width = 98 Caption = 'Connect to:' ParentColor = False end object Label2: TLabel Left = 16 Height = 26 Top = 72 Width = 52 Caption = 'Login:' ParentColor = False end object Label3: TLabel Left = 16 Height = 26 Top = 128 Width = 87 Caption = 'Password:' ParentColor = False end object EditHost: TEdit Left = 179 Height = 43 Top = 8 Width = 349 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end object EditLogin: TEdit Left = 179 Height = 43 Top = 64 Width = 349 Anchors = [akTop, akLeft, akRight] TabOrder = 1 end object MaskEditPassword: TMaskEdit Left = 179 Height = 43 Top = 120 Width = 349 Anchors = [akTop, akLeft, akRight] CharCase = ecNormal MaxLength = 1 TabOrder = 2 EditMask = '*' Text = '*' SpaceChar = '_' end object ButtonConnect: TButton Left = 416 Height = 38 Top = 176 Width = 113 Anchors = [akTop, akRight] Caption = 'Connect' OnClick = ButtonConnectClick TabOrder = 3 end object ButtonAdd: TButton Left = 42 Height = 38 Top = 176 Width = 113 Caption = 'Add/Set' TabOrder = 4 end object MainMenu1: TMainMenu left = 352 top = 288 object MenuItem1: TMenuItem Caption = 'File' object MenuItem5: TMenuItem Caption = 'New...' end object MenuItem3: TMenuItem Caption = 'Open...' end object MenuItem4: TMenuItem Caption = 'Save as...' end end object MenuItem2: TMenuItem Caption = 'Tools' end end end