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