File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
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 = 534
5
- ExplicitWidth = 540
4
+ ClientWidth = 547
5
+ ExplicitWidth = 553
6
6
ExplicitHeight = 410
7
7
PixelsPerInch = 96
8
8
TextHeight = 13
9
9
inherited pnlBody: TPanel
10
- Width = 521
11
- ExplicitWidth = 521
10
+ Width = 531
11
+ ExplicitWidth = 531
12
12
object pbBanner: TPaintBox
13
- Left = 151
13
+ Left = 161
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 = 145
29
+ Width = 155
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 = 151
39
+ Left = 161
40
40
Top = 29
41
41
Width = 370
42
42
Height = 263
@@ -52,6 +52,8 @@ inherited CompilersDlg: TCompilersDlg
52
52
Height = 235
53
53
Align = alClient
54
54
TabOrder = 0
55
+ ExplicitLeft = -4
56
+ ExplicitTop = 2
55
57
end
56
58
end
57
59
object tsSwitches: TTabSheet
You can’t perform that action at this time.
0 commit comments