You've already forked lazarus-ccr
tvplanit: Add GanttView demo. Set version number to 1.8.0 for next OPM release.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8681 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
44
components/tvplanit/examples/gantt/printformats.xml
Normal file
44
components/tvplanit/examples/gantt/printformats.xml
Normal file
@ -0,0 +1,44 @@
|
||||
<?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>
|
Reference in New Issue
Block a user