Revision: | 31 |
Committed: | Tue Jul 14 15:31:25 2015 UTC (9 years, 4 months ago) by tony |
File size: | 1523 byte(s) |
Log Message: | Committing updates for Release R1-3-0 |
# | Content |
---|---|
1 | object IBXLoginDlg: TIBXLoginDlg |
2 | Left = 954 |
3 | Height = 230 |
4 | Top = 351 |
5 | Width = 385 |
6 | ActiveControl = Password |
7 | BorderIcons = [biSystemMenu] |
8 | BorderStyle = bsDialog |
9 | Caption = 'Database Login' |
10 | ClientHeight = 230 |
11 | ClientWidth = 385 |
12 | Position = poScreenCenter |
13 | LCLVersion = '0.9.30' |
14 | object DatabaseName: TLabel |
15 | Left = 121 |
16 | Height = 1 |
17 | Top = 42 |
18 | Width = 1 |
19 | ParentColor = False |
20 | end |
21 | object Label1: TLabel |
22 | Left = 32 |
23 | Height = 18 |
24 | Top = 40 |
25 | Width = 67 |
26 | Caption = 'Database:' |
27 | ParentColor = False |
28 | end |
29 | object Label2: TLabel |
30 | Left = 34 |
31 | Height = 18 |
32 | Top = 87 |
33 | Width = 82 |
34 | Caption = 'User Name:' |
35 | ParentColor = False |
36 | end |
37 | object Label3: TLabel |
38 | Left = 35 |
39 | Height = 18 |
40 | Top = 135 |
41 | Width = 66 |
42 | Caption = 'Password:' |
43 | ParentColor = False |
44 | end |
45 | object Bevel1: TBevel |
46 | Left = 15 |
47 | Height = 169 |
48 | Top = 15 |
49 | Width = 356 |
50 | end |
51 | object Button1: TButton |
52 | Left = 297 |
53 | Height = 25 |
54 | Top = 192 |
55 | Width = 75 |
56 | Cancel = True |
57 | Caption = 'Cancel' |
58 | ModalResult = 2 |
59 | TabOrder = 0 |
60 | end |
61 | object Button2: TButton |
62 | Left = 216 |
63 | Height = 25 |
64 | Top = 192 |
65 | Width = 75 |
66 | Caption = 'OK' |
67 | Default = True |
68 | ModalResult = 1 |
69 | TabOrder = 1 |
70 | end |
71 | object UserName: TEdit |
72 | Left = 144 |
73 | Height = 27 |
74 | Top = 87 |
75 | Width = 195 |
76 | TabOrder = 2 |
77 | end |
78 | object Password: TEdit |
79 | Left = 144 |
80 | Height = 27 |
81 | Top = 129 |
82 | Width = 190 |
83 | EchoMode = emPassword |
84 | PasswordChar = '*' |
85 | TabOrder = 3 |
86 | end |
87 | end |