Subversion Repositories lightgame

Compare Revisions

No changes between revisions

Regard whitespace Rev 3 → Rev 2

/trunk/LightGame_Icon.ico
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/trunk/LightGame.dproj
File deleted
/trunk/LightGame.res
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/LightGameMain.dfm
45520,7 → 45520,6
Top = 88
Width = 81
Height = 81
ParentBackground = False
TabOrder = 0
OnClick = Panel1Click
end
45530,7 → 45529,6
Top = 88
Width = 81
Height = 81
ParentBackground = False
TabOrder = 1
OnClick = Panel1Click
end
45540,7 → 45538,6
Top = 88
Width = 81
Height = 81
ParentBackground = False
TabOrder = 2
OnClick = Panel1Click
end
45550,7 → 45547,6
Top = 88
Width = 81
Height = 81
ParentBackground = False
TabOrder = 3
OnClick = Panel1Click
end
45560,7 → 45556,6
Top = 88
Width = 81
Height = 81
ParentBackground = False
TabOrder = 4
OnClick = Panel1Click
end
45570,7 → 45565,6
Top = 175
Width = 81
Height = 81
ParentBackground = False
TabOrder = 5
OnClick = Panel1Click
end
45580,7 → 45574,6
Top = 175
Width = 81
Height = 81
ParentBackground = False
TabOrder = 6
OnClick = Panel1Click
end
45590,7 → 45583,6
Top = 175
Width = 81
Height = 81
ParentBackground = False
TabOrder = 7
OnClick = Panel1Click
end
45600,7 → 45592,6
Top = 175
Width = 81
Height = 81
ParentBackground = False
TabOrder = 8
OnClick = Panel1Click
end
45610,7 → 45601,6
Top = 175
Width = 81
Height = 81
ParentBackground = False
TabOrder = 9
OnClick = Panel1Click
end
45620,7 → 45610,6
Top = 262
Width = 81
Height = 81
ParentBackground = False
TabOrder = 10
OnClick = Panel1Click
end
45630,7 → 45619,6
Top = 262
Width = 81
Height = 81
ParentBackground = False
TabOrder = 11
OnClick = Panel1Click
end
45640,7 → 45628,6
Top = 262
Width = 81
Height = 81
ParentBackground = False
TabOrder = 12
OnClick = Panel1Click
end
45650,7 → 45637,6
Top = 262
Width = 81
Height = 81
ParentBackground = False
TabOrder = 13
OnClick = Panel1Click
end
45660,7 → 45646,6
Top = 262
Width = 81
Height = 81
ParentBackground = False
TabOrder = 14
OnClick = Panel1Click
end
45670,7 → 45655,6
Top = 349
Width = 81
Height = 81
ParentBackground = False
TabOrder = 15
OnClick = Panel1Click
end
45680,7 → 45664,6
Top = 349
Width = 81
Height = 81
ParentBackground = False
TabOrder = 16
OnClick = Panel1Click
end
45690,7 → 45673,6
Top = 349
Width = 81
Height = 81
ParentBackground = False
TabOrder = 17
OnClick = Panel1Click
end
45700,7 → 45682,6
Top = 349
Width = 81
Height = 81
ParentBackground = False
TabOrder = 18
OnClick = Panel1Click
end
45710,7 → 45691,6
Top = 349
Width = 81
Height = 81
ParentBackground = False
TabOrder = 19
OnClick = Panel1Click
end
45720,7 → 45700,6
Top = 436
Width = 81
Height = 81
ParentBackground = False
TabOrder = 20
OnClick = Panel1Click
end
45730,7 → 45709,6
Top = 436
Width = 81
Height = 81
ParentBackground = False
TabOrder = 21
OnClick = Panel1Click
end
45740,7 → 45718,6
Top = 436
Width = 81
Height = 81
ParentBackground = False
TabOrder = 22
OnClick = Panel1Click
end
45750,7 → 45727,6
Top = 436
Width = 81
Height = 81
ParentBackground = False
TabOrder = 23
OnClick = Panel1Click
end
45760,7 → 45736,6
Top = 436
Width = 81
Height = 81
ParentBackground = False
TabOrder = 24
OnClick = Panel1Click
end
/trunk/LightGameMain.pas
10,7 → 10,7
 
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Menus, System.UITypes;
Dialogs, ExtCtrls, StdCtrls, Menus;
 
type
TMainForm = class(TForm)