Skip to content

Commit f33cc7e

Browse files
author
DelphiDabbler
committed
Widened compiler list box to accommodate width of Delphi 10.1 Berlin compiler name.
1 parent 1763c8f commit f33cc7e

File tree

2 files changed

+45
-24
lines changed

2 files changed

+45
-24
lines changed

Src/FmCompilersDlg.dfm

Lines changed: 44 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ inherited CompilersDlg: TCompilersDlg
33
ClientHeight = 381
44
ClientWidth = 524
55
ExplicitWidth = 530
6-
ExplicitHeight = 409
6+
ExplicitHeight = 410
77
PixelsPerInch = 96
88
TextHeight = 13
99
inherited pnlBody: TPanel
10-
Width = 497
11-
ExplicitWidth = 497
10+
Width = 505
11+
ExplicitWidth = 505
1212
object pbBanner: TPaintBox
13-
Left = 128
13+
Left = 135
1414
Top = 0
15-
Width = 369
15+
Width = 370
1616
Height = 23
1717
Color = clActiveCaption
1818
Font.Charset = DEFAULT_CHARSET
@@ -26,7 +26,7 @@ inherited CompilersDlg: TCompilersDlg
2626
object lbCompilers: TListBox
2727
Left = 0
2828
Top = 0
29-
Width = 121
29+
Width = 129
3030
Height = 292
3131
Style = lbOwnerDrawFixed
3232
Ctl3D = True
@@ -36,7 +36,7 @@ inherited CompilersDlg: TCompilersDlg
3636
TabOrder = 0
3737
end
3838
object pcCompiler: TPageControl
39-
Left = 127
39+
Left = 135
4040
Top = 29
4141
Width = 370
4242
Height = 263
@@ -45,77 +45,98 @@ inherited CompilersDlg: TCompilersDlg
4545
OnMouseDown = pcCompilerMouseDown
4646
object tsCompiler: TTabSheet
4747
Caption = 'Compiler'
48-
ExplicitWidth = 313
49-
ExplicitHeight = 199
5048
inline frmCompiler: TCompilersDlgCompilerFrame
5149
Left = 0
5250
Top = 0
5351
Width = 362
5452
Height = 235
5553
Align = alClient
5654
TabOrder = 0
57-
ExplicitHeight = 199
5855
end
5956
end
6057
object tsSwitches: TTabSheet
6158
Caption = 'Switches'
6259
ImageIndex = 2
63-
ExplicitWidth = 313
64-
ExplicitHeight = 199
6560
inline frmSwitches: TCompilersDlgSwitchesFrame
6661
Left = 0
6762
Top = 0
6863
Width = 362
6964
Height = 235
7065
Align = alClient
7166
TabOrder = 0
72-
ExplicitHeight = 199
67+
inherited btnDefSwitches: TButton
68+
ExplicitLeft = 293
69+
end
70+
inherited btnAdd: TButton
71+
ExplicitLeft = 222
72+
end
73+
inherited btnReplace: TButton
74+
ExplicitLeft = 293
75+
end
76+
inherited btnDelete: TButton
77+
ExplicitLeft = 222
78+
end
7379
end
7480
end
7581
object tsNamespaces: TTabSheet
7682
Caption = 'Namespaces'
7783
ImageIndex = 4
78-
ExplicitWidth = 313
79-
ExplicitHeight = 199
8084
inline frmNamespaces: TCompilersDlgNamespacesFrame
8185
Left = 0
8286
Top = 0
8387
Width = 362
8488
Height = 235
8589
Align = alClient
8690
TabOrder = 0
87-
ExplicitWidth = 313
88-
ExplicitHeight = 199
91+
inherited btnDefSwitches: TButton
92+
ExplicitLeft = 293
93+
end
94+
inherited btnAdd: TButton
95+
ExplicitLeft = 222
96+
end
97+
inherited btnReplace: TButton
98+
ExplicitLeft = 293
99+
end
100+
inherited btnDelete: TButton
101+
ExplicitLeft = 222
102+
end
89103
end
90104
end
91105
object tsSearchDirs: TTabSheet
92106
Caption = 'Search Paths'
93107
ImageIndex = 3
94-
ExplicitWidth = 313
95-
ExplicitHeight = 199
96108
inline frmSearchDirs: TCompilersDlgSearchDirsFrame
97109
Left = 0
98110
Top = 0
99111
Width = 362
100112
Height = 235
101113
Align = alClient
102114
TabOrder = 0
103-
ExplicitHeight = 199
115+
inherited edPath: TEdit
116+
ExplicitWidth = 322
117+
end
118+
inherited btnBrowse: TButton
119+
ExplicitLeft = 331
120+
end
104121
end
105122
end
106123
object tsLog: TTabSheet
107124
Caption = 'Output Log'
108125
ImageIndex = 1
109-
ExplicitWidth = 313
110-
ExplicitHeight = 199
126+
ExplicitLeft = 0
127+
ExplicitTop = 0
128+
ExplicitWidth = 0
129+
ExplicitHeight = 0
111130
inline frmLog: TCompilersDlgLogFrame
112131
Left = 0
113132
Top = 0
114133
Width = 362
115134
Height = 235
116135
Align = alClient
117136
TabOrder = 0
118-
ExplicitHeight = 199
137+
inherited vleLogPrefixes: TValueListEditor
138+
ExplicitWidth = 354
139+
end
119140
end
120141
end
121142
end

Src/FmCompilersDlg.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at http://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2005-2013, Peter Johnson (www.delphidabbler.com).
6+
* Copyright (C) 2005-2016, Peter Johnson (www.delphidabbler.com).
77
*
88
* $Rev$
99
* $Date$

0 commit comments

Comments
 (0)