- Updated Project Files
- Fixed frmLargeScaleCommand for recent LCL changes
This commit is contained in:
parent
d158c28452
commit
a309caa235
|
@ -5,7 +5,6 @@
|
|||
<General>
|
||||
<Flags>
|
||||
<MainUnitHasUsesSectionForAllUnits Value="False"/>
|
||||
<AlwaysBuild Value="False"/>
|
||||
</Flags>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<MainUnit Value="0"/>
|
||||
|
@ -19,13 +18,16 @@
|
|||
<MinorVersionNr Value="6"/>
|
||||
<RevisionNr Value="1"/>
|
||||
<BuildNr Value="209"/>
|
||||
<StringTable CompanyName="AKS DataBasis" FileDescription="UO CentrED" InternalName="CentrED" LegalCopyright="Andreas Schneider" OriginalFilename="CentrED.exe" ProductName="CentrED"/>
|
||||
<StringTable CompanyName="AKS DataBasis" FileDescription="UO CentrED" InternalName="CentrED" LegalCopyright="Andreas Schneider" OriginalFilename="CentrED.exe" ProductName="CentrED" ProductVersion=""/>
|
||||
</VersionInfo>
|
||||
<MacroValues Count="1">
|
||||
<Macro1 Name="LCLWidgetType" Value="gtk2"/>
|
||||
</MacroValues>
|
||||
<BuildModes Count="3">
|
||||
<Item1 Name="default" Default="True"/>
|
||||
<Item2 Name="Release Win32">
|
||||
<CompilerOptions>
|
||||
<Version Value="9"/>
|
||||
<Version Value="10"/>
|
||||
<Target>
|
||||
<Filename Value="../bin/CentrED"/>
|
||||
</Target>
|
||||
|
@ -34,7 +36,6 @@
|
|||
<OtherUnitFiles Value="..;../UOLib;../MulProvider;../Imaging;../Imaging/JpegLib;../Imaging/ZLib;Tools"/>
|
||||
<UnitOutputDirectory Value="../obj/$(TargetCPU)-$(TargetOS)"/>
|
||||
<SrcPath Value="$(LazarusDir)/lcl;$(LazarusDir)/lcl/interfaces/$(LCLWidgetType);..;../UOLib;../MulProvider;../Imaging;../Imaging/JpegLib;../Imaging/ZLib;Tools"/>
|
||||
<LCLWidgetType Value="win32"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
|
@ -74,7 +75,7 @@
|
|||
</Item2>
|
||||
<Item3 Name="Release Linux GTK2 x86">
|
||||
<CompilerOptions>
|
||||
<Version Value="9"/>
|
||||
<Version Value="10"/>
|
||||
<Target>
|
||||
<Filename Value="../bin/CentrED"/>
|
||||
</Target>
|
||||
|
@ -83,7 +84,6 @@
|
|||
<OtherUnitFiles Value="..;../UOLib;../MulProvider;../Imaging;../Imaging/JpegLib;../Imaging/ZLib;Tools"/>
|
||||
<UnitOutputDirectory Value="../obj/$(TargetCPU)-$(TargetOS)"/>
|
||||
<SrcPath Value="$(LazarusDir)/lcl;$(LazarusDir)/lcl/interfaces/$(LCLWidgetType);..;../UOLib;../MulProvider;../Imaging;../Imaging/JpegLib;../Imaging/ZLib;Tools"/>
|
||||
<LCLWidgetType Value="gtk2"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
|
@ -427,7 +427,7 @@
|
|||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="9"/>
|
||||
<Version Value="10"/>
|
||||
<Target>
|
||||
<Filename Value="../bin/CentrED"/>
|
||||
</Target>
|
||||
|
|
|
@ -15,7 +15,7 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
OnShow = FormShow
|
||||
Position = poOwnerFormCenter
|
||||
ShowInTaskBar = stAlways
|
||||
LCLVersion = '0.9.29'
|
||||
LCLVersion = '0.9.31'
|
||||
object nbActions: TNotebook
|
||||
AnchorSideLeft.Control = vstActions
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
|
@ -27,22 +27,21 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Height = 349
|
||||
Top = 0
|
||||
Width = 468
|
||||
PageIndex = 3
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
PageIndex = 1
|
||||
ShowTabs = False
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
object pgArea: TPage
|
||||
Caption = 'pgArea'
|
||||
ClientWidth = 462
|
||||
ClientHeight = 316
|
||||
ClientWidth = 468
|
||||
ClientHeight = 349
|
||||
object sbArea: TScrollBox
|
||||
Left = 0
|
||||
Height = 316
|
||||
Height = 349
|
||||
Top = 0
|
||||
Width = 462
|
||||
Width = 468
|
||||
Align = alClient
|
||||
ClientHeight = 314
|
||||
ClientWidth = 460
|
||||
ClientHeight = 347
|
||||
ClientWidth = 466
|
||||
TabOrder = 0
|
||||
object pbArea: TPaintBox
|
||||
Left = 0
|
||||
|
@ -56,9 +55,8 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
end
|
||||
end
|
||||
object pgCopyMove: TPage
|
||||
Caption = 'Copy/Move'
|
||||
ClientWidth = 462
|
||||
ClientHeight = 343
|
||||
ClientWidth = 936
|
||||
ClientHeight = 698
|
||||
object rgCMAction: TRadioGroup
|
||||
AnchorSideLeft.Control = pgCopyMove
|
||||
AnchorSideTop.Control = pgCopyMove
|
||||
|
@ -77,7 +75,7 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 2
|
||||
ClientHeight = 26
|
||||
ClientHeight = 24
|
||||
ClientWidth = 182
|
||||
Columns = 2
|
||||
ItemIndex = 0
|
||||
|
@ -96,7 +94,7 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Top = 56
|
||||
Width = 121
|
||||
Caption = 'Offset'
|
||||
ClientHeight = 67
|
||||
ClientHeight = 65
|
||||
ClientWidth = 119
|
||||
TabOrder = 1
|
||||
object Label9: TLabel
|
||||
|
@ -104,9 +102,9 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideTop.Control = seCMOffsetX
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 8
|
||||
Height = 14
|
||||
Top = 10
|
||||
Width = 11
|
||||
Height = 15
|
||||
Top = 11
|
||||
Width = 12
|
||||
BorderSpacing.Around = 8
|
||||
Caption = 'X:'
|
||||
ParentColor = False
|
||||
|
@ -116,8 +114,8 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideTop.Control = seCMOffsetY
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 8
|
||||
Height = 14
|
||||
Top = 37
|
||||
Height = 15
|
||||
Top = 39
|
||||
Width = 10
|
||||
Caption = 'Y:'
|
||||
ParentColor = False
|
||||
|
@ -127,10 +125,10 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = gbCMOffset
|
||||
AnchorSideRight.Control = btnGrabOffset
|
||||
Left = 27
|
||||
Height = 19
|
||||
Left = 28
|
||||
Height = 20
|
||||
Top = 8
|
||||
Width = 62
|
||||
Width = 61
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Bottom = 4
|
||||
|
@ -143,10 +141,10 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = seCMOffsetX
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 27
|
||||
Height = 19
|
||||
Top = 35
|
||||
Width = 62
|
||||
Left = 28
|
||||
Height = 20
|
||||
Top = 36
|
||||
Width = 61
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Bottom = 8
|
||||
TabOrder = 1
|
||||
|
@ -163,7 +161,6 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Width = 22
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Around = 4
|
||||
Color = clBtnFace
|
||||
Enabled = False
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
|
@ -214,26 +211,26 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Left = 8
|
||||
Height = 22
|
||||
Top = 145
|
||||
Width = 170
|
||||
Width = 189
|
||||
BorderSpacing.Top = 8
|
||||
Caption = 'Erase target area (at offset)'
|
||||
TabOrder = 2
|
||||
end
|
||||
end
|
||||
object pgModifyAltitude: TPage
|
||||
Caption = 'Modify altitude'
|
||||
ClientWidth = 462
|
||||
ClientHeight = 316
|
||||
ClientWidth = 468
|
||||
ClientHeight = 349
|
||||
object Label2: TLabel
|
||||
AnchorSideLeft.Control = rbSetTerrainAltitude
|
||||
AnchorSideTop.Control = rbSetTerrainAltitude
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 30
|
||||
Height = 46
|
||||
Height = 49
|
||||
Top = 30
|
||||
Width = 142
|
||||
Width = 162
|
||||
BorderSpacing.Left = 22
|
||||
Caption = 'The statics will be elevated according to the terrain change.'
|
||||
Constraints.MaxWidth = 170
|
||||
Enabled = False
|
||||
ParentColor = False
|
||||
WordWrap = True
|
||||
|
@ -241,10 +238,11 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
object Label3: TLabel
|
||||
AnchorSideTop.Control = rbSetTerrainAltitude
|
||||
Left = 228
|
||||
Height = 30
|
||||
Height = 32
|
||||
Top = 8
|
||||
Width = 125
|
||||
Width = 209
|
||||
Caption = 'Set the altitude to a value from this range:'
|
||||
Constraints.MaxWidth = 220
|
||||
ParentColor = False
|
||||
WordWrap = True
|
||||
end
|
||||
|
@ -254,8 +252,8 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideTop.Control = seTerrainAltitude1
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 286
|
||||
Height = 14
|
||||
Top = 48
|
||||
Height = 15
|
||||
Top = 51
|
||||
Width = 12
|
||||
BorderSpacing.Left = 8
|
||||
Caption = 'to'
|
||||
|
@ -267,13 +265,13 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Left = 8
|
||||
Height = 22
|
||||
Top = 8
|
||||
Width = 123
|
||||
Width = 134
|
||||
BorderSpacing.Left = 8
|
||||
BorderSpacing.Top = 8
|
||||
Caption = 'Set terrain altitude'
|
||||
Checked = True
|
||||
State = cbChecked
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
end
|
||||
object rbRelativeAltitudeChange: TRadioButton
|
||||
AnchorSideLeft.Control = rbSetTerrainAltitude
|
||||
|
@ -281,20 +279,19 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideTop.Side = asrBottom
|
||||
Left = 8
|
||||
Height = 22
|
||||
Top = 84
|
||||
Width = 153
|
||||
Top = 87
|
||||
Width = 164
|
||||
BorderSpacing.Top = 8
|
||||
Caption = 'Relative altitude change'
|
||||
TabOrder = 1
|
||||
TabStop = False
|
||||
end
|
||||
object seTerrainAltitude1: TSpinEdit
|
||||
AnchorSideLeft.Control = Label3
|
||||
AnchorSideTop.Control = Label3
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 228
|
||||
Height = 19
|
||||
Top = 46
|
||||
Height = 20
|
||||
Top = 48
|
||||
Width = 50
|
||||
BorderSpacing.Top = 8
|
||||
MaxValue = 127
|
||||
|
@ -306,8 +303,8 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = seTerrainAltitude1
|
||||
Left = 306
|
||||
Height = 19
|
||||
Top = 46
|
||||
Height = 20
|
||||
Top = 48
|
||||
Width = 50
|
||||
BorderSpacing.Left = 8
|
||||
MaxValue = 127
|
||||
|
@ -319,8 +316,8 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideTop.Control = rbRelativeAltitudeChange
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 30
|
||||
Height = 19
|
||||
Top = 106
|
||||
Height = 20
|
||||
Top = 109
|
||||
Width = 50
|
||||
MaxValue = 127
|
||||
MinValue = -128
|
||||
|
@ -328,32 +325,33 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
end
|
||||
end
|
||||
object pgDrawTerrain: TPage
|
||||
Caption = 'Draw Terrain'
|
||||
ClientWidth = 462
|
||||
ClientHeight = 316
|
||||
ClientWidth = 468
|
||||
ClientHeight = 349
|
||||
object gbDrawTerrainTiles: TGroupBox
|
||||
AnchorSideLeft.Control = pgDrawTerrain
|
||||
AnchorSideTop.Control = pgDrawTerrain
|
||||
AnchorSideBottom.Control = pgDrawTerrain
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 8
|
||||
Height = 300
|
||||
Height = 333
|
||||
Top = 8
|
||||
Width = 225
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
BorderSpacing.Around = 8
|
||||
Caption = 'Tiles'
|
||||
ClientHeight = 286
|
||||
ClientHeight = 318
|
||||
ClientWidth = 223
|
||||
TabOrder = 0
|
||||
object lblDrawTerrainTilesDesc: TLabel
|
||||
AnchorSideLeft.Control = gbDrawTerrainTiles
|
||||
AnchorSideTop.Control = gbDrawTerrainTiles
|
||||
AnchorSideRight.Control = gbDrawTerrainTiles
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 4
|
||||
Height = 62
|
||||
Height = 66
|
||||
Top = 0
|
||||
Width = 215
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 4
|
||||
BorderSpacing.Right = 4
|
||||
BorderSpacing.Bottom = 4
|
||||
|
@ -367,13 +365,14 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideTop.Control = lblDrawTerrainTilesDesc
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = gbDrawTerrainTiles
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = btnDeleteTerrain
|
||||
Cursor = 63
|
||||
Left = 4
|
||||
Height = 200
|
||||
Top = 66
|
||||
Height = 218
|
||||
Top = 70
|
||||
Width = 215
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Left = 4
|
||||
BorderSpacing.Right = 4
|
||||
BorderSpacing.Bottom = 4
|
||||
|
@ -416,10 +415,9 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Left = 30
|
||||
Height = 22
|
||||
Hint = 'Clear'
|
||||
Top = 270
|
||||
Top = 292
|
||||
Width = 22
|
||||
Anchors = [akLeft, akBottom]
|
||||
Color = clBtnFace
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000000000000000
|
||||
|
@ -468,11 +466,10 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Left = 4
|
||||
Height = 22
|
||||
Hint = 'Delete'
|
||||
Top = 270
|
||||
Top = 292
|
||||
Width = 22
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Around = 4
|
||||
Color = clBtnFace
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000000000000000
|
||||
|
@ -517,9 +514,8 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
end
|
||||
end
|
||||
object pgDeleteStatics: TPage
|
||||
Caption = 'Delete statics'
|
||||
ClientWidth = 462
|
||||
ClientHeight = 316
|
||||
ClientWidth = 1848
|
||||
ClientHeight = 1264
|
||||
object gbDeleteStaticsTiles: TGroupBox
|
||||
AnchorSideLeft.Control = pgDeleteStatics
|
||||
AnchorSideTop.Control = pgDeleteStatics
|
||||
|
@ -532,7 +528,7 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Anchors = [akTop, akLeft, akBottom]
|
||||
BorderSpacing.Around = 8
|
||||
Caption = 'Tiles'
|
||||
ClientHeight = 286
|
||||
ClientHeight = 284
|
||||
ClientWidth = 223
|
||||
TabOrder = 0
|
||||
object lblDeleteStaticsTilesDesc: TLabel
|
||||
|
@ -611,7 +607,6 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Top = 270
|
||||
Width = 22
|
||||
Anchors = [akLeft, akBottom]
|
||||
Color = clBtnFace
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000000000000000
|
||||
|
@ -664,7 +659,6 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Width = 22
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Around = 4
|
||||
Color = clBtnFace
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000000000000000
|
||||
|
@ -717,7 +711,7 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Width = 176
|
||||
AutoSize = True
|
||||
Caption = 'Z Boundaries'
|
||||
ClientHeight = 65
|
||||
ClientHeight = 63
|
||||
ClientWidth = 174
|
||||
TabOrder = 1
|
||||
object Label7: TLabel
|
||||
|
@ -779,9 +773,8 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
end
|
||||
end
|
||||
object pgInsertStatics: TPage
|
||||
Caption = 'Insert statics'
|
||||
ClientWidth = 462
|
||||
ClientHeight = 316
|
||||
ClientWidth = 1848
|
||||
ClientHeight = 1264
|
||||
object gbInserStaticsTiles: TGroupBox
|
||||
AnchorSideLeft.Control = pgInsertStatics
|
||||
AnchorSideTop.Control = pgInsertStatics
|
||||
|
@ -794,7 +787,7 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Anchors = [akTop, akLeft, akBottom]
|
||||
BorderSpacing.Around = 8
|
||||
Caption = 'Tiles'
|
||||
ClientHeight = 286
|
||||
ClientHeight = 284
|
||||
ClientWidth = 223
|
||||
TabOrder = 0
|
||||
object lblInsertStaticsTiles: TLabel
|
||||
|
@ -870,7 +863,6 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Hint = 'Clear'
|
||||
Top = 270
|
||||
Width = 22
|
||||
Color = clBtnFace
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000000000000000
|
||||
|
@ -923,7 +915,6 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Width = 22
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Around = 4
|
||||
Color = clBtnFace
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000000000000000
|
||||
|
@ -976,7 +967,7 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Width = 185
|
||||
AutoSize = True
|
||||
Caption = 'Probability'
|
||||
ClientHeight = 61
|
||||
ClientHeight = 59
|
||||
ClientWidth = 183
|
||||
TabOrder = 1
|
||||
object Label5: TLabel
|
||||
|
@ -1037,7 +1028,7 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AutoSize = True
|
||||
BorderSpacing.Top = 4
|
||||
Caption = 'Z Placement'
|
||||
ClientHeight = 97
|
||||
ClientHeight = 95
|
||||
ClientWidth = 183
|
||||
TabOrder = 2
|
||||
object rbPlaceStaticsOnTerrain: TRadioButton
|
||||
|
@ -1055,8 +1046,8 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
BorderSpacing.Right = 4
|
||||
Caption = 'Place tiles on terrain'
|
||||
Checked = True
|
||||
State = cbChecked
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
end
|
||||
object rbPlaceStaticsOnTop: TRadioButton
|
||||
AnchorSideLeft.Control = rbPlaceStaticsOnTerrain
|
||||
|
@ -1071,7 +1062,6 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'Place tiles on top'
|
||||
TabOrder = 1
|
||||
TabStop = False
|
||||
end
|
||||
object rbPlaceStaticsOnZ: TRadioButton
|
||||
AnchorSideLeft.Control = rbPlaceStaticsOnTop
|
||||
|
@ -1086,7 +1076,6 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'Place tiles on:'
|
||||
TabOrder = 2
|
||||
TabStop = False
|
||||
end
|
||||
object seInsertStaticsZ: TSpinEdit
|
||||
AnchorSideLeft.Control = rbPlaceStaticsOnZ
|
||||
|
@ -1141,8 +1130,8 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = btnDeleteArea
|
||||
Left = 4
|
||||
Height = 122
|
||||
Top = 154
|
||||
Height = 119
|
||||
Top = 155
|
||||
Width = 144
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Bottom = 4
|
||||
|
@ -1165,7 +1154,7 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideRight.Control = vstActions
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 4
|
||||
Height = 14
|
||||
Height = 15
|
||||
Top = 140
|
||||
Width = 144
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
|
@ -1188,7 +1177,7 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
item
|
||||
Position = 0
|
||||
Text = 'Actions'
|
||||
Width = 148
|
||||
Width = 150
|
||||
end>
|
||||
Header.DefaultHeight = 17
|
||||
Header.Options = [hoAutoResize, hoVisible]
|
||||
|
@ -1209,10 +1198,9 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Left = 39
|
||||
Height = 22
|
||||
Hint = 'Add area'
|
||||
Top = 280
|
||||
Top = 278
|
||||
Width = 22
|
||||
Anchors = [akTop, akRight]
|
||||
Color = clBtnFace
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000000000000000
|
||||
|
@ -1262,12 +1250,11 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Left = 65
|
||||
Height = 22
|
||||
Hint = 'Delete area'
|
||||
Top = 280
|
||||
Top = 278
|
||||
Width = 22
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Bottom = 4
|
||||
BorderSpacing.Around = 4
|
||||
Color = clBtnFace
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000000000000000
|
||||
|
@ -1316,9 +1303,8 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Left = 91
|
||||
Height = 22
|
||||
Hint = 'Delete all areas'
|
||||
Top = 280
|
||||
Top = 278
|
||||
Width = 22
|
||||
Color = clBtnFace
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000000000000000
|
||||
|
@ -1365,9 +1351,9 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideTop.Control = seX1
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 4
|
||||
Height = 14
|
||||
Top = 312
|
||||
Width = 8
|
||||
Height = 15
|
||||
Top = 311
|
||||
Width = 9
|
||||
Caption = 'X'
|
||||
Enabled = False
|
||||
ParentColor = False
|
||||
|
@ -1376,8 +1362,8 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideLeft.Control = seY1
|
||||
AnchorSideBottom.Control = seY1
|
||||
Left = 20
|
||||
Height = 19
|
||||
Top = 310
|
||||
Height = 20
|
||||
Top = 308
|
||||
Width = 50
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Bottom = 8
|
||||
|
@ -1391,8 +1377,8 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = seX1
|
||||
Left = 78
|
||||
Height = 19
|
||||
Top = 310
|
||||
Height = 20
|
||||
Top = 308
|
||||
Width = 50
|
||||
BorderSpacing.Left = 8
|
||||
Enabled = False
|
||||
|
@ -1405,7 +1391,7 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideTop.Control = seY1
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 4
|
||||
Height = 14
|
||||
Height = 15
|
||||
Top = 339
|
||||
Width = 8
|
||||
BorderSpacing.Left = 4
|
||||
|
@ -1418,8 +1404,8 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideBottom.Control = btnGrab1
|
||||
Left = 20
|
||||
Height = 19
|
||||
Top = 337
|
||||
Height = 20
|
||||
Top = 336
|
||||
Width = 50
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Left = 8
|
||||
|
@ -1433,8 +1419,8 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
AnchorSideLeft.Control = seX2
|
||||
AnchorSideTop.Control = seY1
|
||||
Left = 78
|
||||
Height = 19
|
||||
Top = 337
|
||||
Height = 20
|
||||
Top = 336
|
||||
Width = 50
|
||||
Enabled = False
|
||||
OnChange = seX1Change
|
||||
|
@ -1453,7 +1439,6 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Width = 22
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Bottom = 8
|
||||
Color = clBtnFace
|
||||
Enabled = False
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
|
@ -1507,7 +1492,6 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
|||
Top = 360
|
||||
Width = 22
|
||||
Anchors = [akLeft, akBottom]
|
||||
Color = clBtnFace
|
||||
Enabled = False
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="7"/>
|
||||
<Version Value="9"/>
|
||||
<General>
|
||||
<Flags>
|
||||
<MainUnitHasUsesSectionForAllUnits Value="False"/>
|
||||
|
@ -9,21 +9,105 @@
|
|||
</Flags>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<MainUnit Value="0"/>
|
||||
<TargetFileExt Value=".exe"/>
|
||||
</General>
|
||||
<VersionInfo>
|
||||
<UseVersionInfo Value="True"/>
|
||||
<CurrentMajorRevNr Value="6"/>
|
||||
<CurrentMinorRevNr Value="1"/>
|
||||
<CurrentBuildNr Value="209"/>
|
||||
<ProjectVersion Value="0.6.1.209"/>
|
||||
<CompanyName Value="AKS DataBasis"/>
|
||||
<FileDescription Value="CentrED Server"/>
|
||||
<InternalName Value="CentrED Server"/>
|
||||
<LegalCopyright Value="Andreas Schneider"/>
|
||||
<OriginalFilename Value="cedserver.exe"/>
|
||||
<ProductName Value="CentrED"/>
|
||||
<MinorVersionNr Value="6"/>
|
||||
<RevisionNr Value="1"/>
|
||||
<BuildNr Value="209"/>
|
||||
<StringTable CompanyName="AKS DataBasis" FileDescription="CentrED Server" InternalName="CentrED Server" LegalCopyright="Andreas Schneider" OriginalFilename="cedserver.exe" ProductName="CentrED"/>
|
||||
</VersionInfo>
|
||||
<BuildModes Count="3">
|
||||
<Item1 Name="default" Default="True"/>
|
||||
<Item2 Name="Release Linux i686">
|
||||
<CompilerOptions>
|
||||
<Version Value="10"/>
|
||||
<Target>
|
||||
<Filename Value="../bin/cedserver"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="..;../Imaging"/>
|
||||
<OtherUnitFiles Value="..;../UOLib;../MulProvider;../Imaging/ZLib"/>
|
||||
<UnitOutputDirectory Value="../obj"/>
|
||||
<SrcPath Value="..;../UOLib;../MulProvider;../Imaging/ZLib"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
<CStyleOperator Value="False"/>
|
||||
<UseAnsiStrings Value="False"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<CodeGeneration>
|
||||
<SmartLinkUnit Value="True"/>
|
||||
<TargetProcessor Value="pentiumm"/>
|
||||
<TargetCPU Value="i386"/>
|
||||
<TargetOS Value="linux"/>
|
||||
<Optimizations>
|
||||
<OptimizationLevel Value="3"/>
|
||||
</Optimizations>
|
||||
</CodeGeneration>
|
||||
<Linking>
|
||||
<Debugging>
|
||||
<UseLineInfoUnit Value="False"/>
|
||||
<StripSymbols Value="True"/>
|
||||
</Debugging>
|
||||
<LinkSmart Value="True"/>
|
||||
</Linking>
|
||||
<Other>
|
||||
<CompilerMessages>
|
||||
<UseMsgFile Value="True"/>
|
||||
</CompilerMessages>
|
||||
<CustomOptions Value="-FE../bin/
|
||||
-dNoLogging"/>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
</Item2>
|
||||
<Item3 Name="Release Win32">
|
||||
<CompilerOptions>
|
||||
<Version Value="10"/>
|
||||
<Target>
|
||||
<Filename Value="../bin/cedserver"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="..;../Imaging"/>
|
||||
<OtherUnitFiles Value="..;../UOLib;../MulProvider;../Imaging/ZLib"/>
|
||||
<UnitOutputDirectory Value="../obj"/>
|
||||
<SrcPath Value="..;../UOLib;../MulProvider;../Imaging/ZLib"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
<CStyleOperator Value="False"/>
|
||||
<UseAnsiStrings Value="False"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<CodeGeneration>
|
||||
<SmartLinkUnit Value="True"/>
|
||||
<TargetProcessor Value="pentiumm"/>
|
||||
<TargetCPU Value="i386"/>
|
||||
<TargetOS Value="win32"/>
|
||||
<Optimizations>
|
||||
<OptimizationLevel Value="3"/>
|
||||
</Optimizations>
|
||||
</CodeGeneration>
|
||||
<Linking>
|
||||
<Debugging>
|
||||
<UseLineInfoUnit Value="False"/>
|
||||
<StripSymbols Value="True"/>
|
||||
</Debugging>
|
||||
<LinkSmart Value="True"/>
|
||||
</Linking>
|
||||
<Other>
|
||||
<CompilerMessages>
|
||||
<UseMsgFile Value="True"/>
|
||||
</CompilerMessages>
|
||||
<CustomOptions Value="-FE../bin/
|
||||
-dNoLogging"/>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
</Item3>
|
||||
</BuildModes>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
||||
|
@ -127,35 +211,32 @@
|
|||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="8"/>
|
||||
<Version Value="10"/>
|
||||
<Target>
|
||||
<Filename Value="../bin/cedserver"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="../;../Imaging/"/>
|
||||
<OtherUnitFiles Value="../;../UOLib/;../MulProvider/;../Imaging/ZLib/"/>
|
||||
<IncludeFiles Value="..;../Imaging"/>
|
||||
<OtherUnitFiles Value="..;../UOLib;../MulProvider;../Imaging/ZLib"/>
|
||||
<UnitOutputDirectory Value="../obj"/>
|
||||
<SrcPath Value="../;../UOLib/;../MulProvider/;../Imaging/ZLib/"/>
|
||||
<SrcPath Value="..;../UOLib;../MulProvider;../Imaging/ZLib"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
<CStyleOperator Value="False"/>
|
||||
<UseAnsiStrings Value="False"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<CodeGeneration>
|
||||
<SmartLinkUnit Value="True"/>
|
||||
<Optimizations>
|
||||
<OptimizationLevel Value="3"/>
|
||||
</Optimizations>
|
||||
</CodeGeneration>
|
||||
<Linking>
|
||||
<Debugging>
|
||||
<UseLineInfoUnit Value="False"/>
|
||||
<StripSymbols Value="True"/>
|
||||
<GenerateDwarf Value="True"/>
|
||||
<UseHeaptrc Value="True"/>
|
||||
</Debugging>
|
||||
<LinkSmart Value="True"/>
|
||||
</Linking>
|
||||
<Other>
|
||||
<CompilerMessages>
|
||||
<UseMsgFile Value="True"/>
|
||||
</CompilerMessages>
|
||||
<CustomOptions Value="-FE../bin/
|
||||
-dNoLogging"/>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
|
|
|
@ -37,6 +37,8 @@ uses
|
|||
|
||||
{$IFDEF WINDOWS}{$R cedserver.rc}{$ENDIF}
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Writeln('');
|
||||
Writeln('CentrED Server Version ', ProductVersion);
|
||||
|
|
Loading…
Reference in New Issue