ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibmodifysqleditor.lfm
Revision: 7
Committed: Sun Aug 5 18:28:19 2012 UTC (11 years, 8 months ago) by tony
File size: 3013 byte(s)
Log Message:
Committing updates for Release R1-0-0

File Contents

# User Rev Content
1 tony 5 object IBModifySQLEditorForm: TIBModifySQLEditorForm
2 tony 7 Left = 508
3 tony 5 Height = 438
4 tony 7 Top = 250
5 tony 5 Width = 749
6     ActiveControl = TableNamesCombo
7     Caption = 'Modify SQL Editor'
8     ClientHeight = 438
9     ClientWidth = 749
10     OnShow = FormShow
11 tony 7 LCLVersion = '0.9.30'
12 tony 5 object Label1: TLabel
13     Left = 16
14 tony 7 Height = 18
15 tony 5 Top = 16
16 tony 7 Width = 78
17 tony 5 Caption = 'Table Name'
18     ParentColor = False
19     end
20     object Label2: TLabel
21     Left = 19
22 tony 7 Height = 18
23 tony 5 Top = 84
24 tony 7 Width = 39
25 tony 5 Caption = 'Fields'
26     ParentColor = False
27     end
28     object Label3: TLabel
29     Left = 279
30 tony 7 Height = 18
31 tony 5 Top = 16
32 tony 7 Width = 26
33 tony 5 Caption = 'SQL'
34     ParentColor = False
35     end
36     object Label4: TLabel
37     Left = 23
38 tony 7 Height = 18
39 tony 5 Top = 285
40 tony 7 Width = 87
41 tony 5 Caption = 'Primary Keys'
42     ParentColor = False
43     end
44     object SQLText: TMemo
45     Left = 279
46     Height = 328
47     Top = 36
48     Width = 439
49 tony 7 Anchors = [akTop, akLeft, akRight, akBottom]
50     ScrollBars = ssAutoBoth
51 tony 5 TabOrder = 0
52     end
53     object Button1: TButton
54     Left = 552
55     Height = 30
56 tony 7 Top = 379
57 tony 5 Width = 72
58 tony 7 Anchors = [akRight, akBottom]
59 tony 5 Caption = 'OK'
60     Default = True
61     ModalResult = 1
62     TabOrder = 1
63     end
64     object Button2: TButton
65     Left = 640
66     Height = 30
67     Top = 380
68     Width = 72
69 tony 7 Anchors = [akRight, akBottom]
70 tony 5 Cancel = True
71     Caption = 'Cancel'
72     ModalResult = 2
73     TabOrder = 2
74     end
75     object TableNamesCombo: TComboBox
76     Left = 23
77 tony 7 Height = 29
78 tony 5 Top = 38
79     Width = 201
80     ItemHeight = 0
81     OnCloseUp = TableNamesComboCloseUp
82     TabOrder = 3
83     end
84     object FieldList: TListBox
85     Left = 21
86 tony 7 Height = 146
87 tony 5 Hint = 'Select Fields to include in Update Statement, or leave unselected to select all'
88     Top = 102
89     Width = 204
90     ItemHeight = 0
91     MultiSelect = True
92     OnDblClick = FieldListDblClick
93     ParentShowHint = False
94     ShowHint = True
95     TabOrder = 4
96     TopIndex = -1
97     end
98 tony 7 object GenerateBtn: TButton
99 tony 5 Left = 280
100     Height = 30
101     Top = 380
102 tony 7 Width = 101
103     Anchors = [akRight, akBottom]
104 tony 5 Caption = 'Generate SQL'
105 tony 7 OnClick = GenerateBtnClick
106 tony 5 TabOrder = 5
107     end
108 tony 7 object TestBtn: TButton
109 tony 5 Left = 416
110     Height = 30
111     Top = 380
112     Width = 66
113 tony 7 Anchors = [akRight, akBottom]
114 tony 5 Caption = 'Test'
115 tony 7 OnClick = TestBtnClick
116 tony 5 TabOrder = 6
117     end
118     object QuoteFields: TCheckBox
119     Left = 16
120     Height = 22
121     Top = 380
122 tony 7 Width = 132
123 tony 5 Caption = '&Quote Identifiers'
124     TabOrder = 7
125     end
126     object PrimaryKeyList: TListBox
127     Left = 23
128     Height = 59
129     Top = 304
130     Width = 200
131     ItemHeight = 0
132     OnDblClick = PrimaryKeyListDblClick
133     TabOrder = 8
134     TopIndex = -1
135     end
136 tony 7 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 tony 5 end