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

Comparing ibx/trunk/design/ibmodifysqleditor.lfm (file contents):
Revision 5 by tony, Fri Feb 18 16:26:16 2011 UTC vs.
Revision 105 by tony, Thu Jan 18 14:37:32 2018 UTC

# Line 1 | Line 1
1 < object IBModifySQLEditorForm: TIBModifySQLEditorForm
2 <  Left = 330
3 <  Height = 438
4 <  Top = 215
5 <  Width = 749
6 <  ActiveControl = TableNamesCombo
1 > inherited IBModifySQLEditorForm: TIBModifySQLEditorForm
2 >  Left = 949
3 >  Top = 264
4    Caption = 'Modify SQL Editor'
5 <  ClientHeight = 438
6 <  ClientWidth = 749
10 <  OnShow = FormShow
11 <  LCLVersion = '0.9.28.2'
12 <  object Label1: TLabel
13 <    Left = 16
14 <    Height = 19
15 <    Top = 16
16 <    Width = 87
17 <    Caption = 'Table Name'
18 <    ParentColor = False
5 >  inherited GenerateBtn: TButton
6 >    OnClick = GenerateBtnClick
7    end
8 <  object Label2: TLabel
9 <    Left = 19
10 <    Height = 19
11 <    Top = 84
12 <    Width = 41
13 <    Caption = 'Fields'
14 <    ParentColor = False
15 <  end
16 <  object Label3: TLabel
17 <    Left = 279
18 <    Height = 19
19 <    Top = 16
20 <    Width = 29
21 <    Caption = 'SQL'
22 <    ParentColor = False
23 <  end
24 <  object Label4: TLabel
25 <    Left = 23
26 <    Height = 19
27 <    Top = 285
28 <    Width = 93
29 <    Caption = 'Primary Keys'
30 <    ParentColor = False
31 <  end
32 <  object SQLText: TMemo
33 <    Left = 279
34 <    Height = 328
35 <    Top = 36
36 <    Width = 439
37 <    ScrollBars = ssVertical
38 <    TabOrder = 0
39 <  end
40 <  object Button1: TButton
41 <    Left = 552
42 <    Height = 30
43 <    Top = 380
44 <    Width = 72
45 <    Caption = 'OK'
46 <    Default = True
47 <    ModalResult = 1
48 <    TabOrder = 1
49 <  end
50 <  object Button2: TButton
51 <    Left = 640
52 <    Height = 30
53 <    Top = 380
54 <    Width = 72
55 <    Cancel = True
56 <    Caption = 'Cancel'
57 <    ModalResult = 2
58 <    TabOrder = 2
59 <  end
60 <  object TableNamesCombo: TComboBox
61 <    Left = 23
62 <    Height = 30
63 <    Top = 38
64 <    Width = 201
65 <    ItemHeight = 0
66 <    OnCloseUp = TableNamesComboCloseUp
67 <    ParentColor = True
68 <    TabOrder = 3
69 <  end
70 <  object FieldList: TListBox
71 <    Left = 21
72 <    Height = 170
73 <    Hint = 'Select Fields to include in Update Statement, or leave unselected to select all'
74 <    Top = 102
75 <    Width = 204
76 <    ItemHeight = 0
77 <    MultiSelect = True
78 <    OnDblClick = FieldListDblClick
79 <    ParentShowHint = False
80 <    ShowHint = True
81 <    TabOrder = 4
82 <    TopIndex = -1
83 <  end
84 <  object Button3: TButton
85 <    Left = 280
86 <    Height = 30
87 <    Top = 380
88 <    Width = 112
89 <    AutoSize = True
90 <    Caption = 'Generate SQL'
91 <    OnClick = Button3Click
92 <    TabOrder = 5
93 <  end
94 <  object Button4: TButton
95 <    Left = 416
96 <    Height = 30
97 <    Top = 380
98 <    Width = 66
99 <    Caption = 'Test'
100 <    OnClick = Button4Click
101 <    TabOrder = 6
102 <  end
103 <  object QuoteFields: TCheckBox
104 <    Left = 16
105 <    Height = 22
106 <    Top = 380
119 <    Width = 144
120 <    Caption = '&Quote Identifiers'
8 >  inherited PageControl: TPageControl
9 >    inherited SelectPage: TTabSheet
10 >      inherited Label2: TLabel
11 >        Width = 106
12 >        Caption = 'Updateable Fields'
13 >      end
14 >      inherited Label4: TLabel
15 >        Top = 290
16 >      end
17 >      inherited FieldNamesGrid: TIBDynamicGrid
18 >        Height = 112
19 >      end
20 >      inherited PrimaryKeysGrid: TIBDynamicGrid
21 >        Height = 48
22 >      end
23 >      inherited SelectSelectAll: TCheckBox
24 >        Top = 200
25 >      end
26 >      object IncludePrimaryKeys: TCheckBox[8]
27 >        Left = 7
28 >        Height = 22
29 >        Top = 352
30 >        Width = 221
31 >        Caption = 'Include Primary keys in Field List'
32 >        Checked = True
33 >        OnChange = IncludePrimaryKeysChange
34 >        State = cbChecked
35 >        TabOrder = 5
36 >      end
37 >      object Label5: TLabel[9]
38 >        Left = 7
39 >        Height = 14
40 >        Top = 226
41 >        Width = 138
42 >        Caption = 'Computed By Columns'
43 >        ParentColor = False
44 >      end
45 >      object ReadOnlyGrid: TIBDynamicGrid[10]
46 >        Left = 8
47 >        Height = 48
48 >        Top = 241
49 >        Width = 209
50 >        Color = clWindow
51 >        Columns = <        
52 >          item
53 >            ButtonStyle = cbsCheckboxColumn
54 >            Title.Caption = 'SELECTED'
55 >            Width = 30
56 >            FieldName = 'SELECTED'
57 >            AutoSizeColumn = False
58 >            InitialSortColumn = False
59 >            DBLookupProperties.ItemHeight = 0
60 >            DBLookupProperties.ItemWidth = 0
61 >            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
62 >          end        
63 >          item
64 >            Title.Caption = 'COLUMNNAME'
65 >            Width = 64
66 >            FieldName = 'COLUMNNAME'
67 >            AutoSizeColumn = True
68 >            InitialSortColumn = False
69 >            DBLookupProperties.ItemHeight = 0
70 >            DBLookupProperties.ItemWidth = 0
71 >            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
72 >          end>
73 >        FixedCols = 0
74 >        Options = [dgEditing, dgColumnResize, dgColumnMove, dgRowLines, dgConfirmDelete, dgCancelOnExit, dgDisableDelete, dgDisableInsert]
75 >        Scrollbars = ssAutoVertical
76 >        TabOrder = 6
77 >        ExpandEditorPanelBelowRow = False
78 >        Descending = False
79 >        EditorBorderStyle = bsSingle
80 >        DefaultPositionAtEnd = False
81 >      end
82 >    end
83 >    inherited ExecutePage: TTabSheet
84 >      inherited Label18: TLabel
85 >        Visible = False
86 >      end
87 >      inherited SelectProcedure: TLabel
88 >        Width = 81
89 >        Caption = 'Execute Only'
90 >      end
91 >      inherited InputProcGrid: TIBDynamicGrid
92 >        Height = 224
93 >      end
94 >      inherited OutputProcGrid: TIBDynamicGrid
95 >        Visible = False
96 >      end
97 >    end
98 >  end
99 >  inherited IBSQLEditFrame1: TIBSQLEditFrame
100 >    Left = 282
101 >    Height = 339
102 >    Top = 24
103 >    Width = 448
104 >    Anchors = [akTop, akLeft, akRight, akBottom]
105 >    ClientHeight = 339
106 >    ClientWidth = 448
107      TabOrder = 7
108 <  end
109 <  object PrimaryKeyList: TListBox
110 <    Left = 23
111 <    Height = 59
112 <    Top = 304
113 <    Width = 200
114 <    ItemHeight = 0
115 <    OnDblClick = PrimaryKeyListDblClick
116 <    TabOrder = 8
117 <    TopIndex = -1
108 >    DesignLeft = 1974
109 >    DesignTop = 200
110 >    inherited SQLText: TSynEdit
111 >      Height = 313
112 >      Width = 448
113 >    end
114 >    inherited ToolBar1: TToolBar
115 >      Width = 448
116 >    end
117 >    inherited FieldNameList: TIBQuery
118 >      ParamData = <      
119 >        item
120 >          DataType = ftUnknown
121 >          Name = 'RDB$RELATION_NAME'
122 >          ParamType = ptInput
123 >        end>
124 >    end
125 >    inherited PrimaryKeys: TIBQuery
126 >      ParamData = <      
127 >        item
128 >          DataType = ftUnknown
129 >          Name = 'RDB$RELATION_NAME'
130 >          ParamType = ptInput
131 >        end>
132 >    end
133 >    inherited UserProcedures: TIBQuery
134 >      AfterScroll = UserProceduresAfterScroll
135 >    end
136 >    inherited ProcInputParams: TIBQuery
137 >      ParamData = <      
138 >        item
139 >          DataType = ftUnknown
140 >          Name = 'RDB$PROCEDURE_NAME'
141 >          ParamType = ptInput
142 >        end>
143 >    end
144 >    inherited ProcOutputParams: TIBQuery
145 >      ParamData = <      
146 >        item
147 >          DataType = ftUnknown
148 >          Name = 'RDB$PROCEDURE_NAME'
149 >          ParamType = ptInput
150 >        end>
151 >    end
152 >    inherited SQLTransaction: TIBTransaction
153 >      Params.Strings = (      )
154 >    end
155 >    inherited IdentityCols: TIBQuery
156 >      ParamData = <      
157 >        item
158 >          DataType = ftUnknown
159 >          Name = 'RDB$RELATION_NAME'
160 >          ParamType = ptInput
161 >        end>
162 >    end
163 >    inherited ReadOnlyFields: TIBQuery
164 >      ParamData = <      
165 >        item
166 >          DataType = ftUnknown
167 >          Name = 'RDB$RELATION_NAME'
168 >          ParamType = ptInput
169 >        end>
170 >    end
171 >    inherited ReadOnlyFieldsSource: TDataSource
172 >      left = 436
173 >      top = 203
174 >    end
175    end
176   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines