ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/services/SelectDBDlgUnit.lfm
Revision: 209
Committed: Wed Mar 14 12:48:51 2018 UTC (6 years, 9 months ago) by tony
File size: 959 byte(s)
Log Message:
Fixes Merged

File Contents

# User Rev Content
1 tony 143 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 tony 209 OnShow = FormShow
11 tony 143 Position = poMainFormCenter
12 tony 209 LCLVersion = '1.8.3.0'
13 tony 143 object Bevel1: TBevel
14     Left = 9
15     Height = 74
16     Top = 6
17     Width = 271
18     end
19     object Label1: TLabel
20     Left = 22
21     Height = 14
22     Top = 16
23     Width = 165
24     Caption = 'Database Name (on server)'
25     ParentColor = False
26     end
27     object Edit1: TEdit
28     Left = 22
29     Height = 24
30     Top = 32
31     Width = 242
32     TabOrder = 0
33     Text = 'Edit1'
34     end
35     object Button1: TButton
36     Left = 286
37     Height = 28
38     Top = 6
39     Width = 75
40     Caption = 'OK'
41     Default = True
42     ModalResult = 1
43     TabOrder = 1
44     end
45     object Button2: TButton
46     Left = 288
47     Height = 28
48     Top = 41
49     Width = 75
50     Cancel = True
51     Caption = 'Cancel'
52     ModalResult = 2
53     TabOrder = 2
54     end
55     end