mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:39:14 +02:00
lazrepor: update project file and minor usability improvement to bar code sample
git-svn-id: trunk@35127 -
This commit is contained in:
parent
60a48a0d04
commit
883c2c0c26
@ -9,10 +9,10 @@
|
|||||||
<SaveOnlyProjectUnits Value="True"/>
|
<SaveOnlyProjectUnits Value="True"/>
|
||||||
<LRSInOutputDirectory Value="False"/>
|
<LRSInOutputDirectory Value="False"/>
|
||||||
</Flags>
|
</Flags>
|
||||||
|
<SessionStorage Value="InProjectDir"/>
|
||||||
<MainUnit Value="0"/>
|
<MainUnit Value="0"/>
|
||||||
<ResourceType Value="res"/>
|
<ResourceType Value="res"/>
|
||||||
<UseXPManifest Value="True"/>
|
<UseXPManifest Value="True"/>
|
||||||
<ActiveWindowIndexAtStart Value="0"/>
|
|
||||||
</General>
|
</General>
|
||||||
<VersionInfo>
|
<VersionInfo>
|
||||||
<StringTable ProductVersion=""/>
|
<StringTable ProductVersion=""/>
|
||||||
@ -51,12 +51,6 @@
|
|||||||
<Filename Value="cb.lpr"/>
|
<Filename Value="cb.lpr"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="cb"/>
|
<UnitName Value="cb"/>
|
||||||
<EditorIndex Value="1"/>
|
|
||||||
<WindowIndex Value="0"/>
|
|
||||||
<TopLine Value="1"/>
|
|
||||||
<CursorPos X="51" Y="20"/>
|
|
||||||
<UsageCount Value="26"/>
|
|
||||||
<Loaded Value="True"/>
|
|
||||||
</Unit0>
|
</Unit0>
|
||||||
<Unit1>
|
<Unit1>
|
||||||
<Filename Value="cbunit.pas"/>
|
<Filename Value="cbunit.pas"/>
|
||||||
@ -64,19 +58,11 @@
|
|||||||
<ComponentName Value="Form1"/>
|
<ComponentName Value="Form1"/>
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form"/>
|
||||||
<UnitName Value="cbunit"/>
|
<UnitName Value="cbunit"/>
|
||||||
<IsVisibleTab Value="True"/>
|
|
||||||
<EditorIndex Value="0"/>
|
|
||||||
<WindowIndex Value="0"/>
|
|
||||||
<TopLine Value="22"/>
|
|
||||||
<CursorPos X="47" Y="49"/>
|
|
||||||
<UsageCount Value="26"/>
|
|
||||||
<Loaded Value="True"/>
|
|
||||||
<LoadedDesigner Value="True"/>
|
|
||||||
</Unit1>
|
</Unit1>
|
||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="10"/>
|
<Version Value="11"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<Target>
|
<Target>
|
||||||
<Filename Value="cb"/>
|
<Filename Value="cb"/>
|
||||||
|
@ -6,10 +6,11 @@ object Form1: TForm1
|
|||||||
HorzScrollBar.Page = 684
|
HorzScrollBar.Page = 684
|
||||||
VertScrollBar.Page = 150
|
VertScrollBar.Page = 150
|
||||||
ActiveControl = DBGrid1
|
ActiveControl = DBGrid1
|
||||||
Caption = 'Form1'
|
Caption = 'LazReport BarCode Demo'
|
||||||
ClientHeight = 151
|
ClientHeight = 151
|
||||||
ClientWidth = 685
|
ClientWidth = 685
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
|
Position = poDesktopCenter
|
||||||
LCLVersion = '0.9.31'
|
LCLVersion = '0.9.31'
|
||||||
object DBGrid1: TDBGrid
|
object DBGrid1: TDBGrid
|
||||||
Left = 8
|
Left = 8
|
||||||
|
Loading…
Reference in New Issue
Block a user