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 6 by tony, Fri Feb 18 16:26:16 2011 UTC vs.
Revision 7 by tony, Sun Aug 5 18:28:19 2012 UTC

# Line 1 | Line 1
1   object IBModifySQLEditorForm: TIBModifySQLEditorForm
2 <  Left = 330
2 >  Left = 508
3    Height = 438
4 <  Top = 215
4 >  Top = 250
5    Width = 749
6    ActiveControl = TableNamesCombo
7    Caption = 'Modify SQL Editor'
8    ClientHeight = 438
9    ClientWidth = 749
10    OnShow = FormShow
11 <  LCLVersion = '0.9.28.2'
11 >  LCLVersion = '0.9.30'
12    object Label1: TLabel
13      Left = 16
14 <    Height = 19
14 >    Height = 18
15      Top = 16
16 <    Width = 87
16 >    Width = 78
17      Caption = 'Table Name'
18      ParentColor = False
19    end
20    object Label2: TLabel
21      Left = 19
22 <    Height = 19
22 >    Height = 18
23      Top = 84
24 <    Width = 41
24 >    Width = 39
25      Caption = 'Fields'
26      ParentColor = False
27    end
28    object Label3: TLabel
29      Left = 279
30 <    Height = 19
30 >    Height = 18
31      Top = 16
32 <    Width = 29
32 >    Width = 26
33      Caption = 'SQL'
34      ParentColor = False
35    end
36    object Label4: TLabel
37      Left = 23
38 <    Height = 19
38 >    Height = 18
39      Top = 285
40 <    Width = 93
40 >    Width = 87
41      Caption = 'Primary Keys'
42      ParentColor = False
43    end
# Line 46 | Line 46 | object IBModifySQLEditorForm: TIBModifyS
46      Height = 328
47      Top = 36
48      Width = 439
49 <    ScrollBars = ssVertical
49 >    Anchors = [akTop, akLeft, akRight, akBottom]
50 >    ScrollBars = ssAutoBoth
51      TabOrder = 0
52    end
53    object Button1: TButton
54      Left = 552
55      Height = 30
56 <    Top = 380
56 >    Top = 379
57      Width = 72
58 +    Anchors = [akRight, akBottom]
59      Caption = 'OK'
60      Default = True
61      ModalResult = 1
# Line 64 | Line 66 | object IBModifySQLEditorForm: TIBModifyS
66      Height = 30
67      Top = 380
68      Width = 72
69 +    Anchors = [akRight, akBottom]
70      Cancel = True
71      Caption = 'Cancel'
72      ModalResult = 2
# Line 71 | Line 74 | object IBModifySQLEditorForm: TIBModifyS
74    end
75    object TableNamesCombo: TComboBox
76      Left = 23
77 <    Height = 30
77 >    Height = 29
78      Top = 38
79      Width = 201
80      ItemHeight = 0
81      OnCloseUp = TableNamesComboCloseUp
79    ParentColor = True
82      TabOrder = 3
83    end
84    object FieldList: TListBox
85      Left = 21
86 <    Height = 170
86 >    Height = 146
87      Hint = 'Select Fields to include in Update Statement, or leave unselected to select all'
88      Top = 102
89      Width = 204
# Line 93 | Line 95 | object IBModifySQLEditorForm: TIBModifyS
95      TabOrder = 4
96      TopIndex = -1
97    end
98 <  object Button3: TButton
98 >  object GenerateBtn: TButton
99      Left = 280
100      Height = 30
101      Top = 380
102 <    Width = 112
103 <    AutoSize = True
102 >    Width = 101
103 >    Anchors = [akRight, akBottom]
104      Caption = 'Generate SQL'
105 <    OnClick = Button3Click
105 >    OnClick = GenerateBtnClick
106      TabOrder = 5
107    end
108 <  object Button4: TButton
108 >  object TestBtn: TButton
109      Left = 416
110      Height = 30
111      Top = 380
112      Width = 66
113 +    Anchors = [akRight, akBottom]
114      Caption = 'Test'
115 <    OnClick = Button4Click
115 >    OnClick = TestBtnClick
116      TabOrder = 6
117    end
118    object QuoteFields: TCheckBox
119      Left = 16
120      Height = 22
121      Top = 380
122 <    Width = 144
122 >    Width = 132
123      Caption = '&Quote Identifiers'
124      TabOrder = 7
125    end
# Line 130 | Line 133 | object IBModifySQLEditorForm: TIBModifyS
133      TabOrder = 8
134      TopIndex = -1
135    end
136 +  object IncludePrimaryKeys: TCheckBox
137 +    Left = 19
138 +    Height = 22
139 +    Top = 256
140 +    Width = 239
141 +    Caption = 'Include Primary keys in Field List'
142 +    Checked = True
143 +    OnClick = TableNamesComboCloseUp
144 +    State = cbChecked
145 +    TabOrder = 9
146 +  end
147 +  object IBTransaction1: TIBTransaction
148 +    Active = False
149 +    left = 209
150 +    top = 388
151 +  end
152   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines