You've already forked lazarus-ccr
fpchess: Updates to 0.6
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1908 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
AppName=FPChess
|
AppName=FPChess
|
||||||
AppVerName=FPChess v0.5
|
AppVerName=FPChess v0.6
|
||||||
AppPublisherURL=http://wiki.lazarus.freepascal.org/fpChess
|
AppPublisherURL=http://wiki.lazarus.freepascal.org/fpChess
|
||||||
AppSupportURL=http://wiki.lazarus.freepascal.org/fpChess
|
AppSupportURL=http://wiki.lazarus.freepascal.org/fpChess
|
||||||
AppUpdatesURL=http://wiki.lazarus.freepascal.org/fpChess
|
AppUpdatesURL=http://wiki.lazarus.freepascal.org/fpChess
|
||||||
@ -11,10 +11,10 @@ DefaultDirName={pf}\FPChess
|
|||||||
DefaultGroupName=Free Pascal Applications Suite
|
DefaultGroupName=Free Pascal Applications Suite
|
||||||
; LicenseFile=..\license.txt
|
; LicenseFile=..\license.txt
|
||||||
OutputDir=.\
|
OutputDir=.\
|
||||||
OutputBaseFilename=FPChess0.5_install
|
OutputBaseFilename=FPChess0.6_install
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
VersionInfoVersion=0.5
|
VersionInfoVersion=0.6
|
||||||
AllowNoIcons=yes
|
AllowNoIcons=yes
|
||||||
|
|
||||||
[Languages]
|
[Languages]
|
||||||
|
@ -4,7 +4,7 @@ object formChess: TformChess
|
|||||||
Top = 123
|
Top = 123
|
||||||
Width = 360
|
Width = 360
|
||||||
ActiveControl = notebookMain
|
ActiveControl = notebookMain
|
||||||
Caption = 'FP Chess 1.0'
|
Caption = 'FP Chess 0.6'
|
||||||
ClientHeight = 500
|
ClientHeight = 500
|
||||||
ClientWidth = 360
|
ClientWidth = 360
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
@ -28,7 +28,7 @@ object formChess: TformChess
|
|||||||
Width = 360
|
Width = 360
|
||||||
Alignment = taCenter
|
Alignment = taCenter
|
||||||
AutoSize = False
|
AutoSize = False
|
||||||
Caption = 'Welcome to FP Chess 1.0'
|
Caption = 'Welcome to FP Chess 0.6'
|
||||||
Font.Height = -19
|
Font.Height = -19
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
ParentFont = False
|
ParentFont = False
|
||||||
@ -45,17 +45,17 @@ object formChess: TformChess
|
|||||||
end
|
end
|
||||||
object Label6: TLabel
|
object Label6: TLabel
|
||||||
Left = 28
|
Left = 28
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 128
|
Top = 128
|
||||||
Width = 56
|
Width = 43
|
||||||
Caption = 'Start as:'
|
Caption = 'Start as:'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object Label7: TLabel
|
object Label7: TLabel
|
||||||
Left = 80
|
Left = 80
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 175
|
Top = 175
|
||||||
Width = 152
|
Width = 114
|
||||||
Caption = 'minutes for each player'
|
Caption = 'minutes for each player'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
@ -70,7 +70,7 @@ object formChess: TformChess
|
|||||||
end
|
end
|
||||||
object editPlayerName: TLabeledEdit
|
object editPlayerName: TLabeledEdit
|
||||||
Left = 88
|
Left = 88
|
||||||
Height = 25
|
Height = 21
|
||||||
Top = 104
|
Top = 104
|
||||||
Width = 120
|
Width = 120
|
||||||
EditLabel.AnchorSideLeft.Control = editPlayerName
|
EditLabel.AnchorSideLeft.Control = editPlayerName
|
||||||
@ -78,10 +78,10 @@ object formChess: TformChess
|
|||||||
EditLabel.AnchorSideTop.Side = asrCenter
|
EditLabel.AnchorSideTop.Side = asrCenter
|
||||||
EditLabel.AnchorSideRight.Control = editPlayerName
|
EditLabel.AnchorSideRight.Control = editPlayerName
|
||||||
EditLabel.AnchorSideBottom.Control = editPlayerName
|
EditLabel.AnchorSideBottom.Control = editPlayerName
|
||||||
EditLabel.Left = 2
|
EditLabel.Left = 24
|
||||||
EditLabel.Height = 18
|
EditLabel.Height = 14
|
||||||
EditLabel.Top = 107
|
EditLabel.Top = 107
|
||||||
EditLabel.Width = 83
|
EditLabel.Width = 61
|
||||||
EditLabel.Caption = 'Player Name'
|
EditLabel.Caption = 'Player Name'
|
||||||
EditLabel.ParentColor = False
|
EditLabel.ParentColor = False
|
||||||
LabelPosition = lpLeft
|
LabelPosition = lpLeft
|
||||||
@ -89,10 +89,10 @@ object formChess: TformChess
|
|||||||
end
|
end
|
||||||
object comboStartColor: TComboBox
|
object comboStartColor: TComboBox
|
||||||
Left = 88
|
Left = 88
|
||||||
Height = 27
|
Height = 21
|
||||||
Top = 128
|
Top = 128
|
||||||
Width = 120
|
Width = 120
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
ItemIndex = 0
|
ItemIndex = 0
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'White'
|
'White'
|
||||||
@ -103,9 +103,9 @@ object formChess: TformChess
|
|||||||
end
|
end
|
||||||
object checkTimer: TCheckBox
|
object checkTimer: TCheckBox
|
||||||
Left = 24
|
Left = 24
|
||||||
Height = 21
|
Height = 17
|
||||||
Top = 152
|
Top = 152
|
||||||
Width = 220
|
Width = 163
|
||||||
Caption = 'Set a time limit for each Player'
|
Caption = 'Set a time limit for each Player'
|
||||||
Checked = True
|
Checked = True
|
||||||
State = cbChecked
|
State = cbChecked
|
||||||
@ -113,7 +113,7 @@ object formChess: TformChess
|
|||||||
end
|
end
|
||||||
object spinPlayerTime: TSpinEdit
|
object spinPlayerTime: TSpinEdit
|
||||||
Left = 21
|
Left = 21
|
||||||
Height = 25
|
Height = 21
|
||||||
Top = 176
|
Top = 176
|
||||||
Width = 50
|
Width = 50
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
@ -121,10 +121,10 @@ object formChess: TformChess
|
|||||||
end
|
end
|
||||||
object comboGameMode: TComboBox
|
object comboGameMode: TComboBox
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 27
|
Height = 21
|
||||||
Top = 74
|
Top = 74
|
||||||
Width = 346
|
Width = 346
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
OnChange = comboGameModeSelect
|
OnChange = comboGameModeSelect
|
||||||
OnSelect = comboGameModeSelect
|
OnSelect = comboGameModeSelect
|
||||||
TabOrder = 5
|
TabOrder = 5
|
||||||
@ -140,7 +140,7 @@ object formChess: TformChess
|
|||||||
end
|
end
|
||||||
object editLocalIP: TLabeledEdit
|
object editLocalIP: TLabeledEdit
|
||||||
Left = 120
|
Left = 120
|
||||||
Height = 25
|
Height = 21
|
||||||
Top = 200
|
Top = 200
|
||||||
Width = 120
|
Width = 120
|
||||||
EditLabel.AnchorSideLeft.Control = editLocalIP
|
EditLabel.AnchorSideLeft.Control = editLocalIP
|
||||||
@ -148,10 +148,10 @@ object formChess: TformChess
|
|||||||
EditLabel.AnchorSideTop.Side = asrCenter
|
EditLabel.AnchorSideTop.Side = asrCenter
|
||||||
EditLabel.AnchorSideRight.Control = editLocalIP
|
EditLabel.AnchorSideRight.Control = editLocalIP
|
||||||
EditLabel.AnchorSideBottom.Control = editLocalIP
|
EditLabel.AnchorSideBottom.Control = editLocalIP
|
||||||
EditLabel.Left = 15
|
EditLabel.Left = 35
|
||||||
EditLabel.Height = 18
|
EditLabel.Height = 14
|
||||||
EditLabel.Top = 203
|
EditLabel.Top = 203
|
||||||
EditLabel.Width = 102
|
EditLabel.Width = 82
|
||||||
EditLabel.Caption = 'Your IP Address:'
|
EditLabel.Caption = 'Your IP Address:'
|
||||||
EditLabel.ParentColor = False
|
EditLabel.ParentColor = False
|
||||||
LabelPosition = lpLeft
|
LabelPosition = lpLeft
|
||||||
@ -169,8 +169,8 @@ object formChess: TformChess
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
object pageGame: TPage
|
object pageGame: TPage
|
||||||
ClientWidth = 1440
|
ClientWidth = 2880
|
||||||
ClientHeight = 2000
|
ClientHeight = 4000
|
||||||
object labelPos: TLabel
|
object labelPos: TLabel
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 18
|
Height = 18
|
||||||
@ -238,8 +238,8 @@ object formChess: TformChess
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
object pageWebservice: TPage
|
object pageWebservice: TPage
|
||||||
ClientWidth = 23040
|
ClientWidth = 46080
|
||||||
ClientHeight = 27712
|
ClientHeight = 55424
|
||||||
object Label8: TLabel
|
object Label8: TLabel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 32
|
Height = 32
|
||||||
|
Reference in New Issue
Block a user