1 |
tony |
5 |
object IBDeleteSQLEditorForm: TIBDeleteSQLEditorForm |
2 |
tony |
7 |
Left = 824 |
3 |
|
|
Height = 439 |
4 |
|
|
Top = 384 |
5 |
|
|
Width = 750 |
6 |
tony |
5 |
ActiveControl = TableNamesCombo |
7 |
|
|
Caption = 'Delete SQL Editor' |
8 |
tony |
7 |
ClientHeight = 439 |
9 |
|
|
ClientWidth = 750 |
10 |
tony |
5 |
OnShow = FormShow |
11 |
tony |
7 |
LCLVersion = '0.9.30' |
12 |
tony |
5 |
object Label1: TLabel |
13 |
|
|
Left = 16 |
14 |
tony |
7 |
Height = 18 |
15 |
tony |
5 |
Top = 16 |
16 |
tony |
7 |
Width = 78 |
17 |
tony |
5 |
Caption = 'Table Name' |
18 |
|
|
ParentColor = False |
19 |
|
|
end |
20 |
|
|
object Label3: TLabel |
21 |
|
|
Left = 279 |
22 |
tony |
7 |
Height = 18 |
23 |
tony |
5 |
Top = 16 |
24 |
tony |
7 |
Width = 26 |
25 |
tony |
5 |
Caption = 'SQL' |
26 |
|
|
ParentColor = False |
27 |
|
|
end |
28 |
|
|
object Label4: TLabel |
29 |
|
|
Left = 23 |
30 |
tony |
7 |
Height = 18 |
31 |
tony |
5 |
Top = 80 |
32 |
tony |
7 |
Width = 87 |
33 |
tony |
5 |
Caption = 'Primary Keys' |
34 |
|
|
ParentColor = False |
35 |
|
|
end |
36 |
|
|
object SQLText: TMemo |
37 |
|
|
Left = 279 |
38 |
tony |
7 |
Height = 329 |
39 |
tony |
5 |
Top = 36 |
40 |
tony |
7 |
Width = 440 |
41 |
|
|
Anchors = [akTop, akLeft, akRight, akBottom] |
42 |
|
|
ScrollBars = ssAutoBoth |
43 |
tony |
5 |
TabOrder = 0 |
44 |
|
|
end |
45 |
|
|
object Button1: TButton |
46 |
tony |
7 |
Left = 553 |
47 |
tony |
5 |
Height = 30 |
48 |
tony |
7 |
Top = 381 |
49 |
tony |
5 |
Width = 72 |
50 |
tony |
7 |
Anchors = [akRight, akBottom] |
51 |
tony |
5 |
Caption = 'OK' |
52 |
|
|
Default = True |
53 |
|
|
ModalResult = 1 |
54 |
|
|
TabOrder = 1 |
55 |
|
|
end |
56 |
|
|
object Button2: TButton |
57 |
tony |
7 |
Left = 641 |
58 |
tony |
5 |
Height = 30 |
59 |
tony |
7 |
Top = 381 |
60 |
tony |
5 |
Width = 72 |
61 |
tony |
7 |
Anchors = [akRight, akBottom] |
62 |
tony |
5 |
Cancel = True |
63 |
|
|
Caption = 'Cancel' |
64 |
|
|
ModalResult = 2 |
65 |
|
|
TabOrder = 2 |
66 |
|
|
end |
67 |
|
|
object TableNamesCombo: TComboBox |
68 |
|
|
Left = 23 |
69 |
tony |
7 |
Height = 29 |
70 |
tony |
5 |
Top = 38 |
71 |
|
|
Width = 201 |
72 |
|
|
ItemHeight = 0 |
73 |
|
|
OnCloseUp = TableNamesComboCloseUp |
74 |
|
|
TabOrder = 3 |
75 |
|
|
end |
76 |
tony |
7 |
object GenerateBtn: TButton |
77 |
|
|
Left = 281 |
78 |
tony |
5 |
Height = 30 |
79 |
tony |
7 |
Top = 381 |
80 |
|
|
Width = 101 |
81 |
|
|
Anchors = [akRight, akBottom] |
82 |
tony |
5 |
Caption = 'Generate SQL' |
83 |
tony |
7 |
OnClick = GenerateBtnClick |
84 |
tony |
5 |
TabOrder = 4 |
85 |
|
|
end |
86 |
tony |
7 |
object TestBtn: TButton |
87 |
|
|
Left = 417 |
88 |
tony |
5 |
Height = 30 |
89 |
tony |
7 |
Top = 381 |
90 |
tony |
5 |
Width = 66 |
91 |
tony |
7 |
Anchors = [akRight, akBottom] |
92 |
tony |
5 |
Caption = 'Test' |
93 |
tony |
7 |
OnClick = TestBtnClick |
94 |
tony |
5 |
TabOrder = 5 |
95 |
|
|
end |
96 |
|
|
object QuoteFields: TCheckBox |
97 |
|
|
Left = 16 |
98 |
|
|
Height = 22 |
99 |
|
|
Top = 380 |
100 |
tony |
7 |
Width = 132 |
101 |
tony |
5 |
Caption = '&Quote Identifiers' |
102 |
|
|
TabOrder = 6 |
103 |
|
|
end |
104 |
|
|
object PrimaryKeyList: TListBox |
105 |
|
|
Left = 23 |
106 |
|
|
Height = 59 |
107 |
|
|
Top = 99 |
108 |
|
|
Width = 200 |
109 |
|
|
ItemHeight = 0 |
110 |
|
|
OnDblClick = PrimaryKeyListDblClick |
111 |
|
|
TabOrder = 7 |
112 |
|
|
TopIndex = -1 |
113 |
|
|
end |
114 |
tony |
7 |
object IBTransaction1: TIBTransaction |
115 |
|
|
Active = False |
116 |
|
|
left = 24 |
117 |
|
|
top = 208 |
118 |
|
|
end |
119 |
tony |
5 |
end |