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

# 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 67 Position = poScreenCenter
12     LCLVersion = '1.8.0.4'
13 tony 5 object Label1: TLabel
14     Left = 16
15 tony 67 Height = 14
16 tony 5 Top = 16
17 tony 19 Width = 69
18 tony 5 Caption = 'Table Name'
19     ParentColor = False
20     end
21     object Label2: TLabel
22     Left = 19
23 tony 67 Height = 14
24 tony 5 Top = 84
25 tony 19 Width = 33
26 tony 5 Caption = 'Fields'
27     ParentColor = False
28     end
29     object Label3: TLabel
30     Left = 279
31 tony 67 Height = 14
32 tony 5 Top = 16
33 tony 19 Width = 24
34 tony 5 Caption = 'SQL'
35     ParentColor = False
36     end
37     object Label4: TLabel
38     Left = 23
39 tony 67 Height = 14
40 tony 5 Top = 285
41 tony 19 Width = 77
42 tony 5 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 tony 7 Anchors = [akTop, akLeft, akRight, akBottom]
51     ScrollBars = ssAutoBoth
52 tony 5 TabOrder = 0
53     end
54     object Button1: TButton
55     Left = 552
56     Height = 30
57     Top = 380
58     Width = 72
59 tony 7 Anchors = [akRight, akBottom]
60 tony 5 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 tony 7 Anchors = [akRight, akBottom]
71 tony 5 Cancel = True
72     Caption = 'Cancel'
73     ModalResult = 2
74     TabOrder = 2
75     end
76     object TableNamesCombo: TComboBox
77     Left = 23
78 tony 19 Height = 27
79 tony 5 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 tony 7 Hint = 'Select Fields to include in Refresh Statements, or leave unselected to select all'
89 tony 5 Top = 102
90     Width = 204
91     ItemHeight = 0
92 tony 7 MultiSelect = True
93 tony 5 OnDblClick = FieldListDblClick
94 tony 7 ParentShowHint = False
95 tony 19 ScrollWidth = 202
96 tony 7 ShowHint = True
97 tony 5 TabOrder = 4
98     TopIndex = -1
99     end
100 tony 7 object GenerateBtn: TButton
101     Left = 279
102 tony 5 Height = 30
103     Top = 380
104 tony 7 Width = 101
105     Anchors = [akRight, akBottom]
106 tony 5 Caption = 'Generate SQL'
107 tony 7 OnClick = GenerateBtnClick
108 tony 5 TabOrder = 5
109     end
110 tony 7 object TestBtn: TButton
111 tony 5 Left = 416
112     Height = 30
113     Top = 380
114     Width = 66
115 tony 7 Anchors = [akRight, akBottom]
116 tony 5 Caption = 'Test'
117 tony 7 OnClick = TestBtnClick
118 tony 5 TabOrder = 6
119     end
120     object QuoteFields: TCheckBox
121     Left = 16
122 tony 67 Height = 22
123 tony 19 Top = 400
124 tony 67 Width = 125
125 tony 5 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 tony 19 ScrollWidth = 198
136 tony 5 TabOrder = 8
137     TopIndex = -1
138     end
139 tony 19 object GenerateParams: TCheckBox
140     Left = 16
141 tony 67 Height = 22
142 tony 19 Top = 376
143 tony 67 Width = 171
144 tony 19 Caption = 'Allow DSQL Placeholders'
145     TabOrder = 9
146     end
147 tony 7 object IBTransaction1: TIBTransaction
148     Active = False
149     left = 205
150     top = 386
151     end
152 tony 5 end