mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:39:29 +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"/>
|
||||
<LRSInOutputDirectory Value="False"/>
|
||||
</Flags>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<MainUnit Value="0"/>
|
||||
<ResourceType Value="res"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
<ActiveWindowIndexAtStart Value="0"/>
|
||||
</General>
|
||||
<VersionInfo>
|
||||
<StringTable ProductVersion=""/>
|
||||
@ -51,12 +51,6 @@
|
||||
<Filename Value="cb.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="cb"/>
|
||||
<EditorIndex Value="1"/>
|
||||
<WindowIndex Value="0"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="51" Y="20"/>
|
||||
<UsageCount Value="26"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="cbunit.pas"/>
|
||||
@ -64,19 +58,11 @@
|
||||
<ComponentName Value="Form1"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<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>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="10"/>
|
||||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<Target>
|
||||
<Filename Value="cb"/>
|
||||
|
@ -6,10 +6,11 @@ object Form1: TForm1
|
||||
HorzScrollBar.Page = 684
|
||||
VertScrollBar.Page = 150
|
||||
ActiveControl = DBGrid1
|
||||
Caption = 'Form1'
|
||||
Caption = 'LazReport BarCode Demo'
|
||||
ClientHeight = 151
|
||||
ClientWidth = 685
|
||||
OnCreate = FormCreate
|
||||
Position = poDesktopCenter
|
||||
LCLVersion = '0.9.31'
|
||||
object DBGrid1: TDBGrid
|
||||
Left = 8
|
||||
|
Loading…
Reference in New Issue
Block a user