You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8681 8e941d3f-bd1b-0410-a28a-d453659cc2b4
45 lines
915 B
XML
45 lines
915 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<VpPrintFormats
|
|
Version = "0.0.1">
|
|
<PrintFormat
|
|
Name="GanttView Portrait"
|
|
Description=""
|
|
DayIncrement="0"
|
|
Visble="True"
|
|
DayIncrementUnits="Day">
|
|
<Element
|
|
Name="GanttView"
|
|
Visible="True"
|
|
Rotation="0"
|
|
Item="GanttView"
|
|
Measurement="Percent"
|
|
Left="0"
|
|
Top="0"
|
|
Width="100"
|
|
Height="100"
|
|
DayOffset="0"
|
|
DayOffsetUnits="Day">
|
|
</Element>
|
|
</PrintFormat>
|
|
<PrintFormat
|
|
Name="GanttView Landscape"
|
|
Description=""
|
|
DayIncrement="0"
|
|
Visble="True"
|
|
DayIncrementUnits="Day">
|
|
<Element
|
|
Name="GanttView rotated"
|
|
Visible="True"
|
|
Rotation="270"
|
|
Item="GanttView"
|
|
Measurement="Percent"
|
|
Left="0"
|
|
Top="0"
|
|
Width="100"
|
|
Height="100"
|
|
DayOffset="0"
|
|
DayOffsetUnits="Day">
|
|
</Element>
|
|
</PrintFormat>
|
|
</VpPrintFormats>
|