[GB.REPORT]
* BUG: Remove the Report11.report file that was alone, without any class file. git-svn-id: svn://localhost/gambas/trunk@4304 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
6ac8e5dc34
commit
2cb3f5f92c
3 changed files with 2 additions and 82 deletions
|
@ -1,7 +1,6 @@
|
|||
# Gambas Project File 3.0
|
||||
# Compiled with Gambas 2.99.6
|
||||
Title=Report designer
|
||||
Startup=Report2
|
||||
Icon=printer1.png
|
||||
Version=2.99.6
|
||||
VersionProgram=gbx3 -V
|
||||
|
|
|
@ -1,79 +0,0 @@
|
|||
# Gambas Form File 3.0
|
||||
|
||||
{ Report Report
|
||||
#MoveScaled(0,0,64,93)
|
||||
Padding = ReportPadding["Top:2cm;Bottom:2cm;Left:2cm;Right:2cm"]
|
||||
Ignore = True
|
||||
Tag = "Report"
|
||||
Spacing = "5mm"
|
||||
Index = 0
|
||||
Text = ("Report")
|
||||
{ ReportLabel3 ReportLabel
|
||||
#MoveScaled(3,2,58,4)
|
||||
Height = "2cm"
|
||||
Fixed = True
|
||||
Font = Font["Bold,+6"]
|
||||
Border = ReportBorder["Top:1mm LinearGradient(0.04,0.04,0.77,0.98,[#000000,#FFFFFF],[0,1]);Bottom:1mm LinearGradient(0.04,0.04,0.77,0.98,[#000000,#FFFFFF],[0,1]);Left:1mm LinearGradient(0.04,0.04,0.77,0.98,[#000000,#FFFFFF],[0,1]);Right:1mm LinearGradient(0.04,0.04,0.77,0.98,[#000000,#FFFFFF],[0,1])"]
|
||||
Background = ReportBrush["LinearGradient(0.7,0,0.7,1,[#FFCFBF,#FFFFFF],[0,1])"]
|
||||
Text = ("IMPRESSION DU PLAN COMPTABLE")
|
||||
Alignment = Align.Center
|
||||
}
|
||||
{ ReportPanel1 ReportVBox
|
||||
#MoveScaled(5,9,50,69)
|
||||
Padding = ReportPadding["Left:2cm;Right:2cm"]
|
||||
Expand = True
|
||||
Tag = "Contenu1"
|
||||
{ lblSoc ReportLabel
|
||||
#MoveScaled(1,2,53,4)
|
||||
Height = "2cm"
|
||||
Fixed = True
|
||||
Font = Font["Bold,12"]
|
||||
}
|
||||
{ ReportHBox1 ReportHBox
|
||||
#MoveScaled(1,14,45,4)
|
||||
Height = "1cm"
|
||||
Fixed = True
|
||||
Background = ReportBrush["#F7DFFF"]
|
||||
{ ReportLabel1 ReportLabel
|
||||
#MoveScaled(1,0,14,4)
|
||||
Width = "20%"
|
||||
Font = Font["Bold,12"]
|
||||
Border = ReportBorder["Top:1px #000000;Bottom:1px #000000;Left:1px #000000"]
|
||||
Text = ("Code")
|
||||
Alignment = Align.Center
|
||||
}
|
||||
{ ReportLabel2 ReportLabel
|
||||
#MoveScaled(18,0,14,4)
|
||||
Font = Font["Bold,12"]
|
||||
Expand = True
|
||||
Border = ReportBorder["Top:1px #000000;Bottom:1px #000000;Left:1px #000000;Right:1px #000000"]
|
||||
Text = ("Intitulé")
|
||||
Alignment = Align.Center
|
||||
}
|
||||
}
|
||||
{ VCont ReportVBox
|
||||
#MoveScaled(1,20,45,39)
|
||||
AutoResize = True
|
||||
Tag = "ListeElements"
|
||||
}
|
||||
}
|
||||
{ ReportHBox2 ReportHBox
|
||||
#MoveScaled(3,79,61,4)
|
||||
Fixed = True
|
||||
AutoResize = True
|
||||
{ lblDate ReportLabel
|
||||
#MoveScaled(0,1,16,4)
|
||||
}
|
||||
{ ReportHBox3 ReportHBox
|
||||
#MoveScaled(21,1,24,4)
|
||||
Expand = True
|
||||
}
|
||||
{ ReportLabel4 ReportLabel
|
||||
#MoveScaled(47,1,13,3)
|
||||
AutoResize = True
|
||||
Text = ("Page $PAGE")
|
||||
UseField = True
|
||||
}
|
||||
}
|
||||
Index = 0
|
||||
}
|
|
@ -28,10 +28,10 @@
|
|||
Background = ReportBrush["#00FF00"]
|
||||
}
|
||||
{ ReportLabel2 ReportLabel
|
||||
#MoveScaled(2,13,59,8)
|
||||
#MoveScaled(2,14,59,8)
|
||||
Height = "2cm"
|
||||
Border = ReportBorder["Bottom:2mm #000000"]
|
||||
Background = ReportBrush["#00FF00"]
|
||||
Background = ReportBrush["LinearGradient(1,0,0.28,0.35,[#00FF00,#FFFFFF],[0,1])"]
|
||||
}
|
||||
{ ReportLabel4 ReportLabel
|
||||
#MoveScaled(3,23,59,8)
|
||||
|
|
Loading…
Reference in a new issue