Ignore:
Timestamp:
Mar 21, 2012, 6:18:39 PM (12 years ago)
Author:
chronos
Message:
  • Fixed: Translation of runtime craeted forms.
  • Fixed: Do not enable controls if condition not met.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Client/Forms/UFormLogin.lfm

    r46 r50  
    11object LoginForm: TLoginForm
    2   Left = 288
    3   Height = 177
    4   Top = 243
    5   Width = 451
     2  Left = 262
     3  Height = 182
     4  Top = 238
     5  Width = 477
    66  BorderIcons = [biSystemMenu]
    77  BorderStyle = bsDialog
    88  Caption = 'Login'
    9   ClientHeight = 177
    10   ClientWidth = 451
     9  ClientHeight = 182
     10  ClientWidth = 477
    1111  OnClose = FormClose
    1212  OnShow = FormShow
     
    1515  object Label1: TLabel
    1616    Left = 16
    17     Height = 14
    18     Top = 64
    19     Width = 53
     17    Height = 18
     18    Top = 60
     19    Width = 72
    2020    Caption = 'Username:'
    2121    ParentColor = False
     
    2323  object Label2: TLabel
    2424    Left = 16
    25     Height = 14
    26     Top = 96
    27     Width = 51
     25    Height = 18
     26    Top = 92
     27    Width = 66
    2828    Caption = 'Password:'
    2929    ParentColor = False
    3030  end
    3131  object ButtonCancel: TButton
    32     Left = 112
     32    Left = 144
    3333    Height = 25
    34     Top = 144
     34    Top = 143
    3535    Width = 75
    3636    Caption = 'Close'
     
    4040  end
    4141  object ButtonLogin: TButton
    42     Left = 16
     42    Left = 40
    4343    Height = 25
    4444    Top = 144
     
    5151  end
    5252  object EditUserName: TEdit
    53     Left = 88
    54     Height = 21
    55     Top = 64
     53    Left = 104
     54    Height = 27
     55    Top = 56
    5656    Width = 104
    5757    TabOrder = 2
     
    5959  object Label3: TLabel
    6060    Left = 16
    61     Height = 14
     61    Height = 18
    6262    Top = 12
    63     Width = 59
     63    Width = 78
    6464    Caption = 'Connection:'
    6565    ParentColor = False
    6666  end
    6767  object ComboBoxConnection: TComboBox
    68     Left = 88
    69     Height = 21
    70     Top = 12
     68    Left = 104
     69    Height = 27
     70    Top = 7
    7171    Width = 105
    72     ItemHeight = 13
     72    ItemHeight = 0
    7373    Style = csDropDownList
    7474    TabOrder = 0
    7575  end
    7676  object ButtonChange: TButton
    77     Left = 198
     77    Left = 216
    7878    Height = 25
    79     Top = 9
     79    Top = 7
    8080    Width = 67
    8181    Caption = 'Change'
     
    8484  end
    8585  object Image1: TImage
    86     Left = 272
     86    Left = 296
    8787    Height = 156
    8888    Top = 12
     
    9090  end
    9191  object EditPassword: TEdit
    92     Left = 89
    93     Height = 21
    94     Top = 96
     92    Left = 105
     93    Height = 27
     94    Top = 88
    9595    Width = 104
    9696    EchoMode = emPassword
     
    100100  object CheckBoxRememberPassword: TCheckBox
    101101    Left = 16
    102     Height = 17
     102    Height = 19
    103103    Top = 121
    104     Width = 120
     104    Width = 157
    105105    Caption = 'Remember password'
    106106    TabOrder = 4
Note: See TracChangeset for help on using the changeset viewer.