Added resource strings unit from Laurent Jacques.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@192 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
tomb0
2007-06-25 13:37:09 +00:00
parent 0d3a0a126b
commit 1410cdab42
9 changed files with 2543 additions and 2597 deletions

View File

@ -0,0 +1,57 @@
{
***************************************************************************
* *
* This source is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This code is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* General Public License for more details. *
* *
* A copy of the GNU General Public License is available on the World *
* Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *
* obtain it by writing to the Free Software Foundation, *
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
* *
***************************************************************************
Author: Laurent Jacques
Abstract:
This unit contains all resource strings.
Note: All resource strings should be prefixed with 'lie' (Lazarus Icon Editor)
}
unit IconStrConsts;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
resourcestring
//Messages
lieSaveChanges = 'Save changes to %s?';
// main bar menu
lieMenuFile = '&File';
lieMenuEdit = '&Edit';
lieMenuPicture = '&Picture';
lieMenuMask = '&Mask';
lieMenuView = '&View';
lieMenuHelp = '&Help';
// Action Lists
lieFileNew = '&New...';
implementation
end.

View File

@ -8,10 +8,9 @@
<IconPath Value="./"/> <IconPath Value="./"/>
<TargetFileExt Value=".exe"/> <TargetFileExt Value=".exe"/>
<Title Value="Lazarus Icon Editor"/> <Title Value="Lazarus Icon Editor"/>
<ActiveEditorIndexAtStart Value="6"/> <ActiveEditorIndexAtStart Value="2"/>
</General> </General>
<VersionInfo> <VersionInfo>
<UseVersionInfo Value="True"/>
<CurrentMajorRevNr Value="1"/> <CurrentMajorRevNr Value="1"/>
<ProjectVersion Value="0.1.0.0"/> <ProjectVersion Value="0.1.0.0"/>
</VersionInfo> </VersionInfo>
@ -30,26 +29,28 @@
</RunParams> </RunParams>
<RequiredPackages Count="4"> <RequiredPackages Count="4">
<Item1> <Item1>
<PackageName Value="LazColorPalette"/> <PackageName Value="LCL"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="LCL"/> <PackageName Value="LazRGBGraphics"/>
</Item2> </Item2>
<Item3> <Item3>
<PackageName Value="LazRGBGraphics"/> <PackageName Value="LazColorPalette"/>
</Item3> </Item3>
<Item4> <Item4>
<PackageName Value="JPEGForLazarus"/> <PackageName Value="JPEGForLazarus"/>
</Item4> </Item4>
</RequiredPackages> </RequiredPackages>
<Units Count="129"> <Units Count="136">
<Unit0> <Unit0>
<Filename Value="laziconeditor.lpr"/> <Filename Value="laziconeditor.lpr"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<UnitName Value="laziconeditor"/> <UnitName Value="laziconeditor"/>
<CursorPos X="32" Y="28"/> <CursorPos X="8" Y="27"/>
<TopLine Value="1"/> <TopLine Value="4"/>
<EditorIndex Value="2"/>
<UsageCount Value="146"/> <UsageCount Value="146"/>
<Loaded Value="True"/>
</Unit0> </Unit0>
<Unit1> <Unit1>
<Filename Value="main.pas"/> <Filename Value="main.pas"/>
@ -57,8 +58,8 @@
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<ResourceFilename Value="main.lrs"/> <ResourceFilename Value="main.lrs"/>
<UnitName Value="Main"/> <UnitName Value="Main"/>
<CursorPos X="36" Y="8"/> <CursorPos X="88" Y="843"/>
<TopLine Value="1"/> <TopLine Value="831"/>
<EditorIndex Value="0"/> <EditorIndex Value="0"/>
<UsageCount Value="146"/> <UsageCount Value="146"/>
<Loaded Value="True"/> <Loaded Value="True"/>
@ -78,7 +79,7 @@
<UnitName Value="Preview"/> <UnitName Value="Preview"/>
<CursorPos X="37" Y="38"/> <CursorPos X="37" Y="38"/>
<TopLine Value="15"/> <TopLine Value="15"/>
<EditorIndex Value="2"/> <EditorIndex Value="5"/>
<UsageCount Value="146"/> <UsageCount Value="146"/>
<Loaded Value="True"/> <Loaded Value="True"/>
</Unit3> </Unit3>
@ -86,9 +87,9 @@
<Filename Value="picturemanager.pas"/> <Filename Value="picturemanager.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<UnitName Value="PictureManager"/> <UnitName Value="PictureManager"/>
<CursorPos X="1" Y="364"/> <CursorPos X="31" Y="260"/>
<TopLine Value="333"/> <TopLine Value="234"/>
<EditorIndex Value="3"/> <EditorIndex Value="6"/>
<UsageCount Value="146"/> <UsageCount Value="146"/>
<Loaded Value="True"/> <Loaded Value="True"/>
</Unit4> </Unit4>
@ -118,7 +119,7 @@
<UnitName Value="PictureCtrls"/> <UnitName Value="PictureCtrls"/>
<CursorPos X="3" Y="358"/> <CursorPos X="3" Y="358"/>
<TopLine Value="337"/> <TopLine Value="337"/>
<EditorIndex Value="6"/> <EditorIndex Value="9"/>
<UsageCount Value="144"/> <UsageCount Value="144"/>
<Loaded Value="True"/> <Loaded Value="True"/>
</Unit8> </Unit8>
@ -140,7 +141,7 @@
<UnitName Value="Controls"/> <UnitName Value="Controls"/>
<CursorPos X="22" Y="1623"/> <CursorPos X="22" Y="1623"/>
<TopLine Value="1607"/> <TopLine Value="1607"/>
<EditorIndex Value="7"/> <EditorIndex Value="10"/>
<UsageCount Value="10"/> <UsageCount Value="10"/>
<Loaded Value="True"/> <Loaded Value="True"/>
</Unit11> </Unit11>
@ -175,9 +176,11 @@
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<ResourceFilename Value="test.lrs"/> <ResourceFilename Value="test.lrs"/>
<UnitName Value="Test"/> <UnitName Value="Test"/>
<CursorPos X="52" Y="60"/> <CursorPos X="11" Y="79"/>
<TopLine Value="36"/> <TopLine Value="64"/>
<EditorIndex Value="3"/>
<UsageCount Value="143"/> <UsageCount Value="143"/>
<Loaded Value="True"/>
</Unit16> </Unit16>
<Unit17> <Unit17>
<Filename Value="..\lazarus\lcl\graphics.pp"/> <Filename Value="..\lazarus\lcl\graphics.pp"/>
@ -422,9 +425,9 @@
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<ResourceFilename Value="newdialog.lrs"/> <ResourceFilename Value="newdialog.lrs"/>
<UnitName Value="NewDialog"/> <UnitName Value="NewDialog"/>
<CursorPos X="30" Y="18"/> <CursorPos X="31" Y="34"/>
<TopLine Value="1"/> <TopLine Value="20"/>
<EditorIndex Value="4"/> <EditorIndex Value="7"/>
<UsageCount Value="104"/> <UsageCount Value="104"/>
<Loaded Value="True"/> <Loaded Value="True"/>
</Unit53> </Unit53>
@ -436,7 +439,7 @@
<UnitName Value="ResizeDialog"/> <UnitName Value="ResizeDialog"/>
<CursorPos X="1" Y="1"/> <CursorPos X="1" Y="1"/>
<TopLine Value="1"/> <TopLine Value="1"/>
<EditorIndex Value="5"/> <EditorIndex Value="8"/>
<UsageCount Value="102"/> <UsageCount Value="102"/>
<Loaded Value="True"/> <Loaded Value="True"/>
</Unit54> </Unit54>
@ -446,9 +449,9 @@
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<ResourceFilename Value="resizepaperdialog.lrs"/> <ResourceFilename Value="resizepaperdialog.lrs"/>
<UnitName Value="ResizePaperDialog"/> <UnitName Value="ResizePaperDialog"/>
<CursorPos X="59" Y="163"/> <CursorPos X="25" Y="38"/>
<TopLine Value="144"/> <TopLine Value="171"/>
<EditorIndex Value="12"/> <EditorIndex Value="11"/>
<UsageCount Value="102"/> <UsageCount Value="102"/>
<Loaded Value="True"/> <Loaded Value="True"/>
</Unit55> </Unit55>
@ -716,8 +719,8 @@
<ResourceFilename Value="aboutdialog.lrs"/> <ResourceFilename Value="aboutdialog.lrs"/>
<UnitName Value="AboutDialog"/> <UnitName Value="AboutDialog"/>
<CursorPos X="40" Y="27"/> <CursorPos X="40" Y="27"/>
<TopLine Value="12"/> <TopLine Value="1"/>
<EditorIndex Value="1"/> <EditorIndex Value="4"/>
<UsageCount Value="66"/> <UsageCount Value="66"/>
<Loaded Value="True"/> <Loaded Value="True"/>
</Unit94> </Unit94>
@ -737,11 +740,9 @@
<Unit97> <Unit97>
<Filename Value="..\packages\LazRGBGraphics\rgbgraphics.pas"/> <Filename Value="..\packages\LazRGBGraphics\rgbgraphics.pas"/>
<UnitName Value="RGBGraphics"/> <UnitName Value="RGBGraphics"/>
<CursorPos X="1" Y="28"/> <CursorPos X="20" Y="38"/>
<TopLine Value="1"/> <TopLine Value="19"/>
<EditorIndex Value="8"/>
<UsageCount Value="29"/> <UsageCount Value="29"/>
<Loaded Value="True"/>
</Unit97> </Unit97>
<Unit98> <Unit98>
<Filename Value="home\tombo\lazarus-svn\lcl\graphmath.pp"/> <Filename Value="home\tombo\lazarus-svn\lcl\graphmath.pp"/>
@ -753,11 +754,9 @@
<Unit99> <Unit99>
<Filename Value="..\packages\LazRGBGraphics\rgbroutines.pas"/> <Filename Value="..\packages\LazRGBGraphics\rgbroutines.pas"/>
<UnitName Value="RGBRoutines"/> <UnitName Value="RGBRoutines"/>
<CursorPos X="24" Y="878"/> <CursorPos X="1" Y="1"/>
<TopLine Value="867"/> <TopLine Value="1"/>
<EditorIndex Value="9"/>
<UsageCount Value="27"/> <UsageCount Value="27"/>
<Loaded Value="True"/>
</Unit99> </Unit99>
<Unit100> <Unit100>
<Filename Value="..\lazarus\lcl\lresources.pp"/> <Filename Value="..\lazarus\lcl\lresources.pp"/>
@ -796,9 +795,7 @@
<UnitName Value="RGBTypes"/> <UnitName Value="RGBTypes"/>
<CursorPos X="76" Y="628"/> <CursorPos X="76" Y="628"/>
<TopLine Value="484"/> <TopLine Value="484"/>
<EditorIndex Value="10"/>
<UsageCount Value="27"/> <UsageCount Value="27"/>
<Loaded Value="True"/>
</Unit105> </Unit105>
<Unit106> <Unit106>
<Filename Value="..\lazarus\lcl\include\tabsheet.inc"/> <Filename Value="..\lazarus\lcl\include\tabsheet.inc"/>
@ -849,9 +846,7 @@
<UnitName Value="RGBUtils"/> <UnitName Value="RGBUtils"/>
<CursorPos X="11" Y="170"/> <CursorPos X="11" Y="170"/>
<TopLine Value="154"/> <TopLine Value="154"/>
<EditorIndex Value="11"/>
<UsageCount Value="23"/> <UsageCount Value="23"/>
<Loaded Value="True"/>
</Unit113> </Unit113>
<Unit114> <Unit114>
<Filename Value="..\fpc\fcl\image\fppen.inc"/> <Filename Value="..\fpc\fcl\image\fppen.inc"/>
@ -947,105 +942,66 @@
<TopLine Value="10"/> <TopLine Value="10"/>
<UsageCount Value="10"/> <UsageCount Value="10"/>
</Unit128> </Unit128>
<Unit129>
<Filename Value="..\packages\LazRGBGraphics\lazrgbgraphics.pas"/>
<UnitName Value="LazRGBGraphics"/>
<CursorPos X="1" Y="1"/>
<TopLine Value="1"/>
<UsageCount Value="10"/>
</Unit129>
<Unit130>
<Filename Value="..\packages\LazRGBGraphics_svn\rgbutils.pas"/>
<UnitName Value="RGBUtils"/>
<CursorPos X="4" Y="27"/>
<TopLine Value="13"/>
<UsageCount Value="10"/>
</Unit130>
<Unit131>
<Filename Value="..\packages\LazRGBGraphics_svn\rgbtypes.pas"/>
<UnitName Value="RGBTypes"/>
<CursorPos X="4" Y="31"/>
<TopLine Value="16"/>
<UsageCount Value="10"/>
</Unit131>
<Unit132>
<Filename Value="..\packages\LazRGBGraphics_svn\rgbroutines.pas"/>
<UnitName Value="RGBRoutines"/>
<CursorPos X="84" Y="27"/>
<TopLine Value="20"/>
<UsageCount Value="10"/>
</Unit132>
<Unit133>
<Filename Value="..\packages\LazRGBGraphics_svn\rgbgraphics.pas"/>
<UnitName Value="RGBGraphics"/>
<CursorPos X="1" Y="1"/>
<TopLine Value="13"/>
<UsageCount Value="10"/>
</Unit133>
<Unit134>
<Filename Value="..\packages\LazRGBGraphics_svn\lazrgbgraphics.pas"/>
<UnitName Value="LazRGBGraphics"/>
<CursorPos X="1" Y="1"/>
<TopLine Value="1"/>
<UsageCount Value="10"/>
</Unit134>
<Unit135>
<Filename Value="iconstrconsts.pas"/>
<UnitName Value="IconStrConsts"/>
<CursorPos X="33" Y="47"/>
<TopLine Value="29"/>
<EditorIndex Value="1"/>
<UsageCount Value="10"/>
<Loaded Value="True"/>
</Unit135>
</Units> </Units>
<JumpHistory Count="22" HistoryIndex="21"> <JumpHistory Count="0" HistoryIndex="-1"/>
<Position1>
<Filename Value="main.pas"/>
<Caret Line="19" Column="86" TopLine="1"/>
</Position1>
<Position2>
<Filename Value="main.pas"/>
<Caret Line="62" Column="43" TopLine="31"/>
</Position2>
<Position3>
<Filename Value="main.pas"/>
<Caret Line="19" Column="12" TopLine="18"/>
</Position3>
<Position4>
<Filename Value="main.pas"/>
<Caret Line="618" Column="3" TopLine="611"/>
</Position4>
<Position5>
<Filename Value="picturectrls.pas"/>
<Caret Line="1046" Column="37" TopLine="1035"/>
</Position5>
<Position6>
<Filename Value="picturectrls.pas"/>
<Caret Line="294" Column="18" TopLine="277"/>
</Position6>
<Position7>
<Filename Value="picturectrls.pas"/>
<Caret Line="322" Column="17" TopLine="309"/>
</Position7>
<Position8>
<Filename Value="main.pas"/>
<Caret Line="330" Column="17" TopLine="317"/>
</Position8>
<Position9>
<Filename Value="main.pas"/>
<Caret Line="8" Column="36" TopLine="1"/>
</Position9>
<Position10>
<Filename Value="picturectrls.pas"/>
<Caret Line="465" Column="44" TopLine="453"/>
</Position10>
<Position11>
<Filename Value="picturectrls.pas"/>
<Caret Line="1" Column="1" TopLine="1"/>
</Position11>
<Position12>
<Filename Value="picturectrls.pas"/>
<Caret Line="57" Column="29" TopLine="41"/>
</Position12>
<Position13>
<Filename Value="picturectrls.pas"/>
<Caret Line="58" Column="29" TopLine="46"/>
</Position13>
<Position14>
<Filename Value="picturectrls.pas"/>
<Caret Line="428" Column="25" TopLine="412"/>
</Position14>
<Position15>
<Filename Value="picturectrls.pas"/>
<Caret Line="456" Column="44" TopLine="440"/>
</Position15>
<Position16>
<Filename Value="picturectrls.pas"/>
<Caret Line="465" Column="44" TopLine="449"/>
</Position16>
<Position17>
<Filename Value="picturectrls.pas"/>
<Caret Line="635" Column="23" TopLine="619"/>
</Position17>
<Position18>
<Filename Value="picturectrls.pas"/>
<Caret Line="644" Column="39" TopLine="628"/>
</Position18>
<Position19>
<Filename Value="picturectrls.pas"/>
<Caret Line="27" Column="57" TopLine="1"/>
</Position19>
<Position20>
<Filename Value="picturectrls.pas"/>
<Caret Line="57" Column="29" TopLine="41"/>
</Position20>
<Position21>
<Filename Value="picturectrls.pas"/>
<Caret Line="58" Column="29" TopLine="42"/>
</Position21>
<Position22>
<Filename Value="picturectrls.pas"/>
<Caret Line="358" Column="19" TopLine="336"/>
</Position22>
</JumpHistory>
</ProjectOptions> </ProjectOptions>
<CompilerOptions> <CompilerOptions>
<Version Value="5"/> <Version Value="5"/>
<PathDelim Value="\"/> <PathDelim Value="\"/>
<SearchPaths> <SearchPaths>
<OtherUnitFiles Value="..\Packages\LazRGBGraphics\;..\Packages\LazColorPalette\"/> <OtherUnitFiles Value="..\packages\LazRGBGraphics_svn\;..\packages\LazColorPalette\"/>
<UnitOutputDirectory Value="Units\$(LCLWidgetType)"/> <UnitOutputDirectory Value="Units\$(LCLWidgetType)"/>
<SrcPath Value="$(LazarusDir)\lcl\;$(LazarusDir)\lcl\interfaces\$(LCLWidgetType)\"/>
</SearchPaths> </SearchPaths>
<CodeGeneration> <CodeGeneration>
<Generate Value="Faster"/> <Generate Value="Faster"/>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -303,7 +303,7 @@ var
implementation implementation
uses Test; uses Test, IconStrConsts;
procedure SetControlsEnabled(AControl: TControl; AEnabled: Boolean); procedure SetControlsEnabled(AControl: TControl; AEnabled: Boolean);
var var
@ -414,7 +414,7 @@ begin
if ActivePictureEdit.Modified then if ActivePictureEdit.Modified then
begin begin
case MessageDlg(Application.Title, case MessageDlg(Application.Title,
Format('Save changes to %s?', [ActivePicturePage.Caption]), mtWarning, Format(lieSaveChanges, [ActivePicturePage.Caption]), mtWarning,
mbYesNoCancel, 0) of mbYesNoCancel, 0) of
mrYes: mrYes:
begin begin
@ -829,11 +829,21 @@ begin
UpdateToolSettings; UpdateToolSettings;
Palette.LoadPalette('../../default.pal'); Palette.LoadPalette('../../default.pal');
MenuItemFile.Caption := lieMenuFile;
MenuItemEdit.Caption := lieMenuEdit;
MenuItemPicture.Caption := lieMenuPicture;
MenuItemMask.Caption := lieMenuMask;
MenuItemView.Caption := lieMenuView;
MenuItemHelp.Caption := lieMenuHelp;
FileNew.Caption := lieFileNew;
end; end;
procedure TMainForm.FormShow(Sender: TObject); procedure TMainForm.FormShow(Sender: TObject);
begin begin
{$IFDEF EnableTestForm}
TestForm.Show; TestForm.Show;
{$ENDIF}
end; end;
procedure TMainForm.MaskInvertExecute(Sender: TObject); procedure TMainForm.MaskInvertExecute(Sender: TObject);
@ -1036,3 +1046,4 @@ initialization
end. end.

