1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-25 01:57:47 +01:00

adjust form size

This commit is contained in:
FunkyFr3sh 2023-08-04 12:28:21 +02:00
parent 3c5d99ac57
commit 5e2f00f174

View File

@ -4,8 +4,8 @@ object ConfigForm: TConfigForm
BorderIcons = [biSystemMenu, biMinimize] BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle BorderStyle = bsSingle
Caption = 'cnc-ddraw config' Caption = 'cnc-ddraw config'
ClientHeight = 481 ClientHeight = 477
ClientWidth = 704 ClientWidth = 731
Color = clHotLight Color = clHotLight
Font.Charset = DEFAULT_CHARSET Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText Font.Color = clWindowText
@ -2681,7 +2681,7 @@ object ConfigForm: TConfigForm
OnCreate = FormCreate OnCreate = FormCreate
TextHeight = 13 TextHeight = 13
object AdvancedPnl: TPanel object AdvancedPnl: TPanel
Left = 201 Left = 233
Top = 8 Top = 8
Width = 499 Width = 499
Height = 465 Height = 465
@ -2875,7 +2875,7 @@ object ConfigForm: TConfigForm
end end
end end
object DisplayPnl: TPanel object DisplayPnl: TPanel
Left = 201 Left = 233
Top = 8 Top = 8
Width = 499 Width = 499
Height = 465 Height = 465
@ -3060,7 +3060,7 @@ object ConfigForm: TConfigForm
end end
end end
object CompatibilityPnl: TPanel object CompatibilityPnl: TPanel
Left = 201 Left = 233
Top = 8 Top = 8
Width = 499 Width = 499
Height = 465 Height = 465
@ -3245,19 +3245,19 @@ object ConfigForm: TConfigForm
object MenuPnl: TPanel object MenuPnl: TPanel
Left = 0 Left = 0
Top = 8 Top = 8
Width = 201 Width = 227
Height = 465 Height = 465
BevelOuter = bvNone BevelOuter = bvNone
Color = clHotLight Color = clHotLight
ParentBackground = False ParentBackground = False
TabOrder = 0 TabOrder = 0
DesignSize = ( DesignSize = (
201 227
465) 465)
object DisplayBtn: TSpeedButton object DisplayBtn: TSpeedButton
Left = 5 Left = 5
Top = 8 Top = 8
Width = 190 Width = 216
Height = 41 Height = 41
Anchors = [akLeft, akTop, akRight] Anchors = [akLeft, akTop, akRight]
Caption = 'Display Settings' Caption = 'Display Settings'
@ -3269,11 +3269,12 @@ object ConfigForm: TConfigForm
Font.Style = [] Font.Style = []
ParentFont = False ParentFont = False
OnClick = DisplayBtnClick OnClick = DisplayBtnClick
ExplicitWidth = 190
end end
object AdvancedBtn: TSpeedButton object AdvancedBtn: TSpeedButton
Left = 5 Left = 5
Top = 55 Top = 55
Width = 190 Width = 216
Height = 41 Height = 41
Anchors = [akLeft, akTop, akRight] Anchors = [akLeft, akTop, akRight]
Caption = 'Advanced Settings' Caption = 'Advanced Settings'
@ -3285,11 +3286,12 @@ object ConfigForm: TConfigForm
Font.Style = [] Font.Style = []
ParentFont = False ParentFont = False
OnClick = AdvancedBtnClick OnClick = AdvancedBtnClick
ExplicitWidth = 190
end end
object CompatibilityBtn: TSpeedButton object CompatibilityBtn: TSpeedButton
Left = 5 Left = 5
Top = 102 Top = 102
Width = 190 Width = 216
Height = 41 Height = 41
Anchors = [akLeft, akTop, akRight] Anchors = [akLeft, akTop, akRight]
Caption = 'Compatibility Settings' Caption = 'Compatibility Settings'
@ -3301,6 +3303,7 @@ object ConfigForm: TConfigForm
Font.Style = [] Font.Style = []
ParentFont = False ParentFont = False
OnClick = CompatibilityBtnClick OnClick = CompatibilityBtnClick
ExplicitWidth = 190
end end
end end
end end