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

Comparing ibx/trunk/design/ibdeletesqleditor.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 IBDeleteSQLEditorForm: TIBDeleteSQLEditorForm
2 <  Left = 330
3 <  Height = 438
4 <  Top = 215
5 <  Width = 749
2 >  Left = 824
3 >  Height = 439
4 >  Top = 384
5 >  Width = 750
6    ActiveControl = TableNamesCombo
7    Caption = 'Delete SQL Editor'
8 <  ClientHeight = 438
9 <  ClientWidth = 749
8 >  ClientHeight = 439
9 >  ClientWidth = 750
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 Label3: TLabel
21      Left = 279
22 <    Height = 19
22 >    Height = 18
23      Top = 16
24 <    Width = 29
24 >    Width = 26
25      Caption = 'SQL'
26      ParentColor = False
27    end
28    object Label4: TLabel
29      Left = 23
30 <    Height = 19
30 >    Height = 18
31      Top = 80
32 <    Width = 93
32 >    Width = 87
33      Caption = 'Primary Keys'
34      ParentColor = False
35    end
36    object SQLText: TMemo
37      Left = 279
38 <    Height = 328
38 >    Height = 329
39      Top = 36
40 <    Width = 439
41 <    ScrollBars = ssVertical
40 >    Width = 440
41 >    Anchors = [akTop, akLeft, akRight, akBottom]
42 >    ScrollBars = ssAutoBoth
43      TabOrder = 0
44    end
45    object Button1: TButton
46 <    Left = 552
46 >    Left = 553
47      Height = 30
48 <    Top = 380
48 >    Top = 381
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 = 640
57 >    Left = 641
58      Height = 30
59 <    Top = 380
59 >    Top = 381
60      Width = 72
61 +    Anchors = [akRight, akBottom]
62      Cancel = True
63      Caption = 'Cancel'
64      ModalResult = 2
# Line 63 | Line 66 | object IBDeleteSQLEditorForm: TIBDeleteS
66    end
67    object TableNamesCombo: TComboBox
68      Left = 23
69 <    Height = 30
69 >    Height = 29
70      Top = 38
71      Width = 201
72      ItemHeight = 0
73      OnCloseUp = TableNamesComboCloseUp
74      TabOrder = 3
75    end
76 <  object Button3: TButton
77 <    Left = 280
76 >  object GenerateBtn: TButton
77 >    Left = 281
78      Height = 30
79 <    Top = 380
80 <    Width = 112
81 <    AutoSize = True
79 >    Top = 381
80 >    Width = 101
81 >    Anchors = [akRight, akBottom]
82      Caption = 'Generate SQL'
83 <    OnClick = Button3Click
83 >    OnClick = GenerateBtnClick
84      TabOrder = 4
85    end
86 <  object Button4: TButton
87 <    Left = 416
86 >  object TestBtn: TButton
87 >    Left = 417
88      Height = 30
89 <    Top = 380
89 >    Top = 381
90      Width = 66
91 +    Anchors = [akRight, akBottom]
92      Caption = 'Test'
93 <    OnClick = Button4Click
93 >    OnClick = TestBtnClick
94      TabOrder = 5
95    end
96    object QuoteFields: TCheckBox
97      Left = 16
98      Height = 22
99      Top = 380
100 <    Width = 144
100 >    Width = 132
101      Caption = '&Quote Identifiers'
102      TabOrder = 6
103    end
# Line 107 | Line 111 | object IBDeleteSQLEditorForm: TIBDeleteS
111      TabOrder = 7
112      TopIndex = -1
113    end
114 +  object IBTransaction1: TIBTransaction
115 +    Active = False
116 +    left = 24
117 +    top = 208
118 +  end
119   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines