source: trunk/Forms/UFormConnection.lfm

Last change on this file was 56, checked in by chronos, 12 years ago
File size: 1.7 KB
Line 
1object FormConnection: TFormConnection
2 Left = 416
3 Height = 165
4 Top = 171
5 Width = 328
6 Caption = 'Connection settings'
7 ClientHeight = 165
8 ClientWidth = 328
9 LCLVersion = '1.1'
10 object ButtonConnect: TButton
11 Left = 240
12 Height = 25
13 Top = 133
14 Width = 75
15 Anchors = [akRight, akBottom]
16 Caption = 'Connect'
17 Default = True
18 ModalResult = 1
19 TabOrder = 0
20 end
21 object ButtonCancel: TButton
22 Left = 152
23 Height = 25
24 Top = 133
25 Width = 75
26 Anchors = [akRight, akBottom]
27 Caption = 'Cancel'
28 ModalResult = 2
29 TabOrder = 1
30 end
31 object Label1: TLabel
32 Left = 9
33 Height = 13
34 Top = 15
35 Width = 26
36 Caption = 'Host:'
37 ParentColor = False
38 end
39 object EditHostName: TEdit
40 Left = 151
41 Height = 21
42 Top = 11
43 Width = 156
44 TabOrder = 2
45 end
46 object Label2: TLabel
47 Left = 9
48 Height = 13
49 Top = 44
50 Width = 26
51 Caption = 'User:'
52 ParentColor = False
53 end
54 object EditUserName: TEdit
55 Left = 151
56 Height = 21
57 Top = 40
58 Width = 156
59 TabOrder = 3
60 end
61 object EditSchema: TEdit
62 Left = 151
63 Height = 21
64 Top = 97
65 Width = 156
66 TabOrder = 5
67 end
68 object Label3: TLabel
69 Left = 9
70 Height = 13
71 Top = 72
72 Width = 50
73 Caption = 'Password:'
74 ParentColor = False
75 end
76 object Label4: TLabel
77 Left = 9
78 Height = 13
79 Top = 101
80 Width = 41
81 Caption = 'Schema:'
82 ParentColor = False
83 end
84 object EditPassword: TEdit
85 Left = 151
86 Height = 21
87 Top = 68
88 Width = 156
89 EchoMode = emPassword
90 PasswordChar = '*'
91 TabOrder = 4
92 end
93end
Note: See TracBrowser for help on using the repository browser.