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

# User Rev Content
1 tony 80 inherited IBSQLEditorForm: TIBSQLEditorForm
2 tony 106 Left = 582
3     Height = 555
4     Top = 415
5 tony 80 Width = 776
6 tony 7 Caption = 'IBSQL Editor'
7 tony 106 ClientHeight = 555
8 tony 80 ClientWidth = 776
9 tony 7 OnShow = FormShow
10 tony 80 inherited Label3: TLabel
11     Left = 312
12 tony 7 end
13 tony 80 inherited Button1: TButton
14 tony 106 Left = 576
15     Top = 504
16 tony 7 end
17 tony 80 inherited Button2: TButton
18 tony 106 Left = 664
19     Top = 504
20 tony 80 end
21     inherited GenerateBtn: TButton
22 tony 106 Left = 304
23     Top = 504
24 tony 7 OnClick = GenerateBtnClick
25     end
26 tony 80 inherited TestBtn: TButton
27 tony 106 Left = 440
28     Top = 504
29 tony 7 end
30 tony 80 inherited QuoteFields: TCheckBox
31 tony 106 Left = 11
32     Top = 496
33 tony 7 end
34 tony 80 inherited PageControl: TPageControl
35     Left = 68
36     ShowTabs = False
37     inherited SelectPage: TTabSheet
38 tony 106 ClientHeight = 450
39 tony 80 inherited FieldNamesGrid: TIBDynamicGrid
40 tony 106 Height = 104
41 tony 7 end
42 tony 80 inherited SelectSelectAll: TCheckBox
43 tony 106 Top = 424
44 tony 7 end
45 tony 106 inherited ReadOnlyGrid: TIBDynamicGrid
46     Left = 9
47 tony 7 end
48     end
49 tony 80 inherited ExecutePage: TTabSheet
50 tony 106 ClientHeight = 450
51 tony 7 end
52     end
53 tony 80 inherited GenerateParams: TCheckBox
54 tony 106 Left = 11
55     Top = 472
56 tony 7 end
57 tony 80 inherited IBSQLEditFrame1: TIBSQLEditFrame
58     Left = 312
59 tony 106 Height = 440
60 tony 80 Top = 24
61     Width = 447
62     Anchors = [akTop, akLeft, akRight, akBottom]
63 tony 106 ClientHeight = 440
64 tony 80 ClientWidth = 447
65 tony 19 TabOrder = 7
66 tony 80 DesignLeft = 1974
67     DesignTop = 200
68     inherited SQLText: TSynEdit
69 tony 106 Height = 414
70 tony 80 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 tony 106 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 tony 19 end
134 tony 80 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 tony 7 end
151 tony 106 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 tony 7 end