1 |
object IBSelectSQLEditorForm: TIBSelectSQLEditorForm |
2 |
Left = 330 |
3 |
Height = 438 |
4 |
Top = 215 |
5 |
Width = 749 |
6 |
ActiveControl = TableNamesCombo |
7 |
Caption = 'Select SQL Editor' |
8 |
ClientHeight = 438 |
9 |
ClientWidth = 749 |
10 |
OnShow = FormShow |
11 |
LCLVersion = '0.9.28.2' |
12 |
object Label1: TLabel |
13 |
Left = 16 |
14 |
Height = 19 |
15 |
Top = 16 |
16 |
Width = 87 |
17 |
Caption = 'Table Name' |
18 |
ParentColor = False |
19 |
end |
20 |
object Label2: TLabel |
21 |
Left = 19 |
22 |
Height = 19 |
23 |
Top = 84 |
24 |
Width = 41 |
25 |
Caption = 'Fields' |
26 |
ParentColor = False |
27 |
end |
28 |
object Label3: TLabel |
29 |
Left = 279 |
30 |
Height = 19 |
31 |
Top = 16 |
32 |
Width = 29 |
33 |
Caption = 'SQL' |
34 |
ParentColor = False |
35 |
end |
36 |
object Label4: TLabel |
37 |
Left = 23 |
38 |
Height = 19 |
39 |
Top = 285 |
40 |
Width = 93 |
41 |
Caption = 'Primary Keys' |
42 |
ParentColor = False |
43 |
end |
44 |
object SQLText: TMemo |
45 |
Left = 279 |
46 |
Height = 328 |
47 |
Top = 36 |
48 |
Width = 439 |
49 |
ScrollBars = ssVertical |
50 |
TabOrder = 0 |
51 |
end |
52 |
object Button1: TButton |
53 |
Left = 552 |
54 |
Height = 30 |
55 |
Top = 380 |
56 |
Width = 72 |
57 |
Caption = 'OK' |
58 |
Default = True |
59 |
ModalResult = 1 |
60 |
TabOrder = 1 |
61 |
end |
62 |
object Button2: TButton |
63 |
Left = 640 |
64 |
Height = 30 |
65 |
Top = 380 |
66 |
Width = 72 |
67 |
Cancel = True |
68 |
Caption = 'Cancel' |
69 |
ModalResult = 2 |
70 |
TabOrder = 2 |
71 |
end |
72 |
object TableNamesCombo: TComboBox |
73 |
Left = 23 |
74 |
Height = 30 |
75 |
Top = 38 |
76 |
Width = 201 |
77 |
ItemHeight = 0 |
78 |
OnCloseUp = TableNamesComboCloseUp |
79 |
TabOrder = 3 |
80 |
end |
81 |
object FieldList: TListBox |
82 |
Left = 21 |
83 |
Height = 170 |
84 |
Top = 102 |
85 |
Width = 204 |
86 |
ItemHeight = 0 |
87 |
OnDblClick = FieldListDblClick |
88 |
TabOrder = 4 |
89 |
TopIndex = -1 |
90 |
end |
91 |
object Button3: TButton |
92 |
Left = 280 |
93 |
Height = 30 |
94 |
Top = 380 |
95 |
Width = 112 |
96 |
AutoSize = True |
97 |
Caption = 'Generate SQL' |
98 |
OnClick = Button3Click |
99 |
TabOrder = 5 |
100 |
end |
101 |
object Button4: TButton |
102 |
Left = 416 |
103 |
Height = 30 |
104 |
Top = 380 |
105 |
Width = 66 |
106 |
Caption = 'Test' |
107 |
OnClick = Button4Click |
108 |
TabOrder = 6 |
109 |
end |
110 |
object QuoteFields: TCheckBox |
111 |
Left = 16 |
112 |
Height = 22 |
113 |
Top = 380 |
114 |
Width = 144 |
115 |
Caption = '&Quote Identifiers' |
116 |
TabOrder = 7 |
117 |
end |
118 |
object PrimaryKeyList: TListBox |
119 |
Left = 23 |
120 |
Height = 59 |
121 |
Top = 304 |
122 |
Width = 200 |
123 |
ItemHeight = 0 |
124 |
OnDblClick = PrimaryKeyListDblClick |
125 |
TabOrder = 8 |
126 |
TopIndex = -1 |
127 |
end |
128 |
end |