ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibsqleditor.lfm
(Generate patch)

Comparing ibx/trunk/design/ibsqleditor.lfm (file contents):
Revision 106 by tony, Thu Jan 18 14:37:35 2018 UTC vs.
Revision 107 by tony, Thu Jan 18 14:37:40 2018 UTC

# Line 1 | Line 1
1   inherited IBSQLEditorForm: TIBSQLEditorForm
2 <  Left = 582
2 >  Left = 506
3    Height = 555
4 <  Top = 415
4 >  Top = 383
5    Width = 776
6    Caption = 'IBSQL Editor'
7    ClientHeight = 555
# Line 48 | Line 48 | inherited IBSQLEditorForm: TIBSQLEditorF
48      end
49      inherited ExecutePage: TTabSheet
50        ClientHeight = 450
51 +      inherited Label16: TLabel
52 +        Left = 10
53 +      end
54 +      inherited Label17: TLabel
55 +        Top = 128
56 +      end
57 +      inherited Label18: TLabel
58 +        Top = 280
59 +      end
60 +      inherited ProcedureNames: TIBLookupComboEditBox
61 +        Left = 10
62 +        Top = 72
63 +      end
64 +      inherited InputProcGrid: TIBDynamicGrid
65 +        Left = 8
66 +        Height = 122
67 +        Top = 144
68 +      end
69 +      inherited OutputProcGrid: TIBDynamicGrid
70 +        Top = 296
71 +        Columns = <        
72 +          item
73 +            ButtonStyle = cbsCheckboxColumn
74 +            PickList.Strings = (            )
75 +            Title.Caption = 'SELECTED'
76 +            Width = 30
77 +            FieldName = 'SELECTED'
78 +            AutoSizeColumn = False
79 +            InitialSortColumn = False
80 +            DBLookupProperties.ItemHeight = 0
81 +            DBLookupProperties.ItemWidth = 0
82 +            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
83 +          end        
84 +          item
85 +            PickList.Strings = (            )
86 +            Title.Caption = 'COLUMNNAME'
87 +            Width = 64
88 +            FieldName = 'COLUMNNAME'
89 +            AutoSizeColumn = True
90 +            InitialSortColumn = False
91 +            DBLookupProperties.ItemHeight = 0
92 +            DBLookupProperties.ItemWidth = 0
93 +            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
94 +          end>
95 +      end
96 +      object SelectProcedure: TLabel[8]
97 +        Left = 10
98 +        Height = 13
99 +        Top = 104
100 +        Width = 168
101 +        Anchors = [akLeft, akBottom]
102 +        Caption = 'This is a ''Select Procedure'''
103 +        Font.Height = -11
104 +        Font.Style = [fsBold]
105 +        ParentColor = False
106 +        ParentFont = False
107 +        Visible = False
108 +      end
109      end
110    end
111    inherited GenerateParams: TCheckBox
# Line 130 | Line 188 | inherited IBSQLEditorForm: TIBSQLEditorF
188        left = 436
189        top = 203
190      end
191 +    inherited PackageNames: TIBQuery
192 +      BeforeClose = nil
193 +    end
194    end
195    object TabControl1: TTabControl[9]
196      Left = 11
# Line 138 | Line 199 | inherited IBSQLEditorForm: TIBSQLEditorF
199      Width = 59
200      OnChange = TabControl1Change
201      TabPosition = tpLeft
202 <    TabIndex = 0
202 >    TabIndex = 4
203      Tabs.Strings = (
204        'Select'
205        'Insert'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines