ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/IBDialogs.lfm
Revision: 67
Committed: Tue Oct 3 14:08:11 2017 UTC (6 years, 6 months ago) by tony
File size: 1584 byte(s)
Log Message:
Property Editor positioning tidy up

File Contents

# Content
1 object IBXLoginDlg: TIBXLoginDlg
2 Left = 1858
3 Height = 230
4 Top = 458
5 Width = 385
6 ActiveControl = Password
7 BorderIcons = [biSystemMenu]
8 BorderStyle = bsDialog
9 Caption = 'Database Login'
10 ClientHeight = 230
11 ClientWidth = 385
12 DefaultMonitor = dmPrimary
13 Position = poScreenCenter
14 LCLVersion = '1.8.0.4'
15 object DatabaseName: TLabel
16 Left = 144
17 Height = 14
18 Top = 40
19 Width = 35
20 Caption = 'Name'
21 ParentColor = False
22 end
23 object TargetCaption: TLabel
24 Left = 32
25 Height = 14
26 Top = 40
27 Width = 60
28 Caption = 'Database:'
29 ParentColor = False
30 end
31 object Label2: TLabel
32 Left = 34
33 Height = 14
34 Top = 87
35 Width = 74
36 Caption = 'User Name:'
37 ParentColor = False
38 end
39 object Label3: TLabel
40 Left = 35
41 Height = 14
42 Top = 135
43 Width = 59
44 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 Height = 24
76 Top = 87
77 Width = 195
78 TabOrder = 2
79 end
80 object Password: TEdit
81 Left = 144
82 Height = 24
83 Top = 129
84 Width = 190
85 EchoMode = emPassword
86 PasswordChar = '*'
87 TabOrder = 3
88 end
89 end