File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 1
1
inherited CompilersDlg: TCompilersDlg
2
2
Caption = ' Configure Compilers'
3
3
ClientHeight = 381
4
- ClientWidth = 524
5
- ExplicitWidth = 530
4
+ ClientWidth = 534
5
+ ExplicitWidth = 540
6
6
ExplicitHeight = 410
7
7
PixelsPerInch = 96
8
8
TextHeight = 13
9
9
inherited pnlBody: TPanel
10
- Width = 505
11
- ExplicitWidth = 505
10
+ Width = 521
11
+ ExplicitWidth = 521
12
12
object pbBanner: TPaintBox
13
- Left = 135
13
+ Left = 151
14
14
Top = 0
15
15
Width = 370
16
16
Height = 23
@@ -26,7 +26,7 @@ inherited CompilersDlg: TCompilersDlg
26
26
object lbCompilers: TListBox
27
27
Left = 0
28
28
Top = 0
29
- Width = 129
29
+ Width = 145
30
30
Height = 292
31
31
Style = lbOwnerDrawFixed
32
32
Ctl3D = True
@@ -36,7 +36,7 @@ inherited CompilersDlg: TCompilersDlg
36
36
TabOrder = 0
37
37
end
38
38
object pcCompiler: TPageControl
39
- Left = 135
39
+ Left = 151
40
40
Top = 29
41
41
Width = 370
42
42
Height = 263
@@ -123,10 +123,6 @@ inherited CompilersDlg: TCompilersDlg
123
123
object tsLog: TTabSheet
124
124
Caption = ' Output Log'
125
125
ImageIndex = 1
126
- ExplicitLeft = 0
127
- ExplicitTop = 0
128
- ExplicitWidth = 0
129
- ExplicitHeight = 0
130
126
inline frmLog: TCompilersDlgLogFrame
131
127
Left = 0
132
128
Top = 0
You can’t perform that action at this time.
0 commit comments