ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibsqleditor.lfm
Revision: 106
Committed: Thu Jan 18 14:37:35 2018 UTC (6 years, 3 months ago) by tony
File size: 3431 byte(s)
Log Message:
Updates Merged

File Contents

# Content
1 inherited IBSQLEditorForm: TIBSQLEditorForm
2 Left = 582
3 Height = 555
4 Top = 415
5 Width = 776
6 Caption = 'IBSQL Editor'
7 ClientHeight = 555
8 ClientWidth = 776
9 OnShow = FormShow
10 inherited Label3: TLabel
11 Left = 312
12 end
13 inherited Button1: TButton
14 Left = 576
15 Top = 504
16 end
17 inherited Button2: TButton
18 Left = 664
19 Top = 504
20 end
21 inherited GenerateBtn: TButton
22 Left = 304
23 Top = 504
24 OnClick = GenerateBtnClick
25 end
26 inherited TestBtn: TButton
27 Left = 440
28 Top = 504
29 end
30 inherited QuoteFields: TCheckBox
31 Left = 11
32 Top = 496
33 end
34 inherited PageControl: TPageControl
35 Left = 68
36 ShowTabs = False
37 inherited SelectPage: TTabSheet
38 ClientHeight = 450
39 inherited FieldNamesGrid: TIBDynamicGrid
40 Height = 104
41 end
42 inherited SelectSelectAll: TCheckBox
43 Top = 424
44 end
45 inherited ReadOnlyGrid: TIBDynamicGrid
46 Left = 9
47 end
48 end
49 inherited ExecutePage: TTabSheet
50 ClientHeight = 450
51 end
52 end
53 inherited GenerateParams: TCheckBox
54 Left = 11
55 Top = 472
56 end
57 inherited IBSQLEditFrame1: TIBSQLEditFrame
58 Left = 312
59 Height = 440
60 Top = 24
61 Width = 447
62 Anchors = [akTop, akLeft, akRight, akBottom]
63 ClientHeight = 440
64 ClientWidth = 447
65 TabOrder = 7
66 DesignLeft = 1974
67 DesignTop = 200
68 inherited SQLText: TSynEdit
69 Height = 414
70 Width = 447
71 end
72 inherited ToolBar1: TToolBar
73 Width = 447
74 end
75 inherited FieldNameList: TIBQuery
76 ParamData = <
77 item
78 DataType = ftUnknown
79 Name = 'RDB$RELATION_NAME'
80 ParamType = ptInput
81 end>
82 end
83 inherited PrimaryKeys: TIBQuery
84 ParamData = <
85 item
86 DataType = ftUnknown
87 Name = 'RDB$RELATION_NAME'
88 ParamType = ptInput
89 end>
90 end
91 inherited UserProcedures: TIBQuery
92 AfterScroll = UserProceduresAfterScroll
93 end
94 inherited ProcInputParams: TIBQuery
95 ParamData = <
96 item
97 DataType = ftUnknown
98 Name = 'RDB$PROCEDURE_NAME'
99 ParamType = ptInput
100 end>
101 end
102 inherited ProcOutputParams: TIBQuery
103 ParamData = <
104 item
105 DataType = ftUnknown
106 Name = 'RDB$PROCEDURE_NAME'
107 ParamType = ptInput
108 end>
109 end
110 inherited SQLTransaction: TIBTransaction
111 Params.Strings = ( )
112 end
113 inherited IdentityCols: TIBQuery
114 ParamData = <
115 item
116 DataType = ftUnknown
117 Name = 'RDB$RELATION_NAME'
118 ParamType = ptInput
119 end>
120 end
121 inherited ReadOnlyFields: TIBQuery
122 ParamData = <
123 item
124 DataType = ftUnknown
125 Name = 'RDB$RELATION_NAME'
126 ParamType = ptInput
127 end>
128 end
129 inherited ReadOnlyFieldsSource: TDataSource
130 left = 436
131 top = 203
132 end
133 end
134 object TabControl1: TTabControl[9]
135 Left = 11
136 Height = 312
137 Top = 8
138 Width = 59
139 OnChange = TabControl1Change
140 TabPosition = tpLeft
141 TabIndex = 0
142 Tabs.Strings = (
143 'Select'
144 'Insert'
145 'Modify'
146 'Delete'
147 'Execute'
148 )
149 TabOrder = 8
150 end
151 object IncludePrimaryKeys: TCheckBox[10]
152 Left = 11
153 Height = 22
154 Top = 520
155 Width = 241
156 Caption = 'Include Primary keys in Update SQL'
157 TabOrder = 9
158 end
159 end