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

File Contents

# Content
1 object SelectDBDlg: TSelectDBDlg
2 Left = 746
3 Height = 92
4 Top = 264
5 Width = 366
6 BorderStyle = bsDialog
7 Caption = 'Select Database'
8 ClientHeight = 92
9 ClientWidth = 366
10 Position = poMainFormCenter
11 LCLVersion = '1.8.1.0'
12 object Bevel1: TBevel
13 Left = 9
14 Height = 74
15 Top = 6
16 Width = 271
17 end
18 object Label1: TLabel
19 Left = 22
20 Height = 14
21 Top = 16
22 Width = 165
23 Caption = 'Database Name (on server)'
24 ParentColor = False
25 end
26 object Edit1: TEdit
27 Left = 22
28 Height = 24
29 Top = 32
30 Width = 242
31 TabOrder = 0
32 Text = 'Edit1'
33 end
34 object Button1: TButton
35 Left = 286
36 Height = 28
37 Top = 6
38 Width = 75
39 Caption = 'OK'
40 Default = True
41 ModalResult = 1
42 TabOrder = 1
43 end
44 object Button2: TButton
45 Left = 288
46 Height = 28
47 Top = 41
48 Width = 75
49 Cancel = True
50 Caption = 'Cancel'
51 ModalResult = 2
52 TabOrder = 2
53 end
54 end