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

# Content
1 inherited IBSQLEditorForm: TIBSQLEditorForm
2 Left = 315
3 Width = 776
4 Caption = 'IBSQL Editor'
5 ClientWidth = 776
6 OnShow = FormShow
7 inherited Label3: TLabel
8 Left = 312
9 end
10 inherited Button1: TButton
11 Left = 579
12 end
13 inherited Button2: TButton
14 Left = 667
15 end
16 inherited GenerateBtn: TButton
17 Left = 307
18 OnClick = GenerateBtnClick
19 end
20 inherited TestBtn: TButton
21 Left = 443
22 end
23 inherited QuoteFields: TCheckBox
24 Left = 68
25 end
26 inherited PageControl: TPageControl
27 Left = 68
28 ActivePage = SelectPage
29 ShowTabs = False
30 TabIndex = 0
31 inherited SelectPage: TTabSheet
32 ClientHeight = 349
33 inherited Label4: TLabel
34 Top = 256
35 end
36 inherited FieldNamesGrid: TIBDynamicGrid
37 Height = 136
38 end
39 inherited PrimaryKeysGrid: TIBDynamicGrid
40 Top = 272
41 end
42 inherited SelectSelectAll: TCheckBox
43 Left = 8
44 Top = 224
45 end
46 object IncludePrimaryKeys: TCheckBox[8]
47 Left = 5
48 Height = 22
49 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 end
57 end
58 inherited ExecutePage: TTabSheet
59 ClientHeight = 349
60 end
61 end
62 inherited GenerateParams: TCheckBox
63 Left = 68
64 end
65 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 TabOrder = 7
74 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 end
122 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 end
139 end