|
Last change
on this file was 50, checked in by chronos, 14 years ago |
- Fixed: Translation of runtime craeted forms.
- Fixed: Do not enable controls if condition not met.
|
|
File size:
2.0 KB
|
| Line | |
|---|
| 1 | object LoginForm: TLoginForm
|
|---|
| 2 | Left = 262
|
|---|
| 3 | Height = 182
|
|---|
| 4 | Top = 238
|
|---|
| 5 | Width = 477
|
|---|
| 6 | BorderIcons = [biSystemMenu]
|
|---|
| 7 | BorderStyle = bsDialog
|
|---|
| 8 | Caption = 'Login'
|
|---|
| 9 | ClientHeight = 182
|
|---|
| 10 | ClientWidth = 477
|
|---|
| 11 | OnClose = FormClose
|
|---|
| 12 | OnShow = FormShow
|
|---|
| 13 | Position = poScreenCenter
|
|---|
| 14 | LCLVersion = '0.9.31'
|
|---|
| 15 | object Label1: TLabel
|
|---|
| 16 | Left = 16
|
|---|
| 17 | Height = 18
|
|---|
| 18 | Top = 60
|
|---|
| 19 | Width = 72
|
|---|
| 20 | Caption = 'Username:'
|
|---|
| 21 | ParentColor = False
|
|---|
| 22 | end
|
|---|
| 23 | object Label2: TLabel
|
|---|
| 24 | Left = 16
|
|---|
| 25 | Height = 18
|
|---|
| 26 | Top = 92
|
|---|
| 27 | Width = 66
|
|---|
| 28 | Caption = 'Password:'
|
|---|
| 29 | ParentColor = False
|
|---|
| 30 | end
|
|---|
| 31 | object ButtonCancel: TButton
|
|---|
| 32 | Left = 144
|
|---|
| 33 | Height = 25
|
|---|
| 34 | Top = 143
|
|---|
| 35 | Width = 75
|
|---|
| 36 | Caption = 'Close'
|
|---|
| 37 | ModalResult = 11
|
|---|
| 38 | OnClick = ButtonCancelClick
|
|---|
| 39 | TabOrder = 6
|
|---|
| 40 | end
|
|---|
| 41 | object ButtonLogin: TButton
|
|---|
| 42 | Left = 40
|
|---|
| 43 | Height = 25
|
|---|
| 44 | Top = 144
|
|---|
| 45 | Width = 75
|
|---|
| 46 | Caption = 'Login'
|
|---|
| 47 | Default = True
|
|---|
| 48 | ModalResult = 1
|
|---|
| 49 | OnClick = ButtonLoginClick
|
|---|
| 50 | TabOrder = 5
|
|---|
| 51 | end
|
|---|
| 52 | object EditUserName: TEdit
|
|---|
| 53 | Left = 104
|
|---|
| 54 | Height = 27
|
|---|
| 55 | Top = 56
|
|---|
| 56 | Width = 104
|
|---|
| 57 | TabOrder = 2
|
|---|
| 58 | end
|
|---|
| 59 | object Label3: TLabel
|
|---|
| 60 | Left = 16
|
|---|
| 61 | Height = 18
|
|---|
| 62 | Top = 12
|
|---|
| 63 | Width = 78
|
|---|
| 64 | Caption = 'Connection:'
|
|---|
| 65 | ParentColor = False
|
|---|
| 66 | end
|
|---|
| 67 | object ComboBoxConnection: TComboBox
|
|---|
| 68 | Left = 104
|
|---|
| 69 | Height = 27
|
|---|
| 70 | Top = 7
|
|---|
| 71 | Width = 105
|
|---|
| 72 | ItemHeight = 0
|
|---|
| 73 | Style = csDropDownList
|
|---|
| 74 | TabOrder = 0
|
|---|
| 75 | end
|
|---|
| 76 | object ButtonChange: TButton
|
|---|
| 77 | Left = 216
|
|---|
| 78 | Height = 25
|
|---|
| 79 | Top = 7
|
|---|
| 80 | Width = 67
|
|---|
| 81 | Caption = 'Change'
|
|---|
| 82 | OnClick = ButtonChangeClick
|
|---|
| 83 | TabOrder = 1
|
|---|
| 84 | end
|
|---|
| 85 | object Image1: TImage
|
|---|
| 86 | Left = 296
|
|---|
| 87 | Height = 156
|
|---|
| 88 | Top = 12
|
|---|
| 89 | Width = 168
|
|---|
| 90 | end
|
|---|
| 91 | object EditPassword: TEdit
|
|---|
| 92 | Left = 105
|
|---|
| 93 | Height = 27
|
|---|
| 94 | Top = 88
|
|---|
| 95 | Width = 104
|
|---|
| 96 | EchoMode = emPassword
|
|---|
| 97 | PasswordChar = '*'
|
|---|
| 98 | TabOrder = 3
|
|---|
| 99 | end
|
|---|
| 100 | object CheckBoxRememberPassword: TCheckBox
|
|---|
| 101 | Left = 16
|
|---|
| 102 | Height = 19
|
|---|
| 103 | Top = 121
|
|---|
| 104 | Width = 157
|
|---|
| 105 | Caption = 'Remember password'
|
|---|
| 106 | TabOrder = 4
|
|---|
| 107 | end
|
|---|
| 108 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.