View File

@ -1,129 +1,125 @@
object NewDialogForm: TNewDialogForm object NewDialogForm: TNewDialogForm
Left = 478
Height = 185
Top = 79
Width = 249
HorzScrollBar.Page = 248
VertScrollBar.Page = 184
ActiveControl = EditWidth ActiveControl = EditWidth
BorderIcons = [biSystemMenu] BorderIcons = [biSystemMenu]
BorderStyle = bsDialog BorderStyle = bsDialog
Caption = 'New picture' Caption = 'New picture'
ClientHeight = 185 ClientHeight = 185
ClientWidth = 249 ClientWidth = 249
PixelsPerInch = 96
Position = poMainFormCenter Position = poMainFormCenter
HorzScrollBar.Page = 248
VertScrollBar.Page = 184
Left = 478
Height = 185
Top = 79
Width = 249
object GroupBoxProperties: TGroupBox object GroupBoxProperties: TGroupBox
Left = 6
Height = 136
Top = 6
Width = 236
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
Caption = 'Properties' Caption = 'Properties'
ClientHeight = 118 ClientHeight = 118
ClientWidth = 232 ClientWidth = 232
TabOrder = 0 TabOrder = 0
Left = 6
Height = 136
Top = 6
Width = 236
object LabelWidth: TLabel object LabelWidth: TLabel
Caption = 'Width:'
Color = clNone
ParentColor = False
Left = 16 Left = 16
Height = 14 Height = 14
Top = 14 Top = 14
Width = 33 Width = 33
Caption = 'Width:'
ParentColor = False
end end
object LabelHeight: TLabel object LabelHeight: TLabel
Caption = 'Height:'
Color = clNone
ParentColor = False
Left = 16 Left = 16
Height = 14 Height = 14
Top = 50 Top = 50
Width = 36 Width = 36
Caption = 'Height:'
ParentColor = False
end end
object LabelPaperColor: TLabel object LabelPaperColor: TLabel
Caption = 'Paper color:'
Color = clNone
ParentColor = False
Left = 16 Left = 16
Height = 14 Height = 14
Top = 86 Top = 86
Width = 59 Width = 59
Caption = 'Paper color:'
ParentColor = False
end end
object ColorButtonPaper: TColorButton object ColorButtonPaper: TColorButton
Left = 118
Height = 25
Top = 82
Width = 80
BorderWidth = 2 BorderWidth = 2
ButtonColorSize = 16 ButtonColorSize = 16
ButtonColor = clWhite ButtonColor = clWhite
Caption = 'Change...' Caption = 'Change...'
Color = clBtnFace Color = clBtnFace
Left = 118
Height = 25
Top = 82
Width = 80
end end
object EditWidth: TEdit object EditWidth: TEdit
OnKeyDown = nil
TabOrder = 0
Text = '512'
Left = 118 Left = 118
Height = 23 Height = 23
Top = 8 Top = 8
Width = 80 Width = 80
OnKeyDown = nil
TabOrder = 0
Text = '512'
end end
object EditHeight: TEdit object EditHeight: TEdit
OnKeyDown = nil
TabOrder = 1
Text = '512'
Left = 118 Left = 118
Height = 23 Height = 23
Top = 44 Top = 44
Width = 80 Width = 80
OnKeyDown = nil
TabOrder = 1
Text = '512'
end end
object UpDownWidth: TUpDown object UpDownWidth: TUpDown
Left = 198
Height = 23
Top = 8
Width = 17
Associate = EditWidth Associate = EditWidth
Min = 1 Min = 1
Max = 4096 Max = 4096
Position = 512 Position = 512
Thousands = False Thousands = False
Left = 198
Height = 23
Top = 8
Width = 17
end end
object UpDownHeight: TUpDown object UpDownHeight: TUpDown
Left = 198
Height = 23
Top = 44
Width = 17
Associate = EditHeight Associate = EditHeight
Min = 1 Min = 1
Max = 4096 Max = 4096
Position = 512 Position = 512
Thousands = False Thousands = False
Left = 198
Height = 23
Top = 44
Width = 17
end end
end end
object ButtonCancel: TButton object ButtonCancel: TButton
Left = 167
Height = 25
Top = 149
Width = 75
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
BorderSpacing.InnerBorder = 4 BorderSpacing.InnerBorder = 4
Cancel = True Cancel = True
Caption = 'Cancel' Caption = 'Cancel'
ModalResult = 2 ModalResult = 2
TabOrder = 1 TabOrder = 1
Left = 167 end
object ButtonOK: TButton
Left = 85
Height = 25 Height = 25
Top = 149 Top = 149
Width = 75 Width = 75
end
object ButtonOK: TButton
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
BorderSpacing.InnerBorder = 4 BorderSpacing.InnerBorder = 4
Caption = 'OK' Caption = 'OK'
Default = True Default = True
ModalResult = 1 ModalResult = 1
TabOrder = 2 TabOrder = 2
Left = 85
Height = 25
Top = 149
Width = 75
end end
end end

View File

@ -1,36 +1,35 @@
{ This is an automatically generated lazarus resource file } { This is an automatically generated lazarus resource file }
LazarusResources.Add('TNewDialogForm','FORMDATA',[ LazarusResources.Add('TNewDialogForm','FORMDATA',[
'TPF0'#14'TNewDialogForm'#13'NewDialogForm'#13'ActiveControl'#7#9'EditWidth' 'TPF0'#14'TNewDialogForm'#13'NewDialogForm'#4'Left'#3#222#1#6'Height'#3#185#0
+#11'BorderIcons'#11#12'biSystemMenu'#0#11'BorderStyle'#7#8'bsDialog'#7'Capti' +#3'Top'#2'O'#5'Width'#3#249#0#18'HorzScrollBar.Page'#3#248#0#18'VertScrollBa'
+'on'#6#11'New picture'#12'ClientHeight'#3#185#0#11'ClientWidth'#3#249#0#13'P' +'r.Page'#3#184#0#13'ActiveControl'#7#9'EditWidth'#11'BorderIcons'#11#12'biSy'
+'ixelsPerInch'#2'`'#8'Position'#7#16'poMainFormCenter'#18'HorzScrollBar.Page' +'stemMenu'#0#11'BorderStyle'#7#8'bsDialog'#7'Caption'#6#11'New picture'#12'C'
+#3#248#0#18'VertScrollBar.Page'#3#184#0#4'Left'#3#222#1#6'Height'#3#185#0#3 +'lientHeight'#3#185#0#11'ClientWidth'#3#249#0#8'Position'#7#16'poMainFormCen'
+'Top'#2'O'#5'Width'#3#249#0#0#9'TGroupBox'#18'GroupBoxProperties'#7'Anchors' +'ter'#0#9'TGroupBox'#18'GroupBoxProperties'#4'Left'#2#6#6'Height'#3#136#0#3
+#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#10'Properties' +'Top'#2#6#5'Width'#3#236#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akB'
+#12'ClientHeight'#2'v'#11'ClientWidth'#3#232#0#8'TabOrder'#2#0#4'Left'#2#6#6 +'ottom'#0#7'Caption'#6#10'Properties'#12'ClientHeight'#2'v'#11'ClientWidth'#3
+'Height'#3#136#0#3'Top'#2#6#5'Width'#3#236#0#0#6'TLabel'#10'LabelWidth'#7'Ca' +#232#0#8'TabOrder'#2#0#0#6'TLabel'#10'LabelWidth'#4'Left'#2#16#6'Height'#2#14
+'ption'#6#6'Width:'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#16#6'He' +#3'Top'#2#14#5'Width'#2'!'#7'Caption'#6#6'Width:'#11'ParentColor'#8#0#0#6'TL'
+'ight'#2#14#3'Top'#2#14#5'Width'#2'!'#0#0#6'TLabel'#11'LabelHeight'#7'Captio' +'abel'#11'LabelHeight'#4'Left'#2#16#6'Height'#2#14#3'Top'#2'2'#5'Width'#2'$'
+'n'#6#7'Height:'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#16#6'Heigh' +#7'Caption'#6#7'Height:'#11'ParentColor'#8#0#0#6'TLabel'#15'LabelPaperColor'
+'t'#2#14#3'Top'#2'2'#5'Width'#2'$'#0#0#6'TLabel'#15'LabelPaperColor'#7'Capti' +#4'Left'#2#16#6'Height'#2#14#3'Top'#2'V'#5'Width'#2';'#7'Caption'#6#12'Paper'
+'on'#6#12'Paper color:'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#16#6 +' color:'#11'ParentColor'#8#0#0#12'TColorButton'#16'ColorButtonPaper'#4'Left'
+'Height'#2#14#3'Top'#2'V'#5'Width'#2';'#0#0#12'TColorButton'#16'ColorButtonP' +#2'v'#6'Height'#2#25#3'Top'#2'R'#5'Width'#2'P'#11'BorderWidth'#2#2#15'Button'
+'aper'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#11'ButtonColor'#7#7'clWh' +'ColorSize'#2#16#11'ButtonColor'#7#7'clWhite'#7'Caption'#6#9'Change...'#5'Co'
+'ite'#7'Caption'#6#9'Change...'#5'Color'#7#9'clBtnFace'#4'Left'#2'v'#6'Heigh' +'lor'#7#9'clBtnFace'#0#0#5'TEdit'#9'EditWidth'#4'Left'#2'v'#6'Height'#2#23#3
+'t'#2#25#3'Top'#2'R'#5'Width'#2'P'#0#0#5'TEdit'#9'EditWidth'#9'OnKeyDown'#13 +'Top'#2#8#5'Width'#2'P'#9'OnKeyDown'#13#8'TabOrder'#2#0#4'Text'#6#3'512'#0#0
+#8'TabOrder'#2#0#4'Text'#6#3'512'#4'Left'#2'v'#6'Height'#2#23#3'Top'#2#8#5'W' +#5'TEdit'#10'EditHeight'#4'Left'#2'v'#6'Height'#2#23#3'Top'#2','#5'Width'#2
+'idth'#2'P'#0#0#5'TEdit'#10'EditHeight'#9'OnKeyDown'#13#8'TabOrder'#2#1#4'Te' +'P'#9'OnKeyDown'#13#8'TabOrder'#2#1#4'Text'#6#3'512'#0#0#7'TUpDown'#11'UpDow'
+'xt'#6#3'512'#4'Left'#2'v'#6'Height'#2#23#3'Top'#2','#5'Width'#2'P'#0#0#7'TU' +'nWidth'#4'Left'#3#198#0#6'Height'#2#23#3'Top'#2#8#5'Width'#2#17#9'Associate'
+'pDown'#11'UpDownWidth'#9'Associate'#7#9'EditWidth'#3'Min'#2#1#3'Max'#3#0#16 +#7#9'EditWidth'#3'Min'#2#1#3'Max'#3#0#16#8'Position'#3#0#2#9'Thousands'#8#0#0
+#8'Position'#3#0#2#9'Thousands'#8#4'Left'#3#198#0#6'Height'#2#23#3'Top'#2#8#5 +#7'TUpDown'#12'UpDownHeight'#4'Left'#3#198#0#6'Height'#2#23#3'Top'#2','#5'Wi'
+'Width'#2#17#0#0#7'TUpDown'#12'UpDownHeight'#9'Associate'#7#10'EditHeight'#3 +'dth'#2#17#9'Associate'#7#10'EditHeight'#3'Min'#2#1#3'Max'#3#0#16#8'Position'
+'Min'#2#1#3'Max'#3#0#16#8'Position'#3#0#2#9'Thousands'#8#4'Left'#3#198#0#6'H' +#3#0#2#9'Thousands'#8#0#0#0#7'TButton'#12'ButtonCancel'#4'Left'#3#167#0#6'He'
+'eight'#2#23#3'Top'#2','#5'Width'#2#17#0#0#0#7'TButton'#12'ButtonCancel'#7'A' +'ight'#2#25#3'Top'#3#149#0#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'
+'nchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#6'Can' +#0#25'BorderSpacing.InnerBorder'#2#4#6'Cancel'#9#7'Caption'#6#6'Cancel'#11'M'
+'cel'#9#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8'TabOrder'#2#1#4'Left'#3 +'odalResult'#2#2#8'TabOrder'#2#1#0#0#7'TButton'#8'ButtonOK'#4'Left'#2'U'#6'H'
+#167#0#6'Height'#2#25#3'Top'#3#149#0#5'Width'#2'K'#0#0#7'TButton'#8'ButtonOK' +'eight'#2#25#3'Top'#3#149#0#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBotto'
+#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7 +'m'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#2'OK'#7'Default'#9#11'M'
+'Caption'#6#2'OK'#7'Default'#9#11'ModalResult'#2#1#8'TabOrder'#2#2#4'Left'#2 +'odalResult'#2#1#8'TabOrder'#2#2#0#0#0
+'U'#6'Height'#2#25#3'Top'#3#149#0#5'Width'#2'K'#0#0#0
]); ]);

