ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/IBDialogs.lfm
Revision: 143
Committed: Fri Feb 23 12:11:21 2018 UTC (6 years, 8 months ago) by tony
File size: 1584 byte(s)
Log Message:
Fixes Merged

File Contents

# User Rev Content
1 tony 31 object IBXLoginDlg: TIBXLoginDlg
2 tony 143 Left = 1232
3 tony 31 Height = 230
4 tony 143 Top = 296
5 tony 31 Width = 385
6     ActiveControl = Password
7     BorderIcons = [biSystemMenu]
8     BorderStyle = bsDialog
9     Caption = 'Database Login'
10     ClientHeight = 230
11     ClientWidth = 385
12 tony 67 DefaultMonitor = dmPrimary
13 tony 31 Position = poScreenCenter
14 tony 143 LCLVersion = '1.8.1.0'
15 tony 31 object DatabaseName: TLabel
16 tony 39 Left = 144
17 tony 67 Height = 14
18 tony 39 Top = 40
19     Width = 35
20     Caption = 'Name'
21 tony 31 ParentColor = False
22     end
23 tony 39 object TargetCaption: TLabel
24 tony 31 Left = 32
25 tony 67 Height = 14
26 tony 31 Top = 40
27 tony 39 Width = 60
28 tony 31 Caption = 'Database:'
29     ParentColor = False
30     end
31     object Label2: TLabel
32     Left = 34
33 tony 67 Height = 14
34 tony 31 Top = 87
35 tony 39 Width = 74
36 tony 31 Caption = 'User Name:'
37     ParentColor = False
38     end
39     object Label3: TLabel
40     Left = 35
41 tony 67 Height = 14
42 tony 31 Top = 135
43 tony 39 Width = 59
44 tony 31 Caption = 'Password:'
45     ParentColor = False
46     end
47     object Bevel1: TBevel
48     Left = 15
49     Height = 169
50     Top = 15
51     Width = 356
52     end
53     object Button1: TButton
54     Left = 297
55     Height = 25
56     Top = 192
57     Width = 75
58     Cancel = True
59     Caption = 'Cancel'
60     ModalResult = 2
61     TabOrder = 0
62     end
63     object Button2: TButton
64     Left = 216
65     Height = 25
66     Top = 192
67     Width = 75
68     Caption = 'OK'
69     Default = True
70     ModalResult = 1
71     TabOrder = 1
72     end
73     object UserName: TEdit
74     Left = 144
75 tony 67 Height = 24
76 tony 31 Top = 87
77     Width = 195
78     TabOrder = 2
79     end
80     object Password: TEdit
81     Left = 144
82 tony 67 Height = 24
83 tony 31 Top = 129
84     Width = 190
85     EchoMode = emPassword
86     PasswordChar = '*'
87     TabOrder = 3
88     end
89     end