ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibrefreshsqleditor.lfm
Revision: 19
Committed: Mon Jul 7 13:00:15 2014 UTC (9 years, 9 months ago) by tony
File size: 2970 byte(s)
Log Message:
Committing updates for Release R1-1-0

File Contents

# User Rev Content
1 tony 5 object IBRefreshSQLEditorForm: TIBRefreshSQLEditorForm
2 tony 19 Left = 492
3 tony 5 Height = 438
4 tony 19 Top = 340
5 tony 5 Width = 749
6     ActiveControl = TableNamesCombo
7     Caption = 'Refresh SQL Editor'
8     ClientHeight = 438
9     ClientWidth = 749
10     OnShow = FormShow
11 tony 19 LCLVersion = '1.2.2.0'
12 tony 5 object Label1: TLabel
13     Left = 16
14 tony 19 Height = 15
15 tony 5 Top = 16
16 tony 19 Width = 69
17 tony 5 Caption = 'Table Name'
18     ParentColor = False
19     end
20     object Label2: TLabel
21     Left = 19
22 tony 19 Height = 15
23 tony 5 Top = 84
24 tony 19 Width = 33
25 tony 5 Caption = 'Fields'
26     ParentColor = False
27     end
28     object Label3: TLabel
29     Left = 279
30 tony 19 Height = 15
31 tony 5 Top = 16
32 tony 19 Width = 24
33 tony 5 Caption = 'SQL'
34     ParentColor = False
35     end
36     object Label4: TLabel
37     Left = 23
38 tony 19 Height = 15
39 tony 5 Top = 285
40 tony 19 Width = 77
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     Top = 380
57     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 19 Height = 27
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     Height = 170
87 tony 7 Hint = 'Select Fields to include in Refresh Statements, or leave unselected to select all'
88 tony 5 Top = 102
89     Width = 204
90     ItemHeight = 0
91 tony 7 MultiSelect = True
92 tony 5 OnDblClick = FieldListDblClick
93 tony 7 ParentShowHint = False
94 tony 19 ScrollWidth = 202
95 tony 7 ShowHint = True
96 tony 5 TabOrder = 4
97     TopIndex = -1
98     end
99 tony 7 object GenerateBtn: TButton
100     Left = 279
101 tony 5 Height = 30
102     Top = 380
103 tony 7 Width = 101
104     Anchors = [akRight, akBottom]
105 tony 5 Caption = 'Generate SQL'
106 tony 7 OnClick = GenerateBtnClick
107 tony 5 TabOrder = 5
108     end
109 tony 7 object TestBtn: TButton
110 tony 5 Left = 416
111     Height = 30
112     Top = 380
113     Width = 66
114 tony 7 Anchors = [akRight, akBottom]
115 tony 5 Caption = 'Test'
116 tony 7 OnClick = TestBtnClick
117 tony 5 TabOrder = 6
118     end
119     object QuoteFields: TCheckBox
120     Left = 16
121 tony 19 Height = 24
122     Top = 400
123     Width = 127
124 tony 5 Caption = '&Quote Identifiers'
125     TabOrder = 7
126     end
127     object PrimaryKeyList: TListBox
128     Left = 23
129     Height = 59
130     Top = 304
131     Width = 200
132     ItemHeight = 0
133     OnDblClick = PrimaryKeyListDblClick
134 tony 19 ScrollWidth = 198
135 tony 5 TabOrder = 8
136     TopIndex = -1
137     end
138 tony 19 object GenerateParams: TCheckBox
139     Left = 16
140     Height = 24
141     Top = 376
142     Width = 173
143     Caption = 'Allow DSQL Placeholders'
144     TabOrder = 9
145     end
146 tony 7 object IBTransaction1: TIBTransaction
147     Active = False
148     left = 205
149     top = 386
150     end
151 tony 5 end