root / Client / UfrmEditAccount.lfm @ 0:95bd93c28625
History | View | Annotate | Download (2.1 kB)
| 1 | object frmEditAccount: TfrmEditAccount |
|---|---|
| 2 | Left = 290 |
| 3 | Height = 186 |
| 4 | Top = 171 |
| 5 | Width = 266 |
| 6 | HorzScrollBar.Page = 265 |
| 7 | VertScrollBar.Page = 185 |
| 8 | ActiveControl = btnOK |
| 9 | BorderIcons = [biSystemMenu] |
| 10 | BorderStyle = bsDialog |
| 11 | Caption = 'Edit Account' |
| 12 | ClientHeight = 186 |
| 13 | ClientWidth = 266 |
| 14 | Position = poOwnerFormCenter |
| 15 | object lblPasswordHint: TLabel |
| 16 | Left = 96 |
| 17 | Height = 28 |
| 18 | Top = 72 |
| 19 | Width = 160 |
| 20 | AutoSize = False |
| 21 | Caption = 'Leave empty to leave the password unchanged.' |
| 22 | Enabled = False |
| 23 | ParentColor = False |
| 24 | WordWrap = True |
| 25 | end |
| 26 | object lblUsername: TLabel |
| 27 | Left = 16 |
| 28 | Height = 16 |
| 29 | Top = 20 |
| 30 | Width = 57 |
| 31 | Caption = 'Username:' |
| 32 | ParentColor = False |
| 33 | end |
| 34 | object lblPassword: TLabel |
| 35 | Left = 16 |
| 36 | Height = 16 |
| 37 | Top = 52 |
| 38 | Width = 54 |
| 39 | Caption = 'Password:' |
| 40 | ParentColor = False |
| 41 | end |
| 42 | object lblAccessLevel: TLabel |
| 43 | Left = 16 |
| 44 | Height = 16 |
| 45 | Top = 116 |
| 46 | Width = 64 |
| 47 | Caption = 'Accesslevel:' |
| 48 | ParentColor = False |
| 49 | end |
| 50 | object btnOK: TButton |
| 51 | Left = 93 |
| 52 | Height = 25 |
| 53 | Top = 152 |
| 54 | Width = 75 |
| 55 | BorderSpacing.InnerBorder = 4 |
| 56 | Caption = 'OK' |
| 57 | Default = True |
| 58 | ModalResult = 1 |
| 59 | TabOrder = 0 |
| 60 | end |
| 61 | object btnCancel: TButton |
| 62 | Left = 181 |
| 63 | Height = 25 |
| 64 | Top = 152 |
| 65 | Width = 75 |
| 66 | BorderSpacing.InnerBorder = 4 |
| 67 | Cancel = True |
| 68 | Caption = 'Cancel' |
| 69 | ModalResult = 2 |
| 70 | TabOrder = 1 |
| 71 | end |
| 72 | object edUsername: TEdit |
| 73 | Left = 96 |
| 74 | Height = 23 |
| 75 | Top = 16 |
| 76 | Width = 160 |
| 77 | Color = clBtnFace |
| 78 | ReadOnly = True |
| 79 | TabOrder = 2 |
| 80 | end |
| 81 | object edPassword: TEdit |
| 82 | Left = 96 |
| 83 | Height = 23 |
| 84 | Top = 48 |
| 85 | Width = 160 |
| 86 | EchoMode = emPassword |
| 87 | PasswordChar = '*' |
| 88 | TabOrder = 3 |
| 89 | end |
| 90 | object cbAccessLevel: TComboBox |
| 91 | Left = 96 |
| 92 | Height = 21 |
| 93 | Top = 112 |
| 94 | Width = 160 |
| 95 | AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] |
| 96 | ItemHeight = 13 |
| 97 | Items.Strings = ( |
| 98 | 'None' |
| 99 | 'Viewer' |
| 100 | 'Normal' |
| 101 | 'Administrator' |
| 102 | ) |
| 103 | MaxLength = 0 |
| 104 | Style = csDropDownList |
| 105 | TabOrder = 4 |
| 106 | end |
| 107 | end |