ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/dblogindlg.lfm
Revision: 5
Committed: Fri Feb 18 16:26:16 2011 UTC (13 years, 2 months ago) by tony
File size: 1522 byte(s)
Log Message:
Committing updates for Release pre-release

File Contents

# User Rev Content
1 tony 5 object LoginDlg: TLoginDlg
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.28.2'
14     object DatabaseName: TLabel
15     Left = 121
16     Height = 23
17     Top = 42
18     Width = 117
19     ParentColor = False
20     end
21     object Label1: TLabel
22     Left = 32
23     Height = 19
24     Top = 40
25     Width = 75
26     Caption = 'Database:'
27     ParentColor = False
28     end
29     object Label2: TLabel
30     Left = 34
31     Height = 19
32     Top = 87
33     Width = 89
34     Caption = 'User Name:'
35     ParentColor = False
36     end
37     object Label3: TLabel
38     Left = 35
39     Height = 19
40     Top = 135
41     Width = 73
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 = 28
74     Top = 87
75     Width = 195
76     TabOrder = 2
77     end
78     object Password: TEdit
79     Left = 144
80     Height = 28
81     Top = 129
82     Width = 190
83     EchoMode = emPassword
84     PasswordChar = '*'
85     TabOrder = 3
86     end
87     end