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

Comparing ibx/trunk/design/ibinsertsqleditor.lfm (file contents):
Revision 7 by tony, Sun Aug 5 18:28:19 2012 UTC vs.
Revision 80 by tony, Mon Jan 1 11:31:07 2018 UTC

# Line 1 | Line 1
1 < object IBInsertSQLEditorForm: TIBInsertSQLEditorForm
2 <  Left = 334
3 <  Height = 436
4 <  Top = 239
5 <  Width = 748
6 <  ActiveControl = TableNamesCombo
1 > inherited IBInsertSQLEditorForm: TIBInsertSQLEditorForm
2    Caption = 'Insert SQL Editor'
3 <  ClientHeight = 436
9 <  ClientWidth = 748
10 <  OnShow = FormShow
11 <  LCLVersion = '0.9.30'
12 <  object Label1: TLabel
13 <    Left = 16
14 <    Height = 18
15 <    Top = 16
16 <    Width = 78
17 <    Caption = 'Table Name'
18 <    ParentColor = False
19 <  end
20 <  object Label2: TLabel
21 <    Left = 19
22 <    Height = 18
23 <    Top = 84
24 <    Width = 39
25 <    Caption = 'Fields'
26 <    ParentColor = False
27 <  end
28 <  object Label3: TLabel
29 <    Left = 279
30 <    Height = 18
31 <    Top = 16
32 <    Width = 26
33 <    Caption = 'SQL'
34 <    ParentColor = False
35 <  end
36 <  object SQLText: TMemo
37 <    Left = 279
38 <    Height = 326
39 <    Top = 36
40 <    Width = 438
41 <    Anchors = [akTop, akLeft, akRight, akBottom]
42 <    ScrollBars = ssAutoBoth
43 <    TabOrder = 0
44 <  end
45 <  object Button1: TButton
46 <    Left = 551
47 <    Height = 30
48 <    Top = 378
49 <    Width = 72
50 <    Anchors = [akRight, akBottom]
51 <    Caption = 'OK'
52 <    Default = True
53 <    ModalResult = 1
54 <    TabOrder = 1
55 <  end
56 <  object Button2: TButton
57 <    Left = 639
58 <    Height = 30
59 <    Top = 378
60 <    Width = 72
61 <    Anchors = [akRight, akBottom]
62 <    Cancel = True
63 <    Caption = 'Cancel'
64 <    ModalResult = 2
65 <    TabOrder = 2
66 <  end
67 <  object TableNamesCombo: TComboBox
68 <    Left = 24
69 <    Height = 29
70 <    Top = 38
71 <    Width = 201
72 <    ItemHeight = 0
73 <    OnCloseUp = TableNamesComboCloseUp
74 <    TabOrder = 3
75 <  end
76 <  object FieldList: TListBox
77 <    Left = 21
78 <    Height = 258
79 <    Hint = 'Select Fields to include in Insert Statement, or leave unselected to select all'
80 <    Top = 102
81 <    Width = 204
82 <    ItemHeight = 0
83 <    MultiSelect = True
84 <    OnDblClick = FieldListDblClick
85 <    ParentShowHint = False
86 <    ShowHint = True
87 <    TabOrder = 4
88 <    TopIndex = -1
89 <  end
90 <  object GenerateBtn: TButton
91 <    Left = 279
92 <    Height = 30
93 <    Top = 378
94 <    Width = 101
95 <    Anchors = [akRight, akBottom]
96 <    Caption = 'Generate SQL'
3 >  inherited GenerateBtn: TButton
4      OnClick = GenerateBtnClick
98    TabOrder = 5
5    end
6 <  object TestBtn: TButton
7 <    Left = 415
8 <    Height = 30
9 <    Top = 378
10 <    Width = 66
11 <    Anchors = [akRight, akBottom]
12 <    Caption = 'Test'
13 <    OnClick = TestBtnClick
14 <    TabOrder = 6
15 <  end
16 <  object QuoteFields: TCheckBox
17 <    Left = 16
18 <    Height = 22
19 <    Top = 380
20 <    Width = 132
21 <    Caption = '&Quote Identifiers'
6 >  inherited PageControl: TPageControl
7 >    ActivePage = ExecutePage
8 >    TabIndex = 1
9 >    inherited SelectPage: TTabSheet
10 >      inherited FieldNamesGrid: TIBDynamicGrid
11 >        Height = 208
12 >      end
13 >      inherited PrimaryKeysGrid: TIBDynamicGrid
14 >        Visible = False
15 >      end
16 >      inherited SelectSelectAll: TCheckBox
17 >        Top = 296
18 >      end
19 >    end
20 >    inherited ExecutePage: TTabSheet
21 >      inherited Label18: TLabel
22 >        Visible = False
23 >      end
24 >      inherited SelectProcedure: TLabel
25 >        Visible = True
26 >      end
27 >      inherited InputProcGrid: TIBDynamicGrid
28 >        Height = 224
29 >      end
30 >      inherited OutputProcGrid: TIBDynamicGrid
31 >        Visible = False
32 >      end
33 >    end
34 >  end
35 >  inherited IBSQLEditFrame1: TIBSQLEditFrame
36 >    Left = 282
37 >    Height = 339
38 >    Top = 24
39 >    Width = 448
40 >    Anchors = [akTop, akLeft, akRight, akBottom]
41 >    ClientHeight = 339
42 >    ClientWidth = 448
43      TabOrder = 7
44 <  end
45 <  object IBTransaction1: TIBTransaction
46 <    Active = False
47 <    left = 200
48 <    top = 388
44 >    inherited SQLText: TSynEdit
45 >      Height = 313
46 >      Width = 448
47 >    end
48 >    inherited ToolBar1: TToolBar
49 >      Width = 448
50 >    end
51 >    inherited FieldNameList: TIBQuery
52 >      ParamData = <      
53 >        item
54 >          DataType = ftUnknown
55 >          Name = 'RDB$RELATION_NAME'
56 >          ParamType = ptInput
57 >        end>
58 >    end
59 >    inherited PrimaryKeys: TIBQuery
60 >      ParamData = <      
61 >        item
62 >          DataType = ftUnknown
63 >          Name = 'RDB$RELATION_NAME'
64 >          ParamType = ptInput
65 >        end>
66 >    end
67 >    inherited UserProcedures: TIBQuery
68 >      AfterScroll = UserProceduresAfterScroll
69 >    end
70 >    inherited ProcInputParams: TIBQuery
71 >      ParamData = <      
72 >        item
73 >          DataType = ftUnknown
74 >          Name = 'RDB$PROCEDURE_NAME'
75 >          ParamType = ptInput
76 >        end>
77 >    end
78 >    inherited ProcOutputParams: TIBQuery
79 >      ParamData = <      
80 >        item
81 >          DataType = ftUnknown
82 >          Name = 'RDB$PROCEDURE_NAME'
83 >          ParamType = ptInput
84 >        end>
85 >    end
86 >    inherited SQLTransaction: TIBTransaction
87 >      Params.Strings = (      )
88 >    end
89    end
90   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines