You've already forked lazarus-ccr
* Change from lazarus resources to native resources / fix checkimage painting / use pascal packarray in carbon / update demos
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4671 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -8,7 +8,7 @@ object MainForm: TMainForm
|
||||
ClientWidth = 613
|
||||
OnCreate = FormCreate
|
||||
Position = poDesktopCenter
|
||||
LCLVersion = '1.1'
|
||||
LCLVersion = '1.7'
|
||||
object MainNotebook: TPageControl
|
||||
Left = 0
|
||||
Height = 504
|
||||
@ -20,13 +20,13 @@ object MainForm: TMainForm
|
||||
TabOrder = 0
|
||||
object WelcomePage: TTabSheet
|
||||
Caption = 'Welcome Translations'
|
||||
ClientHeight = 465
|
||||
ClientWidth = 607
|
||||
ClientHeight = 476
|
||||
ClientWidth = 605
|
||||
object WelcomeTree: TVirtualStringTree
|
||||
Left = 3
|
||||
Height = 431
|
||||
Height = 442
|
||||
Top = 31
|
||||
Width = 601
|
||||
Width = 599
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 3
|
||||
DefaultText = 'Node'
|
||||
@ -53,11 +53,11 @@ object MainForm: TMainForm
|
||||
Left = 0
|
||||
Height = 28
|
||||
Top = 0
|
||||
Width = 607
|
||||
Width = 605
|
||||
Align = alTop
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 28
|
||||
ClientWidth = 607
|
||||
ClientWidth = 605
|
||||
TabOrder = 1
|
||||
object ChooseWelcomeFontButton: TButton
|
||||
Left = 4
|
||||
@ -112,10 +112,10 @@ object MainForm: TMainForm
|
||||
end
|
||||
object TextComboBox: TComboBox
|
||||
Left = 284
|
||||
Height = 21
|
||||
Height = 23
|
||||
Top = 58
|
||||
Width = 184
|
||||
ItemHeight = 0
|
||||
ItemHeight = 15
|
||||
Items.Strings = (
|
||||
'Não'
|
||||
'Coração'
|
||||
@ -142,10 +142,9 @@ object MainForm: TMainForm
|
||||
'Coração'
|
||||
'Sim'
|
||||
)
|
||||
ItemHeight = 0
|
||||
ItemHeight = 15
|
||||
ScrollWidth = 182
|
||||
TabOrder = 5
|
||||
TopIndex = -1
|
||||
end
|
||||
object AddListTextButton: TButton
|
||||
Left = 476
|
||||
|
@ -58,6 +58,8 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
uses
|
||||
strutils;
|
||||
|
||||
@ -210,8 +212,5 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I fmain.lrs}
|
||||
|
||||
end.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="9"/>
|
||||
@ -40,22 +40,26 @@
|
||||
<Unit0>
|
||||
<Filename Value="unicode.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="unicode"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="fmain.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<ComponentName Value="MainForm"/>
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="fMain"/>
|
||||
</Unit1>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="10"/>
|
||||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<Target>
|
||||
<Filename Value="unicode"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
@ -69,11 +73,5 @@
|
||||
</Win32>
|
||||
</Options>
|
||||
</Linking>
|
||||
<Other>
|
||||
<CompilerMessages>
|
||||
<UseMsgFile Value="True"/>
|
||||
</CompilerMessages>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
</CONFIG>
|
||||
|
Reference in New Issue
Block a user