Ignore:
Timestamp:
Mar 9, 2012, 8:11:13 AM (12 years ago)
Author:
chronos
Message:
  • Added: Remember last password in login dialog.
  • Fixed: Some Add, Edit, View, Select dialog display.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/ULoginForm.lfm

    r30 r40  
    11object LoginForm: TLoginForm
    22  Left = 312
    3   Height = 163
     3  Height = 177
    44  Top = 186
    5   Width = 433
     5  Width = 451
    66  BorderIcons = [biSystemMenu]
    77  BorderStyle = bsDialog
    88  Caption = 'Login'
    9   ClientHeight = 163
    10   ClientWidth = 433
     9  ClientHeight = 177
     10  ClientWidth = 451
    1111  OnClose = FormClose
    1212  OnShow = FormShow
     
    3131    Left = 112
    3232    Height = 25
    33     Top = 128
     33    Top = 144
    3434    Width = 75
    3535    Caption = 'Close'
    3636    ModalResult = 11
    3737    OnClick = ButtonCancelClick
    38     TabOrder = 5
     38    TabOrder = 6
    3939  end
    4040  object ButtonLogin: TButton
    4141    Left = 16
    4242    Height = 25
    43     Top = 128
     43    Top = 144
    4444    Width = 75
    4545    Caption = 'Login'
     
    4747    ModalResult = 1
    4848    OnClick = ButtonLoginClick
    49     TabOrder = 4
     49    TabOrder = 5
    5050  end
    5151  object EditUserName: TEdit
     
    8484  object Image1: TImage
    8585    Left = 272
    86     Height = 140
     86    Height = 156
    8787    Top = 12
    88     Width = 152
     88    Width = 168
    8989  end
    9090  object EditPassword: TEdit
     
    9797    TabOrder = 3
    9898  end
     99  object CheckBoxRememberPassword: TCheckBox
     100    Left = 16
     101    Height = 17
     102    Top = 121
     103    Width = 120
     104    Caption = 'Remember password'
     105    TabOrder = 4
     106  end
    99107end
Note: See TracChangeset for help on using the changeset viewer.