ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibsqleditor.lfm
Revision: 80
Committed: Mon Jan 1 11:31:07 2018 UTC (6 years, 3 months ago) by tony
File size: 3066 byte(s)
Log Message:
Fixes merged into public release

File Contents

# User Rev Content
1 tony 80 inherited IBSQLEditorForm: TIBSQLEditorForm
2     Left = 315
3     Width = 776
4 tony 7 Caption = 'IBSQL Editor'
5 tony 80 ClientWidth = 776
6 tony 7 OnShow = FormShow
7 tony 80 inherited Label3: TLabel
8     Left = 312
9 tony 7 end
10 tony 80 inherited Button1: TButton
11     Left = 579
12 tony 7 end
13 tony 80 inherited Button2: TButton
14     Left = 667
15     end
16     inherited GenerateBtn: TButton
17     Left = 307
18 tony 7 OnClick = GenerateBtnClick
19     end
20 tony 80 inherited TestBtn: TButton
21     Left = 443
22 tony 7 end
23 tony 80 inherited QuoteFields: TCheckBox
24     Left = 68
25 tony 7 end
26 tony 80 inherited PageControl: TPageControl
27     Left = 68
28 tony 37 ActivePage = SelectPage
29 tony 80 ShowTabs = False
30 tony 37 TabIndex = 0
31 tony 80 inherited SelectPage: TTabSheet
32     ClientHeight = 349
33     inherited Label4: TLabel
34     Top = 256
35 tony 7 end
36 tony 80 inherited FieldNamesGrid: TIBDynamicGrid
37 tony 7 Height = 136
38     end
39 tony 80 inherited PrimaryKeysGrid: TIBDynamicGrid
40     Top = 272
41 tony 7 end
42 tony 80 inherited SelectSelectAll: TCheckBox
43     Left = 8
44     Top = 224
45 tony 7 end
46 tony 80 object IncludePrimaryKeys: TCheckBox[8]
47 tony 7 Left = 5
48 tony 37 Height = 22
49 tony 80 Top = 328
50     Width = 221
51     Caption = 'Include Primary keys in Field List'
52     Checked = True
53     OnChange = IncludePrimaryKeysChange
54     State = cbChecked
55     TabOrder = 5
56 tony 7 end
57     end
58 tony 80 inherited ExecutePage: TTabSheet
59     ClientHeight = 349
60 tony 7 end
61     end
62 tony 80 inherited GenerateParams: TCheckBox
63     Left = 68
64 tony 7 end
65 tony 80 inherited IBSQLEditFrame1: TIBSQLEditFrame
66     Left = 312
67     Height = 339
68     Top = 24
69     Width = 447
70     Anchors = [akTop, akLeft, akRight, akBottom]
71     ClientHeight = 339
72     ClientWidth = 447
73 tony 19 TabOrder = 7
74 tony 80 DesignLeft = 1974
75     DesignTop = 200
76     inherited SQLText: TSynEdit
77     Height = 313
78     Width = 447
79     end
80     inherited ToolBar1: TToolBar
81     Width = 447
82     end
83     inherited FieldNameList: TIBQuery
84     ParamData = <
85     item
86     DataType = ftUnknown
87     Name = 'RDB$RELATION_NAME'
88     ParamType = ptInput
89     end>
90     end
91     inherited PrimaryKeys: TIBQuery
92     ParamData = <
93     item
94     DataType = ftUnknown
95     Name = 'RDB$RELATION_NAME'
96     ParamType = ptInput
97     end>
98     end
99     inherited UserProcedures: TIBQuery
100     AfterScroll = UserProceduresAfterScroll
101     end
102     inherited ProcInputParams: TIBQuery
103     ParamData = <
104     item
105     DataType = ftUnknown
106     Name = 'RDB$PROCEDURE_NAME'
107     ParamType = ptInput
108     end>
109     end
110     inherited ProcOutputParams: TIBQuery
111     ParamData = <
112     item
113     DataType = ftUnknown
114     Name = 'RDB$PROCEDURE_NAME'
115     ParamType = ptInput
116     end>
117     end
118     inherited SQLTransaction: TIBTransaction
119     Params.Strings = ( )
120     end
121 tony 19 end
122 tony 80 object TabControl1: TTabControl[9]
123     Left = 11
124     Height = 312
125     Top = 8
126     Width = 59
127     OnChange = TabControl1Change
128     TabPosition = tpLeft
129     TabIndex = 0
130     Tabs.Strings = (
131     'Select'
132     'Insert'
133     'Modify'
134     'Delete'
135     'Execute'
136     )
137     TabOrder = 8
138 tony 7 end
139     end