ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/IBDialogs.lfm
Revision: 39
Committed: Tue May 17 08:14:52 2016 UTC (7 years, 11 months ago) by tony
File size: 1554 byte(s)
Log Message:
Committing updates for Release R1-4-1

File Contents

# 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 = '1.6.0.4'
14 object DatabaseName: TLabel
15 Left = 144
16 Height = 15
17 Top = 40
18 Width = 35
19 Caption = 'Name'
20 ParentColor = False
21 end
22 object TargetCaption: TLabel
23 Left = 32
24 Height = 15
25 Top = 40
26 Width = 60
27 Caption = 'Database:'
28 ParentColor = False
29 end
30 object Label2: TLabel
31 Left = 34
32 Height = 15
33 Top = 87
34 Width = 74
35 Caption = 'User Name:'
36 ParentColor = False
37 end
38 object Label3: TLabel
39 Left = 35
40 Height = 15
41 Top = 135
42 Width = 59
43 Caption = 'Password:'
44 ParentColor = False
45 end
46 object Bevel1: TBevel
47 Left = 15
48 Height = 169
49 Top = 15
50 Width = 356
51 end
52 object Button1: TButton
53 Left = 297
54 Height = 25
55 Top = 192
56 Width = 75
57 Cancel = True
58 Caption = 'Cancel'
59 ModalResult = 2
60 TabOrder = 0
61 end
62 object Button2: TButton
63 Left = 216
64 Height = 25
65 Top = 192
66 Width = 75
67 Caption = 'OK'
68 Default = True
69 ModalResult = 1
70 TabOrder = 1
71 end
72 object UserName: TEdit
73 Left = 144
74 Height = 25
75 Top = 87
76 Width = 195
77 TabOrder = 2
78 end
79 object Password: TEdit
80 Left = 144
81 Height = 25
82 Top = 129
83 Width = 190
84 EchoMode = emPassword
85 PasswordChar = '*'
86 TabOrder = 3
87 end
88 end