mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 03:49:30 +02:00
LazReport, changed layout of page options dialog from Aleks Lagunov
git-svn-id: trunk@12082 -
This commit is contained in:
parent
1832fdc084
commit
ec721b475a
@ -1,14 +1,12 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<Package Version="2">
|
<Package Version="2">
|
||||||
<PathDelim Value="\"/>
|
|
||||||
<Name Value="lazreport"/>
|
<Name Value="lazreport"/>
|
||||||
<Author Value="Olivier Guilbaud, Jesus Reyes A. "/>
|
<Author Value="Olivier Guilbaud, Jesus Reyes A. "/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
<PathDelim Value="\"/>
|
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Generate Value="Faster"/>
|
<Generate Value="Faster"/>
|
||||||
@ -25,7 +23,7 @@ Lazarus Port: Olivier Guilbaud, Jesus Reyes A.
|
|||||||
See license.txt and license-lazreport.txt for details.
|
See license.txt and license-lazreport.txt for details.
|
||||||
"/>
|
"/>
|
||||||
<Version Minor="9" Release="5"/>
|
<Version Minor="9" Release="5"/>
|
||||||
<Files Count="34">
|
<Files Count="37">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="lr_class.pas"/>
|
<Filename Value="lr_class.pas"/>
|
||||||
<UnitName Value="LR_Class"/>
|
<UnitName Value="LR_Class"/>
|
||||||
@ -163,33 +161,44 @@ See license.txt and license-lazreport.txt for details.
|
|||||||
<Filename Value="lr_const.pas"/>
|
<Filename Value="lr_const.pas"/>
|
||||||
<UnitName Value="LR_Const"/>
|
<UnitName Value="LR_Const"/>
|
||||||
</Item34>
|
</Item34>
|
||||||
|
<Item35>
|
||||||
|
<Filename Value="lr_pgopt.lfm"/>
|
||||||
|
<Type Value="LFM"/>
|
||||||
|
</Item35>
|
||||||
|
<Item36>
|
||||||
|
<Filename Value="lr_pgopt.lrs"/>
|
||||||
|
<Type Value="LRS"/>
|
||||||
|
</Item36>
|
||||||
|
<Item37>
|
||||||
|
<Filename Value="lr_pgopt.pas"/>
|
||||||
|
<UnitName Value="LR_pgopt"/>
|
||||||
|
</Item37>
|
||||||
</Files>
|
</Files>
|
||||||
<RST OutDir="..\languages"/>
|
<RST OutDir="../languages"/>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
<RequiredPkgs Count="5">
|
<RequiredPkgs Count="5">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="SynEdit"/>
|
<PackageName Value="FCL"/>
|
||||||
|
<MinVersion Major="1" Valid="True"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
<Item2>
|
<Item2>
|
||||||
<PackageName Value="printer4lazarus"/>
|
<PackageName Value="IDEIntf"/>
|
||||||
</Item2>
|
</Item2>
|
||||||
<Item3>
|
<Item3>
|
||||||
<PackageName Value="LCL"/>
|
<PackageName Value="LCL"/>
|
||||||
</Item3>
|
</Item3>
|
||||||
<Item4>
|
<Item4>
|
||||||
<PackageName Value="IDEIntf"/>
|
<PackageName Value="printer4lazarus"/>
|
||||||
</Item4>
|
</Item4>
|
||||||
<Item5>
|
<Item5>
|
||||||
<PackageName Value="FCL"/>
|
<PackageName Value="SynEdit"/>
|
||||||
<MinVersion Major="1" Valid="True"/>
|
|
||||||
</Item5>
|
</Item5>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)\"/>
|
<UnitPath Value="$(PkgOutDir)/"/>
|
||||||
</UsageOptions>
|
</UsageOptions>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<DestinationDirectory Value="$(TestDir)\publishedpackage\"/>
|
|
||||||
<IgnoreBinaries Value="False"/>
|
<IgnoreBinaries Value="False"/>
|
||||||
</PublishOptions>
|
</PublishOptions>
|
||||||
</Package>
|
</Package>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ This file was automatically created by Lazarus. Do not edit!
|
{ Этот файл был автоматически создан Lazarus. Не редактировать!
|
||||||
This source is only used to compile and install the package.
|
Исходный код используется только для компиляции и установки пакета.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit lazreport;
|
unit lazreport;
|
||||||
@ -9,7 +9,8 @@ interface
|
|||||||
uses
|
uses
|
||||||
LR_Class, LR_Desgn, LR_Register, LR_Flds, LR_DBSet, LR_BarC, LR_BndEd,
|
LR_Class, LR_Desgn, LR_Register, LR_Flds, LR_DBSet, LR_BarC, LR_BndEd,
|
||||||
LR_PGrid, LR_View, lr_expres, lr_funct_editor_unit, lr_funct_editor_unit1,
|
LR_PGrid, LR_View, lr_expres, lr_funct_editor_unit, lr_funct_editor_unit1,
|
||||||
LR_Prntr, LR_Edit, LR_Pars, LR_fmted, LR_Const, LazarusPackageIntf;
|
LR_Prntr, LR_Edit, LR_Pars, LR_fmted, LR_Const, LR_pgopt,
|
||||||
|
LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
@ -4,10 +4,10 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
Top = 106
|
Top = 106
|
||||||
Width = 695
|
Width = 695
|
||||||
HorzScrollBar.Page = 694
|
HorzScrollBar.Page = 694
|
||||||
VertScrollBar.Page = 413
|
VertScrollBar.Page = 414
|
||||||
ActiveControl = C3
|
ActiveControl = C3
|
||||||
Caption = 'Designer'
|
Caption = 'Designer'
|
||||||
ClientHeight = 414
|
ClientHeight = 415
|
||||||
ClientWidth = 695
|
ClientWidth = 695
|
||||||
Font.Height = -11
|
Font.Height = -11
|
||||||
Font.Name = 'MS Sans Serif'
|
Font.Name = 'MS Sans Serif'
|
||||||
@ -38,8 +38,8 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
ShowHint = True
|
ShowHint = True
|
||||||
WindowState = wsMaximized
|
WindowState = wsMaximized
|
||||||
object StatusBar1: TStatusBar
|
object StatusBar1: TStatusBar
|
||||||
Height = 23
|
Height = 20
|
||||||
Top = 391
|
Top = 395
|
||||||
Width = 695
|
Width = 695
|
||||||
Panels = <
|
Panels = <
|
||||||
item
|
item
|
||||||
@ -1983,21 +1983,21 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
object frDock2: TPanel
|
object frDock2: TPanel
|
||||||
Height = 308
|
Height = 312
|
||||||
Top = 83
|
Top = 83
|
||||||
Width = 27
|
Width = 27
|
||||||
Align = alLeft
|
Align = alLeft
|
||||||
ClientHeight = 308
|
ClientHeight = 312
|
||||||
ClientWidth = 27
|
ClientWidth = 27
|
||||||
FullRepaint = False
|
FullRepaint = False
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object Panel4: TPanel
|
object Panel4: TPanel
|
||||||
Left = 1
|
Left = 1
|
||||||
Height = 306
|
Height = 310
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 25
|
Width = 25
|
||||||
Align = alClient
|
Align = alClient
|
||||||
ClientHeight = 306
|
ClientHeight = 310
|
||||||
ClientWidth = 25
|
ClientWidth = 25
|
||||||
FullRepaint = False
|
FullRepaint = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -2189,11 +2189,11 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
end
|
end
|
||||||
object panForDlg: TPanel
|
object panForDlg: TPanel
|
||||||
Left = 1
|
Left = 1
|
||||||
Height = 306
|
Height = 310
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 25
|
Width = 25
|
||||||
Align = alClient
|
Align = alClient
|
||||||
ClientHeight = 306
|
ClientHeight = 310
|
||||||
ClientWidth = 25
|
ClientWidth = 25
|
||||||
FullRepaint = False
|
FullRepaint = False
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -2240,7 +2240,7 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
end
|
end
|
||||||
object Tab1: TTabControl
|
object Tab1: TTabControl
|
||||||
Left = 27
|
Left = 27
|
||||||
Height = 308
|
Height = 312
|
||||||
Top = 83
|
Top = 83
|
||||||
Width = 641
|
Width = 641
|
||||||
Align = alClient
|
Align = alClient
|
||||||
@ -2254,7 +2254,7 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
TabStop = False
|
TabStop = False
|
||||||
object ScrollBox1: TScrollBox
|
object ScrollBox1: TScrollBox
|
||||||
Left = 2
|
Left = 2
|
||||||
Height = 276
|
Height = 280
|
||||||
Top = 30
|
Top = 30
|
||||||
Width = 637
|
Width = 637
|
||||||
AutoScroll = True
|
AutoScroll = True
|
||||||
@ -2714,12 +2714,12 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
end
|
end
|
||||||
object frDock4: TPanel
|
object frDock4: TPanel
|
||||||
Left = 668
|
Left = 668
|
||||||
Height = 308
|
Height = 312
|
||||||
Top = 83
|
Top = 83
|
||||||
Width = 27
|
Width = 27
|
||||||
Align = alRight
|
Align = alRight
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
ClientHeight = 308
|
ClientHeight = 312
|
||||||
ClientWidth = 27
|
ClientWidth = 27
|
||||||
FullRepaint = False
|
FullRepaint = False
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
@ -3316,42 +3316,91 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
left = 288
|
left = 288
|
||||||
top = 360
|
top = 360
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
6C69030000000F0000000F000000740100002F2A2058504D202A2F0A73746174
|
4C69030000000F0000000F000000DCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000
|
||||||
69632063686172202A66725F746F706C656674636F6F72645B5D3D7B0A223135
|
00FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
20313520322031222C0A222320632023303030303030222C0A222E2063202364
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDC
|
||||||
6364636463222C0A222E2E2E2E232E2E2E2E2E2E2E2E2E2E222C0A222E2E2E2E
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
232E2E2E2E2E2E2E2E2E2E222C0A222E2E2E2E232E2E2E2E2E2E2E2E2E2E222C
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDC
|
||||||
0A222E2E2E2E2E2E2E2E2E2E2E2E2E2E2E222C0A222323232E232E2323232E23
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2E232E23222C0A222E2E2E2E2E2E2E2E2E2E2E2E2E2E2E222C0A222E2E2E2E23
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2E2E2E2E2E2E2E2E2E23222C0A222E2E2E2E232E2E2E2E2E2E2E2E2E2E222C0A
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000
|
||||||
222E2E2E2E232E2E2E2E2E2E2E2E2E23222C0A222E2E2E2E2E2E2E2E2E2E2E2E
|
00FF000000FF000000FFDCDCDCFF000000FFDCDCDCFF000000FF000000FF0000
|
||||||
2E2E2E222C0A222E2E2E2E232E2E2E2E2E2E2E2E2E23222C0A222E2E2E2E2E2E
|
00FFDCDCDCFF000000FFDCDCDCFF000000FFDCDCDCFF000000FFDCDCDCFFDCDC
|
||||||
2E2E2E2E2E2E2E2E2E222C0A222E2E2E2E232E2E2E2E2E2E2E2E2E23222C0A22
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2E2E2E2E2E2E2E2E2E2E2E2E2E2E2E222C0A222E2E2E2E232E232E232E232E23
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2E23227D3B0A730100002F2A2058504D202A2F0A737461746963206368617220
|
DCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2A66725F68656967687477696474685B5D3D7B0A22313520313520322031222C
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
0A222320632023303030303030222C0A222E20632023646364636463222C0A22
|
DCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2E2E2E2E2E2E232E2E2E2E232E2E23222C0A222E2E2E2E2E2E232E2E2E2E2E23
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000
|
||||||
2E23222C0A222E2E2E2E2E2E232E23232323232323222C0A222E2E2E2E2E2E23
|
00FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2E2E2E2E2E232E23222C0A222E2E2E2E2E2E232E2E2E2E232E2E23222C0A222E
|
DCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2E2E2E2E2E2E2E2E2E2E2E2E2E2E222C0A2223232323232E232E232E232E232E
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
23222C0A222E2E2E2E2E2E2E2E2E2E2E2E2E2E2E222C0A222E2E232E2E2E232E
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDC
|
||||||
2E2E2E2E2E2E23222C0A222E2E232E2E2E2E2E2E2E2E2E2E2E2E222C0A222E2E
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000
|
||||||
232E2E2E232E2E2E2E2E2E2E23222C0A22232E232E232E2E2E2E2E2E2E2E2E2E
|
00FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
222C0A222E2323232E2E232E2E2E2E2E2E2E23222C0A222E2E232E2E2E2E2E2E
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2E2E2E2E2E2E222C0A2223232323232E232E232E232E232E23227D3B0A730100
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
002F2A2058504D202A2F0A7374617469632063686172202A66725F6865696768
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDC
|
||||||
7477696474685B5D3D7B0A22313520313520322031222C0A2223206320233030
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
30303030222C0A222E20632023646364636463222C0A222E2E2E2E2E2E232E2E
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2E2E232E2E23222C0A222E2E2E2E2E2E232E2E2E2E2E232E23222C0A222E2E2E
|
DCFFDCDCDCFF000000FFDCDCDCFF000000FFDCDCDCFF000000FFDCDCDCFF0000
|
||||||
2E2E2E232E23232323232323222C0A222E2E2E2E2E2E232E2E2E2E2E232E2322
|
00FFDCDCDCFF000000FFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2C0A222E2E2E2E2E2E232E2E2E2E232E2E23222C0A222E2E2E2E2E2E2E2E2E2E
|
DCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000
|
||||||
2E2E2E2E2E222C0A2223232323232E232E232E232E232E23222C0A222E2E2E2E
|
00FFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2E2E2E2E2E2E2E2E2E2E2E222C0A222E2E232E2E2E232E2E2E2E2E2E2E23222C
|
DCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000
|
||||||
0A222E2E232E2E2E2E2E2E2E2E2E2E2E2E222C0A222E2E232E2E2E232E2E2E2E
|
00FFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2E2E2E23222C0A22232E232E232E2E2E2E2E2E2E2E2E2E222C0A222E2323232E
|
DCFF000000FFDCDCDCFF000000FF000000FF000000FF000000FF000000FF0000
|
||||||
2E232E2E2E2E2E2E2E23222C0A222E2E232E2E2E2E2E2E2E2E2E2E2E2E222C0A
|
00FF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000
|
||||||
2223232323232E232E232E232E232E23227D3B0A
|
00FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFF0000
|
||||||
|
00FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFF000000FFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FF0000
|
||||||
|
00FF000000FF000000FF000000FFDCDCDCFF000000FFDCDCDCFF000000FFDCDC
|
||||||
|
DCFF000000FFDCDCDCFF000000FFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFF000000FF000000FFDCDCDCFF000000FFDCDCDCFF000000FFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFF000000FF000000FF000000FFDCDCDCFFDCDCDCFF000000FFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDC
|
||||||
|
DCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FF0000
|
||||||
|
00FF000000FF000000FF000000FFDCDCDCFF000000FFDCDCDCFF000000FFDCDC
|
||||||
|
DCFF000000FFDCDCDCFF000000FFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFF000000FFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFF000000FFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFF000000FFDCDCDCFF000000FF000000FF000000FF000000FF0000
|
||||||
|
00FF000000FF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDC
|
||||||
|
DCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000
|
||||||
|
00FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFF0000
|
||||||
|
00FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000
|
||||||
|
00FF000000FF000000FF000000FF000000FFDCDCDCFF000000FFDCDCDCFF0000
|
||||||
|
00FFDCDCDCFF000000FFDCDCDCFF000000FFDCDCDCFF000000FFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000
|
||||||
|
00FFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFF000000FFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFF000000FF000000FFDCDCDCFF000000FFDCDCDCFF000000FFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFF000000FF000000FF000000FFDCDCDCFFDCDCDCFF0000
|
||||||
|
00FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000
|
||||||
|
00FFDCDCDCFFDCDCDCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000
|
||||||
|
00FF000000FF000000FF000000FF000000FFDCDCDCFF000000FFDCDCDCFF0000
|
||||||
|
00FFDCDCDCFF000000FFDCDCDCFF000000FFDCDCDCFF000000FF
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
object ImageList2: TImageList
|
object ImageList2: TImageList
|
||||||
@ -3359,19 +3408,35 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
left = 288
|
left = 288
|
||||||
top = 312
|
top = 312
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
6C6901000000100000000E0000007D0100002F2A2058504D202A2F0A73746174
|
4C6901000000100000000E000000DCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
69632063686172202A66725F74726574797065666F6E745B5D3D7B0A22313620
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
313420332031222C0A226120632023303030303030222C0A222E206320236463
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000FFFF0000FFFF0000
|
||||||
64636463222C0A222320632023666630303030222C0A222E2E2E2E2E2E2E2E2E
|
FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2E2E2E2E2E2E2E222C0A222E2E23232323232323232E2E2E2E2E2E222C0A222E
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000FFFF0000FFFFDCDC
|
||||||
2E23232E23232E23232E2E2E2E2E2E222C0A222E2E232E2E23232E2E232E2E2E
|
DCFF0000FFFF0000FFFFDCDCDCFF0000FFFF0000FFFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2E2E2E222C0A222E2E232E2E2361616161616161612E2E222C0A222E2E2E2E2E
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000FFFFDCDCDCFFDCDC
|
||||||
2361612E61612E61612E2E222C0A222E2E2E2E2E23612E2E61612E2E612E2E22
|
DCFF0000FFFF0000FFFFDCDCDCFFDCDCDCFF0000FFFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2C0A222E2E2E2E2E23612E2E61612E2E612E2E222C0A222E2E2E2E2E23232E2E
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000FFFFDCDCDCFFDCDC
|
||||||
61612E2E2E2E2E222C0A222E2E2E23232323232361612E2E2E2E2E222C0A222E
|
DCFF0000FFFF000000FF000000FF000000FF000000FF000000FF000000FF0000
|
||||||
2E2E2E2E2E2E2E2E61612E2E2E2E2E222C0A222E2E2E2E2E2E2E2E2E61612E2E
|
00FF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
2E2E2E222C0A222E2E2E2E2E2E2E6161616161612E2E2E222C0A222E2E2E2E2E
|
DCFF0000FFFF000000FF000000FFDCDCDCFF000000FF000000FFDCDCDCFF0000
|
||||||
2E2E2E2E2E2E2E2E2E2E2E227D3B0A
|
00FF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFF0000FFFF000000FFDCDCDCFFDCDCDCFF000000FF000000FFDCDCDCFFDCDC
|
||||||
|
DCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFF0000FFFF000000FFDCDCDCFFDCDCDCFF000000FF000000FFDCDCDCFFDCDC
|
||||||
|
DCFF000000FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFF0000FFFF0000FFFFDCDCDCFFDCDCDCFF000000FF000000FFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF0000FFFF0000
|
||||||
|
FFFF0000FFFF0000FFFF0000FFFF0000FFFF000000FF000000FFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FF000000FFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFF000000FF000000FFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFF000000FF000000FF000000FF000000FF000000FF0000
|
||||||
|
00FFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDCDCFFDCDC
|
||||||
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFF
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
object Popup2: TPopupMenu
|
object Popup2: TPopupMenu
|
||||||
@ -3393,26 +3458,31 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
left = 328
|
left = 328
|
||||||
top = 88
|
top = 88
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
6C69030000000800000008000000C90000002F2A2058504D202A2F0A73746174
|
4C69030000000800000008000000000000000000000000000000000000000000
|
||||||
69632063686172202A677261706869635B5D203D207B0A223820382034203122
|
00000000000000000000000000FF0000000000F900FF00F900FF00F900FF00F9
|
||||||
2C0A222E2063204E6F6E65222C0A222C20632023303030303030222C0A222D20
|
00FF00F900FF00F900FF000000FF0000000000F900FFA10000FFA10000FFA100
|
||||||
632023303046393030222C0A222A20632023303030304131222C0A222E2E2E2E
|
00FFA10000FF00F900FF000000FF0000000000F900FF00F900FF00F900FF00F9
|
||||||
2E2E2E2C222C0A222E2D2D2D2D2D2D2C222C0A222E2D2A2A2A2A2D2C222C0A22
|
00FF00F900FF00F900FF000000FF0000000000F900FFA10000FFA10000FFA100
|
||||||
2E2D2D2D2D2D2D2C222C0A222E2D2A2A2A2A2D2C222C0A222E2D2D2D2D2D2D2C
|
00FFA10000FF00F900FF000000FF0000000000F900FF00F900FF00F900FF00F9
|
||||||
222C0A222E2D2D2D2D2D2D2C222C0A222E2C2C2C2C2C2C2C227D0AC90000002F
|
00FF00F900FF00F900FF000000FF0000000000F900FF00F900FF00F900FF00F9
|
||||||
2A2058504D202A2F0A7374617469632063686172202A677261706869635B5D20
|
00FF00F900FF00F900FF000000FF00000000000000FF000000FF000000FF0000
|
||||||
3D207B0A2238203820342031222C0A222E2063204E6F6E65222C0A222C206320
|
00FF000000FF000000FF000000FF000000000000000000000000000000000000
|
||||||
23303030303030222C0A222D20632023303041314639222C0A222A2063202346
|
00000000000000000000000000FF00000000F9A100FFF9A100FFF9A100FFF9A1
|
||||||
3930303030222C0A222E2E2E2E2E2E2E2C222C0A222E2D2D2D2D2D2D2C222C0A
|
00FFF9A100FFF9A100FF000000FF00000000F9A100FF00000000000000000000
|
||||||
222E2D2E2E2E2C2D2C222C0A222E2D2E2A2A2C2D2C222C0A222E2D2E2A2A2C2D
|
0000000000FFF9A100FF000000FF00000000F9A100FF000000000000F9FF0000
|
||||||
2C222C0A222E2D2E2C2C2C2D2C222C0A222E2D2D2D2D2D2D2C222C0A222E2C2C
|
F9FF000000FFF9A100FF000000FF00000000F9A100FF000000000000F9FF0000
|
||||||
2C2C2C2C2C227D0AC90000002F2A2058504D202A2F0A73746174696320636861
|
F9FF000000FFF9A100FF000000FF00000000F9A100FF00000000000000FF0000
|
||||||
72202A677261706869635B5D203D207B0A2238203820342031222C0A222E2063
|
00FF000000FFF9A100FF000000FF00000000F9A100FFF9A100FFF9A100FFF9A1
|
||||||
204E6F6E65222C0A222C20632023303030303030222C0A222D20632023303041
|
00FFF9A100FFF9A100FF000000FF00000000000000FF000000FF000000FF0000
|
||||||
314639222C0A222A20632023463930303030222C0A222E2E2E2E2E2E2E2C222C
|
00FF000000FF000000FF000000FF000000000000000000000000000000000000
|
||||||
0A222E2D2D2D2D2D2D2C222C0A222E2D2E2E2E2C2D2C222C0A222E2D2E2A2A2C
|
00000000000000000000000000FF00000000F9A100FFF9A100FFF9A100FFF9A1
|
||||||
2D2C222C0A222E2D2E2A2A2C2D2C222C0A222E2D2E2C2C2C2D2C222C0A222E2D
|
00FFF9A100FFF9A100FF000000FF00000000F9A100FF00000000000000000000
|
||||||
2D2D2D2D2D2C222C0A222E2C2C2C2C2C2C2C227D0A
|
0000000000FFF9A100FF000000FF00000000F9A100FF000000000000F9FF0000
|
||||||
|
F9FF000000FFF9A100FF000000FF00000000F9A100FF000000000000F9FF0000
|
||||||
|
F9FF000000FFF9A100FF000000FF00000000F9A100FF00000000000000FF0000
|
||||||
|
00FF000000FFF9A100FF000000FF00000000F9A100FFF9A100FFF9A100FFF9A1
|
||||||
|
00FFF9A100FFF9A100FF000000FF00000000000000FF000000FF000000FF0000
|
||||||
|
00FF000000FF000000FF000000FF
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
LazarusResources.Add('TfrDesignerForm','FORMDATA',[
|
LazarusResources.Add('TfrDesignerForm','FORMDATA',[
|
||||||
'TPF0'#241#15'TfrDesignerForm'#14'frDesignerForm'#4'Left'#2#28#6'Height'#3#178
|
'TPF0'#241#15'TfrDesignerForm'#14'frDesignerForm'#4'Left'#2#28#6'Height'#3#178
|
||||||
+#1#3'Top'#2'j'#5'Width'#3#183#2#18'HorzScrollBar.Page'#3#182#2#18'VertScroll'
|
+#1#3'Top'#2'j'#5'Width'#3#183#2#18'HorzScrollBar.Page'#3#182#2#18'VertScroll'
|
||||||
+'Bar.Page'#3#157#1#13'ActiveControl'#7#2'C3'#7'Caption'#6#8'Designer'#12'Cli'
|
+'Bar.Page'#3#158#1#13'ActiveControl'#7#2'C3'#7'Caption'#6#8'Designer'#12'Cli'
|
||||||
+'entHeight'#3#158#1#11'ClientWidth'#3#183#2#11'Font.Height'#2#245#9'Font.Nam'
|
+'entHeight'#3#159#1#11'ClientWidth'#3#183#2#11'Font.Height'#2#245#9'Font.Nam'
|
||||||
+'e'#6#13'MS Sans Serif'#9'Icon.Data'#10'B'#1#0#0'>'#1#0#0#0#0#1#0#1#0#16#16
|
+'e'#6#13'MS Sans Serif'#9'Icon.Data'#10'B'#1#0#0'>'#1#0#0#0#0#1#0#1#0#16#16
|
||||||
+#16#0#0#0#0#0'('#1#0#0#22#0#0#0'('#0#0#0#16#0#0#0' '#0#0#0#1#0#4#0#0#0#0#0
|
+#16#0#0#0#0#0'('#1#0#0#22#0#0#0'('#0#0#0#16#0#0#0' '#0#0#0#1#0#4#0#0#0#0#0
|
||||||
+#192#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#128#0#0#128#0#0#0#128
|
+#192#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#128#0#0#128#0#0#0#128
|
||||||
@ -22,7 +22,7 @@ LazarusResources.Add('TfrDesignerForm','FORMDATA',[
|
|||||||
+#7#10'FormCreate'#9'OnDestroy'#7#11'FormDestroy'#6'OnHide'#7#8'FormHide'#9'O'
|
+#7#10'FormCreate'#9'OnDestroy'#7#11'FormDestroy'#6'OnHide'#7#8'FormHide'#9'O'
|
||||||
+'nKeyDown'#7#11'FormKeyDown'#11'OnMouseDown'#7#13'FormMouseDown'#8'OnResize'
|
+'nKeyDown'#7#11'FormKeyDown'#11'OnMouseDown'#7#13'FormMouseDown'#8'OnResize'
|
||||||
+#7#10'FormResize'#6'OnShow'#7#8'FormShow'#8'ShowHint'#9#11'WindowState'#7#11
|
+#7#10'FormResize'#6'OnShow'#7#8'FormShow'#8'ShowHint'#9#11'WindowState'#7#11
|
||||||
+'wsMaximized'#0#10'TStatusBar'#10'StatusBar1'#6'Height'#2#23#3'Top'#3#135#1#5
|
+'wsMaximized'#0#10'TStatusBar'#10'StatusBar1'#6'Height'#2#20#3'Top'#3#139#1#5
|
||||||
+'Width'#3#183#2#6'Panels'#14#1#5'Width'#2'K'#0#1#5'Width'#3#230#0#0#1#5'Widt'
|
+'Width'#3#183#2#6'Panels'#14#1#5'Width'#2'K'#0#1#5'Width'#3#230#0#0#1#5'Widt'
|
||||||
+'h'#2'2'#0#0#11'SimplePanel'#8#0#0#6'TPanel'#7'frDock1'#6'Height'#2'S'#5'Wid'
|
+'h'#2'2'#0#0#11'SimplePanel'#8#0#0#6'TPanel'#7'frDock1'#6'Height'#2'S'#5'Wid'
|
||||||
+'th'#3#183#2#5'Align'#7#5'alTop'#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'
|
+'th'#3#183#2#5'Align'#7#5'alTop'#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'
|
||||||
@ -742,10 +742,10 @@ LazarusResources.Add('TfrDesignerForm','FORMDATA',[
|
|||||||
+'", c #000000",'#10'".......",'#10'".,,,,,.",'#10'"..,,,..",'#10'"...,..."}'
|
+'", c #000000",'#10'".......",'#10'".,,,,,.",'#10'"..,,,..",'#10'"...,..."}'
|
||||||
+#10#9'NumGlyphs'#2#0#7'OnClick'#7#8'SB2Click'#0#0#0#0#0#6'TPanel'#6'Panel6'#4
|
+#10#9'NumGlyphs'#2#0#7'OnClick'#7#8'SB2Click'#0#0#0#0#0#6'TPanel'#6'Panel6'#4
|
||||||
+'Left'#3#28#2#6'Height'#2#26#5'Width'#2'D'#11'FullRepaint'#8#8'TabOrder'#2#3
|
+'Left'#3#28#2#6'Height'#2#26#5'Width'#2'D'#11'FullRepaint'#8#8'TabOrder'#2#3
|
||||||
+#0#0#0#6'TPanel'#7'frDock2'#6'Height'#3'4'#1#3'Top'#2'S'#5'Width'#2#27#5'Ali'
|
+#0#0#0#6'TPanel'#7'frDock2'#6'Height'#3'8'#1#3'Top'#2'S'#5'Width'#2#27#5'Ali'
|
||||||
+'gn'#7#6'alLeft'#12'ClientHeight'#3'4'#1#11'ClientWidth'#2#27#11'FullRepaint'
|
+'gn'#7#6'alLeft'#12'ClientHeight'#3'8'#1#11'ClientWidth'#2#27#11'FullRepaint'
|
||||||
+#8#8'TabOrder'#2#1#0#6'TPanel'#6'Panel4'#4'Left'#2#1#6'Height'#3'2'#1#3'Top'
|
+#8#8'TabOrder'#2#1#0#6'TPanel'#6'Panel4'#4'Left'#2#1#6'Height'#3'6'#1#3'Top'
|
||||||
+#2#1#5'Width'#2#25#5'Align'#7#8'alClient'#12'ClientHeight'#3'2'#1#11'ClientW'
|
+#2#1#5'Width'#2#25#5'Align'#7#8'alClient'#12'ClientHeight'#3'6'#1#11'ClientW'
|
||||||
+'idth'#2#25#11'FullRepaint'#8#8'TabOrder'#2#0#0#12'TSpeedButton'#3'OB1'#3'Ta'
|
+'idth'#2#25#11'FullRepaint'#8#8'TabOrder'#2#0#0#12'TSpeedButton'#3'OB1'#3'Ta'
|
||||||
+'g'#2#255#4'Left'#2#1#6'Height'#2#22#3'Top'#2#1#5'Width'#2#23#5'Align'#7#5'a'
|
+'g'#2#255#4'Left'#2#1#6'Height'#2#22#3'Top'#2#1#5'Width'#2#23#5'Align'#7#5'a'
|
||||||
+'lTop'#5'Color'#7#9'clBtnFace'#4'Flat'#9#10'Glyph.Data'#10#160#1#0#0#156#1#0
|
+'lTop'#5'Color'#7#9'clBtnFace'#4'Flat'#9#10'Glyph.Data'#10#160#1#0#0#156#1#0
|
||||||
@ -812,8 +812,8 @@ LazarusResources.Add('TfrDesignerForm','FORMDATA',[
|
|||||||
+'x'#2#1#9'NumGlyphs'#2#0#11'OnMouseDown'#7#12'OB2MouseDown'#0#0#6'TPanel'#15
|
+'x'#2#1#9'NumGlyphs'#2#0#11'OnMouseDown'#7#12'OB2MouseDown'#0#0#6'TPanel'#15
|
||||||
+'frTBSeparator12'#4'Left'#2#1#6'Height'#2#2#3'Top'#2#23#5'Width'#2#23#5'Alig'
|
+'frTBSeparator12'#4'Left'#2#1#6'Height'#2#2#3'Top'#2#23#5'Width'#2#23#5'Alig'
|
||||||
+'n'#7#5'alTop'#10'BevelOuter'#7#9'bvLowered'#11'FullRepaint'#8#8'TabOrder'#2
|
+'n'#7#5'alTop'#10'BevelOuter'#7#9'bvLowered'#11'FullRepaint'#8#8'TabOrder'#2
|
||||||
+#0#0#0#0#6'TPanel'#9'panForDlg'#4'Left'#2#1#6'Height'#3'2'#1#3'Top'#2#1#5'Wi'
|
+#0#0#0#0#6'TPanel'#9'panForDlg'#4'Left'#2#1#6'Height'#3'6'#1#3'Top'#2#1#5'Wi'
|
||||||
+'dth'#2#25#5'Align'#7#8'alClient'#12'ClientHeight'#3'2'#1#11'ClientWidth'#2
|
+'dth'#2#25#5'Align'#7#8'alClient'#12'ClientHeight'#3'6'#1#11'ClientWidth'#2
|
||||||
+#25#11'FullRepaint'#8#8'TabOrder'#2#1#7'Visible'#8#0#12'TSpeedButton'#3'OB7'
|
+#25#11'FullRepaint'#8#8'TabOrder'#2#1#7'Visible'#8#0#12'TSpeedButton'#3'OB7'
|
||||||
+#3'Tag'#2#255#4'Left'#2#1#6'Height'#2#22#3'Top'#2#1#5'Width'#2#23#5'Align'#7
|
+#3'Tag'#2#255#4'Left'#2#1#6'Height'#2#22#3'Top'#2#1#5'Width'#2#23#5'Align'#7
|
||||||
+#5'alTop'#5'Color'#7#9'clBtnFace'#4'Flat'#9#10'Glyph.Data'#10#160#1#0#0#156#1
|
+#5'alTop'#5'Color'#7#9'clBtnFace'#4'Flat'#9#10'Glyph.Data'#10#160#1#0#0#156#1
|
||||||
@ -827,10 +827,10 @@ LazarusResources.Add('TfrDesignerForm','FORMDATA',[
|
|||||||
+'NumGlyphs'#2#0#7'OnClick'#7#8'OB1Click'#0#0#6'TPanel'#15'frTBSeparator16'#4
|
+'NumGlyphs'#2#0#7'OnClick'#7#8'OB1Click'#0#0#6'TPanel'#15'frTBSeparator16'#4
|
||||||
+'Left'#2#1#6'Height'#2#2#3'Top'#2#23#5'Width'#2#23#5'Align'#7#5'alTop'#10'Be'
|
+'Left'#2#1#6'Height'#2#2#3'Top'#2#23#5'Width'#2#23#5'Align'#7#5'alTop'#10'Be'
|
||||||
+'velOuter'#7#9'bvLowered'#11'FullRepaint'#8#8'TabOrder'#2#0#0#0#0#0#11'TTabC'
|
+'velOuter'#7#9'bvLowered'#11'FullRepaint'#8#8'TabOrder'#2#0#0#0#0#0#11'TTabC'
|
||||||
+'ontrol'#4'Tab1'#4'Left'#2#27#6'Height'#3'4'#1#3'Top'#2'S'#5'Width'#3#129#2#5
|
+'ontrol'#4'Tab1'#4'Left'#2#27#6'Height'#3'8'#1#3'Top'#2'S'#5'Width'#3#129#2#5
|
||||||
+'Align'#7#8'alClient'#8'OnChange'#7#10'Tab1Change'#9'PopupMenu'#7#6'Popup2'#8
|
+'Align'#7#8'alClient'#8'OnChange'#7#10'Tab1Change'#9'PopupMenu'#7#6'Popup2'#8
|
||||||
+'TabIndex'#2#0#8'TabOrder'#2#2#12'Tabs.Strings'#1#6#6'Page 1'#0#7'TabStop'#8
|
+'TabIndex'#2#0#8'TabOrder'#2#2#12'Tabs.Strings'#1#6#6'Page 1'#0#7'TabStop'#8
|
||||||
+#0#10'TScrollBox'#10'ScrollBox1'#4'Left'#2#2#6'Height'#3#20#1#3'Top'#2#30#5
|
+#0#10'TScrollBox'#10'ScrollBox1'#4'Left'#2#2#6'Height'#3#24#1#3'Top'#2#30#5
|
||||||
+'Width'#3'}'#2#10'AutoScroll'#9#5'Align'#7#8'alClient'#5'Color'#7#6'clGray'
|
+'Width'#3'}'#2#10'AutoScroll'#9#5'Align'#7#8'alClient'#5'Color'#7#6'clGray'
|
||||||
+#11'ParentColor'#8#8'TabOrder'#2#0#0#6'TImage'#6'Image1'#4'Left'#3#136#1#6'H'
|
+#11'ParentColor'#8#8'TabOrder'#2#0#0#6'TImage'#6'Image1'#4'Left'#3#136#1#6'H'
|
||||||
,'eight'#2#16#3'Top'#2'`'#5'Width'#2'`'#8'AutoSize'#9#12'Picture.Data'#10#243
|
,'eight'#2#16#3'Top'#2'`'#5'Width'#2'`'#8'AutoSize'#9#12'Picture.Data'#10#243
|
||||||
@ -1010,8 +1010,8 @@ LazarusResources.Add('TfrDesignerForm','FORMDATA',[
|
|||||||
+'...............................",'#10'"....................................'
|
+'...............................",'#10'"....................................'
|
||||||
+'............................................"}'#10#9'NumGlyphs'#2#0#7'OnCli'
|
+'............................................"}'#10#9'NumGlyphs'#2#0#7'OnCli'
|
||||||
+'ck'#7#19'frSpeedButton1Click'#0#0#0#0#0#6'TPanel'#7'frDock4'#4'Left'#3#156#2
|
+'ck'#7#19'frSpeedButton1Click'#0#0#0#0#0#6'TPanel'#7'frDock4'#4'Left'#3#156#2
|
||||||
+#6'Height'#3'4'#1#3'Top'#2'S'#5'Width'#2#27#5'Align'#7#7'alRight'#7'Anchors'
|
+#6'Height'#3'8'#1#3'Top'#2'S'#5'Width'#2#27#5'Align'#7#7'alRight'#7'Anchors'
|
||||||
+#11#5'akTop'#7'akRight'#0#12'ClientHeight'#3'4'#1#11'ClientWidth'#2#27#11'Fu'
|
+#11#5'akTop'#7'akRight'#0#12'ClientHeight'#3'8'#1#11'ClientWidth'#2#27#11'Fu'
|
||||||
+'llRepaint'#8#8'TabOrder'#2#3#0#6'TPanel'#6'Panel5'#4'Left'#2#1#6'Height'#3
|
+'llRepaint'#8#8'TabOrder'#2#3#0#6'TPanel'#6'Panel5'#4'Left'#2#1#6'Height'#3
|
||||||
+#243#0#5'Width'#2#26#12'ClientHeight'#3#243#0#11'ClientWidth'#2#26#11'FullRe'
|
+#243#0#5'Width'#2#26#12'ClientHeight'#3#243#0#11'ClientWidth'#2#26#11'FullRe'
|
||||||
+'paint'#8#8'TabOrder'#2#0#0#12'TSpeedButton'#6'Align1'#3'Tag'#2'<'#4'Left'#2
|
+'paint'#8#8'TabOrder'#2#0#0#12'TSpeedButton'#6'Align1'#3'Tag'#2'<'#4'Left'#2
|
||||||
@ -1193,47 +1193,215 @@ LazarusResources.Add('TfrDesignerForm','FORMDATA',[
|
|||||||
+'p'#3#200#0#0#0#11'TSaveDialog'#11'SaveDialog1'#5'Title'#6#27'Enregistrer le'
|
+'p'#3#200#0#0#0#11'TSaveDialog'#11'SaveDialog1'#5'Title'#6#27'Enregistrer le'
|
||||||
+' fichier sous'#11'FilterIndex'#2#0#7'Options'#11#14'ofHideReadOnly'#0#4'lef'
|
+' fichier sous'#11'FilterIndex'#2#0#7'Options'#11#14'ofHideReadOnly'#0#4'lef'
|
||||||
+'t'#3' '#1#3'top'#3#8#1#0#0#10'TImageList'#10'ImageList1'#6'Height'#2#15#5'W'
|
+'t'#3' '#1#3'top'#3#8#1#0#0#10'TImageList'#10'ImageList1'#6'Height'#2#15#5'W'
|
||||||
+'idth'#2#15#4'left'#3' '#1#3'top'#3'h'#1#6'Bitmap'#10't'#4#0#0'li'#3#0#0#0#15
|
+'idth'#2#15#4'left'#3' '#1#3'top'#3'h'#1#6'Bitmap'#10#154#10#0#0'Li'#3#0#0#0
|
||||||
+#0#0#0#15#0#0#0't'#1#0#0'/* XPM */'#10'static char *fr_topleftcoord[]={'#10
|
+#15#0#0#0#15#0#0#0#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
+'"15 15 2 1",'#10'"# c #000000",'#10'". c #dcdcdc",'#10'"....#..........",'
|
+#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
+#10'"....#..........",'#10'"....#..........",'#10'"...............",'#10'"##'
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
+'#.#.###.#.#.#",'#10'"...............",'#10'"....#.........#",'#10'"....#...'
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
+'.......",'#10'"....#.........#",'#10'"...............",'#10'"....#.........'
|
+#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
+'#",'#10'"...............",'#10'"....#.........#",'#10'"...............",'#10
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
+'"....#.#.#.#.#.#"};'#10's'#1#0#0'/* XPM */'#10'static char *fr_heightwidth['
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
+']={'#10'"15 15 2 1",'#10'"# c #000000",'#10'". c #dcdcdc",'#10'"......#....'
|
+#220#255#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220
|
||||||
+'#..#",'#10'"......#.....#.#",'#10'"......#.#######",'#10'"......#.....#.#",'
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
+#10'"......#....#..#",'#10'"...............",'#10'"#####.#.#.#.#.#",'#10'"..'
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
+'.............",'#10'"..#...#.......#",'#10'"..#............",'#10'"..#...#.'
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
+'......#",'#10'"#.#.#..........",'#10'".###..#.......#",'#10'"..#...........'
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
+'.",'#10'"#####.#.#.#.#.#"};'#10's'#1#0#0'/* XPM */'#10'static char *fr_heig'
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0#255#0#0#0#255
|
||||||
+'htwidth[]={'#10'"15 15 2 1",'#10'"# c #000000",'#10'". c #dcdcdc",'#10'"...'
|
+#0#0#0#255#220#220#220#255#0#0#0#255#220#220#220#255#0#0#0#255#0#0#0#255#0#0
|
||||||
+'...#....#..#",'#10'"......#.....#.#",'#10'"......#.#######",'#10'"......#..'
|
+#0#255#220#220#220#255#0#0#0#255#220#220#220#255#0#0#0#255#220#220#220#255#0
|
||||||
+'...#.#",'#10'"......#....#..#",'#10'"...............",'#10'"#####.#.#.#.#.#'
|
+#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
+'",'#10'"...............",'#10'"..#...#.......#",'#10'"..#............",'#10
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
+'"..#...#.......#",'#10'"#.#.#..........",'#10'".###..#.......#",'#10'"..#..'
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
+'..........",'#10'"#####.#.#.#.#.#"};'#10#0#0#10'TImageList'#10'ImageList2'#6
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
+'Height'#2#14#4'left'#3' '#1#3'top'#3'8'#1#6'Bitmap'#10#143#1#0#0'li'#1#0#0#0
|
+#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
+#16#0#0#0#14#0#0#0'}'#1#0#0'/* XPM */'#10'static char *fr_tretypefont[]={'#10
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
+'"16 14 3 1",'#10'"a c #000000",'#10'". c #dcdcdc",'#10'"# c #ff0000",'#10'"'
|
+#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
+'................",'#10'"..########......",'#10'"..##.##.##......",'#10'"..#'
|
+#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
,'..##..#......",'#10'"..#..#aaaaaaaa..",'#10'".....#aa.aa.aa..",'#10'".....#'
|
,#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
+'a..aa..a..",'#10'".....#a..aa..a..",'#10'".....##..aa.....",'#10'"...######'
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
+'aa.....",'#10'".........aa.....",'#10'".........aa.....",'#10'".......aaaaa'
|
+#255#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
+'a...",'#10'"................"};'#10#0#0#10'TPopupMenu'#6'Popup2'#4'left'#3
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
+#16#1#3'top'#2'8'#0#9'TMenuItem'#3'N41'#7'Caption'#6#8' '#0#0#9'TMenu'
|
+#220#255#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220
|
||||||
+'Item'#3'N43'#7'Caption'#6#7' '#0#0#9'TMenuItem'#3'N44'#7'Caption'#6#8
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
+' '#0#0#0#10'TImageList'#8'ImgIndic'#6'Height'#2#8#5'Width'#2#8#4'lef'
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
+'t'#3'H'#1#3'top'#2'X'#6'Bitmap'#10'u'#2#0#0'li'#3#0#0#0#8#0#0#0#8#0#0#0#201
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
+#0#0#0'/* XPM */'#10'static char *graphic[] = {'#10'"8 8 4 1",'#10'". c None'
|
+#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220
|
||||||
+'",'#10'", c #000000",'#10'"- c #00F900",'#10'"* c #0000A1",'#10'".......,",'
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
+#10'".------,",'#10'".-****-,",'#10'".------,",'#10'".-****-,",'#10'".------'
|
+#220#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255#220#220
|
||||||
+',",'#10'".------,",'#10'".,,,,,,,"}'#10#201#0#0#0'/* XPM */'#10'static char'
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
+' *graphic[] = {'#10'"8 8 4 1",'#10'". c None",'#10'", c #000000",'#10'"- c '
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
+'#00A1F9",'#10'"* c #F90000",'#10'".......,",'#10'".------,",'#10'".-...,-,"'
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
+','#10'".-.**,-,",'#10'".-.**,-,",'#10'".-.,,,-,",'#10'".------,",'#10'".,,,'
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220
|
||||||
+',,,,"}'#10#201#0#0#0'/* XPM */'#10'static char *graphic[] = {'#10'"8 8 4 1"'
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
+','#10'". c None",'#10'", c #000000",'#10'"- c #00A1F9",'#10'"* c #F90000",'
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220
|
||||||
+#10'".......,",'#10'".------,",'#10'".-...,-,",'#10'".-.**,-,",'#10'".-.**,-'
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
+',",'#10'".-.,,,-,",'#10'".------,",'#10'".,,,,,,,"}'#10#0#0#0
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0
|
||||||
|
+#255#220#220#220#255#0#0#0#255#220#220#220#255#0#0#0#255#220#220#220#255#0#0
|
||||||
|
+#0#255#220#220#220#255#0#0#0#255#220#220#220#255#0#0#0#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#0#0#0#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255#220
|
||||||
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#0#0#0#255#220#220#220#255#0#0#0#255#220#220#220#255#220#220
|
||||||
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0
|
||||||
|
+#0#255#220#220#220#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0
|
||||||
|
+#0#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220
|
||||||
|
+#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220
|
||||||
|
+#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
|
+#220#220#255#220#220#220#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0
|
||||||
|
+#255#220#220#220#255#0#0#0#255#220#220#220#255#0#0#0#255#220#220#220#255#0#0
|
||||||
|
+#0#255#220#220#220#255#0#0#0#255#220#220#220#255#0#0#0#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
|
+#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220
|
||||||
|
+#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0#255#220
|
||||||
|
+#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220
|
||||||
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0
|
||||||
|
+#255#0#0#0#255#220#220#220#255#0#0#0#255#220#220#220#255#0#0#0#255#220#220
|
||||||
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#0#0#0#255#0#0#0#255#0#0#0#255#220#220#220#255#220#220#220
|
||||||
|
+#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220
|
||||||
|
+#255#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0
|
||||||
|
,#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#220#220#220#255#0#0#0#255#220
|
||||||
|
+#220#220#255#0#0#0#255#220#220#220#255#0#0#0#255#220#220#220#255#0#0#0#255
|
||||||
|
+#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255
|
||||||
|
+#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0#255
|
||||||
|
+#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255#0
|
||||||
|
+#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#220#220
|
||||||
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
|
+#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
|
+#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255#0#0#0#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
|
+#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
|
+#220#255#0#0#0#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0
|
||||||
|
+#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#220#220#220#255#0#0#0#255#220
|
||||||
|
+#220#220#255#0#0#0#255#220#220#220#255#0#0#0#255#220#220#220#255#0#0#0#255
|
||||||
|
+#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0
|
||||||
|
+#0#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
|
+#220#255#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#0#0#0#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0
|
||||||
|
+#0#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
|
+#220#255#220#220#220#255#0#0#0#255#0#0#0#255#220#220#220#255#0#0#0#255#220
|
||||||
|
+#220#220#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0#255#0#0#0#255#0#0#0
|
||||||
|
+#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
|
+#220#255#0#0#0#255#220#220#220#255#220#220#220#255#0#0#0#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
|
+#220#255#220#220#220#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255
|
||||||
|
+#220#220#220#255#0#0#0#255#220#220#220#255#0#0#0#255#220#220#220#255#0#0#0
|
||||||
|
+#255#220#220#220#255#0#0#0#255#220#220#220#255#0#0#0#255#0#0#10'TImageList'
|
||||||
|
+#10'ImageList2'#6'Height'#2#14#4'left'#3' '#1#3'top'#3'8'#1#6'Bitmap'#10#142
|
||||||
|
+#3#0#0'Li'#1#0#0#0#16#0#0#0#14#0#0#0#220#220#220#255#220#220#220#255#220#220
|
||||||
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#0#0#255#255#0#0#255#255#0#0#255#255#0#0#255#255#0#0#255
|
||||||
|
+#255#0#0#255#255#0#0#255#255#0#0#255#255#220#220#220#255#220#220#220#255#220
|
||||||
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#0#0#255#255#0#0#255#255#220#220#220#255#0#0#255#255#0#0#255
|
||||||
|
+#255#220#220#220#255#0#0#255#255#0#0#255#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#0#0#255#255#220#220#220#255#220#220#220#255#0#0#255#255
|
||||||
|
+#0#0#255#255#220#220#220#255#220#220#220#255#0#0#255#255#220#220#220#255#220
|
||||||
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#0#0#255#255#220#220#220#255#220#220#220#255
|
||||||
|
+#0#0#255#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0
|
||||||
|
+#0#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0#255#255#0#0#0#255#0
|
||||||
|
,#0#0#255#220#220#220#255#0#0#0#255#0#0#0#255#220#220#220#255#0#0#0#255#0#0#0
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
|
+#220#255#220#220#220#255#220#220#220#255#0#0#255#255#0#0#0#255#220#220#220
|
||||||
|
+#255#220#220#220#255#0#0#0#255#0#0#0#255#220#220#220#255#220#220#220#255#0#0
|
||||||
|
+#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
|
+#220#220#255#220#220#220#255#220#220#220#255#0#0#255#255#0#0#0#255#220#220
|
||||||
|
+#220#255#220#220#220#255#0#0#0#255#0#0#0#255#220#220#220#255#220#220#220#255
|
||||||
|
+#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#0#0#255#255#0#0#255#255#220
|
||||||
|
+#220#220#255#220#220#220#255#0#0#0#255#0#0#0#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
|
+#220#255#220#220#220#255#0#0#255#255#0#0#255#255#0#0#255#255#0#0#255#255#0#0
|
||||||
|
+#255#255#0#0#255#255#0#0#0#255#0#0#0#255#220#220#220#255#220#220#220#255#220
|
||||||
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#0#0#0#255#0#0#0#255#220#220#220#255#220
|
||||||
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#220#220#220#255#0#0#0#255#0#0#0#255#220
|
||||||
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#220#220#220#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255
|
||||||
|
+#0#0#0#255#0#0#0#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220
|
||||||
|
+#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220
|
||||||
|
+#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255
|
||||||
|
+#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220#255#220#220#220
|
||||||
|
+#255#220#220#220#255#0#0#10'TPopupMenu'#6'Popup2'#4'left'#3#16#1#3'top'#2'8'
|
||||||
|
+#0#9'TMenuItem'#3'N41'#7'Caption'#6#8' '#0#0#9'TMenuItem'#3'N43'#7'Ca'
|
||||||
|
+'ption'#6#7' '#0#0#9'TMenuItem'#3'N44'#7'Caption'#6#8' '#0#0#0
|
||||||
|
+#10'TImageList'#8'ImgIndic'#6'Height'#2#8#5'Width'#2#8#4'left'#3'H'#1#3'top'
|
||||||
|
+#2'X'#6'Bitmap'#10#14#3#0#0'Li'#3#0#0#0#8#0#0#0#8#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||||
|
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#0#0#0#0#0#249#0#255#0#249#0#255
|
||||||
|
+#0#249#0#255#0#249#0#255#0#249#0#255#0#249#0#255#0#0#0#255#0#0#0#0#0#249#0
|
||||||
|
+#255#161#0#0#255#161#0#0#255#161#0#0#255#161#0#0#255#0#249#0#255#0#0#0#255#0
|
||||||
|
+#0#0#0#0#249#0#255#0#249#0#255#0#249#0#255#0#249#0#255#0#249#0#255#0#249#0
|
||||||
|
+#255#0#0#0#255#0#0#0#0#0#249#0#255#161#0#0#255#161#0#0#255#161#0#0#255#161#0
|
||||||
|
+#0#255#0#249#0#255#0#0#0#255#0#0#0#0#0#249#0#255#0#249#0#255#0#249#0#255#0
|
||||||
|
+#249#0#255#0#249#0#255#0#249#0#255#0#0#0#255#0#0#0#0#0#249#0#255#0#249#0#255
|
||||||
|
+#0#249#0#255#0#249#0#255#0#249#0#255#0#249#0#255#0#0#0#255#0#0#0#0#0#0#0#255
|
||||||
|
+#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#0#0#0#0#0
|
||||||
|
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#0#0#0#0#249#161#0#255#249
|
||||||
|
+#161#0#255#249#161#0#255#249#161#0#255#249#161#0#255#249#161#0#255#0#0#0#255
|
||||||
|
+#0#0#0#0#249#161#0#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#249#161#0#255#0#0#0
|
||||||
|
+#255#0#0#0#0#249#161#0#255#0#0#0#0#0#0#249#255#0#0#249#255#0#0#0#255#249#161
|
||||||
|
+#0#255#0#0#0#255#0#0#0#0#249#161#0#255#0#0#0#0#0#0#249#255#0#0#249#255#0#0#0
|
||||||
|
+#255#249#161#0#255#0#0#0#255#0#0#0#0#249#161#0#255#0#0#0#0#0#0#0#255#0#0#0
|
||||||
|
+#255#0#0#0#255#249#161#0#255#0#0#0#255#0#0#0#0#249#161#0#255#249#161#0#255
|
||||||
|
+#249#161#0#255#249#161#0#255#249#161#0#255#249#161#0#255#0#0#0#255#0#0#0#0#0
|
||||||
|
+#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#0
|
||||||
|
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#0#0#0#0#249#161#0
|
||||||
|
+#255#249#161#0#255#249#161#0#255#249#161#0#255#249#161#0#255#249#161#0#255#0
|
||||||
|
+#0#0#255#0#0#0#0#249#161#0#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#249#161#0
|
||||||
|
+#255#0#0#0#255#0#0#0#0#249#161#0#255#0#0#0#0#0#0#249#255#0#0#249#255#0#0#0
|
||||||
|
+#255#249#161#0#255#0#0#0#255#0#0#0#0#249#161#0#255#0#0#0#0#0#0#249#255#0#0
|
||||||
|
+#249#255#0#0#0#255#249#161#0#255#0#0#0#255#0#0#0#0#249#161#0#255#0#0#0#0#0#0
|
||||||
|
+#0#255#0#0#0#255#0#0#0#255#249#161#0#255#0#0#0#255#0#0#0#0#249#161#0#255#249
|
||||||
|
+#161#0#255#249#161#0#255#249#161#0#255#249#161#0#255#249#161#0#255#0#0#0#255
|
||||||
|
+#0#0#0#0#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0#255#0#0#0
|
||||||
|
+#255#0#0#0
|
||||||
]);
|
]);
|
||||||
|
@ -4750,7 +4750,7 @@ begin
|
|||||||
E5.Text := IntToStr(Margins.Right * 5 div 18);
|
E5.Text := IntToStr(Margins.Right * 5 div 18);
|
||||||
E6.Text := IntToStr(Margins.Bottom * 5 div 18);
|
E6.Text := IntToStr(Margins.Bottom * 5 div 18);
|
||||||
E7.Text := IntToStr(ColGap * 5 div 18);
|
E7.Text := IntToStr(ColGap * 5 div 18);
|
||||||
Edit1.Text := IntToStr(ColCount);
|
ecolCount.Value := ColCount;
|
||||||
WasOk := False;
|
WasOk := False;
|
||||||
if ShowModal = mrOk then
|
if ShowModal = mrOk then
|
||||||
begin
|
begin
|
||||||
@ -4787,7 +4787,7 @@ begin
|
|||||||
ColGap := 0;
|
ColGap := 0;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
ColCount := StrToInt(Edit1.Text);
|
ColCount := ecolCount.Value;
|
||||||
ChangePaper(p, w, h, Orientation);
|
ChangePaper(p, w, h, Orientation);
|
||||||
CurPage := CurPage; // for repaint and other
|
CurPage := CurPage; // for repaint and other
|
||||||
UpdScrollbars;
|
UpdScrollbars;
|
||||||
|
@ -1,64 +1,59 @@
|
|||||||
object frPgoptForm: TfrPgoptForm
|
object frPgoptForm: TfrPgoptForm
|
||||||
Left = 407
|
Left = 342
|
||||||
Height = 201
|
Height = 336
|
||||||
Top = 116
|
Top = 289
|
||||||
Width = 381
|
Width = 456
|
||||||
HorzScrollBar.Page = 380
|
HorzScrollBar.Page = 455
|
||||||
VertScrollBar.Page = 200
|
VertScrollBar.Page = 335
|
||||||
ActiveControl = Button1
|
ActiveControl = RB1
|
||||||
BorderStyle = bsDialog
|
|
||||||
Caption = 'Page options'
|
Caption = 'Page options'
|
||||||
|
ClientHeight = 336
|
||||||
|
ClientWidth = 456
|
||||||
Font.Height = -11
|
Font.Height = -11
|
||||||
Font.Name = 'MS Sans Serif'
|
Font.Name = 'MS Sans Serif'
|
||||||
OnActivate = FormActivate
|
OnActivate = FormActivate
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
object Button1: TButton
|
ShowHint = True
|
||||||
Left = 220
|
|
||||||
Height = 25
|
|
||||||
Top = 168
|
|
||||||
Width = 75
|
|
||||||
HelpContext = 40
|
|
||||||
BorderSpacing.InnerBorder = 4
|
|
||||||
Caption = 'Ok'
|
|
||||||
Default = True
|
|
||||||
ModalResult = 1
|
|
||||||
TabOrder = 0
|
|
||||||
end
|
|
||||||
object Button2: TButton
|
|
||||||
Left = 302
|
|
||||||
Height = 25
|
|
||||||
Top = 168
|
|
||||||
Width = 75
|
|
||||||
HelpContext = 50
|
|
||||||
BorderSpacing.InnerBorder = 4
|
|
||||||
Cancel = True
|
|
||||||
Caption = 'Cancel'
|
|
||||||
ModalResult = 2
|
|
||||||
TabOrder = 1
|
|
||||||
end
|
|
||||||
object PageControl1: TPageControl
|
object PageControl1: TPageControl
|
||||||
Height = 164
|
Height = 286
|
||||||
Width = 381
|
Width = 456
|
||||||
ActivePage = TabSheet1
|
ActivePage = TabSheet3
|
||||||
Align = alTop
|
Align = alClient
|
||||||
TabIndex = 0
|
TabIndex = 1
|
||||||
TabOrder = 2
|
TabOrder = 0
|
||||||
object TabSheet1: TTabSheet
|
object TabSheet1: TTabSheet
|
||||||
Caption = 'Paper'
|
Caption = 'Paper'
|
||||||
|
ClientHeight = 260
|
||||||
|
ClientWidth = 448
|
||||||
object GroupBox2: TGroupBox
|
object GroupBox2: TGroupBox
|
||||||
Left = 198
|
AnchorSideTop.Control = TabSheet1
|
||||||
Height = 126
|
AnchorSideRight.Control = TabSheet1
|
||||||
Top = 8
|
AnchorSideRight.Side = asrBottom
|
||||||
Width = 163
|
AnchorSideBottom.Control = TabSheet1
|
||||||
|
AnchorSideBottom.Side = asrBottom
|
||||||
|
Left = 251
|
||||||
|
Height = 248
|
||||||
|
Top = 6
|
||||||
|
Width = 191
|
||||||
|
Anchors = [akTop, akRight, akBottom]
|
||||||
|
BorderSpacing.Top = 6
|
||||||
|
BorderSpacing.Right = 6
|
||||||
|
BorderSpacing.Bottom = 6
|
||||||
Caption = 'Orientation'
|
Caption = 'Orientation'
|
||||||
|
ClientHeight = 230
|
||||||
|
ClientWidth = 187
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object imgLandScape: TImage
|
object imgLandScape: TImage
|
||||||
Left = 121
|
AnchorSideRight.Control = GroupBox2
|
||||||
|
AnchorSideRight.Side = asrBottom
|
||||||
|
Left = 149
|
||||||
Height = 26
|
Height = 26
|
||||||
Top = 25
|
Top = 102
|
||||||
Width = 32
|
Width = 32
|
||||||
|
Anchors = [akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
BorderSpacing.Right = 6
|
||||||
Picture.Data = {
|
Picture.Data = {
|
||||||
07544269746D6170130400002F2A2058504D202A2F0A73746174696320636861
|
07544269746D6170130400002F2A2058504D202A2F0A73746174696320636861
|
||||||
72202A677261706869635B5D203D207B0A22333220323620342031222C0A222E
|
72202A677261706869635B5D203D207B0A22333220323620342031222C0A222E
|
||||||
@ -96,11 +91,15 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
}
|
}
|
||||||
end
|
end
|
||||||
object imgPortrait: TImage
|
object imgPortrait: TImage
|
||||||
Left = 124
|
AnchorSideRight.Control = GroupBox2
|
||||||
|
AnchorSideRight.Side = asrBottom
|
||||||
|
Left = 155
|
||||||
Height = 32
|
Height = 32
|
||||||
Top = 21
|
Top = 99
|
||||||
Width = 26
|
Width = 26
|
||||||
|
Anchors = [akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
BorderSpacing.Right = 6
|
||||||
Picture.Data = {
|
Picture.Data = {
|
||||||
07544269746D61702B0400002F2A2058504D202A2F0A73746174696320636861
|
07544269746D61702B0400002F2A2058504D202A2F0A73746174696320636861
|
||||||
72202A677261706869635B5D203D207B0A22323620333220342031222C0A222E
|
72202A677261706869635B5D203D207B0A22323620333220342031222C0A222E
|
||||||
@ -138,65 +137,109 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A227D0A
|
2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A227D0A
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
object RB1: TRadioButton
|
object Panel1: TPanel
|
||||||
Left = 8
|
AnchorSideLeft.Control = GroupBox2
|
||||||
Height = 22
|
AnchorSideTop.Control = GroupBox2
|
||||||
Top = 20
|
AnchorSideTop.Side = asrCenter
|
||||||
Width = 63
|
Left = 3
|
||||||
HelpContext = 111
|
Height = 32
|
||||||
AllowGrayed = True
|
Top = 99
|
||||||
Caption = '&Portrait'
|
Width = 79
|
||||||
Checked = True
|
AutoSize = True
|
||||||
OnClick = RB1Click
|
BorderSpacing.Left = 3
|
||||||
State = cbChecked
|
BevelOuter = bvNone
|
||||||
|
ClientHeight = 32
|
||||||
|
ClientWidth = 79
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
object RB1: TRadioButton
|
||||||
object RB2: TRadioButton
|
AnchorSideLeft.Control = GroupBox2
|
||||||
Left = 8
|
AnchorSideTop.Control = Panel1
|
||||||
Height = 22
|
Left = 6
|
||||||
Top = 40
|
Height = 13
|
||||||
Width = 86
|
Width = 53
|
||||||
HelpContext = 120
|
HelpContext = 111
|
||||||
AllowGrayed = True
|
AllowGrayed = True
|
||||||
Caption = '&Landscape'
|
BorderSpacing.Left = 6
|
||||||
OnClick = RB2Click
|
Caption = '&Portrait'
|
||||||
TabOrder = 1
|
Checked = True
|
||||||
|
OnClick = RB1Click
|
||||||
|
State = cbChecked
|
||||||
|
TabOrder = 0
|
||||||
|
end
|
||||||
|
object RB2: TRadioButton
|
||||||
|
AnchorSideLeft.Control = RB1
|
||||||
|
AnchorSideTop.Control = RB1
|
||||||
|
AnchorSideTop.Side = asrBottom
|
||||||
|
Left = 6
|
||||||
|
Height = 13
|
||||||
|
Top = 19
|
||||||
|
Width = 73
|
||||||
|
HelpContext = 120
|
||||||
|
AllowGrayed = True
|
||||||
|
BorderSpacing.Top = 6
|
||||||
|
Caption = '&Landscape'
|
||||||
|
OnClick = RB2Click
|
||||||
|
TabOrder = 1
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object GroupBox3: TGroupBox
|
object GroupBox3: TGroupBox
|
||||||
Left = 4
|
AnchorSideLeft.Control = TabSheet1
|
||||||
Height = 126
|
AnchorSideTop.Control = TabSheet1
|
||||||
Top = 8
|
AnchorSideRight.Control = GroupBox2
|
||||||
Width = 185
|
AnchorSideBottom.Control = TabSheet1
|
||||||
|
AnchorSideBottom.Side = asrBottom
|
||||||
|
Left = 6
|
||||||
|
Height = 248
|
||||||
|
Top = 6
|
||||||
|
Width = 239
|
||||||
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
|
BorderSpacing.Left = 6
|
||||||
|
BorderSpacing.Top = 6
|
||||||
|
BorderSpacing.Right = 6
|
||||||
|
BorderSpacing.Bottom = 6
|
||||||
Caption = 'Size'
|
Caption = 'Size'
|
||||||
|
ClientHeight = 230
|
||||||
|
ClientWidth = 235
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object Label1: TLabel
|
object Label1: TLabel
|
||||||
|
AnchorSideBottom.Control = E1
|
||||||
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 13
|
Height = 14
|
||||||
Top = 56
|
Top = 51
|
||||||
Width = 67
|
Width = 52
|
||||||
|
Anchors = [akLeft, akBottom]
|
||||||
Caption = '&Width, mm'
|
Caption = '&Width, mm'
|
||||||
Color = clNone
|
|
||||||
FocusControl = E1
|
FocusControl = E1
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object Label2: TLabel
|
object Label2: TLabel
|
||||||
|
AnchorSideBottom.Control = E2
|
||||||
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 13
|
Height = 14
|
||||||
Top = 80
|
Top = 79
|
||||||
Width = 72
|
Width = 55
|
||||||
|
Anchors = [akLeft, akBottom]
|
||||||
Caption = '&Height, mm'
|
Caption = '&Height, mm'
|
||||||
Color = clNone
|
|
||||||
FocusControl = E2
|
FocusControl = E2
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object ComB1: TComboBox
|
object ComB1: TComboBox
|
||||||
Left = 8
|
AnchorSideLeft.Control = GroupBox3
|
||||||
Height = 21
|
AnchorSideRight.Control = GroupBox3
|
||||||
|
AnchorSideRight.Side = asrBottom
|
||||||
|
Left = 6
|
||||||
|
Height = 22
|
||||||
Top = 15
|
Top = 15
|
||||||
Width = 169
|
Width = 223
|
||||||
HelpContext = 130
|
HelpContext = 130
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
|
BorderSpacing.Left = 6
|
||||||
|
BorderSpacing.Right = 6
|
||||||
|
ItemHeight = 16
|
||||||
ItemWidth = 200
|
ItemWidth = 200
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
OnClick = ComB1Click
|
OnClick = ComB1Click
|
||||||
@ -205,219 +248,273 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object E1: TEdit
|
object E1: TEdit
|
||||||
Left = 80
|
AnchorSideTop.Control = ComB1
|
||||||
Height = 21
|
AnchorSideTop.Side = asrBottom
|
||||||
Top = 52
|
AnchorSideRight.Control = GroupBox3
|
||||||
Width = 40
|
AnchorSideRight.Side = asrBottom
|
||||||
|
Left = 155
|
||||||
|
Height = 22
|
||||||
|
Top = 43
|
||||||
|
Width = 74
|
||||||
HelpContext = 140
|
HelpContext = 140
|
||||||
|
Anchors = [akTop, akRight]
|
||||||
|
AutoSize = True
|
||||||
|
BorderSpacing.Around = 6
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
object E2: TEdit
|
object E2: TEdit
|
||||||
Left = 80
|
AnchorSideTop.Control = E1
|
||||||
Height = 21
|
AnchorSideTop.Side = asrBottom
|
||||||
Top = 76
|
AnchorSideRight.Control = GroupBox3
|
||||||
Width = 40
|
AnchorSideRight.Side = asrBottom
|
||||||
|
Left = 155
|
||||||
|
Height = 22
|
||||||
|
Top = 71
|
||||||
|
Width = 74
|
||||||
HelpContext = 150
|
HelpContext = 150
|
||||||
|
Anchors = [akTop, akRight]
|
||||||
|
AutoSize = True
|
||||||
|
BorderSpacing.Around = 6
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object TabSheet2: TTabSheet
|
|
||||||
Caption = 'Margins'
|
|
||||||
object GroupBox4: TGroupBox
|
|
||||||
Left = 4
|
|
||||||
Height = 125
|
|
||||||
Top = 8
|
|
||||||
Width = 256
|
|
||||||
Caption = 'Page margins'
|
|
||||||
TabOrder = 0
|
|
||||||
object Label3: TLabel
|
|
||||||
Left = 8
|
|
||||||
Height = 13
|
|
||||||
Top = 56
|
|
||||||
Width = 56
|
|
||||||
Caption = '&Left, mm'
|
|
||||||
Color = clNone
|
|
||||||
FocusControl = E3
|
|
||||||
ParentColor = False
|
|
||||||
end
|
|
||||||
object Label4: TLabel
|
|
||||||
Left = 8
|
|
||||||
Height = 13
|
|
||||||
Top = 80
|
|
||||||
Width = 57
|
|
||||||
Caption = '&Top, mm'
|
|
||||||
Color = clNone
|
|
||||||
FocusControl = E4
|
|
||||||
ParentColor = False
|
|
||||||
end
|
|
||||||
object Label5: TLabel
|
|
||||||
Left = 132
|
|
||||||
Height = 13
|
|
||||||
Top = 56
|
|
||||||
Width = 64
|
|
||||||
Caption = '&Right, mm'
|
|
||||||
Color = clNone
|
|
||||||
FocusControl = E5
|
|
||||||
ParentColor = False
|
|
||||||
end
|
|
||||||
object Label6: TLabel
|
|
||||||
Left = 132
|
|
||||||
Height = 13
|
|
||||||
Top = 80
|
|
||||||
Width = 73
|
|
||||||
Caption = '&Bottom, mm'
|
|
||||||
Color = clNone
|
|
||||||
FocusControl = E6
|
|
||||||
ParentColor = False
|
|
||||||
end
|
|
||||||
object CB5: TCheckBox
|
|
||||||
Left = 8
|
|
||||||
Height = 26
|
|
||||||
Top = 20
|
|
||||||
Width = 77
|
|
||||||
HelpContext = 62
|
|
||||||
AllowGrayed = True
|
|
||||||
Caption = '&Don''t use'
|
|
||||||
OnClick = CB5Click
|
|
||||||
TabOrder = 0
|
|
||||||
end
|
|
||||||
object E3: TEdit
|
|
||||||
Left = 80
|
|
||||||
Height = 21
|
|
||||||
Top = 52
|
|
||||||
Width = 40
|
|
||||||
HelpContext = 72
|
|
||||||
TabOrder = 1
|
|
||||||
end
|
|
||||||
object E4: TEdit
|
|
||||||
Left = 80
|
|
||||||
Height = 21
|
|
||||||
Top = 76
|
|
||||||
Width = 40
|
|
||||||
HelpContext = 81
|
|
||||||
TabOrder = 2
|
|
||||||
end
|
|
||||||
object E5: TEdit
|
|
||||||
Left = 204
|
|
||||||
Height = 21
|
|
||||||
Top = 52
|
|
||||||
Width = 40
|
|
||||||
HelpContext = 91
|
|
||||||
TabOrder = 3
|
|
||||||
end
|
|
||||||
object E6: TEdit
|
|
||||||
Left = 204
|
|
||||||
Height = 21
|
|
||||||
Top = 76
|
|
||||||
Width = 40
|
|
||||||
HelpContext = 101
|
|
||||||
TabOrder = 4
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
object TabSheet3: TTabSheet
|
object TabSheet3: TTabSheet
|
||||||
Caption = 'Options'
|
Caption = 'Options'
|
||||||
|
ClientHeight = 260
|
||||||
|
ClientWidth = 448
|
||||||
object GroupBox1: TGroupBox
|
object GroupBox1: TGroupBox
|
||||||
Left = 4
|
AnchorSideLeft.Control = TabSheet3
|
||||||
Height = 126
|
AnchorSideTop.Control = TabSheet3
|
||||||
Top = 8
|
AnchorSideRight.Control = GroupBox5
|
||||||
Width = 209
|
AnchorSideBottom.Control = TabSheet3
|
||||||
|
AnchorSideBottom.Side = asrBottom
|
||||||
|
Left = 6
|
||||||
|
Height = 52
|
||||||
|
Top = 6
|
||||||
|
Width = 216
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Options'
|
Caption = 'Options'
|
||||||
|
ClientHeight = 34
|
||||||
|
ClientWidth = 212
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object CB1: TCheckBox
|
object CB1: TCheckBox
|
||||||
Left = 8
|
Left = 6
|
||||||
Height = 26
|
Height = 13
|
||||||
Top = 20
|
Top = 6
|
||||||
Width = 147
|
Width = 123
|
||||||
HelpContext = 160
|
HelpContext = 160
|
||||||
AllowGrayed = True
|
|
||||||
Caption = '&Print to previous page'
|
Caption = '&Print to previous page'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object GroupBox5: TGroupBox
|
object GroupBox5: TGroupBox
|
||||||
Left = 220
|
AnchorSideTop.Control = TabSheet3
|
||||||
Height = 126
|
AnchorSideRight.Control = TabSheet3
|
||||||
Top = 8
|
AnchorSideRight.Side = asrBottom
|
||||||
Width = 141
|
AnchorSideBottom.Control = TabSheet3
|
||||||
|
AnchorSideBottom.Side = asrBottom
|
||||||
|
Left = 228
|
||||||
|
Height = 248
|
||||||
|
Top = 6
|
||||||
|
Width = 214
|
||||||
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
|
BorderSpacing.Top = 6
|
||||||
|
BorderSpacing.Right = 6
|
||||||
|
BorderSpacing.Bottom = 6
|
||||||
Caption = 'Columns'
|
Caption = 'Columns'
|
||||||
|
ClientHeight = 230
|
||||||
|
ClientWidth = 210
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object Label7: TLabel
|
object Label7: TLabel
|
||||||
Left = 8
|
Left = 6
|
||||||
Height = 13
|
Height = 14
|
||||||
Top = 24
|
Top = 6
|
||||||
Width = 53
|
Width = 38
|
||||||
Caption = '&Number'
|
Caption = '&Number'
|
||||||
Color = clNone
|
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object Label8: TLabel
|
object Label8: TLabel
|
||||||
Left = 8
|
AnchorSideLeft.Control = Label7
|
||||||
Height = 13
|
AnchorSideTop.Control = ecolCount
|
||||||
Top = 52
|
AnchorSideTop.Side = asrBottom
|
||||||
Width = 103
|
Left = 6
|
||||||
|
Height = 14
|
||||||
|
Top = 54
|
||||||
|
Width = 80
|
||||||
Caption = '&Column gap, mm'
|
Caption = '&Column gap, mm'
|
||||||
Color = clNone
|
|
||||||
FocusControl = E7
|
FocusControl = E7
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object E7: TEdit
|
object E7: TEdit
|
||||||
Left = 8
|
AnchorSideLeft.Control = Label7
|
||||||
Height = 21
|
AnchorSideTop.Control = Label8
|
||||||
Top = 68
|
AnchorSideTop.Side = asrBottom
|
||||||
Width = 53
|
AnchorSideRight.Control = GroupBox5
|
||||||
|
Left = 12
|
||||||
|
Height = 22
|
||||||
|
Top = 74
|
||||||
|
Width = 127
|
||||||
HelpContext = 180
|
HelpContext = 180
|
||||||
|
AutoSize = True
|
||||||
|
BorderSpacing.Around = 6
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object Edit1: TEdit
|
object ecolCount: TSpinEdit
|
||||||
Tag = 6
|
AnchorSideLeft.Control = Label7
|
||||||
Left = 84
|
AnchorSideTop.Control = Label7
|
||||||
Height = 21
|
AnchorSideTop.Side = asrBottom
|
||||||
|
Left = 12
|
||||||
|
Height = 22
|
||||||
|
Top = 26
|
||||||
|
Width = 127
|
||||||
|
BorderSpacing.Around = 6
|
||||||
|
TabOrder = 1
|
||||||
|
end
|
||||||
|
end
|
||||||
|
object GroupBox4: TGroupBox
|
||||||
|
AnchorSideLeft.Control = TabSheet3
|
||||||
|
AnchorSideTop.Control = GroupBox1
|
||||||
|
AnchorSideTop.Side = asrBottom
|
||||||
|
AnchorSideRight.Control = GroupBox5
|
||||||
|
AnchorSideBottom.Control = TabSheet3
|
||||||
|
AnchorSideBottom.Side = asrBottom
|
||||||
|
Left = 6
|
||||||
|
Height = 190
|
||||||
|
Top = 64
|
||||||
|
Width = 216
|
||||||
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
|
BorderSpacing.Around = 6
|
||||||
|
Caption = 'Page margins'
|
||||||
|
ClientHeight = 172
|
||||||
|
ClientWidth = 212
|
||||||
|
TabOrder = 2
|
||||||
|
object Label3: TLabel
|
||||||
|
AnchorSideTop.Control = CB5
|
||||||
|
AnchorSideTop.Side = asrBottom
|
||||||
|
AnchorSideBottom.Side = asrBottom
|
||||||
|
Left = 108
|
||||||
|
Height = 14
|
||||||
Top = 21
|
Top = 21
|
||||||
Width = 43
|
Width = 43
|
||||||
HelpContext = 170
|
BorderSpacing.Left = 6
|
||||||
TabOrder = 1
|
Caption = '&Left, mm'
|
||||||
Text = '1'
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object Panel8: TPanel
|
object Label4: TLabel
|
||||||
|
AnchorSideLeft.Control = CB5
|
||||||
|
AnchorSideTop.Control = CB5
|
||||||
|
AnchorSideTop.Side = asrBottom
|
||||||
|
AnchorSideBottom.Side = asrBottom
|
||||||
|
Left = 14
|
||||||
|
Height = 14
|
||||||
|
Top = 21
|
||||||
|
Width = 42
|
||||||
|
BorderSpacing.Left = 6
|
||||||
|
Caption = '&Top, mm'
|
||||||
|
ParentColor = False
|
||||||
|
end
|
||||||
|
object Label5: TLabel
|
||||||
|
AnchorSideLeft.Control = Label4
|
||||||
|
AnchorSideTop.Control = E4
|
||||||
|
AnchorSideTop.Side = asrBottom
|
||||||
|
AnchorSideBottom.Side = asrBottom
|
||||||
|
Left = 14
|
||||||
|
Height = 14
|
||||||
|
Top = 69
|
||||||
|
Width = 49
|
||||||
|
Caption = '&Right, mm'
|
||||||
|
ParentColor = False
|
||||||
|
end
|
||||||
|
object Label6: TLabel
|
||||||
|
AnchorSideLeft.Control = Label3
|
||||||
|
AnchorSideTop.Control = E3
|
||||||
|
AnchorSideTop.Side = asrBottom
|
||||||
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 108
|
Left = 108
|
||||||
Height = 17
|
Height = 14
|
||||||
Top = 23
|
Top = 69
|
||||||
Width = 17
|
Width = 58
|
||||||
BevelOuter = bvNone
|
Caption = '&Bottom, mm'
|
||||||
FullRepaint = False
|
ParentColor = False
|
||||||
|
end
|
||||||
|
object CB5: TCheckBox
|
||||||
|
AnchorSideTop.Side = asrBottom
|
||||||
|
Left = 8
|
||||||
|
Height = 13
|
||||||
|
Top = 2
|
||||||
|
Width = 65
|
||||||
|
HelpContext = 62
|
||||||
|
BorderSpacing.Around = 6
|
||||||
|
Caption = '&Don''t use'
|
||||||
|
OnChange = CB5Click
|
||||||
|
TabOrder = 0
|
||||||
|
UseOnChange = True
|
||||||
|
end
|
||||||
|
object E3: TEdit
|
||||||
|
AnchorSideLeft.Control = Label3
|
||||||
|
AnchorSideTop.Control = Label3
|
||||||
|
AnchorSideTop.Side = asrBottom
|
||||||
|
Left = 114
|
||||||
|
Height = 22
|
||||||
|
Top = 41
|
||||||
|
Width = 64
|
||||||
|
HelpContext = 72
|
||||||
|
AutoSize = True
|
||||||
|
BorderSpacing.Around = 6
|
||||||
|
TabOrder = 1
|
||||||
|
end
|
||||||
|
object E4: TEdit
|
||||||
|
AnchorSideLeft.Control = Label4
|
||||||
|
AnchorSideTop.Control = Label4
|
||||||
|
AnchorSideTop.Side = asrBottom
|
||||||
|
Left = 20
|
||||||
|
Height = 22
|
||||||
|
Top = 41
|
||||||
|
Width = 64
|
||||||
|
HelpContext = 81
|
||||||
|
AutoSize = True
|
||||||
|
BorderSpacing.Around = 6
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object SB1: TSpeedButton
|
end
|
||||||
Height = 8
|
object E5: TEdit
|
||||||
Width = 17
|
AnchorSideLeft.Control = Label5
|
||||||
Color = clBtnFace
|
AnchorSideTop.Control = Label5
|
||||||
Glyph.Data = {
|
AnchorSideTop.Side = asrBottom
|
||||||
770000002F2A2058504D202A2F0A7374617469632063686172202A6772617068
|
Left = 20
|
||||||
69635B5D203D207B0A2237203420322031222C0A222E2063204E6F6E65222C0A
|
Height = 22
|
||||||
222C20632023303030303030222C0A222E2E2E2C2E2E2E222C0A222E2E2C2C2C
|
Top = 89
|
||||||
2E2E222C0A222E2C2C2C2C2C2E222C0A222E2E2E2E2E2E2E227D0A
|
Width = 64
|
||||||
}
|
HelpContext = 91
|
||||||
NumGlyphs = 0
|
AutoSize = True
|
||||||
Spacing = 0
|
BorderSpacing.Around = 6
|
||||||
OnClick = SB1Click
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
object SB2: TSpeedButton
|
object E6: TEdit
|
||||||
Height = 8
|
AnchorSideLeft.Control = Label6
|
||||||
Top = 9
|
AnchorSideTop.Control = Label6
|
||||||
Width = 17
|
AnchorSideTop.Side = asrBottom
|
||||||
Color = clBtnFace
|
Left = 114
|
||||||
Glyph.Data = {
|
Height = 22
|
||||||
770000002F2A2058504D202A2F0A7374617469632063686172202A6772617068
|
Top = 89
|
||||||
69635B5D203D207B0A2237203420322031222C0A222E2063204E6F6E65222C0A
|
Width = 64
|
||||||
222C20632023303030303030222C0A222E2E2E2E2E2E2E222C0A222E2C2C2C2C
|
HelpContext = 101
|
||||||
2C2E222C0A222E2E2C2C2C2E2E222C0A222E2E2E2C2E2E2E227D0A
|
AutoSize = True
|
||||||
}
|
BorderSpacing.Around = 6
|
||||||
NumGlyphs = 0
|
TabOrder = 4
|
||||||
OnClick = SB2Click
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
object ButtonPanel1: TButtonPanel
|
||||||
|
Left = 6
|
||||||
|
Height = 50
|
||||||
|
Top = 286
|
||||||
|
Width = 444
|
||||||
|
Align = alBottom
|
||||||
|
TabOrder = 1
|
||||||
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||||
|
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
@ -1,119 +1,176 @@
|
|||||||
{ Ceci est un fichier ressource généré automatiquement par Lazarus }
|
{ Ceci est un fichier ressource généré automatiquement par Lazarus }
|
||||||
|
|
||||||
LazarusResources.Add('TfrPgoptForm','FORMDATA',[
|
LazarusResources.Add('TfrPgoptForm','FORMDATA',[
|
||||||
'TPF0'#12'TfrPgoptForm'#11'frPgoptForm'#4'Left'#3#151#1#6'Height'#3#201#0#3'T'
|
'TPF0'#12'TfrPgoptForm'#11'frPgoptForm'#4'Left'#3'V'#1#6'Height'#3'P'#1#3'Top'
|
||||||
+'op'#2't'#5'Width'#3'}'#1#18'HorzScrollBar.Page'#3'|'#1#18'VertScrollBar.Pag'
|
+#3'!'#1#5'Width'#3#200#1#18'HorzScrollBar.Page'#3#199#1#18'VertScrollBar.Pag'
|
||||||
+'e'#3#200#0#13'ActiveControl'#7#7'Button1'#11'BorderStyle'#7#8'bsDialog'#7'C'
|
+'e'#3'O'#1#13'ActiveControl'#7#3'RB1'#7'Caption'#6#12'Page options'#12'Clien'
|
||||||
+'aption'#6#12'Page options'#11'Font.Height'#2#245#9'Font.Name'#6#13'MS Sans '
|
+'tHeight'#3'P'#1#11'ClientWidth'#3#200#1#11'Font.Height'#2#245#9'Font.Name'#6
|
||||||
+'Serif'#10'OnActivate'#7#12'FormActivate'#8'OnCreate'#7#10'FormCreate'#8'Pos'
|
+#13'MS Sans Serif'#10'OnActivate'#7#12'FormActivate'#8'OnCreate'#7#10'FormCr'
|
||||||
+'ition'#7#14'poScreenCenter'#0#7'TButton'#7'Button1'#4'Left'#3#220#0#6'Heigh'
|
+'eate'#8'Position'#7#14'poScreenCenter'#8'ShowHint'#9#0#12'TPageControl'#12
|
||||||
+'t'#2#25#3'Top'#3#168#0#5'Width'#2'K'#11'HelpContext'#2'('#25'BorderSpacing.'
|
+'PageControl1'#6'Height'#3#30#1#5'Width'#3#200#1#10'ActivePage'#7#9'TabSheet'
|
||||||
+'InnerBorder'#2#4#7'Caption'#6#2'Ok'#7'Default'#9#11'ModalResult'#2#1#8'TabO'
|
+'3'#5'Align'#7#8'alClient'#8'TabIndex'#2#1#8'TabOrder'#2#0#0#9'TTabSheet'#9
|
||||||
+'rder'#2#0#0#0#7'TButton'#7'Button2'#4'Left'#3'.'#1#6'Height'#2#25#3'Top'#3
|
+'TabSheet1'#7'Caption'#6#5'Paper'#12'ClientHeight'#3#4#1#11'ClientWidth'#3
|
||||||
+#168#0#5'Width'#2'K'#11'HelpContext'#2'2'#25'BorderSpacing.InnerBorder'#2#4#6
|
+#192#1#0#9'TGroupBox'#9'GroupBox2'#21'AnchorSideTop.Control'#7#9'TabSheet1'
|
||||||
+'Cancel'#9#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8'TabOrder'#2#1#0#0#12
|
+#23'AnchorSideRight.Control'#7#9'TabSheet1'#20'AnchorSideRight.Side'#7#9'asr'
|
||||||
+'TPageControl'#12'PageControl1'#6'Height'#3#164#0#5'Width'#3'}'#1#10'ActiveP'
|
+'Bottom'#24'AnchorSideBottom.Control'#7#9'TabSheet1'#21'AnchorSideBottom.Sid'
|
||||||
+'age'#7#9'TabSheet1'#5'Align'#7#5'alTop'#8'TabIndex'#2#0#8'TabOrder'#2#2#0#9
|
+'e'#7#9'asrBottom'#4'Left'#3#251#0#6'Height'#3#248#0#3'Top'#2#6#5'Width'#3
|
||||||
+'TTabSheet'#9'TabSheet1'#7'Caption'#6#5'Paper'#0#9'TGroupBox'#9'GroupBox2'#4
|
+#191#0#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#17'BorderSpacing.Top'
|
||||||
+'Left'#3#198#0#6'Height'#2'~'#3'Top'#2#8#5'Width'#3#163#0#7'Caption'#6#11'Or'
|
+#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#11
|
||||||
+'ientation'#8'TabOrder'#2#0#0#6'TImage'#12'imgLandScape'#4'Left'#2'y'#6'Heig'
|
+'Orientation'#12'ClientHeight'#3#230#0#11'ClientWidth'#3#187#0#8'TabOrder'#2
|
||||||
+'ht'#2#26#3'Top'#2#25#5'Width'#2' '#8'AutoSize'#9#12'Picture.Data'#10#31#4#0
|
+#0#0#6'TImage'#12'imgLandScape'#23'AnchorSideRight.Control'#7#9'GroupBox2'#20
|
||||||
+#0#7'TBitmap'#19#4#0#0'/* XPM */'#10'static char *graphic[] = {'#10'"32 26 4'
|
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#149#0#6'Height'#2#26#3'Top'#2
|
||||||
+' 1",'#10'". c #848484",'#10'", c None",'#10'"- c #C6C6C6",'#10'"* c #FFFFFF'
|
+'f'#5'Width'#2' '#7'Anchors'#11#7'akRight'#0#8'AutoSize'#9#19'BorderSpacing.'
|
||||||
+'",'#10'".........................,------",'#10'".************************,.'
|
+'Right'#2#6#12'Picture.Data'#10#31#4#0#0#7'TBitmap'#19#4#0#0'/* XPM */'#10's'
|
||||||
+'-----",'#10'".************************,*.----",'#10'".*********************'
|
+'tatic char *graphic[] = {'#10'"32 26 4 1",'#10'". c #848484",'#10'", c None'
|
||||||
+'***,-*.---",'#10'".************************,-**.--",'#10'".****************'
|
+'",'#10'"- c #C6C6C6",'#10'"* c #FFFFFF",'#10'".........................,---'
|
||||||
+'********,-***.-",'#10'".************************,,,,,,.",'#10'".***********'
|
+'---",'#10'".************************,.-----",'#10'".***********************'
|
||||||
+'***.-*************-,",'#10'".*************-..*************-,",'#10'".******'
|
+'*,*.----",'#10'".************************,-*.---",'#10'".******************'
|
||||||
+'*******...-************-,",'#10'".************-....************-,",'#10'".*'
|
+'******,-**.--",'#10'".************************,-***.-",'#10'".*************'
|
||||||
+'***********.-*..-***********-,",'#10'".***********-.**...***********-,",'#10
|
+'***********,,,,,,.",'#10'".**************.-*************-,",'#10'".********'
|
||||||
+'".***********.-**-..-**********-,",'#10'".***********........**********-,",'
|
+'*****-..*************-,",'#10'".*************...-************-,",'#10'".***'
|
||||||
+#10'".**********-.-***-..-*********-,",'#10'".**********.-*****...*********-'
|
+'*********-....************-,",'#10'".************.-*..-***********-,",'#10
|
||||||
+',",'#10'".*********-.******-..-********-,",'#10'".********....****......***'
|
+'".***********-.**...***********-,",'#10'".***********.-**-..-**********-,",'
|
||||||
+'****-,",'#10'".*****************************-,",'#10'".********************'
|
+#10'".***********........**********-,",'#10'".**********-.-***-..-*********-'
|
||||||
|
+',",'#10'".**********.-*****...*********-,",'#10'".*********-.******-..-****'
|
||||||
|
+'****-,",'#10'".********....****......*******-,",'#10'".********************'
|
||||||
+'*********-,",'#10'".*****************************-,",'#10'".***************'
|
+'*********-,",'#10'".*****************************-,",'#10'".***************'
|
||||||
+'**************-,",'#10'".*****************************-,",'#10'".****------'
|
+'**************-,",'#10'".*****************************-,",'#10'".**********'
|
||||||
+'--------------------,",'#10'",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"}'#10#0#0#6'T'
|
+'*******************-,",'#10'".****--------------------------,",'#10'",,,,,,'
|
||||||
+'Image'#11'imgPortrait'#4'Left'#2'|'#6'Height'#2' '#3'Top'#2#21#5'Width'#2#26
|
+',,,,,,,,,,,,,,,,,,,,,,,,,,"}'#10#0#0#6'TImage'#11'imgPortrait'#23'AnchorSid'
|
||||||
+#8'AutoSize'#9#12'Picture.Data'#10'7'#4#0#0#7'TBitmap+'#4#0#0'/* XPM */'#10
|
+'eRight.Control'#7#9'GroupBox2'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Le'
|
||||||
+'static char *graphic[] = {'#10'"26 32 4 1",'#10'". c #848484",'#10'", c #C6'
|
+'ft'#3#155#0#6'Height'#2' '#3'Top'#2'c'#5'Width'#2#26#7'Anchors'#11#7'akRigh'
|
||||||
+'C6C6",'#10'"- c #FFFFFF",'#10'"* c None",'#10'"....................,,,,,,",'
|
+'t'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2#6#12'Picture.Data'#10'7'#4#0#0
|
||||||
+#10'".------------------.*,,,,,",'#10'".------------------..*,,,,",'#10'".--'
|
+#7'TBitmap+'#4#0#0'/* XPM */'#10'static char *graphic[] = {'#10'"26 32 4 1",'
|
||||||
+'----------------.,.*,,,",'#10'".------------------.-,.*,,",'#10'".---------'
|
+#10'". c #848484",'#10'", c #C6C6C6",'#10'"- c #FFFFFF",'#10'"* c None",'#10
|
||||||
+'---------.--,.*,",'#10'".------------------.******",'#10'".----------------'
|
+'"....................,,,,,,",'#10'".------------------.*,,,,,",'#10'".-----'
|
||||||
|
+'-------------..*,,,,",'#10'".------------------.,.*,,,",'#10'".------------'
|
||||||
|
+'------.-,.*,,",'#10'".------------------.--,.*,",'#10'".------------------.'
|
||||||
|
+'******",'#10'".-----------------------,*",'#10'".-----------------------,*"'
|
||||||
|
+','#10'".-----------------------,*",'#10'".-----------.,----------,*",'#10'"'
|
||||||
|
+'.----------,..----------,*",'#10'".----------...,---------,*",'#10'".------'
|
||||||
|
+'---,....---------,*",'#10'".---------.,-..,--------,*",'#10'".--------,.--.'
|
||||||
|
+'..--------,*",'#10'".--------.,--,..,-------,*",'#10'".--------........----'
|
||||||
|
+'---,*",'#10'".-------,.,---,..,------,*",'#10'".-------.,-----...------,*",'
|
||||||
|
+#10'".------,.------,..,-----,*",'#10'".-----....----......----,*",'#10'".--'
|
||||||
|
+'---------------------,*",'#10'".-----------------------,*",'#10'".---------'
|
||||||
|
+'--------------,*",'#10'".-----------------------,*",'#10'".----------------'
|
||||||
+'-------,*",'#10'".-----------------------,*",'#10'".-----------------------'
|
+'-------,*",'#10'".-----------------------,*",'#10'".-----------------------'
|
||||||
+',*",'#10'".-----------.,----------,*",'#10'".----------,..----------,*",'#10
|
+',*",'#10'".-----------------------,*",'#10'".,,,,,,,,,,,,,,,,,,,,,,,,*",'#10
|
||||||
+'".----------...,---------,*",'#10'".---------,....---------,*",'#10'".-----'
|
+'"**************************"}'#10#0#0#6'TPanel'#6'Panel1'#22'AnchorSideLeft'
|
||||||
+'----.,-..,--------,*",'#10'".--------,.--...--------,*",'#10'".--------.,--'
|
+'.Control'#7#9'GroupBox2'#21'AnchorSideTop.Control'#7#9'GroupBox2'#18'Anchor'
|
||||||
+',..,-------,*",'#10'".--------........-------,*",'#10'".-------,.,---,..,--'
|
+'SideTop.Side'#7#9'asrCenter'#4'Left'#2#3#6'Height'#2' '#3'Top'#2'c'#5'Width'
|
||||||
+'----,*",'#10'".-------.,-----...------,*",'#10'".------,.------,..,-----,*"'
|
+#2'O'#8'AutoSize'#9#18'BorderSpacing.Left'#2#3#10'BevelOuter'#7#6'bvNone'#12
|
||||||
+','#10'".-----....----......----,*",'#10'".-----------------------,*",'#10'"'
|
+'ClientHeight'#2' '#11'ClientWidth'#2'O'#8'TabOrder'#2#0#0#12'TRadioButton'#3
|
||||||
+'.-----------------------,*",'#10'".-----------------------,*",'#10'".------'
|
+'RB1'#22'AnchorSideLeft.Control'#7#9'GroupBox2'#21'AnchorSideTop.Control'#7#6
|
||||||
+'-----------------,*",'#10'".-----------------------,*",'#10'".-------------'
|
+'Panel1'#4'Left'#2#6#6'Height'#2#13#5'Width'#2'5'#11'HelpContext'#2'o'#11'Al'
|
||||||
+'----------,*",'#10'".-----------------------,*",'#10'".--------------------'
|
+'lowGrayed'#9#18'BorderSpacing.Left'#2#6#7'Caption'#6#9'&Portrait'#7'Checked'
|
||||||
+'---,*",'#10'".,,,,,,,,,,,,,,,,,,,,,,,,*",'#10'"**************************"}'
|
+#9#7'OnClick'#7#8'RB1Click'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'T'
|
||||||
+#10#0#0#12'TRadioButton'#3'RB1'#4'Left'#2#8#6'Height'#2#22#3'Top'#2#20#5'Wid'
|
,'RadioButton'#3'RB2'#22'AnchorSideLeft.Control'#7#3'RB1'#21'AnchorSideTop.Co'
|
||||||
+'th'#2'?'#11'HelpContext'#2'o'#11'AllowGrayed'#9#7'Caption'#6#9'&Portrait'#7
|
+'ntrol'#7#3'RB1'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||||
+'Checked'#9#7'OnClick'#7#8'RB1Click'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0
|
+#2#13#3'Top'#2#19#5'Width'#2'I'#11'HelpContext'#2'x'#11'AllowGrayed'#9#17'Bo'
|
||||||
+#0#0#12'TRadioButton'#3'RB2'#4'Left'#2#8#6'Height'#2#22#3'Top'#2'('#5'Width'
|
+'rderSpacing.Top'#2#6#7'Caption'#6#10'&Landscape'#7'OnClick'#7#8'RB2Click'#8
|
||||||
+#2'V'#11'HelpContext'#2'x'#11'AllowGrayed'#9#7'Caption'#6#10'&Landscape'#7'O'
|
+'TabOrder'#2#1#0#0#0#0#9'TGroupBox'#9'GroupBox3'#22'AnchorSideLeft.Control'#7
|
||||||
+'nClick'#7#8'RB2Click'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#9'GroupBox3'#4'Lef'
|
+#9'TabSheet1'#21'AnchorSideTop.Control'#7#9'TabSheet1'#23'AnchorSideRight.Co'
|
||||||
+'t'#2#4#6'Height'#2'~'#3'Top'#2#8#5'Width'#3#185#0#7'Caption'#6#4'Size'#8'Ta'
|
+'ntrol'#7#9'GroupBox2'#24'AnchorSideBottom.Control'#7#9'TabSheet1'#21'Anchor'
|
||||||
+'bOrder'#2#1#0#6'TLabel'#6'Label1'#4'Left'#2#8#6'Height'#2#13#3'Top'#2'8'#5
|
+'SideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#248#0#3'Top'#2#6#5
|
||||||
+'Width'#2'C'#7'Caption'#6#10'&Width, mm'#5'Color'#7#6'clNone'#12'FocusContro'
|
+'Width'#3#239#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#18
|
||||||
+'l'#7#2'E1'#11'ParentColor'#8#0#0#6'TLabel'#6'Label2'#4'Left'#2#8#6'Height'#2
|
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2
|
||||||
+#13#3'Top'#2'P'#5'Width'#2'H'#7'Caption'#6#11'&Height, mm'#5'Color'#7#6'clNo'
|
+#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#4'Size'#12'ClientHeight'#3#230#0
|
||||||
+'ne'#12'FocusControl'#7#2'E2'#11'ParentColor'#8#0#0#9'TComboBox'#5'ComB1'#4
|
+#11'ClientWidth'#3#235#0#8'TabOrder'#2#1#0#6'TLabel'#6'Label1'#24'AnchorSide'
|
||||||
+'Left'#2#8#6'Height'#2#21#3'Top'#2#15#5'Width'#3#169#0#11'HelpContext'#3#130
|
+'Bottom.Control'#7#2'E1'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#8
|
||||||
,#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscendin'
|
+#6'Height'#2#14#3'Top'#2'3'#5'Width'#2'4'#7'Anchors'#11#6'akLeft'#8'akBottom'
|
||||||
+'g'#0#9'ItemWidth'#3#200#0#9'MaxLength'#2#0#7'OnClick'#7#10'ComB1Click'#10'O'
|
+#0#7'Caption'#6#10'&Width, mm'#12'FocusControl'#7#2'E1'#11'ParentColor'#8#0#0
|
||||||
+'nDrawItem'#7#13'ComB1DrawItem'#5'Style'#7#16'csOwnerDrawFixed'#8'TabOrder'#2
|
+#6'TLabel'#6'Label2'#24'AnchorSideBottom.Control'#7#2'E2'#21'AnchorSideBotto'
|
||||||
+#0#0#0#5'TEdit'#2'E1'#4'Left'#2'P'#6'Height'#2#21#3'Top'#2'4'#5'Width'#2'('
|
+'m.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#14#3'Top'#2'O'#5'Width'#2'7'
|
||||||
+#11'HelpContext'#3#140#0#8'TabOrder'#2#1#0#0#5'TEdit'#2'E2'#4'Left'#2'P'#6'H'
|
+#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#11'&Height, mm'#12'Focus'
|
||||||
+'eight'#2#21#3'Top'#2'L'#5'Width'#2'('#11'HelpContext'#3#150#0#8'TabOrder'#2
|
+'Control'#7#2'E2'#11'ParentColor'#8#0#0#9'TComboBox'#5'ComB1'#22'AnchorSideL'
|
||||||
+#2#0#0#0#0#9'TTabSheet'#9'TabSheet2'#7'Caption'#6#7'Margins'#0#9'TGroupBox'#9
|
+'eft.Control'#7#9'GroupBox3'#23'AnchorSideRight.Control'#7#9'GroupBox3'#20'A'
|
||||||
+'GroupBox4'#4'Left'#2#4#6'Height'#2'}'#3'Top'#2#8#5'Width'#3#0#1#7'Caption'#6
|
+'nchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#15#5
|
||||||
+#12'Page margins'#8'TabOrder'#2#0#0#6'TLabel'#6'Label3'#4'Left'#2#8#6'Height'
|
+'Width'#3#223#0#11'HelpContext'#3#130#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
||||||
+#2#13#3'Top'#2'8'#5'Width'#2'8'#7'Caption'#6#9'&Left, mm'#5'Color'#7#6'clNon'
|
+'kRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearch'
|
||||||
+'e'#12'FocusControl'#7#2'E3'#11'ParentColor'#8#0#0#6'TLabel'#6'Label4'#4'Lef'
|
+'Ascending'#0#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#10'Item'
|
||||||
+'t'#2#8#6'Height'#2#13#3'Top'#2'P'#5'Width'#2'9'#7'Caption'#6#8'&Top, mm'#5
|
+'Height'#2#16#9'ItemWidth'#3#200#0#9'MaxLength'#2#0#7'OnClick'#7#10'ComB1Cli'
|
||||||
+'Color'#7#6'clNone'#12'FocusControl'#7#2'E4'#11'ParentColor'#8#0#0#6'TLabel'
|
+'ck'#10'OnDrawItem'#7#13'ComB1DrawItem'#5'Style'#7#16'csOwnerDrawFixed'#8'Ta'
|
||||||
+#6'Label5'#4'Left'#3#132#0#6'Height'#2#13#3'Top'#2'8'#5'Width'#2'@'#7'Captio'
|
+'bOrder'#2#0#0#0#5'TEdit'#2'E1'#21'AnchorSideTop.Control'#7#5'ComB1'#18'Anch'
|
||||||
+'n'#6#10'&Right, mm'#5'Color'#7#6'clNone'#12'FocusControl'#7#2'E5'#11'Parent'
|
+'orSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'GroupBox3'#20
|
||||||
+'Color'#8#0#0#6'TLabel'#6'Label6'#4'Left'#3#132#0#6'Height'#2#13#3'Top'#2'P'
|
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#155#0#6'Height'#2#22#3'Top'#2
|
||||||
+#5'Width'#2'I'#7'Caption'#6#11'&Bottom, mm'#5'Color'#7#6'clNone'#12'FocusCon'
|
+'+'#5'Width'#2'J'#11'HelpContext'#3#140#0#7'Anchors'#11#5'akTop'#7'akRight'#0
|
||||||
+'trol'#7#2'E6'#11'ParentColor'#8#0#0#9'TCheckBox'#3'CB5'#4'Left'#2#8#6'Heigh'
|
+#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#0#0#5'TEdit'#2'E'
|
||||||
+'t'#2#26#3'Top'#2#20#5'Width'#2'M'#11'HelpContext'#2'>'#11'AllowGrayed'#9#7
|
+'2'#21'AnchorSideTop.Control'#7#2'E1'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||||
+'Caption'#6#10'&Don''t use'#7'OnClick'#7#8'CB5Click'#8'TabOrder'#2#0#0#0#5'T'
|
+#23'AnchorSideRight.Control'#7#9'GroupBox3'#20'AnchorSideRight.Side'#7#9'asr'
|
||||||
+'Edit'#2'E3'#4'Left'#2'P'#6'Height'#2#21#3'Top'#2'4'#5'Width'#2'('#11'HelpCo'
|
+'Bottom'#4'Left'#3#155#0#6'Height'#2#22#3'Top'#2'G'#5'Width'#2'J'#11'HelpCon'
|
||||||
+'ntext'#2'H'#8'TabOrder'#2#1#0#0#5'TEdit'#2'E4'#4'Left'#2'P'#6'Height'#2#21#3
|
+'text'#3#150#0#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#20'BorderSp'
|
||||||
+'Top'#2'L'#5'Width'#2'('#11'HelpContext'#2'Q'#8'TabOrder'#2#2#0#0#5'TEdit'#2
|
+'acing.Around'#2#6#8'TabOrder'#2#2#0#0#0#0#9'TTabSheet'#9'TabSheet3'#7'Capti'
|
||||||
+'E5'#4'Left'#3#204#0#6'Height'#2#21#3'Top'#2'4'#5'Width'#2'('#11'HelpContext'
|
+'on'#6#7'Options'#12'ClientHeight'#3#4#1#11'ClientWidth'#3#192#1#0#9'TGroupB'
|
||||||
+#2'['#8'TabOrder'#2#3#0#0#5'TEdit'#2'E6'#4'Left'#3#204#0#6'Height'#2#21#3'To'
|
+'ox'#9'GroupBox1'#22'AnchorSideLeft.Control'#7#9'TabSheet3'#21'AnchorSideTop'
|
||||||
+'p'#2'L'#5'Width'#2'('#11'HelpContext'#2'e'#8'TabOrder'#2#4#0#0#0#0#9'TTabSh'
|
+'.Control'#7#9'TabSheet3'#23'AnchorSideRight.Control'#7#9'GroupBox5'#24'Anch'
|
||||||
+'eet'#9'TabSheet3'#7'Caption'#6#7'Options'#0#9'TGroupBox'#9'GroupBox1'#4'Lef'
|
+'orSideBottom.Control'#7#9'TabSheet3'#21'AnchorSideBottom.Side'#7#9'asrBotto'
|
||||||
+'t'#2#4#6'Height'#2'~'#3'Top'#2#8#5'Width'#3#209#0#7'Caption'#6#7'Options'#8
|
+'m'#4'Left'#2#6#6'Height'#2'4'#3'Top'#2#6#5'Width'#3#216#0#7'Anchors'#11#5'a'
|
||||||
+'TabOrder'#2#0#0#9'TCheckBox'#3'CB1'#4'Left'#2#8#6'Height'#2#26#3'Top'#2#20#5
|
+'kTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Op'
|
||||||
+'Width'#3#147#0#11'HelpContext'#3#160#0#11'AllowGrayed'#9#7'Caption'#6#23'&P'
|
+'tions'#12'ClientHeight'#2'"'#11'ClientWidth'#3#212#0#8'TabOrder'#2#0#0#9'TC'
|
||||||
+'rint to previous page'#8'TabOrder'#2#0#0#0#0#9'TGroupBox'#9'GroupBox5'#4'Le'
|
+'heckBox'#3'CB1'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#6#5'Width'#2'{'#11'Help'
|
||||||
+'ft'#3#220#0#6'Height'#2'~'#3'Top'#2#8#5'Width'#3#141#0#7'Caption'#6#7'Colum'
|
+'Context'#3#160#0#7'Caption'#6#23'&Print to previous page'#8'TabOrder'#2#0#0
|
||||||
+'ns'#8'TabOrder'#2#1#0#6'TLabel'#6'Label7'#4'Left'#2#8#6'Height'#2#13#3'Top'
|
+#0#0#9'TGroupBox'#9'GroupBox5'#21'AnchorSideTop.Control'#7#9'TabSheet3'#23'A'
|
||||||
+#2#24#5'Width'#2'5'#7'Caption'#6#7'&Number'#5'Color'#7#6'clNone'#11'ParentCo'
|
+'nchorSideRight.Control'#7#9'TabSheet3'#20'AnchorSideRight.Side'#7#9'asrBott'
|
||||||
+'lor'#8#0#0#6'TLabel'#6'Label8'#4'Left'#2#8#6'Height'#2#13#3'Top'#2'4'#5'Wid'
|
+'om'#24'AnchorSideBottom.Control'#7#9'TabSheet3'#21'AnchorSideBottom.Side'#7
|
||||||
+'th'#2'g'#7'Caption'#6#15'&Column gap, mm'#5'Color'#7#6'clNone'#12'FocusCont'
|
+#9'asrBottom'#4'Left'#3#228#0#6'Height'#3#248#0#3'Top'#2#6#5'Width'#3#214#0#7
|
||||||
+'rol'#7#2'E7'#11'ParentColor'#8#0#0#5'TEdit'#2'E7'#4'Left'#2#8#6'Height'#2#21
|
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'BorderSpacing.To'
|
||||||
+#3'Top'#2'D'#5'Width'#2'5'#11'HelpContext'#3#180#0#8'TabOrder'#2#0#0#0#5'TEd'
|
+'p'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6
|
||||||
+'it'#5'Edit1'#3'Tag'#2#6#4'Left'#2'T'#6'Height'#2#21#3'Top'#2#21#5'Width'#2
|
+#7'Columns'#12'ClientHeight'#3#230#0#11'ClientWidth'#3#210#0#8'TabOrder'#2#1
|
||||||
+'+'#11'HelpContext'#3#170#0#8'TabOrder'#2#1#4'Text'#6#1'1'#0#0#6'TPanel'#6'P'
|
+#0#6'TLabel'#6'Label7'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#2'&'#7
|
||||||
+'anel8'#4'Left'#2'l'#6'Height'#2#17#3'Top'#2#23#5'Width'#2#17#10'BevelOuter'
|
+'Caption'#6#7'&Number'#11'ParentColor'#8#0#0#6'TLabel'#6'Label8'#22'AnchorSi'
|
||||||
+#7#6'bvNone'#11'FullRepaint'#8#8'TabOrder'#2#2#0#12'TSpeedButton'#3'SB1'#6'H'
|
+'deLeft.Control'#7#6'Label7'#21'AnchorSideTop.Control'#7#9'ecolCount'#18'Anc'
|
||||||
+'eight'#2#8#5'Width'#2#17#5'Color'#7#9'clBtnFace'#10'Glyph.Data'#10'{'#0#0#0
|
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'6'#5'Wi'
|
||||||
+'w'#0#0#0'/* XPM */'#10'static char *graphic[] = {'#10'"7 4 2 1",'#10'". c N'
|
+'dth'#2'P'#7'Caption'#6#15'&Column gap, mm'#12'FocusControl'#7#2'E7'#11'Pare'
|
||||||
+'one",'#10'", c #000000",'#10'"...,...",'#10'"..,,,..",'#10'".,,,,,.",'#10'"'
|
+'ntColor'#8#0#0#5'TEdit'#2'E7'#22'AnchorSideLeft.Control'#7#6'Label7'#21'Anc'
|
||||||
+'......."}'#10#9'NumGlyphs'#2#0#7'Spacing'#2#0#7'OnClick'#7#8'SB1Click'#0#0
|
+'horSideTop.Control'#7#6'Label8'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'An'
|
||||||
+#12'TSpeedButton'#3'SB2'#6'Height'#2#8#3'Top'#2#9#5'Width'#2#17#5'Color'#7#9
|
+'chorSideRight.Control'#7#9'GroupBox5'#4'Left'#2#12#6'Height'#2#22#3'Top'#2
|
||||||
+'clBtnFace'#10'Glyph.Data'#10'{'#0#0#0'w'#0#0#0'/* XPM */'#10'static char *g'
|
+'J'#5'Width'#2''#11'HelpContext'#3#180#0#8'AutoSize'#9#20'BorderSpacing.Aro'
|
||||||
+'raphic[] = {'#10'"7 4 2 1",'#10'". c None",'#10'", c #000000",'#10'".......'
|
+'und'#2#6#8'TabOrder'#2#0#0#0#9'TSpinEdit'#9'ecolCount'#22'AnchorSideLeft.Co'
|
||||||
+'",'#10'".,,,,,.",'#10'"..,,,..",'#10'"...,..."}'#10#9'NumGlyphs'#2#0#7'OnCl'
|
+'ntrol'#7#6'Label7'#21'AnchorSideTop.Control'#7#6'Label7'#18'AnchorSideTop.S'
|
||||||
+'ick'#7#8'SB2Click'#0#0#0#0#0#0#0
|
+'ide'#7#9'asrBottom'#4'Left'#2#12#6'Height'#2#22#3'Top'#2#26#5'Width'#2''#20
|
||||||
|
,'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#9'GroupBox4'#22
|
||||||
|
+'AnchorSideLeft.Control'#7#9'TabSheet3'#21'AnchorSideTop.Control'#7#9'GroupB'
|
||||||
|
+'ox1'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9
|
||||||
|
+'GroupBox5'#24'AnchorSideBottom.Control'#7#9'TabSheet3'#21'AnchorSideBottom.'
|
||||||
|
+'Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#190#0#3'Top'#2'@'#5'Width'#3
|
||||||
|
+#216#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSp'
|
||||||
|
+'acing.Around'#2#6#7'Caption'#6#12'Page margins'#12'ClientHeight'#3#172#0#11
|
||||||
|
+'ClientWidth'#3#212#0#8'TabOrder'#2#2#0#6'TLabel'#6'Label3'#21'AnchorSideTop'
|
||||||
|
+'.Control'#7#3'CB5'#18'AnchorSideTop.Side'#7#9'asrBottom'#21'AnchorSideBotto'
|
||||||
|
+'m.Side'#7#9'asrBottom'#4'Left'#2'l'#6'Height'#2#14#3'Top'#2#21#5'Width'#2'+'
|
||||||
|
+#18'BorderSpacing.Left'#2#6#7'Caption'#6#9'&Left, mm'#11'ParentColor'#8#0#0#6
|
||||||
|
+'TLabel'#6'Label4'#22'AnchorSideLeft.Control'#7#3'CB5'#21'AnchorSideTop.Cont'
|
||||||
|
+'rol'#7#3'CB5'#18'AnchorSideTop.Side'#7#9'asrBottom'#21'AnchorSideBottom.Sid'
|
||||||
|
+'e'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#14#3'Top'#2#21#5'Width'#2'*'#18
|
||||||
|
+'BorderSpacing.Left'#2#6#7'Caption'#6#8'&Top, mm'#11'ParentColor'#8#0#0#6'TL'
|
||||||
|
+'abel'#6'Label5'#22'AnchorSideLeft.Control'#7#6'Label4'#21'AnchorSideTop.Con'
|
||||||
|
+'trol'#7#2'E4'#18'AnchorSideTop.Side'#7#9'asrBottom'#21'AnchorSideBottom.Sid'
|
||||||
|
+'e'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#14#3'Top'#2'E'#5'Width'#2'1'#7'C'
|
||||||
|
+'aption'#6#10'&Right, mm'#11'ParentColor'#8#0#0#6'TLabel'#6'Label6'#22'Ancho'
|
||||||
|
+'rSideLeft.Control'#7#6'Label3'#21'AnchorSideTop.Control'#7#2'E3'#18'AnchorS'
|
||||||
|
+'ideTop.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'
|
||||||
|
+#2'l'#6'Height'#2#14#3'Top'#2'E'#5'Width'#2':'#7'Caption'#6#11'&Bottom, mm'
|
||||||
|
+#11'ParentColor'#8#0#0#9'TCheckBox'#3'CB5'#18'AnchorSideTop.Side'#7#9'asrBot'
|
||||||
|
+'tom'#4'Left'#2#8#6'Height'#2#13#3'Top'#2#2#5'Width'#2'A'#11'HelpContext'#2
|
||||||
|
+'>'#20'BorderSpacing.Around'#2#6#7'Caption'#6#10'&Don''t use'#8'OnChange'#7#8
|
||||||
|
+'CB5Click'#8'TabOrder'#2#0#11'UseOnChange'#9#0#0#5'TEdit'#2'E3'#22'AnchorSid'
|
||||||
|
+'eLeft.Control'#7#6'Label3'#21'AnchorSideTop.Control'#7#6'Label3'#18'AnchorS'
|
||||||
|
+'ideTop.Side'#7#9'asrBottom'#4'Left'#2'r'#6'Height'#2#22#3'Top'#2')'#5'Width'
|
||||||
|
+#2'@'#11'HelpContext'#2'H'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'TabO'
|
||||||
|
+'rder'#2#1#0#0#5'TEdit'#2'E4'#22'AnchorSideLeft.Control'#7#6'Label4'#21'Anch'
|
||||||
|
+'orSideTop.Control'#7#6'Label4'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||||
|
+#2#20#6'Height'#2#22#3'Top'#2')'#5'Width'#2'@'#11'HelpContext'#2'Q'#8'AutoSi'
|
||||||
|
+'ze'#9#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#2#0#0#5'TEdit'#2'E5'#22'An'
|
||||||
|
+'chorSideLeft.Control'#7#6'Label5'#21'AnchorSideTop.Control'#7#6'Label5'#18
|
||||||
|
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#20#6'Height'#2#22#3'Top'#2'Y'#5
|
||||||
|
+'Width'#2'@'#11'HelpContext'#2'['#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
|
||||||
|
+#8'TabOrder'#2#3#0#0#5'TEdit'#2'E6'#22'AnchorSideLeft.Control'#7#6'Label6'#21
|
||||||
|
+'AnchorSideTop.Control'#7#6'Label6'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||||
|
+'Left'#2'r'#6'Height'#2#22#3'Top'#2'Y'#5'Width'#2'@'#11'HelpContext'#2'e'#8
|
||||||
|
+'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#4#0#0#0#0#0#12'TButt'
|
||||||
|
+'onPanel'#12'ButtonPanel1'#4'Left'#2#6#6'Height'#2'2'#3'Top'#3#30#1#5'Width'
|
||||||
|
+#3#188#1#5'Align'#7#8'alBottom'#8'TabOrder'#2#1#11'ShowButtons'#11#4'pbOK'#8
|
||||||
|
+'pbCancel'#6'pbHelp'#0#10'ShowGlyphs'#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pb'
|
||||||
|
+'Help'#0#0#0#0
|
||||||
]);
|
]);
|
||||||
|
@ -17,24 +17,34 @@ interface
|
|||||||
uses
|
uses
|
||||||
Classes, SysUtils, LResources,
|
Classes, SysUtils, LResources,
|
||||||
Forms, Controls, Graphics, Dialogs,
|
Forms, Controls, Graphics, Dialogs,
|
||||||
ExtCtrls, Buttons, StdCtrls,ComCtrls,LCLType;
|
ExtCtrls, Buttons, StdCtrls,ComCtrls,LCLType, ButtonPanel, Spin;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
{ TfrPgoptForm }
|
{ TfrPgoptForm }
|
||||||
|
|
||||||
TfrPgoptForm = class(TForm)
|
TfrPgoptForm = class(TForm)
|
||||||
Button1: TButton;
|
ButtonPanel1: TButtonPanel;
|
||||||
Button2: TButton;
|
CB5: TCheckBox;
|
||||||
|
E3: TEdit;
|
||||||
|
E4: TEdit;
|
||||||
|
E5: TEdit;
|
||||||
|
E6: TEdit;
|
||||||
|
GroupBox4: TGroupBox;
|
||||||
|
Label3: TLabel;
|
||||||
|
Label4: TLabel;
|
||||||
|
Label5: TLabel;
|
||||||
|
Label6: TLabel;
|
||||||
PageControl1: TPageControl;
|
PageControl1: TPageControl;
|
||||||
|
ecolCount: TSpinEdit;
|
||||||
|
Panel1: TPanel;
|
||||||
|
RB1: TRadioButton;
|
||||||
|
RB2: TRadioButton;
|
||||||
TabSheet1: TTabSheet;
|
TabSheet1: TTabSheet;
|
||||||
TabSheet2: TTabSheet;
|
|
||||||
TabSheet3: TTabSheet;
|
TabSheet3: TTabSheet;
|
||||||
GroupBox2: TGroupBox;
|
GroupBox2: TGroupBox;
|
||||||
imgLandScape: TImage;
|
imgLandScape: TImage;
|
||||||
imgPortrait: TImage;
|
imgPortrait: TImage;
|
||||||
RB1: TRadioButton;
|
|
||||||
RB2: TRadioButton;
|
|
||||||
GroupBox1: TGroupBox;
|
GroupBox1: TGroupBox;
|
||||||
CB1: TCheckBox;
|
CB1: TCheckBox;
|
||||||
GroupBox3: TGroupBox;
|
GroupBox3: TGroupBox;
|
||||||
@ -43,24 +53,10 @@ TfrPgoptForm = class(TForm)
|
|||||||
E2: TEdit;
|
E2: TEdit;
|
||||||
Label1: TLabel;
|
Label1: TLabel;
|
||||||
Label2: TLabel;
|
Label2: TLabel;
|
||||||
GroupBox4: TGroupBox;
|
|
||||||
CB5: TCheckBox;
|
|
||||||
E3: TEdit;
|
|
||||||
Label3: TLabel;
|
|
||||||
Label4: TLabel;
|
|
||||||
E4: TEdit;
|
|
||||||
Label5: TLabel;
|
|
||||||
Label6: TLabel;
|
|
||||||
E5: TEdit;
|
|
||||||
E6: TEdit;
|
|
||||||
GroupBox5: TGroupBox;
|
GroupBox5: TGroupBox;
|
||||||
Label7: TLabel;
|
Label7: TLabel;
|
||||||
E7: TEdit;
|
E7: TEdit;
|
||||||
Label8: TLabel;
|
Label8: TLabel;
|
||||||
Edit1: TEdit;
|
|
||||||
Panel8: TPanel;
|
|
||||||
SB1: TSpeedButton;
|
|
||||||
SB2: TSpeedButton;
|
|
||||||
procedure ComB1DrawItem(Control: TWinControl; Index: Integer; ARect: TRect;
|
procedure ComB1DrawItem(Control: TWinControl; Index: Integer; ARect: TRect;
|
||||||
State: TOwnerDrawState);
|
State: TOwnerDrawState);
|
||||||
procedure RB1Click(Sender: TObject);
|
procedure RB1Click(Sender: TObject);
|
||||||
@ -69,8 +65,6 @@ TfrPgoptForm = class(TForm)
|
|||||||
procedure ComB1Click(Sender: TObject);
|
procedure ComB1Click(Sender: TObject);
|
||||||
procedure CB5Click(Sender: TObject);
|
procedure CB5Click(Sender: TObject);
|
||||||
procedure FormCreate(Sender: TObject);
|
procedure FormCreate(Sender: TObject);
|
||||||
procedure SB1Click(Sender: TObject);
|
|
||||||
procedure SB2Click(Sender: TObject);
|
|
||||||
private
|
private
|
||||||
{ Private declarations }
|
{ Private declarations }
|
||||||
public
|
public
|
||||||
@ -82,7 +76,7 @@ var
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses LR_Prntr, LR_Class, LR_Const, LR_Utils;
|
uses LR_Prntr, LR_Class, LR_Const, LR_Utils, Math;
|
||||||
|
|
||||||
procedure TfrPgoptForm.RB1Click(Sender: TObject);
|
procedure TfrPgoptForm.RB1Click(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
@ -132,8 +126,19 @@ end;
|
|||||||
|
|
||||||
procedure TfrPgoptForm.FormActivate(Sender: TObject);
|
procedure TfrPgoptForm.FormActivate(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
if RB1.Checked then RB1Click(nil) else RB2Click(nil);
|
OnActivate:=nil;
|
||||||
ComB1Click(nil); CB5Click(nil);
|
if RB1.Checked then
|
||||||
|
RB1Click(nil)
|
||||||
|
else
|
||||||
|
RB2Click(nil);
|
||||||
|
ComB1Click(nil);
|
||||||
|
CB5Click(nil);
|
||||||
|
|
||||||
|
ComB1.Width:=E1.Width;
|
||||||
|
ecolCount.Width:=E1.Width;
|
||||||
|
|
||||||
|
Label3.Left:=Max(Label3.Left, Label4.Width + Label4.Left);
|
||||||
|
Label3.Left:=Max(Label3.Left, Label5.Width + Label5.Left);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TfrPgoptForm.ComB1Click(Sender: TObject);
|
procedure TfrPgoptForm.ComB1Click(Sender: TObject);
|
||||||
@ -158,8 +163,9 @@ begin
|
|||||||
GroupBox3.Caption :=sPgoptFormSize;
|
GroupBox3.Caption :=sPgoptFormSize;
|
||||||
Label1.Caption := sPgoptFormWidth;
|
Label1.Caption := sPgoptFormWidth;
|
||||||
Label2.Caption := sPgoptFormHeight;
|
Label2.Caption := sPgoptFormHeight;
|
||||||
TabSheet2.Caption := sPgoptFormMargins;
|
// TabSheet2.Caption := sPgoptFormMargins;
|
||||||
GroupBox4.Caption := sPgoptFormPgMargins;
|
GroupBox4.Caption := sPgoptFormPgMargins;
|
||||||
|
// Label9.Caption := sPgoptFormPgMargins;
|
||||||
Label3.Caption := sPgoptFormLeft;
|
Label3.Caption := sPgoptFormLeft;
|
||||||
Label4.Caption := sPgoptFormTop;
|
Label4.Caption := sPgoptFormTop;
|
||||||
Label5.Caption := sPgoptFormRight;
|
Label5.Caption := sPgoptFormRight;
|
||||||
@ -171,28 +177,8 @@ begin
|
|||||||
GroupBox5.Caption := sPgoptFormColumn;
|
GroupBox5.Caption := sPgoptFormColumn;
|
||||||
Label7.Caption := sPgoptFormNumber;
|
Label7.Caption := sPgoptFormNumber;
|
||||||
Label8.Caption := sPgoptFormColGap;
|
Label8.Caption := sPgoptFormColGap;
|
||||||
Button1.Caption := sOk;
|
|
||||||
Button2.Caption := sCancel;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TfrPgoptForm.SB1Click(Sender: TObject);
|
|
||||||
var
|
|
||||||
i: Integer;
|
|
||||||
begin
|
|
||||||
i := StrToInt(Edit1.Text);
|
|
||||||
Inc(i);
|
|
||||||
Edit1.Text := IntToStr(i);
|
|
||||||
end;
|
|
||||||
|
|
||||||
procedure TfrPgoptForm.SB2Click(Sender: TObject);
|
|
||||||
var
|
|
||||||
i: Integer;
|
|
||||||
begin
|
|
||||||
i := StrToInt(Edit1.Text);
|
|
||||||
Dec(i);
|
|
||||||
if i < 0 then i := 0;
|
|
||||||
Edit1.Text := IntToStr(i);
|
|
||||||
end;
|
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
{$I lr_pgopt.lrs}
|
{$I lr_pgopt.lrs}
|
||||||
|
Loading…
Reference in New Issue
Block a user