View File

@ -1,132 +1,130 @@
inherited ResizePaperDialogForm: TResizePaperDialogForm inherited ResizePaperDialogForm: TResizePaperDialogForm
Height = 507
Width = 276
HorzScrollBar.Page = 275
VertScrollBar.Page = 506
ActiveControl = EditHeight ActiveControl = EditHeight
Caption = 'Resize paper' Caption = 'Resize paper'
ClientHeight = 507 ClientHeight = 507
ClientWidth = 276 ClientWidth = 276
OnCreate = FormCreate OnCreate = FormCreate
OnDestroy = FormDestroy OnDestroy = FormDestroy
PixelsPerInch = 96
HorzScrollBar.Page = 275
VertScrollBar.Page = 506
Height = 507
Width = 276
object PanelPreview: TPanel object PanelPreview: TPanel
Anchors = [akTop, akLeft, akRight, akBottom]
BevelOuter = bvNone
ClientHeight = 264
ClientWidth = 264
Color = clBlack
FullRepaint = False
ParentColor = False
TabOrder = 0
Left = 6 Left = 6
Height = 264 Height = 264
Top = 6 Top = 6
Width = 264 Width = 264
Anchors = [akTop, akLeft, akRight, akBottom]
BevelOuter = bvNone
Color = clBlack
FullRepaint = False
ParentColor = False
TabOrder = 0
end end
object GroupBoxProperties: TGroupBox object GroupBoxProperties: TGroupBox
Left = 6
Height = 186
Top = 280
Width = 264
Anchors = [akLeft, akRight, akBottom] Anchors = [akLeft, akRight, akBottom]
Caption = 'Properties' Caption = 'Properties'
ClientHeight = 168 ClientHeight = 168
ClientWidth = 260 ClientWidth = 260
TabOrder = 1 TabOrder = 1
Left = 6
Height = 186
Top = 280
Width = 264
object LabelWidth: TLabel object LabelWidth: TLabel
Caption = 'Paper width:'
Color = clNone
ParentColor = False
Left = 16 Left = 16
Height = 14 Height = 14
Top = 44 Top = 44
Width = 62 Width = 62
Caption = 'Paper width:'
ParentColor = False
end end
object LabelHeight: TLabel object LabelHeight: TLabel
Caption = 'Paper height:'
Color = clNone
ParentColor = False
Left = 16 Left = 16
Height = 14 Height = 14
Top = 80 Top = 80
Width = 66 Width = 66
Caption = 'Paper height:'
ParentColor = False
end end
object LabelPaperColor: TLabel object LabelPaperColor: TLabel
Caption = 'Paper color:'
Color = clNone
ParentColor = False
Left = 16 Left = 16
Height = 14 Height = 14
Top = 140 Top = 140
Width = 59 Width = 59
Caption = 'Paper color:'
ParentColor = False
end end
object LabelPicturePosition: TLabel object LabelPicturePosition: TLabel
Caption = 'Picture position:'
Color = clNone
ParentColor = False
Left = 16 Left = 16
Height = 14 Height = 14
Top = 13 Top = 13
Width = 78 Width = 78
Caption = 'Picture position:'
ParentColor = False
end end
object ColorButtonPaper: TColorButton object ColorButtonPaper: TColorButton
Left = 148
Height = 25
Top = 135
Width = 80
BorderWidth = 2 BorderWidth = 2
ButtonColorSize = 16 ButtonColorSize = 16
ButtonColor = clWhite ButtonColor = clWhite
Caption = 'Change...' Caption = 'Change...'
Color = clBtnFace Color = clBtnFace
OnColorChanged = ColorButtonPaperColorChanged OnColorChanged = ColorButtonPaperColorChanged
Left = 148
Height = 25
Top = 135
Width = 80
end end
object EditHeight: TEdit object EditHeight: TEdit
OnChange = EditHeightChange
OnKeyDown = nil
TabOrder = 0
Text = '512'
Left = 148 Left = 148
Height = 23 Height = 23
Top = 74 Top = 74
Width = 80 Width = 80
OnChange = EditHeightChange
OnKeyDown = nil
TabOrder = 0
Text = '512'
end end
object UpDownWidth: TUpDown object UpDownWidth: TUpDown
Left = 228
Height = 23
Top = 38
Width = 17
Associate = EditWidth Associate = EditWidth
Min = 1 Min = 1
Max = 4096 Max = 4096
Position = 512 Position = 512
Thousands = False Thousands = False
Left = 228
Height = 23
Top = 38
Width = 17
end end
object UpDownHeight: TUpDown object UpDownHeight: TUpDown
Left = 228
Height = 23
Top = 74
Width = 17
Associate = EditHeight Associate = EditHeight
Min = 1 Min = 1
Max = 4096 Max = 4096
Position = 512 Position = 512
Thousands = False Thousands = False
Left = 228
Height = 23
Top = 74
Width = 17
end end
object CheckBoxAspectRatio: TCheckBox object CheckBoxAspectRatio: TCheckBox
Left = 16
Height = 13
Top = 110
Width = 120
Caption = 'Preserve aspect ratio' Caption = 'Preserve aspect ratio'
Checked = True Checked = True
OnChange = CheckBoxAspectRatioChange OnChange = CheckBoxAspectRatioChange
State = cbChecked State = cbChecked
TabOrder = 1 TabOrder = 1
Left = 16
Height = 13
Top = 110
Width = 120
end end
object ComboBoxPicturePosition: TComboBox object ComboBoxPicturePosition: TComboBox
Left = 148
Height = 21
Top = 8
Width = 96
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 13
ItemIndex = 0 ItemIndex = 0
Items.Strings = ( Items.Strings = (
'Top Left' 'Top Left'
@ -144,44 +142,40 @@ inherited ResizePaperDialogForm: TResizePaperDialogForm
Style = csDropDownList Style = csDropDownList
TabOrder = 2 TabOrder = 2
Text = 'Top Left' Text = 'Top Left'
Left = 148
Height = 21
Top = 8
Width = 96
end end
object EditWidth: TEdit object EditWidth: TEdit
OnChange = EditWidthChange
OnKeyDown = nil
TabOrder = 3
Text = '512'
Left = 148 Left = 148
Height = 23 Height = 23
Top = 38 Top = 38
Width = 80 Width = 80
OnChange = EditWidthChange
OnKeyDown = nil
TabOrder = 3
Text = '512'
end end
end end
object ButtonOK: TButton object ButtonOK: TButton
Left = 112
Height = 25
Top = 474
Width = 75
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
BorderSpacing.InnerBorder = 4 BorderSpacing.InnerBorder = 4
Caption = 'OK' Caption = 'OK'
Default = True Default = True
ModalResult = 1 ModalResult = 1
TabOrder = 2 TabOrder = 2
Left = 112 end
object ButtonCancel: TButton
Left = 193
Height = 25 Height = 25
Top = 474 Top = 474
Width = 75 Width = 75
end
object ButtonCancel: TButton
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
BorderSpacing.InnerBorder = 4 BorderSpacing.InnerBorder = 4
Cancel = True Cancel = True
Caption = 'Cancel' Caption = 'Cancel'
ModalResult = 2 ModalResult = 2
TabOrder = 3 TabOrder = 3
Left = 193
Height = 25
Top = 474
Width = 75
end end
end end

View File

@ -1,53 +1,51 @@
{ This is an automatically generated lazarus resource file } { This is an automatically generated lazarus resource file }
LazarusResources.Add('TResizePaperDialogForm','FORMDATA',[ LazarusResources.Add('TResizePaperDialogForm','FORMDATA',[
'TPF0'#241#22'TResizePaperDialogForm'#21'ResizePaperDialogForm'#13'ActiveCont' 'TPF0'#241#22'TResizePaperDialogForm'#21'ResizePaperDialogForm'#6'Height'#3
+'rol'#7#10'EditHeight'#7'Caption'#6#12'Resize paper'#12'ClientHeight'#3#251#1 +#251#1#5'Width'#3#20#1#18'HorzScrollBar.Page'#3#19#1#18'VertScrollBar.Page'#3
+#11'ClientWidth'#3#20#1#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'FormD' +#250#1#13'ActiveControl'#7#10'EditHeight'#7'Caption'#6#12'Resize paper'#12'C'
+'estroy'#13'PixelsPerInch'#2'`'#18'HorzScrollBar.Page'#3#19#1#18'VertScrollB' +'lientHeight'#3#251#1#11'ClientWidth'#3#20#1#8'OnCreate'#7#10'FormCreate'#9
+'ar.Page'#3#250#1#6'Height'#3#251#1#5'Width'#3#20#1#0#6'TPanel'#12'PanelPrev' +'OnDestroy'#7#11'FormDestroy'#0#6'TPanel'#12'PanelPreview'#4'Left'#2#6#6'Hei'
+'iew'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#10'BevelOute' +'ght'#3#8#1#3'Top'#2#6#5'Width'#3#8#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
+'r'#7#6'bvNone'#12'ClientHeight'#3#8#1#11'ClientWidth'#3#8#1#5'Color'#7#7'cl' +'ight'#8'akBottom'#0#10'BevelOuter'#7#6'bvNone'#5'Color'#7#7'clBlack'#11'Ful'
+'Black'#11'FullRepaint'#8#11'ParentColor'#8#8'TabOrder'#2#0#4'Left'#2#6#6'He' +'lRepaint'#8#11'ParentColor'#8#8'TabOrder'#2#0#0#0#9'TGroupBox'#18'GroupBoxP'
+'ight'#3#8#1#3'Top'#2#6#5'Width'#3#8#1#0#0#9'TGroupBox'#18'GroupBoxPropertie' +'roperties'#4'Left'#2#6#6'Height'#3#186#0#3'Top'#3#24#1#5'Width'#3#8#1#7'Anc'
+'s'#7'Anchors'#11#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#10'Propert' +'hors'#11#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#10'Properties'#12
+'ies'#12'ClientHeight'#3#168#0#11'ClientWidth'#3#4#1#8'TabOrder'#2#1#4'Left' +'ClientHeight'#3#168#0#11'ClientWidth'#3#4#1#8'TabOrder'#2#1#0#6'TLabel'#10
+#2#6#6'Height'#3#186#0#3'Top'#3#24#1#5'Width'#3#8#1#0#6'TLabel'#10'LabelWidt' +'LabelWidth'#4'Left'#2#16#6'Height'#2#14#3'Top'#2','#5'Width'#2'>'#7'Caption'
+'h'#7'Caption'#6#12'Paper width:'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'L' +#6#12'Paper width:'#11'ParentColor'#8#0#0#6'TLabel'#11'LabelHeight'#4'Left'#2
+'eft'#2#16#6'Height'#2#14#3'Top'#2','#5'Width'#2'>'#0#0#6'TLabel'#11'LabelHe' +#16#6'Height'#2#14#3'Top'#2'P'#5'Width'#2'B'#7'Caption'#6#13'Paper height:'
+'ight'#7'Caption'#6#13'Paper height:'#5'Color'#7#6'clNone'#11'ParentColor'#8 +#11'ParentColor'#8#0#0#6'TLabel'#15'LabelPaperColor'#4'Left'#2#16#6'Height'#2
+#4'Left'#2#16#6'Height'#2#14#3'Top'#2'P'#5'Width'#2'B'#0#0#6'TLabel'#15'Labe' +#14#3'Top'#3#140#0#5'Width'#2';'#7'Caption'#6#12'Paper color:'#11'ParentColo'
+'lPaperColor'#7'Caption'#6#12'Paper color:'#5'Color'#7#6'clNone'#11'ParentCo' +'r'#8#0#0#6'TLabel'#20'LabelPicturePosition'#4'Left'#2#16#6'Height'#2#14#3'T'
+'lor'#8#4'Left'#2#16#6'Height'#2#14#3'Top'#3#140#0#5'Width'#2';'#0#0#6'TLabe' +'op'#2#13#5'Width'#2'N'#7'Caption'#6#17'Picture position:'#11'ParentColor'#8
+'l'#20'LabelPicturePosition'#7'Caption'#6#17'Picture position:'#5'Color'#7#6 +#0#0#12'TColorButton'#16'ColorButtonPaper'#4'Left'#3#148#0#6'Height'#2#25#3
+'clNone'#11'ParentColor'#8#4'Left'#2#16#6'Height'#2#14#3'Top'#2#13#5'Width'#2 +'Top'#3#135#0#5'Width'#2'P'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#11
+'N'#0#0#12'TColorButton'#16'ColorButtonPaper'#11'BorderWidth'#2#2#15'ButtonC' +'ButtonColor'#7#7'clWhite'#7'Caption'#6#9'Change...'#5'Color'#7#9'clBtnFace'
+'olorSize'#2#16#11'ButtonColor'#7#7'clWhite'#7'Caption'#6#9'Change...'#5'Col' +#14'OnColorChanged'#7#28'ColorButtonPaperColorChanged'#0#0#5'TEdit'#10'EditH'
+'or'#7#9'clBtnFace'#14'OnColorChanged'#7#28'ColorButtonPaperColorChanged'#4 +'eight'#4'Left'#3#148#0#6'Height'#2#23#3'Top'#2'J'#5'Width'#2'P'#8'OnChange'
+'Left'#3#148#0#6'Height'#2#25#3'Top'#3#135#0#5'Width'#2'P'#0#0#5'TEdit'#10'E' +#7#16'EditHeightChange'#9'OnKeyDown'#13#8'TabOrder'#2#0#4'Text'#6#3'512'#0#0
+'ditHeight'#8'OnChange'#7#16'EditHeightChange'#9'OnKeyDown'#13#8'TabOrder'#2 +#7'TUpDown'#11'UpDownWidth'#4'Left'#3#228#0#6'Height'#2#23#3'Top'#2'&'#5'Wid'
+#0#4'Text'#6#3'512'#4'Left'#3#148#0#6'Height'#2#23#3'Top'#2'J'#5'Width'#2'P' +'th'#2#17#9'Associate'#7#9'EditWidth'#3'Min'#2#1#3'Max'#3#0#16#8'Position'#3
+#0#0#7'TUpDown'#11'UpDownWidth'#9'Associate'#7#9'EditWidth'#3'Min'#2#1#3'Max' +#0#2#9'Thousands'#8#0#0#7'TUpDown'#12'UpDownHeight'#4'Left'#3#228#0#6'Height'
+#3#0#16#8'Position'#3#0#2#9'Thousands'#8#4'Left'#3#228#0#6'Height'#2#23#3'To' +#2#23#3'Top'#2'J'#5'Width'#2#17#9'Associate'#7#10'EditHeight'#3'Min'#2#1#3'M'
+'p'#2'&'#5'Width'#2#17#0#0#7'TUpDown'#12'UpDownHeight'#9'Associate'#7#10'Edi' +'ax'#3#0#16#8'Position'#3#0#2#9'Thousands'#8#0#0#9'TCheckBox'#19'CheckBoxAsp'
+'tHeight'#3'Min'#2#1#3'Max'#3#0#16#8'Position'#3#0#2#9'Thousands'#8#4'Left'#3 +'ectRatio'#4'Left'#2#16#6'Height'#2#13#3'Top'#2'n'#5'Width'#2'x'#7'Caption'#6
+#228#0#6'Height'#2#23#3'Top'#2'J'#5'Width'#2#17#0#0#9'TCheckBox'#19'CheckBox' +#21'Preserve aspect ratio'#7'Checked'#9#8'OnChange'#7#25'CheckBoxAspectRatio'
+'AspectRatio'#7'Caption'#6#21'Preserve aspect ratio'#7'Checked'#9#8'OnChange' +'Change'#5'State'#7#9'cbChecked'#8'TabOrder'#2#1#0#0#9'TComboBox'#23'ComboBo'
+#7#25'CheckBoxAspectRatioChange'#5'State'#7#9'cbChecked'#8'TabOrder'#2#1#4'L' +'xPicturePosition'#4'Left'#3#148#0#6'Height'#2#21#3'Top'#2#8#5'Width'#2'`'#16
+'eft'#2#16#6'Height'#2#13#3'Top'#2'n'#5'Width'#2'x'#0#0#9'TComboBox'#23'Comb' +'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0
+'oBoxPicturePosition'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20 +#10'ItemHeight'#2#13#9'ItemIndex'#2#0#13'Items.Strings'#1#6#8'Top Left'#6#10
+'cbactSearchAscending'#0#9'ItemIndex'#2#0#13'Items.Strings'#1#6#8'Top Left'#6 +'Top Center'#6#9'Top Right'#6#11'Center Left'#6#8'Centered'#6#12'Center Righ'
+#10'Top Center'#6#9'Top Right'#6#11'Center Left'#6#8'Centered'#6#12'Center R' +'t'#6#11'Bottom Left'#6#13'Bottom Center'#6#12'Bottom Right'#0#9'MaxLength'#2
+'ight'#6#11'Bottom Left'#6#13'Bottom Center'#6#12'Bottom Right'#0#9'MaxLengt' +#0#8'OnChange'#7#29'ComboBoxPicturePositionChange'#5'Style'#7#14'csDropDownL'
+'h'#2#0#8'OnChange'#7#29'ComboBoxPicturePositionChange'#5'Style'#7#14'csDrop' +'ist'#8'TabOrder'#2#2#4'Text'#6#8'Top Left'#0#0#5'TEdit'#9'EditWidth'#4'Left'
+'DownList'#8'TabOrder'#2#2#4'Text'#6#8'Top Left'#4'Left'#3#148#0#6'Height'#2 +#3#148#0#6'Height'#2#23#3'Top'#2'&'#5'Width'#2'P'#8'OnChange'#7#15'EditWidth'
+#21#3'Top'#2#8#5'Width'#2'`'#0#0#5'TEdit'#9'EditWidth'#8'OnChange'#7#15'Edit' +'Change'#9'OnKeyDown'#13#8'TabOrder'#2#3#4'Text'#6#3'512'#0#0#0#7'TButton'#8
+'WidthChange'#9'OnKeyDown'#13#8'TabOrder'#2#3#4'Text'#6#3'512'#4'Left'#3#148 +'ButtonOK'#4'Left'#2'p'#6'Height'#2#25#3'Top'#3#218#1#5'Width'#2'K'#7'Anchor'
+#0#6'Height'#2#23#3'Top'#2'&'#5'Width'#2'P'#0#0#0#7'TButton'#8'ButtonOK'#7'A' +'s'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'
+'nchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Cap' +#6#2'OK'#7'Default'#9#11'ModalResult'#2#1#8'TabOrder'#2#2#0#0#7'TButton'#12
+'tion'#6#2'OK'#7'Default'#9#11'ModalResult'#2#1#8'TabOrder'#2#2#4'Left'#2'p' +'ButtonCancel'#4'Left'#3#193#0#6'Height'#2#25#3'Top'#3#218#1#5'Width'#2'K'#7
+#6'Height'#2#25#3'Top'#3#218#1#5'Width'#2'K'#0#0#7'TButton'#12'ButtonCancel' +'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#6'Ca'
+#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#6 +'ncel'#9#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8'TabOrder'#2#3#0#0#0
+'Cancel'#9#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8'TabOrder'#2#3#4'Left'
+#3#193#0#6'Height'#2#25#3'Top'#3#218#1#5'Width'#2'K'#0#0#0
]); ]);