ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibrefreshsqleditor.lfm
Revision: 67
Committed: Tue Oct 3 14:08:11 2017 UTC (6 years, 6 months ago) by tony
File size: 2998 byte(s)
Log Message:
Property Editor positioning tidy up

File Contents

# Content
1 object IBRefreshSQLEditorForm: TIBRefreshSQLEditorForm
2 Left = 492
3 Height = 438
4 Top = 340
5 Width = 749
6 ActiveControl = TableNamesCombo
7 Caption = 'Refresh SQL Editor'
8 ClientHeight = 438
9 ClientWidth = 749
10 OnShow = FormShow
11 Position = poScreenCenter
12 LCLVersion = '1.8.0.4'
13 object Label1: TLabel
14 Left = 16
15 Height = 14
16 Top = 16
17 Width = 69
18 Caption = 'Table Name'
19 ParentColor = False
20 end
21 object Label2: TLabel
22 Left = 19
23 Height = 14
24 Top = 84
25 Width = 33
26 Caption = 'Fields'
27 ParentColor = False
28 end
29 object Label3: TLabel
30 Left = 279
31 Height = 14
32 Top = 16
33 Width = 24
34 Caption = 'SQL'
35 ParentColor = False
36 end
37 object Label4: TLabel
38 Left = 23
39 Height = 14
40 Top = 285
41 Width = 77
42 Caption = 'Primary Keys'
43 ParentColor = False
44 end
45 object SQLText: TMemo
46 Left = 279
47 Height = 328
48 Top = 36
49 Width = 439
50 Anchors = [akTop, akLeft, akRight, akBottom]
51 ScrollBars = ssAutoBoth
52 TabOrder = 0
53 end
54 object Button1: TButton
55 Left = 552
56 Height = 30
57 Top = 380
58 Width = 72
59 Anchors = [akRight, akBottom]
60 Caption = 'OK'
61 Default = True
62 ModalResult = 1
63 TabOrder = 1
64 end
65 object Button2: TButton
66 Left = 640
67 Height = 30
68 Top = 380
69 Width = 72
70 Anchors = [akRight, akBottom]
71 Cancel = True
72 Caption = 'Cancel'
73 ModalResult = 2
74 TabOrder = 2
75 end
76 object TableNamesCombo: TComboBox
77 Left = 23
78 Height = 27
79 Top = 38
80 Width = 201
81 ItemHeight = 0
82 OnCloseUp = TableNamesComboCloseUp
83 TabOrder = 3
84 end
85 object FieldList: TListBox
86 Left = 21
87 Height = 170
88 Hint = 'Select Fields to include in Refresh Statements, or leave unselected to select all'
89 Top = 102
90 Width = 204
91 ItemHeight = 0
92 MultiSelect = True
93 OnDblClick = FieldListDblClick
94 ParentShowHint = False
95 ScrollWidth = 202
96 ShowHint = True
97 TabOrder = 4
98 TopIndex = -1
99 end
100 object GenerateBtn: TButton
101 Left = 279
102 Height = 30
103 Top = 380
104 Width = 101
105 Anchors = [akRight, akBottom]
106 Caption = 'Generate SQL'
107 OnClick = GenerateBtnClick
108 TabOrder = 5
109 end
110 object TestBtn: TButton
111 Left = 416
112 Height = 30
113 Top = 380
114 Width = 66
115 Anchors = [akRight, akBottom]
116 Caption = 'Test'
117 OnClick = TestBtnClick
118 TabOrder = 6
119 end
120 object QuoteFields: TCheckBox
121 Left = 16
122 Height = 22
123 Top = 400
124 Width = 125
125 Caption = '&Quote Identifiers'
126 TabOrder = 7
127 end
128 object PrimaryKeyList: TListBox
129 Left = 23
130 Height = 59
131 Top = 304
132 Width = 200
133 ItemHeight = 0
134 OnDblClick = PrimaryKeyListDblClick
135 ScrollWidth = 198
136 TabOrder = 8
137 TopIndex = -1
138 end
139 object GenerateParams: TCheckBox
140 Left = 16
141 Height = 22
142 Top = 376
143 Width = 171
144 Caption = 'Allow DSQL Placeholders'
145 TabOrder = 9
146 end
147 object IBTransaction1: TIBTransaction
148 Active = False
149 left = 205
150 top = 386
151 end
152 end