1 |
tony |
143 |
object SelectValidationDlg: TSelectValidationDlg |
2 |
|
|
Left = 980 |
3 |
|
|
Height = 196 |
4 |
|
|
Top = 554 |
5 |
|
|
Width = 350 |
6 |
|
|
BorderStyle = bsDialog |
7 |
|
|
Caption = 'Select Database' |
8 |
|
|
ClientHeight = 196 |
9 |
|
|
ClientWidth = 350 |
10 |
|
|
Position = poMainFormCenter |
11 |
|
|
LCLVersion = '1.8.1.0' |
12 |
|
|
object Bevel1: TBevel |
13 |
|
|
Left = 8 |
14 |
|
|
Height = 176 |
15 |
|
|
Top = 8 |
16 |
|
|
Width = 248 |
17 |
|
|
end |
18 |
|
|
object Edit1: TEdit |
19 |
|
|
Left = 16 |
20 |
|
|
Height = 24 |
21 |
|
|
Top = 80 |
22 |
|
|
Width = 232 |
23 |
|
|
TabOrder = 0 |
24 |
|
|
Text = 'Edit1' |
25 |
|
|
end |
26 |
|
|
object Label1: TLabel |
27 |
|
|
Left = 16 |
28 |
|
|
Height = 14 |
29 |
|
|
Top = 64 |
30 |
|
|
Width = 95 |
31 |
|
|
Caption = 'Database Name' |
32 |
|
|
ParentColor = False |
33 |
|
|
end |
34 |
|
|
object OnlineValidation: TRadioButton |
35 |
|
|
Left = 20 |
36 |
|
|
Height = 22 |
37 |
|
|
Top = 120 |
38 |
|
|
Width = 124 |
39 |
|
|
Caption = 'Online Validation' |
40 |
|
|
TabOrder = 1 |
41 |
|
|
end |
42 |
|
|
object FullValidation: TRadioButton |
43 |
|
|
Left = 20 |
44 |
|
|
Height = 22 |
45 |
|
|
Top = 152 |
46 |
|
|
Width = 106 |
47 |
|
|
Caption = 'Full Validation' |
48 |
|
|
Checked = True |
49 |
|
|
TabOrder = 5 |
50 |
|
|
TabStop = True |
51 |
|
|
end |
52 |
|
|
object Button1: TButton |
53 |
|
|
Left = 266 |
54 |
|
|
Height = 28 |
55 |
|
|
Top = 7 |
56 |
|
|
Width = 75 |
57 |
|
|
Caption = 'OK' |
58 |
|
|
Default = True |
59 |
|
|
ModalResult = 1 |
60 |
|
|
TabOrder = 2 |
61 |
|
|
end |
62 |
|
|
object Button2: TButton |
63 |
|
|
Left = 266 |
64 |
|
|
Height = 28 |
65 |
|
|
Top = 40 |
66 |
|
|
Width = 75 |
67 |
|
|
Cancel = True |
68 |
|
|
Caption = 'Cancel' |
69 |
|
|
ModalResult = 2 |
70 |
|
|
TabOrder = 3 |
71 |
|
|
end |
72 |
|
|
object Label2: TLabel |
73 |
|
|
Left = 16 |
74 |
|
|
Height = 14 |
75 |
|
|
Top = 17 |
76 |
|
|
Width = 39 |
77 |
|
|
Caption = 'Server' |
78 |
|
|
ParentColor = False |
79 |
|
|
end |
80 |
|
|
object Edit2: TEdit |
81 |
|
|
Left = 16 |
82 |
|
|
Height = 24 |
83 |
|
|
Top = 32 |
84 |
|
|
Width = 230 |
85 |
|
|
ReadOnly = True |
86 |
|
|
TabOrder = 4 |
87 |
|
|
Text = 'Edit2' |
88 |
|
|
end |
89 |
|
|
end |