File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ inherited SnippetsEditorDlg: TSnippetsEditorDlg
6
6
ClientWidth = 738
7
7
Position = poDesigned
8
8
ExplicitWidth = 744
9
- ExplicitHeight = 606
9
+ ExplicitHeight = 607
10
10
PixelsPerInch = 96
11
11
TextHeight = 13
12
12
inherited pnlBody: TPanel
@@ -19,7 +19,7 @@ inherited SnippetsEditorDlg: TSnippetsEditorDlg
19
19
Top = 0
20
20
Width = 662
21
21
Height = 504
22
- ActivePage = tsReferences
22
+ ActivePage = tsCompileResults
23
23
Align = alClient
24
24
TabOrder = 0
25
25
OnChange = pcMainChange
@@ -193,10 +193,6 @@ inherited SnippetsEditorDlg: TSnippetsEditorDlg
193
193
object tsReferences: TTabSheet
194
194
Caption = ' References'
195
195
ImageIndex = 1
196
- ExplicitLeft = 0
197
- ExplicitTop = 0
198
- ExplicitWidth = 0
199
- ExplicitHeight = 0
200
196
object lblXRefs: TLabel
201
197
Left = 3
202
198
Top = 3
@@ -326,10 +322,6 @@ inherited SnippetsEditorDlg: TSnippetsEditorDlg
326
322
object tsCompileResults: TTabSheet
327
323
Caption = ' Compile Results'
328
324
ImageIndex = 3
329
- ExplicitLeft = 0
330
- ExplicitTop = 0
331
- ExplicitWidth = 0
332
- ExplicitHeight = 0
333
325
object lblCompilers: TLabel
334
326
Left = 3
335
327
Top = 3
@@ -347,8 +339,8 @@ inherited SnippetsEditorDlg: TSnippetsEditorDlg
347
339
end
348
340
object lblCompResDesc: TLabel
349
341
Left = 3
350
- Top = 405
351
- Width = 166
342
+ Top = 401
343
+ Width = 186
352
344
Height = 60
353
345
AutoSize = False
354
346
Caption =
@@ -359,7 +351,7 @@ inherited SnippetsEditorDlg: TSnippetsEditorDlg
359
351
object lbCompilers: TListBox
360
352
Left = 3
361
353
Top = 22
362
- Width = 166
354
+ Width = 186
363
355
Height = 373
364
356
Style = lbOwnerDrawFixed
365
357
ItemHeight = 28
You can’t perform that action at this time.
0 commit comments