source: trunk/Forms/FormConnect.lfm

Last change on this file was 32, checked in by chronos, 6 months ago
  • Modified: Removed U prefix from units names.
  • Modified: Use TFormEx for all forms.
File size: 2.9 KB
Line 
1object FormConnect: TFormConnect
2 Left = 590
3 Height = 470
4 Top = 269
5 Width = 641
6 Caption = 'Connection parameters'
7 ClientHeight = 470
8 ClientWidth = 641
9 DesignTimePPI = 125
10 LCLVersion = '3.2.0.0'
11 object EditName: TEdit
12 Left = 222
13 Height = 39
14 Top = 22
15 Width = 269
16 TabOrder = 0
17 end
18 object Label1: TLabel
19 Left = 16
20 Height = 22
21 Top = 28
22 Width = 49
23 Caption = 'Name:'
24 ParentColor = False
25 end
26 object Label2: TLabel
27 Left = 16
28 Height = 22
29 Top = 69
30 Width = 130
31 Caption = 'Database engine:'
32 ParentColor = False
33 end
34 object ComboBoxDbEngines: TComboBox
35 Left = 222
36 Height = 38
37 Top = 62
38 Width = 269
39 ItemHeight = 0
40 Style = csDropDownList
41 TabOrder = 1
42 OnChange = ComboBoxDbEnginesChange
43 end
44 object ButtonOk: TButton
45 Left = 541
46 Height = 26
47 Top = 430
48 Width = 78
49 Anchors = [akRight, akBottom]
50 Caption = 'Ok'
51 ModalResult = 1
52 TabOrder = 2
53 end
54 object ButtonCancel: TButton
55 Left = 423
56 Height = 26
57 Top = 430
58 Width = 78
59 Anchors = [akRight, akBottom]
60 Caption = 'Cancel'
61 ModalResult = 2
62 TabOrder = 3
63 end
64 object PageControl1: TPageControl
65 Left = 16
66 Height = 295
67 Top = 121
68 Width = 609
69 ActivePage = TabSheetRegistry
70 Anchors = [akTop, akLeft, akRight]
71 ShowTabs = False
72 TabIndex = 3
73 TabOrder = 4
74 object TabSheetXml: TTabSheet
75 ClientHeight = 291
76 ClientWidth = 599
77 object Label3: TLabel
78 Left = 15
79 Height = 22
80 Top = 21
81 Width = 58
82 Caption = 'Xml file:'
83 ParentColor = False
84 end
85 object EditXml: TEdit
86 Left = 95
87 Height = 39
88 Top = 14
89 Width = 385
90 Anchors = [akTop, akLeft, akRight]
91 TabOrder = 0
92 end
93 object ButtonXmlBrowse: TButton
94 Left = 489
95 Height = 32
96 Top = 16
97 Width = 98
98 Anchors = [akTop, akRight]
99 Caption = 'Browse'
100 TabOrder = 1
101 OnClick = ButtonXmlBrowseClick
102 end
103 end
104 object TabSheetSql: TTabSheet
105 ClientHeight = 291
106 ClientWidth = 599
107 object Label4: TLabel
108 Left = 16
109 Height = 22
110 Top = 16
111 Width = 38
112 Caption = 'Host:'
113 ParentColor = False
114 end
115 object EditHost: TEdit
116 Left = 130
117 Height = 39
118 Top = 12
119 Width = 271
120 TabOrder = 0
121 end
122 object Label5: TLabel
123 Left = 16
124 Height = 22
125 Top = 62
126 Width = 34
127 Caption = 'Port:'
128 ParentColor = False
129 end
130 object SpinEditPort: TSpinEdit
131 Left = 132
132 Height = 39
133 Top = 56
134 Width = 115
135 MaxValue = 65535
136 TabOrder = 1
137 end
138 end
139 object TabSheetSqlite: TTabSheet
140 end
141 object TabSheetRegistry: TTabSheet
142 end
143 end
144 object OpenDialog1: TOpenDialog
145 Left = 549
146 Top = 28
147 end
148end
Note: See TracBrowser for help on using the repository browser.