mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 08:56:02 +02:00
lazreport, fixed error loading of forms due to old resources
git-svn-id: trunk@15522 -
This commit is contained in:
parent
12fd513cff
commit
08269b1b99
@ -1,17 +1,20 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<Package Version="3">
|
<Package Version="3">
|
||||||
|
<PathDelim Value="\"/>
|
||||||
<Name Value="lazreport"/>
|
<Name Value="lazreport"/>
|
||||||
<Author Value="Olivier Guilbaud, Jesus Reyes A. "/>
|
<Author Value="Olivier Guilbaud, Jesus Reyes A. "/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
|
<PathDelim Value="\"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Generate Value="Faster"/>
|
<Generate Value="Faster"/>
|
||||||
</CodeGeneration>
|
</CodeGeneration>
|
||||||
<Other>
|
<Other>
|
||||||
|
<CustomOptions Value="-dDebugLR"/>
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
</Other>
|
</Other>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
@ -242,10 +245,11 @@ See license.txt and license-lazreport.txt for details.
|
|||||||
</Item5>
|
</Item5>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)/"/>
|
<UnitPath Value="$(PkgOutDir)\"/>
|
||||||
</UsageOptions>
|
</UsageOptions>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
|
<DestinationDirectory Value="$(TestDir)\publishedpackage\"/>
|
||||||
<IgnoreBinaries Value="False"/>
|
<IgnoreBinaries Value="False"/>
|
||||||
</PublishOptions>
|
</PublishOptions>
|
||||||
</Package>
|
</Package>
|
||||||
|
@ -3,29 +3,12 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
Height = 434
|
Height = 434
|
||||||
Top = 106
|
Top = 106
|
||||||
Width = 695
|
Width = 695
|
||||||
HorzScrollBar.Page = 694
|
|
||||||
VertScrollBar.Page = 407
|
|
||||||
ActiveControl = C3
|
ActiveControl = C3
|
||||||
Caption = 'Designer'
|
Caption = 'Designer'
|
||||||
ClientHeight = 408
|
ClientHeight = 414
|
||||||
ClientWidth = 695
|
ClientWidth = 695
|
||||||
Font.Height = -11
|
Font.Height = -11
|
||||||
Font.Name = 'MS Sans Serif'
|
Font.Name = 'MS Sans Serif'
|
||||||
Icon.Data = {
|
|
||||||
9C0100002F2A2058504D202A2F0A7374617469632063686172202A6772617068
|
|
||||||
69635B5D203D207B0A22313620313620332031222C0A222E2063204E6F6E6522
|
|
||||||
2C0A222C20632023464646464646222C0A222D20632023303046464646222C0A
|
|
||||||
222E2E2E2E2E2C2C2C2C2C2C2C2C2C2E2E222C0A222E2E2C2C2C2C2C2C2C2C2C
|
|
||||||
2C2C2E2E2E222C0A222E2E2C2C2C2E2E2E2C2E2E2E2E2E2E2E222C0A222E2E2C
|
|
||||||
2C2E2E2E2E2C2E2E2E2E2E2E2E222C0A222E2E2E2E2E2E2E2C2E2E2E2E2E2E2E
|
|
||||||
2E222C0A222E2E2E2E2E2E2C2D2D2D2D2D2D2D2D2E222C0A222E2E2C2C2C2C2C
|
|
||||||
2C2D2D2D2D2D2D2D2D222C0A222E2C2C2C2C2C2C2E2E2E2D2E2E2E2E2D222C0A
|
|
||||||
222E2E2E2E2C2E2E2D2E2D2E2E2E2E2D2D222C0A222E2E2E2C2E2E2E2E2D2E2E
|
|
||||||
2D2D2D2D2E222C0A222E2C2C2E2E2E2E2D2D2D2D2D2D2E2E2E222C0A222C2C2E
|
|
||||||
2E2E2E2D2D2E2E2E2E2E2E2E2E222C0A222C2E2E2E2E2E2D2D2D2D2D2E2E2E2E
|
|
||||||
2E222C0A222E2E2E2E2E2E2D2E2D2D2D2D2D2E2E2E222C0A222E2E2E2E2E2D2E
|
|
||||||
2E2E2E2E2D2D2D2E2E222C0A222E2E2E2E2D2E2E2E2E2E2E2E2E2D2E2E227D0A
|
|
||||||
}
|
|
||||||
KeyPreview = True
|
KeyPreview = True
|
||||||
Menu = MainMenu1
|
Menu = MainMenu1
|
||||||
OnClose = frDesignerFormClose
|
OnClose = frDesignerFormClose
|
||||||
@ -39,9 +22,9 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
WindowState = wsMaximized
|
WindowState = wsMaximized
|
||||||
object StatusBar1: TStatusBar
|
object StatusBar1: TStatusBar[0]
|
||||||
Height = 20
|
Height = 23
|
||||||
Top = 388
|
Top = 391
|
||||||
Width = 695
|
Width = 695
|
||||||
Panels = <
|
Panels = <
|
||||||
item
|
item
|
||||||
@ -55,7 +38,7 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
end>
|
end>
|
||||||
SimplePanel = False
|
SimplePanel = False
|
||||||
end
|
end
|
||||||
object frDock1: TPanel
|
object frDock1: TPanel[1]
|
||||||
Height = 83
|
Height = 83
|
||||||
Width = 695
|
Width = 695
|
||||||
Align = alTop
|
Align = alTop
|
||||||
@ -1966,6 +1949,7 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
Font.Height = -11
|
Font.Height = -11
|
||||||
Font.Name = 'MS Sans Serif'
|
Font.Name = 'MS Sans Serif'
|
||||||
|
ItemHeight = 13
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'5'
|
'5'
|
||||||
'6'
|
'6'
|
||||||
@ -2473,22 +2457,22 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object frDock2: TPanel
|
object frDock2: TPanel[2]
|
||||||
Height = 305
|
Height = 308
|
||||||
Top = 83
|
Top = 83
|
||||||
Width = 27
|
Width = 27
|
||||||
Align = alLeft
|
Align = alLeft
|
||||||
ClientHeight = 305
|
ClientHeight = 308
|
||||||
ClientWidth = 27
|
ClientWidth = 27
|
||||||
FullRepaint = False
|
FullRepaint = False
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object Panel4: TPanel
|
object Panel4: TPanel
|
||||||
Left = 1
|
Left = 1
|
||||||
Height = 303
|
Height = 306
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 25
|
Width = 25
|
||||||
Align = alClient
|
Align = alClient
|
||||||
ClientHeight = 303
|
ClientHeight = 306
|
||||||
ClientWidth = 25
|
ClientWidth = 25
|
||||||
FullRepaint = False
|
FullRepaint = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -2798,11 +2782,11 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
end
|
end
|
||||||
object panForDlg: TPanel
|
object panForDlg: TPanel
|
||||||
Left = 1
|
Left = 1
|
||||||
Height = 303
|
Height = 306
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 25
|
Width = 25
|
||||||
Align = alClient
|
Align = alClient
|
||||||
ClientHeight = 303
|
ClientHeight = 306
|
||||||
ClientWidth = 25
|
ClientWidth = 25
|
||||||
FullRepaint = False
|
FullRepaint = False
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -2868,9 +2852,9 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object Tab1: TTabControl
|
object Tab1: TTabControl[3]
|
||||||
Left = 27
|
Left = 27
|
||||||
Height = 305
|
Height = 308
|
||||||
Top = 83
|
Top = 83
|
||||||
Width = 641
|
Width = 641
|
||||||
Align = alClient
|
Align = alClient
|
||||||
@ -2884,10 +2868,9 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
TabStop = False
|
TabStop = False
|
||||||
object ScrollBox1: TScrollBox
|
object ScrollBox1: TScrollBox
|
||||||
Left = 2
|
Left = 2
|
||||||
Height = 273
|
Height = 276
|
||||||
Top = 30
|
Top = 30
|
||||||
Width = 637
|
Width = 637
|
||||||
AutoScroll = True
|
|
||||||
Align = alClient
|
Align = alClient
|
||||||
Color = clGray
|
Color = clGray
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -3095,7 +3078,6 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
000000000000000000000000000000000000A5A2A5FF0000000000000000A5A2
|
000000000000000000000000000000000000A5A2A5FF0000000000000000A5A2
|
||||||
A5FF
|
A5FF
|
||||||
}
|
}
|
||||||
Transparent = False
|
|
||||||
Visible = False
|
Visible = False
|
||||||
end
|
end
|
||||||
object Image2: TImage
|
object Image2: TImage
|
||||||
@ -3140,7 +3122,6 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
0000000000000000000000000000000000000000000000000000000000000000
|
0000000000000000000000000000000000000000000000000000000000000000
|
||||||
0000
|
0000
|
||||||
}
|
}
|
||||||
Transparent = False
|
|
||||||
Visible = False
|
Visible = False
|
||||||
end
|
end
|
||||||
object LinePanel: TPanel
|
object LinePanel: TPanel
|
||||||
@ -4205,14 +4186,14 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object frDock4: TPanel
|
object frDock4: TPanel[4]
|
||||||
Left = 668
|
Left = 668
|
||||||
Height = 305
|
Height = 308
|
||||||
Top = 83
|
Top = 83
|
||||||
Width = 27
|
Width = 27
|
||||||
Align = alRight
|
Align = alRight
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
ClientHeight = 305
|
ClientHeight = 308
|
||||||
ClientWidth = 27
|
ClientWidth = 27
|
||||||
FullRepaint = False
|
FullRepaint = False
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
@ -4806,7 +4787,7 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object Panel7: TPanel
|
object Panel7: TPanel[5]
|
||||||
Left = 78
|
Left = 78
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 134
|
Top = 134
|
||||||
@ -4824,7 +4805,7 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
OnPaint = PBox1Paint
|
OnPaint = PBox1Paint
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object Popup1: TPopupMenu
|
object Popup1: TPopupMenu[6]
|
||||||
OnPopup = Popup1Popup
|
OnPopup = Popup1Popup
|
||||||
left = 272
|
left = 272
|
||||||
top = 96
|
top = 96
|
||||||
@ -4861,7 +4842,7 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
OnClick = N6Click
|
OnClick = N6Click
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object MainMenu1: TMainMenu
|
object MainMenu1: TMainMenu[7]
|
||||||
left = 232
|
left = 232
|
||||||
top = 56
|
top = 56
|
||||||
object FileMenu: TMenuItem
|
object FileMenu: TMenuItem
|
||||||
@ -5060,18 +5041,18 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object OpenDialog1: TOpenDialog
|
object OpenDialog1: TOpenDialog[8]
|
||||||
FilterIndex = 0
|
FilterIndex = 0
|
||||||
left = 288
|
left = 288
|
||||||
top = 200
|
top = 200
|
||||||
end
|
end
|
||||||
object SaveDialog1: TSaveDialog
|
object SaveDialog1: TSaveDialog[9]
|
||||||
FilterIndex = 0
|
FilterIndex = 0
|
||||||
Options = [ofHideReadOnly]
|
Options = [ofHideReadOnly]
|
||||||
left = 288
|
left = 288
|
||||||
top = 264
|
top = 264
|
||||||
end
|
end
|
||||||
object ImageList1: TImageList
|
object ImageList1: TImageList[10]
|
||||||
Height = 15
|
Height = 15
|
||||||
Width = 15
|
Width = 15
|
||||||
left = 288
|
left = 288
|
||||||
@ -5164,7 +5145,7 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
00FFDCDCDCFF000000FFDCDCDCFF000000FFDCDCDCFF000000FF
|
00FFDCDCDCFF000000FFDCDCDCFF000000FFDCDCDCFF000000FF
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
object ImageList2: TImageList
|
object ImageList2: TImageList[11]
|
||||||
Height = 14
|
Height = 14
|
||||||
left = 288
|
left = 288
|
||||||
top = 312
|
top = 312
|
||||||
@ -5200,7 +5181,7 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
DCFFDCDCDCFFDCDCDCFFDCDCDCFF
|
DCFFDCDCDCFFDCDCDCFFDCDCDCFF
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
object Popup2: TPopupMenu
|
object Popup2: TPopupMenu[12]
|
||||||
left = 272
|
left = 272
|
||||||
top = 56
|
top = 56
|
||||||
object N41: TMenuItem
|
object N41: TMenuItem
|
||||||
@ -5213,11 +5194,11 @@ inherited frDesignerForm: TfrDesignerForm
|
|||||||
Caption = ' '
|
Caption = ' '
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object ImgIndic: TImageList
|
object ImgIndic: TImageList[13]
|
||||||
Height = 8
|
Height = 8
|
||||||
Width = 8
|
Width = 8
|
||||||
left = 328
|
left = 328
|
||||||
top = 88
|
top = 96
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
4C69030000000800000008000000000000000000000000000000000000000000
|
4C69030000000800000008000000000000000000000000000000000000000000
|
||||||
00000000000000000000000000FF0000000000F900FF00F900FF00F900FF00F9
|
00000000000000000000000000FF0000000000F900FF00F900FF00F900FF00F9
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,21 +11,6 @@ inherited frEditorForm: TfrEditorForm
|
|||||||
Font.Color = clBlack
|
Font.Color = clBlack
|
||||||
Font.Height = -11
|
Font.Height = -11
|
||||||
Font.Name = 'MS Sans Serif'
|
Font.Name = 'MS Sans Serif'
|
||||||
Icon.Data = {
|
|
||||||
9C0100002F2A2058504D202A2F0A7374617469632063686172202A6772617068
|
|
||||||
69635B5D203D207B0A22313620313620332031222C0A222E2063204E6F6E6522
|
|
||||||
2C0A222C20632023464646464646222C0A222D20632023303046464646222C0A
|
|
||||||
222E2E2E2E2E2C2C2C2C2C2C2C2C2C2E2E222C0A222E2E2C2C2C2C2C2C2C2C2C
|
|
||||||
2C2C2E2E2E222C0A222E2E2C2C2C2E2E2E2C2E2E2E2E2E2E2E222C0A222E2E2C
|
|
||||||
2C2E2E2E2E2C2E2E2E2E2E2E2E222C0A222E2E2E2E2E2E2E2C2E2E2E2E2E2E2E
|
|
||||||
2E222C0A222E2E2E2E2E2E2C2D2D2D2D2D2D2D2D2E222C0A222E2E2C2C2C2C2C
|
|
||||||
2C2D2D2D2D2D2D2D2D222C0A222E2C2C2C2C2C2C2E2E2E2D2E2E2E2E2D222C0A
|
|
||||||
222E2E2E2E2C2E2E2D2E2D2E2E2E2E2D2D222C0A222E2E2E2C2E2E2E2E2D2E2E
|
|
||||||
2D2D2D2D2E222C0A222E2C2C2E2E2E2E2D2D2D2D2D2D2E2E2E222C0A222C2C2E
|
|
||||||
2E2E2E2D2D2E2E2E2E2E2E2E2E222C0A222C2E2E2E2E2E2D2D2D2D2D2E2E2E2E
|
|
||||||
2E222C0A222E2E2E2E2E2E2D2E2D2D2D2D2D2E2E2E222C0A222E2E2E2E2E2D2E
|
|
||||||
2E2E2E2E2D2D2D2E2E222C0A222E2E2E2E2D2E2E2E2E2E2E2E2E2D2E2E227D0A
|
|
||||||
}
|
|
||||||
KeyPreview = True
|
KeyPreview = True
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnHide = FormHide
|
OnHide = FormHide
|
||||||
@ -147,6 +132,7 @@ inherited frEditorForm: TfrEditorForm
|
|||||||
ParentColor = False
|
ParentColor = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
BookMarkOptions.Xoffset = 2
|
BookMarkOptions.Xoffset = 2
|
||||||
|
BookMarkOptions.OnChange = nil
|
||||||
Gutter.Color = 13605511
|
Gutter.Color = 13605511
|
||||||
Gutter.LeftOffset = 10
|
Gutter.LeftOffset = 10
|
||||||
Gutter.Width = 20
|
Gutter.Width = 20
|
||||||
@ -481,6 +467,7 @@ inherited frEditorForm: TfrEditorForm
|
|||||||
' c:=25;'
|
' c:=25;'
|
||||||
'End'
|
'End'
|
||||||
)
|
)
|
||||||
|
SelectedColor.OnChange = nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object MemoPanel: TPanel[2]
|
object MemoPanel: TPanel[2]
|
||||||
@ -533,9 +520,9 @@ inherited frEditorForm: TfrEditorForm
|
|||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object CB1: TCheckBox
|
object CB1: TCheckBox
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 22
|
Height = 19
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 61
|
Width = 53
|
||||||
HelpContext = 80
|
HelpContext = 80
|
||||||
AllowGrayed = True
|
AllowGrayed = True
|
||||||
Caption = '&Script'
|
Caption = '&Script'
|
||||||
@ -544,9 +531,9 @@ inherited frEditorForm: TfrEditorForm
|
|||||||
end
|
end
|
||||||
object CB2: TCheckBox
|
object CB2: TCheckBox
|
||||||
Left = 92
|
Left = 92
|
||||||
Height = 22
|
Height = 19
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 73
|
Width = 62
|
||||||
HelpContext = 90
|
HelpContext = 90
|
||||||
AllowGrayed = True
|
AllowGrayed = True
|
||||||
Caption = '&Big font'
|
Caption = '&Big font'
|
||||||
@ -555,9 +542,9 @@ inherited frEditorForm: TfrEditorForm
|
|||||||
end
|
end
|
||||||
object CB3: TCheckBox
|
object CB3: TCheckBox
|
||||||
Left = 224
|
Left = 224
|
||||||
Height = 22
|
Height = 19
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 89
|
Width = 78
|
||||||
HelpContext = 100
|
HelpContext = 100
|
||||||
AllowGrayed = True
|
AllowGrayed = True
|
||||||
Caption = '&Word wrap'
|
Caption = '&Word wrap'
|
||||||
@ -585,7 +572,7 @@ inherited frEditorForm: TfrEditorForm
|
|||||||
CommentAttri.Foreground = 13461314
|
CommentAttri.Foreground = 13461314
|
||||||
NumberAttri.Foreground = clRed
|
NumberAttri.Foreground = clRed
|
||||||
StringAttri.Foreground = 15226932
|
StringAttri.Foreground = 15226932
|
||||||
left = 224
|
left = 228
|
||||||
top = 192
|
top = 192
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -5,92 +5,195 @@ LazarusResources.Add('TfrEditorForm','FORMDATA',[
|
|||||||
+#3'Top'#2'l'#5'Width'#3#249#1#11'HelpContext'#2#11#13'ActiveControl'#7#3'CB1'
|
+#3'Top'#2'l'#5'Width'#3#249#1#11'HelpContext'#2#11#13'ActiveControl'#7#3'CB1'
|
||||||
+#7'Caption'#6#11'Text editor'#12'ClientHeight'#3'}'#1#11'ClientWidth'#3#249#1
|
+#7'Caption'#6#11'Text editor'#12'ClientHeight'#3'}'#1#11'ClientWidth'#3#249#1
|
||||||
+#10'Font.Color'#7#7'clBlack'#11'Font.Height'#2#245#9'Font.Name'#6#13'MS Sans'
|
+#10'Font.Color'#7#7'clBlack'#11'Font.Height'#2#245#9'Font.Name'#6#13'MS Sans'
|
||||||
+' Serif'#9'Icon.Data'#10#160#1#0#0#156#1#0#0'/* XPM */'#10'static char *grap'
|
+' Serif'#10'KeyPreview'#9#8'OnCreate'#7#10'FormCreate'#6'OnHide'#7#8'FormHid'
|
||||||
+'hic[] = {'#10'"16 16 3 1",'#10'". c None",'#10'", c #FFFFFF",'#10'"- c #00F'
|
+'e'#9'OnKeyDown'#7#11'FormKeyDown'#8'OnResize'#7#10'FormResize'#6'OnShow'#7#8
|
||||||
+'FFF",'#10'".....,,,,,,,,,..",'#10'"..,,,,,,,,,,,...",'#10'"..,,,...,.......'
|
+'FormShow'#8'Position'#7#14'poScreenCenter'#8'ShowHint'#9#0#242#2#0#6'TPanel'
|
||||||
+'",'#10'"..,,....,.......",'#10'".......,........",'#10'"......,--------.",'
|
+#6'Panel2'#6'Height'#2'-'#3'Top'#3'P'#1#5'Width'#3#249#1#5'Align'#7#8'alBott'
|
||||||
+#10'"..,,,,,,--------",'#10'".,,,,,,...-....-",'#10'"....,..-.-....--",'#10
|
+'om'#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'-'#11'ClientWidth'#3#249#1
|
||||||
+'"...,....-..----.",'#10'".,,....------...",'#10'",,....--........",'#10'",.'
|
+#11'FullRepaint'#8#8'TabOrder'#2#0#0#7'TButton'#7'Button1'#4'Left'#3'c'#1#6
|
||||||
+'....-----.....",'#10'"......-.-----...",'#10'".....-.....---..",'#10'"....-'
|
+'Height'#2#27#3'Top'#2#10#5'Width'#2'H'#11'HelpContext'#2'('#7'Anchors'#11#7
|
||||||
+'........-.."}'#10#10'KeyPreview'#9#8'OnCreate'#7#10'FormCreate'#6'OnHide'#7
|
+'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#2'Ok'
|
||||||
+#8'FormHide'#9'OnKeyDown'#7#11'FormKeyDown'#8'OnResize'#7#10'FormResize'#6'O'
|
+#7'Default'#9#11'ModalResult'#2#1#8'TabOrder'#2#0#0#0#7'TButton'#7'Button2'#4
|
||||||
+'nShow'#7#8'FormShow'#8'Position'#7#14'poScreenCenter'#8'ShowHint'#9#0#242#2
|
+'Left'#3#174#1#6'Height'#2#27#3'Top'#2#10#5'Width'#2'H'#11'HelpContext'#2'2'
|
||||||
+#0#6'TPanel'#6'Panel2'#6'Height'#2'-'#3'Top'#3'P'#1#5'Width'#3#249#1#5'Align'
|
+#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#6
|
||||||
+#7#8'alBottom'#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'-'#11'ClientWid'
|
+'Cancel'#9#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8'TabOrder'#2#1#0#0#7
|
||||||
+'th'#3#249#1#11'FullRepaint'#8#8'TabOrder'#2#0#0#7'TButton'#7'Button1'#4'Lef'
|
+'TButton'#7'Button3'#4'Left'#2#8#6'Height'#2#27#3'Top'#2#10#5'Width'#2'K'#11
|
||||||
+'t'#3'c'#1#6'Height'#2#27#3'Top'#2#10#5'Width'#2'H'#11'HelpContext'#2'('#7'A'
|
+'HelpContext'#2'<'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#25'BorderSpacing.In'
|
||||||
+'nchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Cap'
|
+'nerBorder'#2#4#7'Caption'#6#9'&Variable'#7'OnClick'#7#12'Button3Click'#8'Ta'
|
||||||
+'tion'#6#2'Ok'#7'Default'#9#11'ModalResult'#2#1#8'TabOrder'#2#0#0#0#7'TButto'
|
+'bOrder'#2#2#0#0#7'TButton'#7'Button4'#4'Left'#2'T'#6'Height'#2#27#3'Top'#2
|
||||||
+'n'#7'Button2'#4'Left'#3#174#1#6'Height'#2#27#3'Top'#2#10#5'Width'#2'H'#11'H'
|
+#10#5'Width'#2'K'#11'HelpContext'#2'F'#7'Anchors'#11#6'akLeft'#8'akBottom'#0
|
||||||
+'elpContext'#2'2'#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.In'
|
+#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#9'&DB field'#7'OnClick'#7#12
|
||||||
+'nerBorder'#2#4#6'Cancel'#9#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8'Tab'
|
+'Button4Click'#8'TabOrder'#2#3#0#0#7'TButton'#7'Button5'#4'Left'#3#248#0#6'H'
|
||||||
+'Order'#2#1#0#0#7'TButton'#7'Button3'#4'Left'#2#8#6'Height'#2#27#3'Top'#2#10
|
+'eight'#2#27#3'Top'#2#10#5'Width'#2'K'#11'HelpContext'#2'n'#7'Anchors'#11#6
|
||||||
+#5'Width'#2'K'#11'HelpContext'#2'<'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#25
|
+'akLeft'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#7'&For'
|
||||||
+'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#9'&Variable'#7'OnClick'#7#12'Bu'
|
+'mat'#7'OnClick'#7#12'Button5Click'#8'TabOrder'#2#4#0#0#7'TButton'#7'Button6'
|
||||||
+'tton3Click'#8'TabOrder'#2#2#0#0#7'TButton'#7'Button4'#4'Left'#2'T'#6'Height'
|
+#4'Left'#3#160#0#6'Height'#2#27#3'Top'#2#10#5'Width'#2'K'#11'HelpContext'#2
|
||||||
+#2#27#3'Top'#2#10#5'Width'#2'K'#11'HelpContext'#2'F'#7'Anchors'#11#6'akLeft'
|
+'F'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7
|
||||||
+#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#9'&DB field'#7
|
+'Caption'#6#8'Function'#7'OnClick'#7#12'Button6Click'#8'TabOrder'#2#5#0#0#0
|
||||||
+'OnClick'#7#12'Button4Click'#8'TabOrder'#2#3#0#0#7'TButton'#7'Button5'#4'Lef'
|
+#242#2#1#6'TPanel'#11'ScriptPanel'#6'Height'#3#152#0#3'Top'#3#184#0#5'Width'
|
||||||
+'t'#3#248#0#6'Height'#2#27#3'Top'#2#10#5'Width'#2'K'#11'HelpContext'#2'n'#7
|
+#3#249#1#5'Align'#7#8'alBottom'#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#3
|
||||||
+'Anchors'#11#6'akLeft'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Cap'
|
+#152#0#11'ClientWidth'#3#249#1#11'FullRepaint'#8#8'TabOrder'#2#1#0#6'TLabel'
|
||||||
+'tion'#6#7'&Format'#7'OnClick'#7#12'Button5Click'#8'TabOrder'#2#4#0#0#7'TBut'
|
+#6'Label2'#4'Left'#2#4#6'Height'#2#14#5'Width'#2#28#7'Caption'#6#7'S&cript'
|
||||||
+'ton'#7'Button6'#4'Left'#3#160#0#6'Height'#2#27#3'Top'#2#10#5'Width'#2'K'#11
|
+#11'ParentColor'#8#0#0#8'TSynEdit'#2'M2'#6'Height'#3#136#0#3'Top'#2#16#5'Wid'
|
||||||
+'HelpContext'#2'F'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#25'BorderSpacing.In'
|
+'th'#3#249#1#5'Align'#7#8'alBottom'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRig'
|
||||||
+'nerBorder'#2#4#7'Caption'#6#8'Function'#7'OnClick'#7#12'Button6Click'#8'Tab'
|
+'ht'#8'akBottom'#0#11'Font.Height'#2#242#9'Font.Name'#6#7'courier'#11'Parent'
|
||||||
+'Order'#2#5#0#0#0#242#2#1#6'TPanel'#11'ScriptPanel'#6'Height'#3#152#0#3'Top'
|
+'Color'#8#8'TabOrder'#2#0#23'BookMarkOptions.Xoffset'#2#2#24'BookMarkOptions'
|
||||||
+#3#184#0#5'Width'#3#249#1#5'Align'#7#8'alBottom'#10'BevelOuter'#7#6'bvNone'
|
+'.OnChange'#13#12'Gutter.Color'#4#135#154#207#0#17'Gutter.LeftOffset'#2#10#12
|
||||||
+#12'ClientHeight'#3#152#0#11'ClientWidth'#3#249#1#11'FullRepaint'#8#8'TabOrd'
|
+'Gutter.Width'#2#20#23'Gutter.CodeFoldingWidth'#2#14#11'Highlighter'#7#10'Sy'
|
||||||
+'er'#2#1#0#6'TLabel'#6'Label2'#4'Left'#2#4#6'Height'#2#14#5'Width'#2#28#7'Ca'
|
+'nPasSyn1'#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Command'
|
||||||
+'ption'#6#7'S&cript'#11'ParentColor'#8#0#0#8'TSynEdit'#2'M2'#6'Height'#3#136
|
+#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Comma'
|
||||||
+#0#3'Top'#2#16#5'Width'#3#249#1#5'Align'#7#8'alBottom'#7'Anchors'#11#5'akTop'
|
+'nd'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Comman'
|
||||||
+#6'akLeft'#7'akRight'#8'akBottom'#0#11'Font.Height'#2#242#9'Font.Name'#6#7'c'
|
+'d'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Comm'
|
||||||
+'ourier'#11'ParentColor'#8#8'TabOrder'#2#0#23'BookMarkOptions.Xoffset'#2#2#12
|
+'and'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Comm'
|
||||||
+'Gutter.Color'#4#135#154#207#0#17'Gutter.LeftOffset'#2#10#12'Gutter.Width'#2
|
+'and'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7'Comm'
|
||||||
+#20#23'Gutter.CodeFoldingWidth'#2#14#11'Highlighter'#7#10'SynPasSyn1'#10'Key'
|
+'and'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Co'
|
||||||
+'strokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCu'
|
+'mmand'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7'C'
|
||||||
+'t'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'Shor'
|
+'ommand'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3'"@'#0#1#7
|
||||||
+'tCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'S'
|
+'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2'!'#0#1#7'C'
|
||||||
+'hortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'Sh'
|
+'ommand'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3'!@'#0#1#7
|
||||||
+'ortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'Sh'
|
+'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2'$'#0#1#7'C'
|
||||||
+'ortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'Sh'
|
+'ommand'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3'$@'#0#1#7
|
||||||
+'ortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8
|
+'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2'#'#0#1#7'C'
|
||||||
+'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8
|
+'ommand'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3'#@'#0#1#7
|
||||||
+'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8
|
+'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'#2'-'#0#1
|
||||||
+'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'S'
|
+#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'- '
|
||||||
+'hortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8
|
+#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3
|
||||||
+'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'S'
|
+'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245#1#8'ShortCu'
|
||||||
+'hortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8
|
+'t'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8
|
||||||
+'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'S'
|
+'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'C'
|
||||||
+'hortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8
|
+'ommand'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortCut'#3'A@'#0
|
||||||
+'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'#2'-'#0#1#7'Command'#3#201
|
+#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8'ShortCut'#3
|
||||||
+#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3
|
+'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3#254#1#8'Short'
|
||||||
+#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3'. '#0#1#7'Comman'
|
+'Cut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Command'#3'c'#2#8
|
||||||
,'d'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7
|
,'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7'Command'#3'['
|
||||||
+'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8
|
+#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0#1#7'Command'
|
||||||
+#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'Command'#3#253#1
|
+#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Com'
|
||||||
+#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3
|
+'mand'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCut'#3'0@'#0#1#7
|
||||||
+#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Comma'
|
+'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'ShortCut'#3'2@'#0
|
||||||
+'nd'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7
|
+#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1#8'ShortCut'#3'4'
|
||||||
+'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0
|
+'@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3'3'#1#8'ShortCut'
|
||||||
+#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X'
|
+#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Command'#3'5'#1#8'Short'
|
||||||
+'@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortC'
|
+'Cut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'Command'#3'_'#1#8
|
||||||
+'ut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'S'
|
+'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1#7'Command'#3'a'
|
||||||
+'hortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1
|
+#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'#0#1#7'Command'#3
|
||||||
+#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3
|
+'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3'5`'#0#1#7'Comman'
|
||||||
+'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Comman'
|
+'d'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'C'
|
||||||
+'d'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'C'
|
+'ommand'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'ShortCut'#3'9`'#0#1
|
||||||
+'ommand'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1
|
+#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232#0#8'ShortCut'#3'C'
|
||||||
+#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'
|
+'`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'#3'd'#2#8'ShortCu'
|
||||||
+#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3
|
+'t'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'Sh'
|
||||||
+'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCu'
|
+'ortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#5'Begin'#6#13' a:=''ttttt";'#6#8' '
|
||||||
+'t'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'Sh'
|
+' b:=20;'#6#13' if b>0 then'#6#9' c:=25;'#6#3'End'#0#22'SelectedColor.OnC'
|
||||||
+'ortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1
|
+'hange'#13#0#0#0#242#2#2#6'TPanel'#9'MemoPanel'#6'Height'#3#175#0#5'Width'#3
|
||||||
+#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3
|
+#249#1#5'Align'#7#8'alClient'#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#3
|
||||||
+#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Comm'
|
+#175#0#11'ClientWidth'#3#249#1#11'FullRepaint'#8#8'TabOrder'#2#2#0#5'TMemo'#2
|
||||||
+'and'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7
|
+'M1'#6'Height'#2'}'#3'Top'#2'2'#5'Width'#3#249#1#5'Align'#7#8'alClient'#7'On'
|
||||||
+'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'ShortCut'#3'B`'
|
+'Enter'#7#7'M1Enter'#9'OnKeyDown'#7#9'M1KeyDown'#10'ScrollBars'#7#10'ssAutoB'
|
||||||
+#0#0#13'Lines.Strings'#1#6#5'Begin'#6#13' a:=''ttttt";'#6#8' b:=20;'#6#13
|
+'oth'#8'TabOrder'#2#0#8'WordWrap'#8#0#0#6'TPanel'#6'Panel1'#6'Height'#2'2'#5
|
||||||
+' if b>0 then'#6#9' c:=25;'#6#3'End'#0#0#0#0#242#2#2#6'TPanel'#9'MemoPane'
|
+'Width'#3#249#1#5'Align'#7#5'alTop'#10'BevelOuter'#7#6'bvNone'#7'Caption'#6#6
|
||||||
|
+'Panel1'#12'ClientHeight'#2'2'#11'ClientWidth'#3#249#1#11'FullRepaint'#8#8'T'
|
||||||
|
+'abOrder'#2#1#0#6'TLabel'#6'Label1'#4'Left'#2#4#6'Height'#2#14#3'Top'#2' '#5
|
||||||
|
+'Width'#2#29#7'Caption'#6#5'&Memo'#11'ParentColor'#8#0#0#6'TPanel'#6'Panel3'
|
||||||
|
+#4'Left'#2'X'#6'Height'#2#21#3'Top'#2#16#5'Width'#3'O'#1#10'BevelOuter'#7#9
|
||||||
|
+'bvLowered'#12'ClientHeight'#2#21#11'ClientWidth'#3'O'#1#11'FullRepaint'#8#8
|
||||||
|
+'TabOrder'#2#0#0#9'TCheckBox'#3'CB1'#4'Left'#2#4#6'Height'#2#19#3'Top'#2#2#5
|
||||||
|
+'Width'#2'5'#11'HelpContext'#2'P'#11'AllowGrayed'#9#7'Caption'#6#7'&Script'#7
|
||||||
|
+'OnClick'#7#8'CB1Click'#8'TabOrder'#2#0#0#0#9'TCheckBox'#3'CB2'#4'Left'#2'\'
|
||||||
|
+#6'Height'#2#19#3'Top'#2#2#5'Width'#2'>'#11'HelpContext'#2'Z'#11'AllowGrayed'
|
||||||
|
+#9#7'Caption'#6#9'&Big font'#7'OnClick'#7#8'CB2Click'#8'TabOrder'#2#1#0#0#9
|
||||||
|
+'TCheckBox'#3'CB3'#4'Left'#3#224#0#6'Height'#2#19#3'Top'#2#2#5'Width'#2'N'#11
|
||||||
|
+'HelpContext'#2'd'#11'AllowGrayed'#9#7'Caption'#6#10'&Word wrap'#7'OnClick'#7
|
||||||
|
+#8'CB3Click'#8'TabOrder'#2#2#0#0#0#0#0#242#2#3#9'TSplitter'#8'Splitter'#6'Cu'
|
||||||
|
+'rsor'#7#8'crVSplit'#6'Height'#2#9#3'Top'#3#175#0#5'Width'#3#249#1#5'Align'#7
|
||||||
|
+#8'alBottom'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Beveled'#9#12'ResizeAnc'
|
||||||
|
+'hor'#7#8'akBottom'#11'ResizeStyle'#7#6'rsLine'#0#0#242#2#4#10'TSynPasSyn'#10
|
||||||
|
+'SynPasSyn1'#13'DefaultFilter'#6#27'(TSynHighlighterAttributes)'#7'Enabled'#8
|
||||||
|
+#19'AsmAttri.Foreground'#4'M'#178'X'#0#23'CommentAttri.Foreground'#4'Bg'#205
|
||||||
|
+#0#22'NumberAttri.Foreground'#7#5'clRed'#22'StringAttri.Foreground'#4'4X'#232
|
||||||
|
+#0#4'left'#3#228#0#3'top'#3#192#0#0#0#0#241#13'TfrEditorForm'#12'frEditorFor'
|
||||||
|
+'m'#4'Left'#3'#'#1#6'Height'#3'}'#1#3'Top'#2'l'#5'Width'#3#249#1#11'HelpCont'
|
||||||
|
+'ext'#2#11#13'ActiveControl'#7#3'CB1'#7'Caption'#6#11'Text editor'#12'Client'
|
||||||
|
+'Height'#3'}'#1#11'ClientWidth'#3#249#1#10'Font.Color'#7#7'clBlack'#11'Font.'
|
||||||
|
+'Height'#2#245#9'Font.Name'#6#13'MS Sans Serif'#10'KeyPreview'#9#8'OnCreate'
|
||||||
|
+#7#10'FormCreate'#6'OnHide'#7#8'FormHide'#9'OnKeyDown'#7#11'FormKeyDown'#8'O'
|
||||||
|
+'nResize'#7#10'FormResize'#6'OnShow'#7#8'FormShow'#8'Position'#7#14'poScreen'
|
||||||
|
+'Center'#8'ShowHint'#9#0#242#2#0#6'TPanel'#6'Panel2'#6'Height'#2'-'#3'Top'#3
|
||||||
|
+'P'#1#5'Width'#3#249#1#5'Align'#7#8'alBottom'#10'BevelOuter'#7#6'bvNone'#12
|
||||||
|
+'ClientHeight'#2'-'#11'ClientWidth'#3#249#1#11'FullRepaint'#8#8'TabOrder'#2#0
|
||||||
|
+#0#7'TButton'#7'Button1'#4'Left'#3'c'#1#6'Height'#2#27#3'Top'#2#10#5'Width'#2
|
||||||
|
+'H'#11'HelpContext'#2'('#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpa'
|
||||||
|
+'cing.InnerBorder'#2#4#7'Caption'#6#2'Ok'#7'Default'#9#11'ModalResult'#2#1#8
|
||||||
|
+'TabOrder'#2#0#0#0#7'TButton'#7'Button2'#4'Left'#3#174#1#6'Height'#2#27#3'To'
|
||||||
|
+'p'#2#10#5'Width'#2'H'#11'HelpContext'#2'2'#7'Anchors'#11#7'akRight'#8'akBot'
|
||||||
|
+'tom'#0#25'BorderSpacing.InnerBorder'#2#4#6'Cancel'#9#7'Caption'#6#6'Cancel'
|
||||||
|
+#11'ModalResult'#2#2#8'TabOrder'#2#1#0#0#7'TButton'#7'Button3'#4'Left'#2#8#6
|
||||||
|
+'Height'#2#27#3'Top'#2#10#5'Width'#2'K'#11'HelpContext'#2'<'#7'Anchors'#11#6
|
||||||
|
+'akLeft'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#9'&Var'
|
||||||
|
,'iable'#7'OnClick'#7#12'Button3Click'#8'TabOrder'#2#2#0#0#7'TButton'#7'Butto'
|
||||||
|
+'n4'#4'Left'#2'T'#6'Height'#2#27#3'Top'#2#10#5'Width'#2'K'#11'HelpContext'#2
|
||||||
|
+'F'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7
|
||||||
|
+'Caption'#6#9'&DB field'#7'OnClick'#7#12'Button4Click'#8'TabOrder'#2#3#0#0#7
|
||||||
|
+'TButton'#7'Button5'#4'Left'#3#248#0#6'Height'#2#27#3'Top'#2#10#5'Width'#2'K'
|
||||||
|
+#11'HelpContext'#2'n'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#25'BorderSpacing'
|
||||||
|
+'.InnerBorder'#2#4#7'Caption'#6#7'&Format'#7'OnClick'#7#12'Button5Click'#8'T'
|
||||||
|
+'abOrder'#2#4#0#0#7'TButton'#7'Button6'#4'Left'#3#160#0#6'Height'#2#27#3'Top'
|
||||||
|
+#2#10#5'Width'#2'K'#11'HelpContext'#2'F'#7'Anchors'#11#6'akLeft'#8'akBottom'
|
||||||
|
+#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#8'Function'#7'OnClick'#7#12
|
||||||
|
+'Button6Click'#8'TabOrder'#2#5#0#0#0#242#2#1#6'TPanel'#11'ScriptPanel'#6'Hei'
|
||||||
|
+'ght'#3#152#0#3'Top'#3#184#0#5'Width'#3#249#1#5'Align'#7#8'alBottom'#10'Beve'
|
||||||
|
+'lOuter'#7#6'bvNone'#12'ClientHeight'#3#152#0#11'ClientWidth'#3#249#1#11'Ful'
|
||||||
|
+'lRepaint'#8#8'TabOrder'#2#1#0#6'TLabel'#6'Label2'#4'Left'#2#4#6'Height'#2#14
|
||||||
|
+#5'Width'#2#28#7'Caption'#6#7'S&cript'#11'ParentColor'#8#0#0#8'TSynEdit'#2'M'
|
||||||
|
+'2'#6'Height'#3#136#0#3'Top'#2#16#5'Width'#3#249#1#5'Align'#7#8'alBottom'#7
|
||||||
|
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#11'Font.Height'#2
|
||||||
|
+#242#9'Font.Name'#6#7'courier'#11'ParentColor'#8#8'TabOrder'#2#0#23'BookMark'
|
||||||
|
+'Options.Xoffset'#2#2#24'BookMarkOptions.OnChange'#13#12'Gutter.Color'#4#135
|
||||||
|
+#154#207#0#17'Gutter.LeftOffset'#2#10#12'Gutter.Width'#2#20#23'Gutter.CodeFo'
|
||||||
|
+'ldingWidth'#2#14#11'Highlighter'#7#10'SynPasSyn1'#10'Keystrokes'#14#1#7'Com'
|
||||||
|
+'mand'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Comm'
|
||||||
|
+'and'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Co'
|
||||||
|
+'mmand'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7
|
||||||
|
+'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'C'
|
||||||
|
+'ommand'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'C'
|
||||||
|
+'ommand'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7
|
||||||
|
+'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7
|
||||||
|
+'Command'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7
|
||||||
|
+'Command'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7
|
||||||
|
+'Command'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'C'
|
||||||
|
+'ommand'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7
|
||||||
|
+'Command'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'C'
|
||||||
|
+'ommand'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7
|
||||||
|
+'Command'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'C'
|
||||||
|
+'ommand'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7
|
||||||
|
+'Command'#3#223#0#8'ShortCut'#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0
|
||||||
|
+#1#7'Command'#3'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2
|
||||||
|
+'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCu'
|
||||||
|
+'t'#2#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'S'
|
||||||
|
+'hortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'
|
||||||
|
+#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7
|
||||||
|
+'Command'#3#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'
|
||||||
|
+#0#1#7'Command'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3
|
||||||
|
+'M@'#0#1#7'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'Short'
|
||||||
|
+'Cut'#3'T@'#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8
|
||||||
|
+'ShortCut'#3'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251
|
||||||
|
+#1#8'ShortCut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'
|
||||||
|
+#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Comm'
|
||||||
|
+'and'#3'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7
|
||||||
|
+'Command'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0
|
||||||
|
+#1#7'Command'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5'
|
||||||
|
+'@'#0#1#7'Command'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'
|
||||||
|
+#3'7@'#0#1#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'Short'
|
||||||
|
+'Cut'#3'9@'#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8
|
||||||
|
+'ShortCut'#3'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'
|
||||||
|
+#1#8'ShortCut'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3
|
||||||
|
+'d'#1#8'ShortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Comman'
|
||||||
|
+'d'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'C'
|
||||||
|
+'ommand'#3'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0
|
||||||
|
+#1#7'Command'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3
|
||||||
|
+'L`'#0#1#7'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'
|
||||||
|
+#3#9' '#0#1#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#5
|
||||||
|
+'Begin'#6#13' a:=''ttttt";'#6#8' b:=20;'#6#13' if b>0 then'#6#9' c:=25;'
|
||||||
|
,#6#3'End'#0#22'SelectedColor.OnChange'#13#0#0#0#242#2#2#6'TPanel'#9'MemoPane'
|
||||||
+'l'#6'Height'#3#175#0#5'Width'#3#249#1#5'Align'#7#8'alClient'#10'BevelOuter'
|
+'l'#6'Height'#3#175#0#5'Width'#3#249#1#5'Align'#7#8'alClient'#10'BevelOuter'
|
||||||
+#7#6'bvNone'#12'ClientHeight'#3#175#0#11'ClientWidth'#3#249#1#11'FullRepaint'
|
+#7#6'bvNone'#12'ClientHeight'#3#175#0#11'ClientWidth'#3#249#1#11'FullRepaint'
|
||||||
+#8#8'TabOrder'#2#2#0#5'TMemo'#2'M1'#6'Height'#2'}'#3'Top'#2'2'#5'Width'#3#249
|
+#8#8'TabOrder'#2#2#0#5'TMemo'#2'M1'#6'Height'#2'}'#3'Top'#2'2'#5'Width'#3#249
|
||||||
@ -103,12 +206,12 @@ LazarusResources.Add('TfrEditorForm','FORMDATA',[
|
|||||||
+#8#0#0#6'TPanel'#6'Panel3'#4'Left'#2'X'#6'Height'#2#21#3'Top'#2#16#5'Width'#3
|
+#8#0#0#6'TPanel'#6'Panel3'#4'Left'#2'X'#6'Height'#2#21#3'Top'#2#16#5'Width'#3
|
||||||
+'O'#1#10'BevelOuter'#7#9'bvLowered'#12'ClientHeight'#2#21#11'ClientWidth'#3
|
+'O'#1#10'BevelOuter'#7#9'bvLowered'#12'ClientHeight'#2#21#11'ClientWidth'#3
|
||||||
+'O'#1#11'FullRepaint'#8#8'TabOrder'#2#0#0#9'TCheckBox'#3'CB1'#4'Left'#2#4#6
|
+'O'#1#11'FullRepaint'#8#8'TabOrder'#2#0#0#9'TCheckBox'#3'CB1'#4'Left'#2#4#6
|
||||||
+'Height'#2#22#3'Top'#2#2#5'Width'#2'='#11'HelpContext'#2'P'#11'AllowGrayed'#9
|
+'Height'#2#19#3'Top'#2#2#5'Width'#2'5'#11'HelpContext'#2'P'#11'AllowGrayed'#9
|
||||||
+#7'Caption'#6#7'&Script'#7'OnClick'#7#8'CB1Click'#8'TabOrder'#2#0#0#0#9'TChe'
|
+#7'Caption'#6#7'&Script'#7'OnClick'#7#8'CB1Click'#8'TabOrder'#2#0#0#0#9'TChe'
|
||||||
+'ckBox'#3'CB2'#4'Left'#2'\'#6'Height'#2#22#3'Top'#2#2#5'Width'#2'I'#11'HelpC'
|
+'ckBox'#3'CB2'#4'Left'#2'\'#6'Height'#2#19#3'Top'#2#2#5'Width'#2'>'#11'HelpC'
|
||||||
+'ontext'#2'Z'#11'AllowGrayed'#9#7'Caption'#6#9'&Big font'#7'OnClick'#7#8'CB2'
|
+'ontext'#2'Z'#11'AllowGrayed'#9#7'Caption'#6#9'&Big font'#7'OnClick'#7#8'CB2'
|
||||||
+'Click'#8'TabOrder'#2#1#0#0#9'TCheckBox'#3'CB3'#4'Left'#3#224#0#6'Height'#2
|
+'Click'#8'TabOrder'#2#1#0#0#9'TCheckBox'#3'CB3'#4'Left'#3#224#0#6'Height'#2
|
||||||
+#22#3'Top'#2#2#5'Width'#2'Y'#11'HelpContext'#2'd'#11'AllowGrayed'#9#7'Captio'
|
+#19#3'Top'#2#2#5'Width'#2'N'#11'HelpContext'#2'd'#11'AllowGrayed'#9#7'Captio'
|
||||||
+'n'#6#10'&Word wrap'#7'OnClick'#7#8'CB3Click'#8'TabOrder'#2#2#0#0#0#0#0#242#2
|
+'n'#6#10'&Word wrap'#7'OnClick'#7#8'CB3Click'#8'TabOrder'#2#2#0#0#0#0#0#242#2
|
||||||
+#3#9'TSplitter'#8'Splitter'#6'Cursor'#7#8'crVSplit'#6'Height'#2#9#3'Top'#3
|
+#3#9'TSplitter'#8'Splitter'#6'Cursor'#7#8'crVSplit'#6'Height'#2#9#3'Top'#3
|
||||||
+#175#0#5'Width'#3#249#1#5'Align'#7#8'alBottom'#7'Anchors'#11#6'akLeft'#8'akB'
|
+#175#0#5'Width'#3#249#1#5'Align'#7#8'alBottom'#7'Anchors'#11#6'akLeft'#8'akB'
|
||||||
@ -116,122 +219,6 @@ LazarusResources.Add('TfrEditorForm','FORMDATA',[
|
|||||||
+'Line'#0#0#242#2#4#10'TSynPasSyn'#10'SynPasSyn1'#13'DefaultFilter'#6#27'(TSy'
|
+'Line'#0#0#242#2#4#10'TSynPasSyn'#10'SynPasSyn1'#13'DefaultFilter'#6#27'(TSy'
|
||||||
+'nHighlighterAttributes)'#7'Enabled'#8#19'AsmAttri.Foreground'#4'M'#178'X'#0
|
+'nHighlighterAttributes)'#7'Enabled'#8#19'AsmAttri.Foreground'#4'M'#178'X'#0
|
||||||
+#23'CommentAttri.Foreground'#4'Bg'#205#0#22'NumberAttri.Foreground'#7#5'clRe'
|
+#23'CommentAttri.Foreground'#4'Bg'#205#0#22'NumberAttri.Foreground'#7#5'clRe'
|
||||||
+'d'#22'StringAttri.Foreground'#4'4X'#232#0#4'left'#3#224#0#3'top'#3#192#0#0#0
|
+'d'#22'StringAttri.Foreground'#4'4X'#232#0#4'left'#3#228#0#3'top'#3#192#0#0#0
|
||||||
+#0#241#13'TfrEditorForm'#12'frEditorForm'#4'Left'#3'#'#1#6'Height'#3'}'#1#3
|
|
||||||
+'Top'#2'l'#5'Width'#3#249#1#11'HelpContext'#2#11#13'ActiveControl'#7#3'CB1'#7
|
|
||||||
+'Caption'#6#11'Text editor'#12'ClientHeight'#3'}'#1#11'ClientWidth'#3#249#1
|
|
||||||
+#10'Font.Color'#7#7'clBlack'#11'Font.Height'#2#245#9'Font.Name'#6#13'MS Sans'
|
|
||||||
+' Serif'#9'Icon.Data'#10#160#1#0#0#156#1#0#0'/* XPM */'#10'static char *grap'
|
|
||||||
+'hic[] = {'#10'"16 16 3 1",'#10'". c None",'#10'", c #FFFFFF",'#10'"- c #00F'
|
|
||||||
+'FFF",'#10'".....,,,,,,,,,..",'#10'"..,,,,,,,,,,,...",'#10'"..,,,...,.......'
|
|
||||||
+'",'#10'"..,,....,.......",'#10'".......,........",'#10'"......,--------.",'
|
|
||||||
+#10'"..,,,,,,--------",'#10'".,,,,,,...-....-",'#10'"....,..-.-....--",'#10
|
|
||||||
+'"...,....-..----.",'#10'".,,....------...",'#10'",,....--........",'#10'",.'
|
|
||||||
+'....-----.....",'#10'"......-.-----...",'#10'".....-.....---..",'#10'"....-'
|
|
||||||
+'........-.."}'#10#10'KeyPreview'#9#8'OnCreate'#7#10'FormCreate'#6'OnHide'#7
|
|
||||||
,#8'FormHide'#9'OnKeyDown'#7#11'FormKeyDown'#8'OnResize'#7#10'FormResize'#6'O'
|
|
||||||
+'nShow'#7#8'FormShow'#8'Position'#7#14'poScreenCenter'#8'ShowHint'#9#0#242#2
|
|
||||||
+#0#6'TPanel'#6'Panel2'#6'Height'#2'-'#3'Top'#3'P'#1#5'Width'#3#249#1#5'Align'
|
|
||||||
+#7#8'alBottom'#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'-'#11'ClientWid'
|
|
||||||
+'th'#3#249#1#11'FullRepaint'#8#8'TabOrder'#2#0#0#7'TButton'#7'Button1'#4'Lef'
|
|
||||||
+'t'#3'c'#1#6'Height'#2#27#3'Top'#2#10#5'Width'#2'H'#11'HelpContext'#2'('#7'A'
|
|
||||||
+'nchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Cap'
|
|
||||||
+'tion'#6#2'Ok'#7'Default'#9#11'ModalResult'#2#1#8'TabOrder'#2#0#0#0#7'TButto'
|
|
||||||
+'n'#7'Button2'#4'Left'#3#174#1#6'Height'#2#27#3'Top'#2#10#5'Width'#2'H'#11'H'
|
|
||||||
+'elpContext'#2'2'#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.In'
|
|
||||||
+'nerBorder'#2#4#6'Cancel'#9#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8'Tab'
|
|
||||||
+'Order'#2#1#0#0#7'TButton'#7'Button3'#4'Left'#2#8#6'Height'#2#27#3'Top'#2#10
|
|
||||||
+#5'Width'#2'K'#11'HelpContext'#2'<'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#25
|
|
||||||
+'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#9'&Variable'#7'OnClick'#7#12'Bu'
|
|
||||||
+'tton3Click'#8'TabOrder'#2#2#0#0#7'TButton'#7'Button4'#4'Left'#2'T'#6'Height'
|
|
||||||
+#2#27#3'Top'#2#10#5'Width'#2'K'#11'HelpContext'#2'F'#7'Anchors'#11#6'akLeft'
|
|
||||||
+#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#9'&DB field'#7
|
|
||||||
+'OnClick'#7#12'Button4Click'#8'TabOrder'#2#3#0#0#7'TButton'#7'Button5'#4'Lef'
|
|
||||||
+'t'#3#248#0#6'Height'#2#27#3'Top'#2#10#5'Width'#2'K'#11'HelpContext'#2'n'#7
|
|
||||||
+'Anchors'#11#6'akLeft'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Cap'
|
|
||||||
+'tion'#6#7'&Format'#7'OnClick'#7#12'Button5Click'#8'TabOrder'#2#4#0#0#7'TBut'
|
|
||||||
+'ton'#7'Button6'#4'Left'#3#160#0#6'Height'#2#27#3'Top'#2#10#5'Width'#2'K'#11
|
|
||||||
+'HelpContext'#2'F'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#25'BorderSpacing.In'
|
|
||||||
+'nerBorder'#2#4#7'Caption'#6#8'Function'#7'OnClick'#7#12'Button6Click'#8'Tab'
|
|
||||||
+'Order'#2#5#0#0#0#242#2#1#6'TPanel'#11'ScriptPanel'#6'Height'#3#152#0#3'Top'
|
|
||||||
+#3#184#0#5'Width'#3#249#1#5'Align'#7#8'alBottom'#10'BevelOuter'#7#6'bvNone'
|
|
||||||
+#12'ClientHeight'#3#152#0#11'ClientWidth'#3#249#1#11'FullRepaint'#8#8'TabOrd'
|
|
||||||
+'er'#2#1#0#6'TLabel'#6'Label2'#4'Left'#2#4#6'Height'#2#14#5'Width'#2#28#7'Ca'
|
|
||||||
+'ption'#6#7'S&cript'#11'ParentColor'#8#0#0#8'TSynEdit'#2'M2'#6'Height'#3#136
|
|
||||||
+#0#3'Top'#2#16#5'Width'#3#249#1#5'Align'#7#8'alBottom'#7'Anchors'#11#5'akTop'
|
|
||||||
+#6'akLeft'#7'akRight'#8'akBottom'#0#11'Font.Height'#2#242#9'Font.Name'#6#7'c'
|
|
||||||
+'ourier'#11'ParentColor'#8#8'TabOrder'#2#0#23'BookMarkOptions.Xoffset'#2#2#12
|
|
||||||
+'Gutter.Color'#4#135#154#207#0#17'Gutter.LeftOffset'#2#10#12'Gutter.Width'#2
|
|
||||||
+#20#23'Gutter.CodeFoldingWidth'#2#14#11'Highlighter'#7#10'SynPasSyn1'#10'Key'
|
|
||||||
+'strokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCu'
|
|
||||||
+'t'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'Shor'
|
|
||||||
+'tCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'S'
|
|
||||||
+'hortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'Sh'
|
|
||||||
+'ortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'Sh'
|
|
||||||
+'ortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'Sh'
|
|
||||||
+'ortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8
|
|
||||||
+'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8
|
|
||||||
+'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8
|
|
||||||
+'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'S'
|
|
||||||
+'hortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8
|
|
||||||
+'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'S'
|
|
||||||
+'hortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8
|
|
||||||
+'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'S'
|
|
||||||
+'hortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8
|
|
||||||
+'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'#2'-'#0#1#7'Command'#3#201
|
|
||||||
+#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3
|
|
||||||
+#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3'. '#0#1#7'Comman'
|
|
||||||
+'d'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7
|
|
||||||
+'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8
|
|
||||||
+#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'Command'#3#253#1
|
|
||||||
+#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3
|
|
||||||
+#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Comma'
|
|
||||||
+'nd'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7
|
|
||||||
+'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0
|
|
||||||
+#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X'
|
|
||||||
+'@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortC'
|
|
||||||
+'ut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'S'
|
|
||||||
+'hortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1
|
|
||||||
+#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3
|
|
||||||
,'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Comman'
|
|
||||||
+'d'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'C'
|
|
||||||
+'ommand'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1
|
|
||||||
+#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'
|
|
||||||
+#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3
|
|
||||||
+'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCu'
|
|
||||||
+'t'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'Sh'
|
|
||||||
+'ortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1
|
|
||||||
+#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3
|
|
||||||
+#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Comm'
|
|
||||||
+'and'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7
|
|
||||||
+'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'ShortCut'#3'B`'
|
|
||||||
+#0#0#13'Lines.Strings'#1#6#5'Begin'#6#13' a:=''ttttt";'#6#8' b:=20;'#6#13
|
|
||||||
+' if b>0 then'#6#9' c:=25;'#6#3'End'#0#0#0#0#242#2#2#6'TPanel'#9'MemoPane'
|
|
||||||
+'l'#6'Height'#3#175#0#5'Width'#3#249#1#5'Align'#7#8'alClient'#10'BevelOuter'
|
|
||||||
+#7#6'bvNone'#12'ClientHeight'#3#175#0#11'ClientWidth'#3#249#1#11'FullRepaint'
|
|
||||||
+#8#8'TabOrder'#2#2#0#5'TMemo'#2'M1'#6'Height'#2'}'#3'Top'#2'2'#5'Width'#3#249
|
|
||||||
+#1#5'Align'#7#8'alClient'#7'OnEnter'#7#7'M1Enter'#9'OnKeyDown'#7#9'M1KeyDown'
|
|
||||||
+#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#8'WordWrap'#8#0#0#6'TPanel'
|
|
||||||
+#6'Panel1'#6'Height'#2'2'#5'Width'#3#249#1#5'Align'#7#5'alTop'#10'BevelOuter'
|
|
||||||
+#7#6'bvNone'#7'Caption'#6#6'Panel1'#12'ClientHeight'#2'2'#11'ClientWidth'#3
|
|
||||||
+#249#1#11'FullRepaint'#8#8'TabOrder'#2#1#0#6'TLabel'#6'Label1'#4'Left'#2#4#6
|
|
||||||
+'Height'#2#14#3'Top'#2' '#5'Width'#2#29#7'Caption'#6#5'&Memo'#11'ParentColor'
|
|
||||||
+#8#0#0#6'TPanel'#6'Panel3'#4'Left'#2'X'#6'Height'#2#21#3'Top'#2#16#5'Width'#3
|
|
||||||
+'O'#1#10'BevelOuter'#7#9'bvLowered'#12'ClientHeight'#2#21#11'ClientWidth'#3
|
|
||||||
+'O'#1#11'FullRepaint'#8#8'TabOrder'#2#0#0#9'TCheckBox'#3'CB1'#4'Left'#2#4#6
|
|
||||||
+'Height'#2#22#3'Top'#2#2#5'Width'#2'='#11'HelpContext'#2'P'#11'AllowGrayed'#9
|
|
||||||
+#7'Caption'#6#7'&Script'#7'OnClick'#7#8'CB1Click'#8'TabOrder'#2#0#0#0#9'TChe'
|
|
||||||
+'ckBox'#3'CB2'#4'Left'#2'\'#6'Height'#2#22#3'Top'#2#2#5'Width'#2'I'#11'HelpC'
|
|
||||||
+'ontext'#2'Z'#11'AllowGrayed'#9#7'Caption'#6#9'&Big font'#7'OnClick'#7#8'CB2'
|
|
||||||
+'Click'#8'TabOrder'#2#1#0#0#9'TCheckBox'#3'CB3'#4'Left'#3#224#0#6'Height'#2
|
|
||||||
+#22#3'Top'#2#2#5'Width'#2'Y'#11'HelpContext'#2'd'#11'AllowGrayed'#9#7'Captio'
|
|
||||||
+'n'#6#10'&Word wrap'#7'OnClick'#7#8'CB3Click'#8'TabOrder'#2#2#0#0#0#0#0#242#2
|
|
||||||
+#3#9'TSplitter'#8'Splitter'#6'Cursor'#7#8'crVSplit'#6'Height'#2#9#3'Top'#3
|
|
||||||
+#175#0#5'Width'#3#249#1#5'Align'#7#8'alBottom'#7'Anchors'#11#6'akLeft'#8'akB'
|
|
||||||
+'ottom'#0#7'Beveled'#9#12'ResizeAnchor'#7#8'akBottom'#11'ResizeStyle'#7#6'rs'
|
|
||||||
+'Line'#0#0#242#2#4#10'TSynPasSyn'#10'SynPasSyn1'#13'DefaultFilter'#6#27'(TSy'
|
|
||||||
+'nHighlighterAttributes)'#7'Enabled'#8#19'AsmAttri.Foreground'#4'M'#178'X'#0
|
|
||||||
+#23'CommentAttri.Foreground'#4'Bg'#205#0#22'NumberAttri.Foreground'#7#5'clRe'
|
|
||||||
+'d'#22'StringAttri.Foreground'#4'4X'#232#0#4'left'#3#224#0#3'top'#3#192#0#0#0
|
|
||||||
+#0
|
+#0
|
||||||
]);
|
]);
|
||||||
|
@ -3,9 +3,7 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
Height = 336
|
Height = 336
|
||||||
Top = 289
|
Top = 289
|
||||||
Width = 456
|
Width = 456
|
||||||
HorzScrollBar.Page = 455
|
ActiveControl = PageControl1
|
||||||
VertScrollBar.Page = 335
|
|
||||||
ActiveControl = RB1
|
|
||||||
Caption = 'Page options'
|
Caption = 'Page options'
|
||||||
ClientHeight = 336
|
ClientHeight = 336
|
||||||
ClientWidth = 456
|
ClientWidth = 456
|
||||||
@ -15,16 +13,17 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
|
LCLVersion = '0.9.25'
|
||||||
object PageControl1: TPageControl
|
object PageControl1: TPageControl
|
||||||
Height = 286
|
Height = 296
|
||||||
Width = 456
|
Width = 456
|
||||||
ActivePage = TabSheet3
|
ActivePage = TabSheet1
|
||||||
Align = alClient
|
Align = alClient
|
||||||
TabIndex = 1
|
TabIndex = 0
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object TabSheet1: TTabSheet
|
object TabSheet1: TTabSheet
|
||||||
Caption = 'Paper'
|
Caption = 'Paper'
|
||||||
ClientHeight = 260
|
ClientHeight = 270
|
||||||
ClientWidth = 448
|
ClientWidth = 448
|
||||||
object GroupBox2: TGroupBox
|
object GroupBox2: TGroupBox
|
||||||
AnchorSideTop.Control = TabSheet1
|
AnchorSideTop.Control = TabSheet1
|
||||||
@ -33,7 +32,7 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
AnchorSideBottom.Control = TabSheet1
|
AnchorSideBottom.Control = TabSheet1
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 251
|
Left = 251
|
||||||
Height = 248
|
Height = 258
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 191
|
Width = 191
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
@ -41,7 +40,7 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
Caption = 'Orientation'
|
Caption = 'Orientation'
|
||||||
ClientHeight = 230
|
ClientHeight = 240
|
||||||
ClientWidth = 187
|
ClientWidth = 187
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object imgLandScape: TImage
|
object imgLandScape: TImage
|
||||||
@ -49,45 +48,43 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 149
|
Left = 149
|
||||||
Height = 26
|
Height = 26
|
||||||
Top = 102
|
Top = 107
|
||||||
Width = 32
|
Width = 32
|
||||||
Anchors = [akRight]
|
Anchors = [akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Picture.Data = {
|
Picture.Data = {
|
||||||
07544269746D6170130400002F2A2058504D202A2F0A73746174696320636861
|
1754506F727461626C654E6574776F726B47726170686963B303000089504E47
|
||||||
72202A677261706869635B5D203D207B0A22333220323620342031222C0A222E
|
0D0A1A0A0000000D49484452000000200000001A0803000000E145AE0D000003
|
||||||
20632023383438343834222C0A222C2063204E6F6E65222C0A222D2063202343
|
00504C5445848484000000C6C6C6FFFFFF78787801010102020201010161435F
|
||||||
3643364336222C0A222A20632023464646464646222C0A222E2E2E2E2E2E2E2E
|
7A4F43614D48724D45754143734E4B5C443D72454E65524F735F006F44477552
|
||||||
2E2E2E2E2E2E2E2E2E2E2E2E2E2E2E2E2E2C2D2D2D2D2D2D222C0A222E2A2A2A
|
50724955635654654549733D4C004353413A5F4C00484C4345554F41534D4445
|
||||||
2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2C2E2D2D2D2D2D222C0A22
|
4D45524152534E5F5044505245414F5254465F4849493D4C4E4345493A3D3D5C
|
||||||
2E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2C2A2E2D2D2D2D
|
4343673A3A6E5C5C7544575C6F4967634E707544756D4F746557696E536C745C
|
||||||
222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2C2D2A
|
7373575C204968614E656E4361644D64204465532E72654900744E4774495069
|
||||||
2E2D2D2D222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A
|
00556E4354674F49734D4C5C4D5341415F6C4E4C6C444B20455255525F735F50
|
||||||
2A2C2D2A2A2E2D2D222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A
|
65504172415473544800483D413D4350433A503A5C445C6741746E546F754174
|
||||||
2A2A2A2A2A2C2D2A2A2A2E2D222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A
|
5C3D6167436C703A63755C6D744464696F006C634373756F5C6D6D6C656D6B6E
|
||||||
2A2A2A2A2A2A2A2A2A2C2C2C2C2C2C2E222C0A222E2A2A2A2A2A2A2A2A2A2A2A
|
6F72746E0073504820724F616F4D6E6745647244206152536D49654656746945
|
||||||
2A2A2A2E2D2A2A2A2A2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2A2A2A
|
746C3D6965436E733A673D007343485C3A4F4A5C4D6541457372507563417368
|
||||||
2A2A2A2A2A2A2D2E2E2A2A2A2A2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A
|
545C694844763D616F5C7473446F206F73646320657564206D65706520726E70
|
||||||
2A2A2A2A2A2A2A2A2A2A2E2E2E2D2A2A2A2A2A2A2A2A2A2A2A2A2D2C222C0A22
|
6F747267736F7220676161726D6E6161646D5C20614153007265416374506874
|
||||||
2E2A2A2A2A2A2A2A2A2A2A2A2A2D2E2E2E2E2A2A2A2A2A2A2A2A2A2A2A2A2D2C
|
5269695F766E496F674373734F205C4E634A566F655F6D73507575416E735465
|
||||||
222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2E2D2A2E2E2D2A2A2A2A2A2A2A2A2A
|
0048734B3D004D4343503A4F5F5C4D4441505572555063544C68454969524376
|
||||||
2A2A2D2C222C0A222E2A2A2A2A2A2A2A2A2A2A2A2D2E2A2A2E2E2E2A2A2A2A2A
|
4E416F4154734D4520455F643D4C654D4920594270575F72494F6F4E4B67583D
|
||||||
2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2A2A2A2A2A2A2A2E2D2A2A2D2E2E2D
|
7250546100526D4355616F455C6D0053534C75704F62654776634F653D4E7243
|
||||||
2A2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2A2A2A2A2A2A2A2E2E2E2E
|
53733A45695C526F57566E49455C4E5269443D634F5C6F575C6E534D765C5900
|
||||||
2E2E2E2E2A2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2A2A2A2A2A2A2D
|
735743794947734E5F7458426550496D004E334D5F324B505C4C41635F546D53
|
||||||
2E2D2A2A2A2D2E2E2D2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2A2A2A
|
4864453D2E524365493A78415C654C41003D724359635645685353695F007645
|
||||||
2A2A2A2E2D2A2A2A2A2A2E2E2E2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A
|
4E6F585573544D203D42646345653A52205C5F70504F7275466F545F67545072
|
||||||
2A2A2A2A2A2A2D2E2A2A2A2A2A2A2D2E2E2D2A2A2A2A2A2A2A2A2D2C222C0A22
|
5952615C4F6D7043616C455C69534E6E53566B4F492E5244655349783D416531
|
||||||
2E2A2A2A2A2A2A2A2A2E2E2E2E2A2A2A2A2E2E2E2E2E2E2A2A2A2A2A2A2A2D2C
|
20000043434F6F565372533D705F576F526972536E614864743D6F6963776F3A
|
||||||
222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A
|
736E5C5F5C504E4375546754005C5450625961695C746E7068006C3D436C434C
|
||||||
2A2A2D2C222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A
|
693A496E5CB622D6F90000006E49444154789CCDD04112C0200803C010FFFFE7
|
||||||
2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A
|
2A633B2516B83637C725D802598C1E6024317460A001745182256A3045013C50
|
||||||
2A2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A
|
0086234D80361E6036B20284EC5430C7638500C297E4600D335428D8C9007D36
|
||||||
2A2A2A2A2A2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2A2A2A2A2A2A2A
|
5444B02FDE150110CFB7F20BDCCBC3338E3FA9F913601A8335B900EA6507BB70
|
||||||
2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2D2D2D
|
10F4600000000049454E44AE426082
|
||||||
2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2C222C0A222C2C2C2C
|
|
||||||
2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C227D0A
|
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
object imgPortrait: TImage
|
object imgPortrait: TImage
|
||||||
@ -95,46 +92,43 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 155
|
Left = 155
|
||||||
Height = 32
|
Height = 32
|
||||||
Top = 99
|
Top = 104
|
||||||
Width = 26
|
Width = 26
|
||||||
Anchors = [akRight]
|
Anchors = [akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Picture.Data = {
|
Picture.Data = {
|
||||||
07544269746D61702B0400002F2A2058504D202A2F0A73746174696320636861
|
1754506F727461626C654E6574776F726B47726170686963B203000089504E47
|
||||||
72202A677261706869635B5D203D207B0A22323620333220342031222C0A222E
|
0D0A1A0A0000000D494844520000001A0000002008030000003B759837000003
|
||||||
20632023383438343834222C0A222C20632023433643364336222C0A222D2063
|
00504C5445848484C6C6C6FFFFFF0000007878780101010202020101015F4361
|
||||||
2023464646464646222C0A222A2063204E6F6E65222C0A222E2E2E2E2E2E2E2E
|
434F7A484D61454D724341754B4E733D445C4E45724F5265005F7347446F5052
|
||||||
2E2E2E2E2E2E2E2E2E2E2E2E2C2C2C2C2C2C222C0A222E2D2D2D2D2D2D2D2D2D
|
755549725456634945654C3D735343005F3A4148004C45434C414F55444D5345
|
||||||
2D2D2D2D2D2D2D2D2D2E2A2C2C2C2C2C222C0A222E2D2D2D2D2D2D2D2D2D2D2D
|
4D455241525F4E5350445041455254524F485F463D4949434E4C3A49455C3D3D
|
||||||
2D2D2D2D2D2D2D2E2E2A2C2C2C2C222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D
|
6743436E3A3A755C5C5C574467496F704E63754475744F6D6957656C536E735C
|
||||||
2D2D2D2D2D2E2C2E2A2C2C2C222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D
|
745C5773684920654E6161436E644D64654420722E53004965474E7450497455
|
||||||
2D2D2D2E2D2C2E2A2C2C222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D
|
006954436E494F674C4D73534D5C5F41414C4E6C4B446C5245205F5255505F73
|
||||||
2D2E2D2D2C2E2A2C222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2E
|
4150655441724854733D4800433D413A43505C3A50675C446E7441756F545C74
|
||||||
2A2A2A2A2A2A222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D
|
4167613D706C4375633A746D5C6964446C006F7343635C6F756C6D6D6B6D6572
|
||||||
2D2D2C2A222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D
|
6F6E006E744850734F72204D6F6145676E447264526120496D53564665456974
|
||||||
2C2A222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2C2A
|
3D6C744365693A736E003D674843734F3A5C4D5C4A4541655072734163755468
|
||||||
222C0A222E2D2D2D2D2D2D2D2D2D2D2D2E2C2D2D2D2D2D2D2D2D2D2D2C2A222C
|
7348695C3D76445C6F614473746F206F6364737565206D20646570656E722074
|
||||||
0A222E2D2D2D2D2D2D2D2D2D2D2C2E2E2D2D2D2D2D2D2D2D2D2D2C2A222C0A22
|
6F7073677220726F6161676E6D72646161205C6D534161657200746341746850
|
||||||
2E2D2D2D2D2D2D2D2D2D2D2E2E2E2C2D2D2D2D2D2D2D2D2D2C2A222C0A222E2D
|
6969526E765F676F497373435C204F4A634E656F56736D5F757550736E410065
|
||||||
2D2D2D2D2D2D2D2D2C2E2E2E2E2D2D2D2D2D2D2D2D2D2C2A222C0A222E2D2D2D
|
544B73484D003D5043435F4F3A444D5C5550415055724C546349456843526941
|
||||||
2D2D2D2D2D2D2E2C2D2E2E2C2D2D2D2D2D2D2D2D2C2A222C0A222E2D2D2D2D2D
|
4E7654416F454D735F45204C3D64494D654259205F57704F49724B4E6F3D5867
|
||||||
2D2D2D2C2E2D2D2E2E2E2D2D2D2D2D2D2D2D2C2A222C0A222E2D2D2D2D2D2D2D
|
54507252006155436D456F61006D5C4C53534F70754765624F63764E3D655343
|
||||||
2D2E2C2D2D2C2E2E2C2D2D2D2D2D2D2D2C2A222C0A222E2D2D2D2D2D2D2D2D2E
|
72453A73525C6956576F45496E524E5C3D44695C4F635C576F4D536E595C7657
|
||||||
2E2E2E2E2E2E2E2D2D2D2D2D2D2D2C2A222C0A222E2D2D2D2D2D2D2D2C2E2C2D
|
73004979434E734758745F506542006D494D334E4B325F4C5C505F6341536D54
|
||||||
2D2D2C2E2E2C2D2D2D2D2D2D2C2A222C0A222E2D2D2D2D2D2D2D2E2C2D2D2D2D
|
456448522E3D49654341783A4C655C3D0041594372455663535368005F694E45
|
||||||
2D2E2E2E2D2D2D2D2D2D2C2A222C0A222E2D2D2D2D2D2D2C2E2D2D2D2D2D2D2C
|
7655586F4D5473423D20456364523A655F5C204F50704675725F546F50546752
|
||||||
2E2E2C2D2D2D2D2D2C2A222C0A222E2D2D2D2D2D2E2E2E2E2D2D2D2D2E2E2E2E
|
59724F5C6143706D456C6153695C536E4E4F6B56522E495365443D7849316541
|
||||||
2E2E2D2D2D2D2C2A222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D
|
0000204F434353566F3D5372575F7069526F6E53726448616F3D74776369733A
|
||||||
2D2D2D2D2C2A222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D
|
6F5F5C6E4E505C54754300546750545C615962745C6968706E3D6C00436C433A
|
||||||
2D2D2C2A222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D
|
694C5C6E49ACDB48A00000006D49444154789CCDD2C112C0101003D084FFFFE7
|
||||||
2C2A222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2C2A
|
566C2D236E0ECDA5339E60760A985001CA16D43375B34499A522F324F3CF501C
|
||||||
222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2C2A222C
|
29BC41E0899637ADD4A6E7896DB29EDECA549B89D0918E5A81595B28B213B53F
|
||||||
0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2C2A222C0A22
|
6B13C5D2A825717C63CFA0EF92BCEECAE47F4A3CA4C6EFE8F200F423058DE848
|
||||||
2E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2C2A222C0A222E2D
|
07460000000049454E44AE426082
|
||||||
2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2C2A222C0A222E2C2C2C
|
|
||||||
2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2A222C0A222A2A2A2A2A2A
|
|
||||||
2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A227D0A
|
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
@ -142,21 +136,20 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
AnchorSideTop.Control = GroupBox2
|
AnchorSideTop.Control = GroupBox2
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 3
|
Left = 3
|
||||||
Height = 32
|
Height = 44
|
||||||
Top = 99
|
Top = 98
|
||||||
Width = 79
|
Width = 85
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 3
|
BorderSpacing.Left = 3
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 32
|
ClientHeight = 44
|
||||||
ClientWidth = 79
|
ClientWidth = 85
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object RB1: TRadioButton
|
object RB1: TRadioButton
|
||||||
AnchorSideLeft.Control = GroupBox2
|
|
||||||
AnchorSideTop.Control = Panel1
|
AnchorSideTop.Control = Panel1
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 19
|
||||||
Width = 53
|
Width = 59
|
||||||
HelpContext = 111
|
HelpContext = 111
|
||||||
AllowGrayed = True
|
AllowGrayed = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
@ -171,9 +164,9 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
AnchorSideTop.Control = RB1
|
AnchorSideTop.Control = RB1
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 19
|
||||||
Top = 19
|
Top = 25
|
||||||
Width = 73
|
Width = 79
|
||||||
HelpContext = 120
|
HelpContext = 120
|
||||||
AllowGrayed = True
|
AllowGrayed = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -190,7 +183,7 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
AnchorSideBottom.Control = TabSheet1
|
AnchorSideBottom.Control = TabSheet1
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 248
|
Height = 258
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 239
|
Width = 239
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
@ -199,7 +192,7 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
Caption = 'Size'
|
Caption = 'Size'
|
||||||
ClientHeight = 230
|
ClientHeight = 240
|
||||||
ClientWidth = 235
|
ClientWidth = 235
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object Label1: TLabel
|
object Label1: TLabel
|
||||||
@ -281,7 +274,7 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
end
|
end
|
||||||
object TabSheet3: TTabSheet
|
object TabSheet3: TTabSheet
|
||||||
Caption = 'Options'
|
Caption = 'Options'
|
||||||
ClientHeight = 260
|
ClientHeight = 270
|
||||||
ClientWidth = 448
|
ClientWidth = 448
|
||||||
object GroupBox1: TGroupBox
|
object GroupBox1: TGroupBox
|
||||||
AnchorSideLeft.Control = TabSheet3
|
AnchorSideLeft.Control = TabSheet3
|
||||||
@ -301,9 +294,9 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object CB1: TCheckBox
|
object CB1: TCheckBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 13
|
Height = 19
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 123
|
Width = 129
|
||||||
HelpContext = 160
|
HelpContext = 160
|
||||||
Caption = '&Print to previous page'
|
Caption = '&Print to previous page'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -316,7 +309,7 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
AnchorSideBottom.Control = TabSheet3
|
AnchorSideBottom.Control = TabSheet3
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 228
|
Left = 228
|
||||||
Height = 248
|
Height = 258
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 214
|
Width = 214
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
@ -324,7 +317,7 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
Caption = 'Columns'
|
Caption = 'Columns'
|
||||||
ClientHeight = 230
|
ClientHeight = 240
|
||||||
ClientWidth = 210
|
ClientWidth = 210
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object Label7: TLabel
|
object Label7: TLabel
|
||||||
@ -381,13 +374,13 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
AnchorSideBottom.Control = TabSheet3
|
AnchorSideBottom.Control = TabSheet3
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 190
|
Height = 200
|
||||||
Top = 64
|
Top = 64
|
||||||
Width = 216
|
Width = 216
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Page margins'
|
Caption = 'Page margins'
|
||||||
ClientHeight = 172
|
ClientHeight = 182
|
||||||
ClientWidth = 212
|
ClientWidth = 212
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object Label3: TLabel
|
object Label3: TLabel
|
||||||
@ -396,7 +389,7 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 108
|
Left = 108
|
||||||
Height = 14
|
Height = 14
|
||||||
Top = 21
|
Top = 27
|
||||||
Width = 43
|
Width = 43
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = '&Left, mm'
|
Caption = '&Left, mm'
|
||||||
@ -409,7 +402,7 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 14
|
Left = 14
|
||||||
Height = 14
|
Height = 14
|
||||||
Top = 21
|
Top = 27
|
||||||
Width = 42
|
Width = 42
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = '&Top, mm'
|
Caption = '&Top, mm'
|
||||||
@ -422,7 +415,7 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 14
|
Left = 14
|
||||||
Height = 14
|
Height = 14
|
||||||
Top = 69
|
Top = 75
|
||||||
Width = 49
|
Width = 49
|
||||||
Caption = '&Right, mm'
|
Caption = '&Right, mm'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -434,7 +427,7 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 108
|
Left = 108
|
||||||
Height = 14
|
Height = 14
|
||||||
Top = 69
|
Top = 75
|
||||||
Width = 58
|
Width = 58
|
||||||
Caption = '&Bottom, mm'
|
Caption = '&Bottom, mm'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -442,9 +435,9 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
object CB5: TCheckBox
|
object CB5: TCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 13
|
Height = 19
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 65
|
Width = 71
|
||||||
HelpContext = 62
|
HelpContext = 62
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = '&Don''t use'
|
Caption = '&Don''t use'
|
||||||
@ -458,7 +451,7 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 114
|
Left = 114
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 41
|
Top = 47
|
||||||
Width = 64
|
Width = 64
|
||||||
HelpContext = 72
|
HelpContext = 72
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
@ -471,7 +464,7 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 20
|
Left = 20
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 41
|
Top = 47
|
||||||
Width = 64
|
Width = 64
|
||||||
HelpContext = 81
|
HelpContext = 81
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
@ -484,7 +477,7 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 20
|
Left = 20
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 89
|
Top = 95
|
||||||
Width = 64
|
Width = 64
|
||||||
HelpContext = 91
|
HelpContext = 91
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
@ -497,7 +490,7 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 114
|
Left = 114
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 89
|
Top = 95
|
||||||
Width = 64
|
Width = 64
|
||||||
HelpContext = 101
|
HelpContext = 101
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
@ -509,12 +502,12 @@ object frPgoptForm: TfrPgoptForm
|
|||||||
end
|
end
|
||||||
object ButtonPanel1: TButtonPanel
|
object ButtonPanel1: TButtonPanel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 50
|
Height = 40
|
||||||
Top = 286
|
Top = 296
|
||||||
Width = 444
|
Width = 444
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
|
AutoSize = True
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -2,175 +2,353 @@
|
|||||||
|
|
||||||
LazarusResources.Add('TfrPgoptForm','FORMDATA',[
|
LazarusResources.Add('TfrPgoptForm','FORMDATA',[
|
||||||
'TPF0'#12'TfrPgoptForm'#11'frPgoptForm'#4'Left'#3'V'#1#6'Height'#3'P'#1#3'Top'
|
'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'
|
+#3'!'#1#5'Width'#3#200#1#13'ActiveControl'#7#12'PageControl1'#7'Caption'#6#12
|
||||||
+'e'#3'O'#1#13'ActiveControl'#7#3'RB1'#7'Caption'#6#12'Page options'#12'Clien'
|
+'Page options'#12'ClientHeight'#3'P'#1#11'ClientWidth'#3#200#1#11'Font.Heigh'
|
||||||
+'tHeight'#3'P'#1#11'ClientWidth'#3#200#1#11'Font.Height'#2#245#9'Font.Name'#6
|
+'t'#2#245#9'Font.Name'#6#13'MS Sans Serif'#10'OnActivate'#7#12'FormActivate'
|
||||||
+#13'MS Sans Serif'#10'OnActivate'#7#12'FormActivate'#8'OnCreate'#7#10'FormCr'
|
+#8'OnCreate'#7#10'FormCreate'#8'Position'#7#14'poScreenCenter'#8'ShowHint'#9
|
||||||
+'eate'#8'Position'#7#14'poScreenCenter'#8'ShowHint'#9#0#12'TPageControl'#12
|
+#10'LCLVersion'#6#6'0.9.25'#0#12'TPageControl'#12'PageControl1'#6'Height'#3
|
||||||
+'PageControl1'#6'Height'#3#30#1#5'Width'#3#200#1#10'ActivePage'#7#9'TabSheet'
|
+'('#1#5'Width'#3#200#1#10'ActivePage'#7#9'TabSheet1'#5'Align'#7#8'alClient'#8
|
||||||
+'3'#5'Align'#7#8'alClient'#8'TabIndex'#2#1#8'TabOrder'#2#0#0#9'TTabSheet'#9
|
+'TabIndex'#2#0#8'TabOrder'#2#0#0#9'TTabSheet'#9'TabSheet1'#7'Caption'#6#5'Pa'
|
||||||
+'TabSheet1'#7'Caption'#6#5'Paper'#12'ClientHeight'#3#4#1#11'ClientWidth'#3
|
+'per'#12'ClientHeight'#3#14#1#11'ClientWidth'#3#192#1#0#9'TGroupBox'#9'Group'
|
||||||
+#192#1#0#9'TGroupBox'#9'GroupBox2'#21'AnchorSideTop.Control'#7#9'TabSheet1'
|
+'Box2'#21'AnchorSideTop.Control'#7#9'TabSheet1'#23'AnchorSideRight.Control'#7
|
||||||
+#23'AnchorSideRight.Control'#7#9'TabSheet1'#20'AnchorSideRight.Side'#7#9'asr'
|
+#9'TabSheet1'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Co'
|
||||||
+'Bottom'#24'AnchorSideBottom.Control'#7#9'TabSheet1'#21'AnchorSideBottom.Sid'
|
+'ntrol'#7#9'TabSheet1'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#251
|
||||||
+'e'#7#9'asrBottom'#4'Left'#3#251#0#6'Height'#3#248#0#3'Top'#2#6#5'Width'#3
|
+#0#6'Height'#3#2#1#3'Top'#2#6#5'Width'#3#191#0#7'Anchors'#11#5'akTop'#7'akRi'
|
||||||
+#191#0#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#17'BorderSpacing.Top'
|
+'ght'#8'akBottom'#0#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#20
|
||||||
+#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#11
|
+'BorderSpacing.Bottom'#2#6#7'Caption'#6#11'Orientation'#12'ClientHeight'#3
|
||||||
+'Orientation'#12'ClientHeight'#3#230#0#11'ClientWidth'#3#187#0#8'TabOrder'#2
|
+#240#0#11'ClientWidth'#3#187#0#8'TabOrder'#2#0#0#6'TImage'#12'imgLandScape'
|
||||||
+#0#0#6'TImage'#12'imgLandScape'#23'AnchorSideRight.Control'#7#9'GroupBox2'#20
|
+#23'AnchorSideRight.Control'#7#9'GroupBox2'#20'AnchorSideRight.Side'#7#9'asr'
|
||||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#149#0#6'Height'#2#26#3'Top'#2
|
+'Bottom'#4'Left'#3#149#0#6'Height'#2#26#3'Top'#2'k'#5'Width'#2' '#7'Anchors'
|
||||||
+'f'#5'Width'#2' '#7'Anchors'#11#7'akRight'#0#8'AutoSize'#9#19'BorderSpacing.'
|
+#11#7'akRight'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2#6#12'Picture.Data'
|
||||||
+'Right'#2#6#12'Picture.Data'#10#31#4#0#0#7'TBitmap'#19#4#0#0'/* XPM */'#10's'
|
+#10#207#3#0#0#23'TPortableNetworkGraphic'#179#3#0#0#137'PNG'#13#10#26#10#0#0
|
||||||
+'tatic char *graphic[] = {'#10'"32 26 4 1",'#10'". c #848484",'#10'", c None'
|
+#0#13'IHDR'#0#0#0' '#0#0#0#26#8#3#0#0#0#225'E'#174#13#0#0#3#0'PLTE'#132#132
|
||||||
+'",'#10'"- c #C6C6C6",'#10'"* c #FFFFFF",'#10'".........................,---'
|
+#132#0#0#0#198#198#198#255#255#255'xxx'#1#1#1#2#2#2#1#1#1'aC_zOCaMHrMEuACsNK'
|
||||||
+'---",'#10'".************************,.-----",'#10'".***********************'
|
+'\D=rENeROs_'#0'oDGuRPrIUcVTeEIs=L'#0'CSA:_L'#0'HLCEUOASMDEMERARSN_PDPREAORT'
|
||||||
+'*,*.----",'#10'".************************,-*.---",'#10'".******************'
|
+'F_HII=LNCEI:==\CCg::n\\uDW\oIgcNpuDumOteWinSlt\ssW\ IhaNenCadMd DeS.reI'#0
|
||||||
+'******,-**.--",'#10'".************************,-***.-",'#10'".*************'
|
+'tNGtIPi'#0'UnCTgOIsML\MSAA_lNLlDK ERUR_s_PePArATsTH'#0'H=A=CPC:P:\D\gAtnTou'
|
||||||
+'***********,,,,,,.",'#10'".**************.-*************-,",'#10'".********'
|
+'At\=agClp:cu\mtDdio'#0'lcCsuo\mmlemknortn'#0'sPH rOaoMngEdrD aRSmIeFVtiEtl='
|
||||||
+'*****-..*************-,",'#10'".*************...-************-,",'#10'".***'
|
+'ieCns:g='#0'sCH\:OJ\MeAEsrPucAshT\iHDv=ao\tsDo osdc eud mepe rnpotrgsor gaa'
|
||||||
+'*********-....************-,",'#10'".************.-*..-***********-,",'#10
|
+'rmnaadm\ aAS'#0'reActPhtRii_vnIogCssO \NcJVoe_msPuuAnsTe'#0'HsK='#0'MCCP:O_'
|
||||||
+'".***********-.**...***********-,",'#10'".***********.-**-..-**********-,",'
|
+'\MDAPUrUPcTLhEIiRCvNAoATsME E_d=LeMI YBpW_rIOoNKgX=rPTa'#0'RmCUaoE\m'#0'SSL'
|
||||||
+#10'".***********........**********-,",'#10'".**********-.-***-..-*********-'
|
+'upObeGvcOe=NrCSs:Ei\RoWVnIE\NRiD=cO\oW\nSMv\Y'#0'sWCyIGsN_tXBePIm'#0'N3M_2K'
|
||||||
+',",'#10'".**********.-*****...*********-,",'#10'".*********-.******-..-****'
|
+'P\LAc_TmSHdE=.RCeI:xA\eLA'#0'=rCYcVEhSSi_'#0'vENoXUsTM =BdcEe:R \_pPOruFoT_'
|
||||||
+'****-,",'#10'".********....****......*******-,",'#10'".********************'
|
+'gTPrYRa\OmpCalE\iSNnSVkOI.RDeSIx=Ae1 '#0#0'CCOoVSrS=p_WoRirSnaHdt=oicwo:sn\'
|
||||||
+'*********-,",'#10'".*****************************-,",'#10'".***************'
|
+'_\PNCuTgT'#0'\TPbYai\tnph'#0'l=ClCLi:In\'#182'"'#214#249#0#0#0'nIDATx'#156
|
||||||
+'**************-,",'#10'".*****************************-,",'#10'".**********'
|
+#205#208'A'#18#192' '#8#3#192#16#255#255#231'*c;%'#22#184'67'#199'%'#216#2'Y'
|
||||||
+'*******************-,",'#10'".****--------------------------,",'#10'",,,,,,'
|
+#140#30'`$1t`'#160#1'tQ'#130'%j0E'#1'<P'#0#134'#M'#128'6'#30'`6'#178#2#132
|
||||||
+',,,,,,,,,,,,,,,,,,,,,,,,,,"}'#10#0#0#6'TImage'#11'imgPortrait'#23'AnchorSid'
|
+#236'T0'#199'c'#133#0#194#151#228'`'#13'3T('#216#201#0'}6TD'#176'/'#222#21#1
|
||||||
+'eRight.Control'#7#9'GroupBox2'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Le'
|
+#16#207#183#242#11#220#203#195'3'#142'?'#169#249#19'`'#26#131'5'#185#0#234'e'
|
||||||
+'ft'#3#155#0#6'Height'#2' '#3'Top'#2'c'#5'Width'#2#26#7'Anchors'#11#7'akRigh'
|
+#7#187'p'#16#244'`'#0#0#0#0'IEND'#174'B`'#130#0#0#6'TImage'#11'imgPortrait'
|
||||||
+'t'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2#6#12'Picture.Data'#10'7'#4#0#0
|
+#23'AnchorSideRight.Control'#7#9'GroupBox2'#20'AnchorSideRight.Side'#7#9'asr'
|
||||||
+#7'TBitmap+'#4#0#0'/* XPM */'#10'static char *graphic[] = {'#10'"26 32 4 1",'
|
+'Bottom'#4'Left'#3#155#0#6'Height'#2' '#3'Top'#2'h'#5'Width'#2#26#7'Anchors'
|
||||||
+#10'". c #848484",'#10'", c #C6C6C6",'#10'"- c #FFFFFF",'#10'"* c None",'#10
|
+#11#7'akRight'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2#6#12'Picture.Data'
|
||||||
+'"....................,,,,,,",'#10'".------------------.*,,,,,",'#10'".-----'
|
+#10#206#3#0#0#23'TPortableNetworkGraphic'#178#3#0#0#137'PNG'#13#10#26#10#0#0
|
||||||
+'-------------..*,,,,",'#10'".------------------.,.*,,,",'#10'".------------'
|
+#0#13'IHDR'#0#0#0#26#0#0#0' '#8#3#0#0#0';u'#152'7'#0#0#3#0'PLTE'#132#132#132
|
||||||
+'------.-,.*,,",'#10'".------------------.--,.*,",'#10'".------------------.'
|
+#198#198#198#255#255#255#0#0#0'xxx'#1#1#1#2#2#2#1#1#1'_CaCOzHMaEMrCAuKNs=D\N'
|
||||||
+'******",'#10'".-----------------------,*",'#10'".-----------------------,*"'
|
+'ErORe'#0'_sGDoPRuUIrTVcIEeL=sSC'#0'_:AH'#0'LECLAOUDMSEMERAR_NSPDPAERTROH_F='
|
||||||
+','#10'".-----------------------,*",'#10'".-----------.,----------,*",'#10'"'
|
+'IICNL:IE\==gCCn::u\\\WDgIopNcuDutOmiWelSns\t\WshI eNaaCndMdeD r.S'#0'IeGNtP'
|
||||||
+'.----------,..----------,*",'#10'".----------...,---------,*",'#10'".------'
|
+'ItU'#0'iTCnIOgLMsSM\_AALNlKDlRE _RUP_sAPeTArHTs=H'#0'C=A:CP\:Pg\DntAuoT\tAg'
|
||||||
+'---,....---------,*",'#10'".---------.,-..,--------,*",'#10'".--------,.--.'
|
+'a=plCuc:tm\idDl'#0'osCc\oulmmkmeron'#0'ntHPsOr MoaEgnDrdRa ImSVFeEit=ltCei:'
|
||||||
+'..--------,*",'#10'".--------.,--,..,-------,*",'#10'".--------........----'
|
+'sn'#0'=gHCsO:\M\JEAePrsAcuThsHi\=vD\oaDsto ocdsue m depenr topsgr roaagnmrd'
|
||||||
+'---,*",'#10'".-------,.,---,..,------,*",'#10'".-------.,-----...------,*",'
|
+'aa \mSAaer'#0'tcAthPiiRnv_goIssC\ OJcNeoVsm_uuPsnA'#0'eTKsHM'#0'=PCC_O:DM\U'
|
||||||
+#10'".------,.------,..,-----,*",'#10'".-----....----......----,*",'#10'".--'
|
+'PAPUrLTcIEhCRiANvTAoEMs_E L=dIMeBY _WpOIrKNo=XgTPrR'#0'aUCmEoa'#0'm\LSSOpuG'
|
||||||
+'---------------------,*",'#10'".-----------------------,*",'#10'".---------'
|
+'ebOcvN=eSCrE:sR\iVWoEInRN\=Di\Oc\WoMSnY\vWs'#0'IyCNsGXt_PeB'#0'mIM3NK2_L\P_'
|
||||||
+'--------------,*",'#10'".-----------------------,*",'#10'".----------------'
|
+'cASmTEdHR.=IeCAx:Le\='#0'AYCrEVcSSh'#0'_iNEvUXoMTsB= EcdR:e_\ OPpFur_ToPTgR'
|
||||||
+'-------,*",'#10'".-----------------------,*",'#10'".-----------------------'
|
+'YrO\aCpmElaSi\SnNOkVR.ISeD=xI1eA'#0#0' OCCSVo=SrW_piRonSrdHao=twcis:o_\nNP\'
|
||||||
+',*",'#10'".-----------------------,*",'#10'".,,,,,,,,,,,,,,,,,,,,,,,,*",'#10
|
+'TuC'#0'TgPT\aYbt\ihpn=l'#0'ClC:iL\nI'#172#219'H'#160#0#0#0'mIDATx'#156#205
|
||||||
+'"**************************"}'#10#0#0#6'TPanel'#6'Panel1'#22'AnchorSideLeft'
|
+#210#193#18#192#16#16#3#208#132#255#255#231'Vl-#n'#14#205#165'3'#158'`v'#10
|
||||||
+'.Control'#7#9'GroupBox2'#21'AnchorSideTop.Control'#7#9'GroupBox2'#18'Anchor'
|
+#152'P'#1#202#22#212'3u'#179'D'#153#165'"'#243'$'#243#207'P'#28')'#188'A'#224
|
||||||
+'SideTop.Side'#7#9'asrCenter'#4'Left'#2#3#6'Height'#2' '#3'Top'#2'c'#5'Width'
|
+#137#150'7'#173#212#166#231#137'm'#178#158#222#202'T'#155#137#208#145#142'Z'
|
||||||
+#2'O'#8'AutoSize'#9#18'BorderSpacing.Left'#2#3#10'BevelOuter'#7#6'bvNone'#12
|
+#129'Y[('#178#19#181'?k'#19#197#210#168'%q|c'#207#160#239#146#188#238#202#228
|
||||||
+'ClientHeight'#2' '#11'ClientWidth'#2'O'#8'TabOrder'#2#0#0#12'TRadioButton'#3
|
+'J<'#164#198#239#232#242#0#244'#'#5#141#232'H'#7'F'#0#0#0#0'IEND'#174'B`'
|
||||||
+'RB1'#22'AnchorSideLeft.Control'#7#9'GroupBox2'#21'AnchorSideTop.Control'#7#6
|
+#130#0#0#6'TPanel'#6'Panel1'#22'AnchorSideLeft.Control'#7#9'GroupBox2'#21'An'
|
||||||
+'Panel1'#4'Left'#2#6#6'Height'#2#13#5'Width'#2'5'#11'HelpContext'#2'o'#11'Al'
|
+'chorSideTop.Control'#7#9'GroupBox2'#18'AnchorSideTop.Side'#7#9'asrCenter'#4
|
||||||
+'lowGrayed'#9#18'BorderSpacing.Left'#2#6#7'Caption'#6#9'&Portrait'#7'Checked'
|
+'Left'#2#3#6'Height'#2','#3'Top'#2'b'#5'Width'#2'U'#8'AutoSize'#9#18'BorderS'
|
||||||
+#9#7'OnClick'#7#8'RB1Click'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'T'
|
+'pacing.Left'#2#3#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2','#11'Client'
|
||||||
,'RadioButton'#3'RB2'#22'AnchorSideLeft.Control'#7#3'RB1'#21'AnchorSideTop.Co'
|
,'Width'#2'U'#8'TabOrder'#2#0#0#12'TRadioButton'#3'RB1'#21'AnchorSideTop.Cont'
|
||||||
+'ntrol'#7#3'RB1'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
+'rol'#7#6'Panel1'#4'Left'#2#6#6'Height'#2#19#5'Width'#2';'#11'HelpContext'#2
|
||||||
+#2#13#3'Top'#2#19#5'Width'#2'I'#11'HelpContext'#2'x'#11'AllowGrayed'#9#17'Bo'
|
+'o'#11'AllowGrayed'#9#18'BorderSpacing.Left'#2#6#7'Caption'#6#9'&Portrait'#7
|
||||||
+'rderSpacing.Top'#2#6#7'Caption'#6#10'&Landscape'#7'OnClick'#7#8'RB2Click'#8
|
+'Checked'#9#7'OnClick'#7#8'RB1Click'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0
|
||||||
+'TabOrder'#2#1#0#0#0#0#9'TGroupBox'#9'GroupBox3'#22'AnchorSideLeft.Control'#7
|
+#0#0#12'TRadioButton'#3'RB2'#22'AnchorSideLeft.Control'#7#3'RB1'#21'AnchorSi'
|
||||||
+#9'TabSheet1'#21'AnchorSideTop.Control'#7#9'TabSheet1'#23'AnchorSideRight.Co'
|
+'deTop.Control'#7#3'RB1'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6
|
||||||
+'ntrol'#7#9'GroupBox2'#24'AnchorSideBottom.Control'#7#9'TabSheet1'#21'Anchor'
|
+'Height'#2#19#3'Top'#2#25#5'Width'#2'O'#11'HelpContext'#2'x'#11'AllowGrayed'
|
||||||
+'SideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#248#0#3'Top'#2#6#5
|
+#9#17'BorderSpacing.Top'#2#6#7'Caption'#6#10'&Landscape'#7'OnClick'#7#8'RB2C'
|
||||||
+'Width'#3#239#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#18
|
+'lick'#8'TabOrder'#2#1#0#0#0#0#9'TGroupBox'#9'GroupBox3'#22'AnchorSideLeft.C'
|
||||||
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2
|
+'ontrol'#7#9'TabSheet1'#21'AnchorSideTop.Control'#7#9'TabSheet1'#23'AnchorSi'
|
||||||
+#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#4'Size'#12'ClientHeight'#3#230#0
|
+'deRight.Control'#7#9'GroupBox2'#24'AnchorSideBottom.Control'#7#9'TabSheet1'
|
||||||
+#11'ClientWidth'#3#235#0#8'TabOrder'#2#1#0#6'TLabel'#6'Label1'#24'AnchorSide'
|
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#2#1#3'Top'
|
||||||
+'Bottom.Control'#7#2'E1'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#8
|
+#2#6#5'Width'#3#239#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'
|
||||||
+#6'Height'#2#14#3'Top'#2'3'#5'Width'#2'4'#7'Anchors'#11#6'akLeft'#8'akBottom'
|
+#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Rig'
|
||||||
+#0#7'Caption'#6#10'&Width, mm'#12'FocusControl'#7#2'E1'#11'ParentColor'#8#0#0
|
+'ht'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#4'Size'#12'ClientHeight'#3
|
||||||
+#6'TLabel'#6'Label2'#24'AnchorSideBottom.Control'#7#2'E2'#21'AnchorSideBotto'
|
+#240#0#11'ClientWidth'#3#235#0#8'TabOrder'#2#1#0#6'TLabel'#6'Label1'#24'Anch'
|
||||||
+'m.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#14#3'Top'#2'O'#5'Width'#2'7'
|
+'orSideBottom.Control'#7#2'E1'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Le'
|
||||||
+#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#11'&Height, mm'#12'Focus'
|
+'ft'#2#8#6'Height'#2#14#3'Top'#2'3'#5'Width'#2'4'#7'Anchors'#11#6'akLeft'#8
|
||||||
+'Control'#7#2'E2'#11'ParentColor'#8#0#0#9'TComboBox'#5'ComB1'#22'AnchorSideL'
|
+'akBottom'#0#7'Caption'#6#10'&Width, mm'#12'FocusControl'#7#2'E1'#11'ParentC'
|
||||||
+'eft.Control'#7#9'GroupBox3'#23'AnchorSideRight.Control'#7#9'GroupBox3'#20'A'
|
+'olor'#8#0#0#6'TLabel'#6'Label2'#24'AnchorSideBottom.Control'#7#2'E2'#21'Anc'
|
||||||
+'nchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#15#5
|
+'horSideBottom.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#14#3'Top'#2'O'#5
|
||||||
+'Width'#3#223#0#11'HelpContext'#3#130#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
+'Width'#2'7'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#11'&Height, '
|
||||||
+'kRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearch'
|
+'mm'#12'FocusControl'#7#2'E2'#11'ParentColor'#8#0#0#9'TComboBox'#5'ComB1'#22
|
||||||
+'Ascending'#0#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#10'Item'
|
+'AnchorSideLeft.Control'#7#9'GroupBox3'#23'AnchorSideRight.Control'#7#9'Grou'
|
||||||
+'Height'#2#16#9'ItemWidth'#3#200#0#9'MaxLength'#2#0#7'OnClick'#7#10'ComB1Cli'
|
+'pBox3'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3
|
||||||
+'ck'#10'OnDrawItem'#7#13'ComB1DrawItem'#5'Style'#7#16'csOwnerDrawFixed'#8'Ta'
|
+'Top'#2#15#5'Width'#3#223#0#11'HelpContext'#3#130#0#7'Anchors'#11#5'akTop'#6
|
||||||
+'bOrder'#2#0#0#0#5'TEdit'#2'E1'#21'AnchorSideTop.Control'#7#5'ComB1'#18'Anch'
|
+'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
|
||||||
+'orSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'GroupBox3'#20
|
+'cbactSearchAscending'#0#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2
|
||||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#155#0#6'Height'#2#22#3'Top'#2
|
+#6#10'ItemHeight'#2#16#9'ItemWidth'#3#200#0#9'MaxLength'#2#0#7'OnClick'#7#10
|
||||||
+'+'#5'Width'#2'J'#11'HelpContext'#3#140#0#7'Anchors'#11#5'akTop'#7'akRight'#0
|
+'ComB1Click'#10'OnDrawItem'#7#13'ComB1DrawItem'#5'Style'#7#16'csOwnerDrawFix'
|
||||||
+#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#0#0#5'TEdit'#2'E'
|
+'ed'#8'TabOrder'#2#0#0#0#5'TEdit'#2'E1'#21'AnchorSideTop.Control'#7#5'ComB1'
|
||||||
+'2'#21'AnchorSideTop.Control'#7#2'E1'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
+#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'Group'
|
||||||
+#23'AnchorSideRight.Control'#7#9'GroupBox3'#20'AnchorSideRight.Side'#7#9'asr'
|
+'Box3'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#155#0#6'Height'#2#22
|
||||||
+'Bottom'#4'Left'#3#155#0#6'Height'#2#22#3'Top'#2'G'#5'Width'#2'J'#11'HelpCon'
|
+#3'Top'#2'+'#5'Width'#2'J'#11'HelpContext'#3#140#0#7'Anchors'#11#5'akTop'#7
|
||||||
+'text'#3#150#0#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#20'BorderSp'
|
+'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#0#0#5
|
||||||
+'acing.Around'#2#6#8'TabOrder'#2#2#0#0#0#0#9'TTabSheet'#9'TabSheet3'#7'Capti'
|
+'TEdit'#2'E2'#21'AnchorSideTop.Control'#7#2'E1'#18'AnchorSideTop.Side'#7#9'a'
|
||||||
+'on'#6#7'Options'#12'ClientHeight'#3#4#1#11'ClientWidth'#3#192#1#0#9'TGroupB'
|
+'srBottom'#23'AnchorSideRight.Control'#7#9'GroupBox3'#20'AnchorSideRight.Sid'
|
||||||
+'ox'#9'GroupBox1'#22'AnchorSideLeft.Control'#7#9'TabSheet3'#21'AnchorSideTop'
|
+'e'#7#9'asrBottom'#4'Left'#3#155#0#6'Height'#2#22#3'Top'#2'G'#5'Width'#2'J'
|
||||||
+'.Control'#7#9'TabSheet3'#23'AnchorSideRight.Control'#7#9'GroupBox5'#24'Anch'
|
+#11'HelpContext'#3#150#0#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#20
|
||||||
+'orSideBottom.Control'#7#9'TabSheet3'#21'AnchorSideBottom.Side'#7#9'asrBotto'
|
+'BorderSpacing.Around'#2#6#8'TabOrder'#2#2#0#0#0#0#9'TTabSheet'#9'TabSheet3'
|
||||||
+'m'#4'Left'#2#6#6'Height'#2'4'#3'Top'#2#6#5'Width'#3#216#0#7'Anchors'#11#5'a'
|
+#7'Caption'#6#7'Options'#12'ClientHeight'#3#14#1#11'ClientWidth'#3#192#1#0#9
|
||||||
+'kTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Op'
|
+'TGroupBox'#9'GroupBox1'#22'AnchorSideLeft.Control'#7#9'TabSheet3'#21'Anchor'
|
||||||
+'tions'#12'ClientHeight'#2'"'#11'ClientWidth'#3#212#0#8'TabOrder'#2#0#0#9'TC'
|
+'SideTop.Control'#7#9'TabSheet3'#23'AnchorSideRight.Control'#7#9'GroupBox5'
|
||||||
+'heckBox'#3'CB1'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#6#5'Width'#2'{'#11'Help'
|
+#24'AnchorSideBottom.Control'#7#9'TabSheet3'#21'AnchorSideBottom.Side'#7#9'a'
|
||||||
+'Context'#3#160#0#7'Caption'#6#23'&Print to previous page'#8'TabOrder'#2#0#0
|
+'srBottom'#4'Left'#2#6#6'Height'#2'4'#3'Top'#2#6#5'Width'#3#216#0#7'Anchors'
|
||||||
+#0#0#9'TGroupBox'#9'GroupBox5'#21'AnchorSideTop.Control'#7#9'TabSheet3'#23'A'
|
+#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||||
+'nchorSideRight.Control'#7#9'TabSheet3'#20'AnchorSideRight.Side'#7#9'asrBott'
|
+#7'Options'#12'ClientHeight'#2'"'#11'ClientWidth'#3#212#0#8'TabOrder'#2#0#0#9
|
||||||
+'om'#24'AnchorSideBottom.Control'#7#9'TabSheet3'#21'AnchorSideBottom.Side'#7
|
+'TCheckBox'#3'CB1'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#6#5'Width'#3#129#0#11
|
||||||
+#9'asrBottom'#4'Left'#3#228#0#6'Height'#3#248#0#3'Top'#2#6#5'Width'#3#214#0#7
|
+'HelpContext'#3#160#0#7'Caption'#6#23'&Print to previous page'#8'TabOrder'#2
|
||||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'BorderSpacing.To'
|
+#0#0#0#0#9'TGroupBox'#9'GroupBox5'#21'AnchorSideTop.Control'#7#9'TabSheet3'
|
||||||
+'p'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6
|
+#23'AnchorSideRight.Control'#7#9'TabSheet3'#20'AnchorSideRight.Side'#7#9'asr'
|
||||||
+#7'Columns'#12'ClientHeight'#3#230#0#11'ClientWidth'#3#210#0#8'TabOrder'#2#1
|
+'Bottom'#24'AnchorSideBottom.Control'#7#9'TabSheet3'#21'AnchorSideBottom.Sid'
|
||||||
+#0#6'TLabel'#6'Label7'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#2'&'#7
|
+'e'#7#9'asrBottom'#4'Left'#3#228#0#6'Height'#3#2#1#3'Top'#2#6#5'Width'#3#214
|
||||||
+'Caption'#6#7'&Number'#11'ParentColor'#8#0#0#6'TLabel'#6'Label8'#22'AnchorSi'
|
+#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'BorderSpacin'
|
||||||
+'deLeft.Control'#7#6'Label7'#21'AnchorSideTop.Control'#7#9'ecolCount'#18'Anc'
|
+'g.Top'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Capti'
|
||||||
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'6'#5'Wi'
|
+'on'#6#7'Columns'#12'ClientHeight'#3#240#0#11'ClientWidth'#3#210#0#8'TabOrde'
|
||||||
+'dth'#2'P'#7'Caption'#6#15'&Column gap, mm'#12'FocusControl'#7#2'E7'#11'Pare'
|
+'r'#2#1#0#6'TLabel'#6'Label7'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'
|
||||||
+'ntColor'#8#0#0#5'TEdit'#2'E7'#22'AnchorSideLeft.Control'#7#6'Label7'#21'Anc'
|
+#2'&'#7'Caption'#6#7'&Number'#11'ParentColor'#8#0#0#6'TLabel'#6'Label8'#22'A'
|
||||||
+'horSideTop.Control'#7#6'Label8'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'An'
|
+'nchorSideLeft.Control'#7#6'Label7'#21'AnchorSideTop.Control'#7#9'ecolCount'
|
||||||
+'chorSideRight.Control'#7#9'GroupBox5'#4'Left'#2#12#6'Height'#2#22#3'Top'#2
|
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'6'
|
||||||
+'J'#5'Width'#2''#11'HelpContext'#3#180#0#8'AutoSize'#9#20'BorderSpacing.Aro'
|
+#5'Width'#2'P'#7'Caption'#6#15'&Column gap, mm'#12'FocusControl'#7#2'E7'#11
|
||||||
|
+'ParentColor'#8#0#0#5'TEdit'#2'E7'#22'AnchorSideLeft.Control'#7#6'Label7'#21
|
||||||
|
+'AnchorSideTop.Control'#7#6'Label8'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||||
|
+'AnchorSideRight.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'
|
+'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'
|
+'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
|
+'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
|
+'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'
|
+'AnchorSideLeft.Control'#7#9'TabSheet3'#21'AnchorSideTop.Control'#7#9'GroupB'
|
||||||
+'ox1'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9
|
+'ox1'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9
|
||||||
+'GroupBox5'#24'AnchorSideBottom.Control'#7#9'TabSheet3'#21'AnchorSideBottom.'
|
+'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
|
+'Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#200#0#3'Top'#2'@'#5'Width'#3
|
||||||
+#216#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSp'
|
+#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
|
+'acing.Around'#2#6#7'Caption'#6#12'Page margins'#12'ClientHeight'#3#182#0#11
|
||||||
+'ClientWidth'#3#212#0#8'TabOrder'#2#2#0#6'TLabel'#6'Label3'#21'AnchorSideTop'
|
+'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'
|
+'.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'+'
|
+'m.Side'#7#9'asrBottom'#4'Left'#2'l'#6'Height'#2#14#3'Top'#2#27#5'Width'#2'+'
|
||||||
+#18'BorderSpacing.Left'#2#6#7'Caption'#6#9'&Left, mm'#11'ParentColor'#8#0#0#6
|
+#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'
|
+'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'
|
+'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
|
+'e'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#14#3'Top'#2#27#5'Width'#2'*'#18
|
||||||
+'BorderSpacing.Left'#2#6#7'Caption'#6#8'&Top, mm'#11'ParentColor'#8#0#0#6'TL'
|
+'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'
|
+'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'
|
+'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'
|
+'e'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#14#3'Top'#2'K'#5'Width'#2'1'#7'C'
|
||||||
+'aption'#6#10'&Right, mm'#11'ParentColor'#8#0#0#6'TLabel'#6'Label6'#22'Ancho'
|
+'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'
|
+'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'
|
+'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'
|
+#2'l'#6'Height'#2#14#3'Top'#2'K'#5'Width'#2':'#7'Caption'#6#11'&Bottom, mm'
|
||||||
+#11'ParentColor'#8#0#0#9'TCheckBox'#3'CB5'#18'AnchorSideTop.Side'#7#9'asrBot'
|
+#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
|
+'tom'#4'Left'#2#8#6'Height'#2#19#3'Top'#2#2#5'Width'#2'G'#11'HelpContext'#2
|
||||||
+'>'#20'BorderSpacing.Around'#2#6#7'Caption'#6#10'&Don''t use'#8'OnChange'#7#8
|
+'>'#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'
|
+'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'
|
+'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'
|
+'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'
|
+#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'
|
+'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'
|
+'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'
|
+#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'
|
+'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
|
+'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
|
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#20#6'Height'#2#22#3'Top'#2'_'#5
|
||||||
+'Width'#2'@'#11'HelpContext'#2'['#8'AutoSize'#9#20'BorderSpacing.Around'#2#6
|
+'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
|
+#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
|
+'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
|
+'Left'#2'r'#6'Height'#2#22#3'Top'#2'_'#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'
|
+'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'
|
+'onPanel'#12'ButtonPanel1'#4'Left'#2#6#6'Height'#2'('#3'Top'#3'('#1#5'Width'
|
||||||
+#3#188#1#5'Align'#7#8'alBottom'#8'TabOrder'#2#1#11'ShowButtons'#11#4'pbOK'#8
|
+#3#188#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#8'TabOrder'#2#1#11'ShowButtons'
|
||||||
+'pbCancel'#6'pbHelp'#0#10'ShowGlyphs'#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pb'
|
+#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#0#0#0#12'TfrPgoptForm'#11'frPgoptForm'#4
|
||||||
+'Help'#0#0#0#0
|
+'Left'#3'V'#1#6'Height'#3'P'#1#3'Top'#3'!'#1#5'Width'#3#200#1#13'ActiveContr'
|
||||||
|
+'ol'#7#12'PageControl1'#7'Caption'#6#12'Page options'#12'ClientHeight'#3'P'#1
|
||||||
|
+#11'ClientWidth'#3#200#1#11'Font.Height'#2#245#9'Font.Name'#6#13'MS Sans Ser'
|
||||||
|
+'if'#10'OnActivate'#7#12'FormActivate'#8'OnCreate'#7#10'FormCreate'#8'Positi'
|
||||||
|
+'on'#7#14'poScreenCenter'#8'ShowHint'#9#10'LCLVersion'#6#6'0.9.25'#0#12'TPag'
|
||||||
|
+'eControl'#12'PageControl1'#6'Height'#3'('#1#5'Width'#3#200#1#10'ActivePage'
|
||||||
|
+#7#9'TabSheet1'#5'Align'#7#8'alClient'#8'TabIndex'#2#0#8'TabOrder'#2#0#0#9'T'
|
||||||
|
+'TabSheet'#9'TabSheet1'#7'Caption'#6#5'Paper'#12'ClientHeight'#3#14#1#11'Cli'
|
||||||
|
+'entWidth'#3#192#1#0#9'TGroupBox'#9'GroupBox2'#21'AnchorSideTop.Control'#7#9
|
||||||
|
+'TabSheet1'#23'AnchorSideRight.Control'#7#9'TabSheet1'#20'AnchorSideRight.Si'
|
||||||
|
+'de'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#9'TabSheet1'#21'AnchorSid'
|
||||||
|
+'eBottom.Side'#7#9'asrBottom'#4'Left'#3#251#0#6'Height'#3#2#1#3'Top'#2#6#5'W'
|
||||||
|
+'idth'#3#191#0#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#17'BorderSpac'
|
||||||
|
+'ing.Top'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Cap'
|
||||||
|
+'tion'#6#11'Orientation'#12'ClientHeight'#3#240#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'k'#5'Width'#2' '#7'Anchors'#11#7'akRight'#0#8'AutoSize'#9#19
|
||||||
|
+'BorderSpacing.Right'#2#6#12'Picture.Data'#10#207#3#0#0#23'TPortableNetworkG'
|
||||||
|
+'raphic'#179#3#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0' '#0#0#0#26#8#3
|
||||||
|
+#0#0#0#225'E'#174#13#0#0#3#0'PLTE'#132#132#132#0#0#0#198#198#198#255#255#255
|
||||||
|
+'xxx'#1#1#1#2#2#2#1#1#1'aC_zOCaMHrMEuACsNK\D=rENeROs_'#0'oDGuRPrIUcVTeEIs=L'
|
||||||
|
+#0'CSA:_L'#0'HLCEUOASMDEMERARSN_PDPREAORTF_HII=LNCEI:==\CCg::n\\uDW\oIgcNpuD'
|
||||||
|
+'umOteWinSlt\ssW\ IhaNenCadMd DeS.reI'#0'tNGtIPi'#0'UnCTgOIsML\MSAA_lNLlDK E'
|
||||||
|
+'RUR_s_PePArATsTH'#0'H=A=CPC:P:\D\gAtnTouAt\=agClp:cu\mtDdio'#0'lcCsuo\mmlem'
|
||||||
|
+'knortn'#0'sPH rOaoMngEdrD aRSmIeFVtiEtl=ieCns:g='#0'sCH\:OJ\MeAEsrPucAshT\i'
|
||||||
|
+'HDv=ao\tsDo osdc eud mepe rnpotrgsor gaarmnaadm\ aAS'#0'reActPhtRii_vnIogCs'
|
||||||
|
+'sO \NcJVoe_msPuuAnsTe'#0'HsK='#0'MCCP:O_\MDAPUrUPcTLhEIiRCvNAoATsME E_d=LeM'
|
||||||
|
+'I YBpW_rIOoNKgX=rPTa'#0'RmCUaoE\m'#0'SSLupObeGvcOe=NrCSs:Ei\RoWVnIE\NRiD=cO'
|
||||||
|
+'\oW\nSMv\Y'#0'sWCyIGsN_tXBePIm'#0'N3M_2KP\LAc_TmSHdE=.RCeI:xA\eLA'#0'=rCYcV'
|
||||||
|
+'EhSSi_'#0'vENoXUsTM =BdcEe:R \_pPOruFoT_gTPrYRa\OmpCalE\iSNnSVkOI.RDeSIx=Ae'
|
||||||
|
+'1 '#0#0'CCOoVSrS=p_WoRirSnaHdt=oicwo:sn\_\PNCuTgT'#0'\TPbYai\tnph'#0'l=ClCL'
|
||||||
|
+'i:In\'#182'"'#214#249#0#0#0'nIDATx'#156#205#208'A'#18#192' '#8#3#192#16#255
|
||||||
|
+#255#231'*c;%'#22#184'67'#199'%'#216#2'Y'#140#30'`$1t`'#160#1'tQ'#130'%j0E'#1
|
||||||
|
+'<P'#0#134'#M'#128'6'#30'`6'#178#2#132#236'T0'#199'c'#133#0#194#151#228'`'#13
|
||||||
|
+'3T('#216#201#0'}6TD'#176'/'#222#21#1#16#207#183#242#11#220#203#195'3'#142'?'
|
||||||
|
+#169#249#19'`'#26#131'5'#185#0#234'e'#7#187'p'#16#244'`'#0#0#0#0'IEND'#174'B'
|
||||||
|
+'`'#130#0#0#6'TImage'#11'imgPortrait'#23'AnchorSideRight.Control'#7#9'GroupB'
|
||||||
|
+'ox2'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#155#0#6'Height'#2' '
|
||||||
|
+#3'Top'#2'h'#5'Width'#2#26#7'Anchors'#11#7'akRight'#0#8'AutoSize'#9#19'Borde'
|
||||||
|
+'rSpacing.Right'#2#6#12'Picture.Data'#10#206#3#0#0#23'TPortableNetworkGraphi'
|
||||||
|
+'c'#178#3#0#0#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#26#0#0#0' '#8#3#0#0#0
|
||||||
|
+';u'#152'7'#0#0#3#0'PLTE'#132#132#132#198#198#198#255#255#255#0#0#0'xxx'#1#1
|
||||||
|
+#1#2#2#2#1#1#1'_CaCOzHMaEMrCAuKNs=D\NErORe'#0'_sGDoPRuUIrTVcIEeL=sSC'#0'_:AH'
|
||||||
|
+#0'LECLAOUDMSEMERAR_NSPDPAERTROH_F=IICNL:IE\==gCCn::u\\\WDgIopNcuDutOmiWelSn'
|
||||||
|
+'s\t\WshI eNaaCndMdeD r.S'#0'IeGNtPItU'#0'iTCnIOgLMsSM\_AALNlKDlRE _RUP_sAPe'
|
||||||
|
+'TArHTs=H'#0'C=A:CP\:Pg\DntAuoT\tAga=plCuc:tm\idDl'#0'osCc\oulmmkmeron'#0'nt'
|
||||||
|
+'HPsOr MoaEgnDrdRa ImSVFeEit=ltCei:sn'#0'=gHCsO:\M\JEAePrsAcuThsHi\=vD\oaDst'
|
||||||
|
+'o ocdsue m depenr topsgr roaagnmrdaa \mSAaer'#0'tcAthPiiRnv_goIssC\ OJcNeoV'
|
||||||
|
+'sm_uuPsnA'#0'eTKsHM'#0'=PCC_O:DM\UPAPUrLTcIEhCRiANvTAoEMs_E L=dIMeBY _WpOIr'
|
||||||
|
+'KNo=XgTPrR'#0'aUCmEoa'#0'm\LSSOpuGebOcvN=eSCrE:sR\iVWoEInRN\=Di\Oc\WoMSnY\v'
|
||||||
|
+'Ws'#0'IyCNsGXt_PeB'#0'mIM3NK2_L\P_cASmTEdHR.=IeCAx:Le\='#0'AYCrEVcSSh'#0'_i'
|
||||||
|
+'NEvUXoMTsB= EcdR:e_\ OPpFur_ToPTgRYrO\aCpmElaSi\SnNOkVR.ISeD=xI1eA'#0#0' OC'
|
||||||
|
+'CSVo=SrW_piRonSrdHao=twcis:o_\nNP\TuC'#0'TgPT\aYbt\ihpn=l'#0'ClC:iL\nI'#172
|
||||||
|
+#219'H'#160#0#0#0'mIDATx'#156#205#210#193#18#192#16#16#3#208#132#255#255#231
|
||||||
|
+'Vl-#n'#14#205#165'3'#158'`v'#10#152'P'#1#202#22#212'3u'#179'D'#153#165'"'
|
||||||
|
+#243'$'#243#207'P'#28')'#188'A'#224#137#150'7'#173#212#166#231#137'm'#178#158
|
||||||
|
+#222#202'T'#155#137#208#145#142'Z'#129'Y[('#178#19#181'?k'#19#197#210#168'%q'
|
||||||
|
+'|c'#207#160#239#146#188#238#202#228'J<'#164#198#239#232#242#0#244'#'#5#141
|
||||||
|
+#232'H'#7'F'#0#0#0#0'IEND'#174'B`'#130#0#0#6'TPanel'#6'Panel1'#22'AnchorSide'
|
||||||
|
+'Left.Control'#7#9'GroupBox2'#21'AnchorSideTop.Control'#7#9'GroupBox2'#18'An'
|
||||||
|
+'chorSideTop.Side'#7#9'asrCenter'#4'Left'#2#3#6'Height'#2','#3'Top'#2'b'#5'W'
|
||||||
|
+'idth'#2'U'#8'AutoSize'#9#18'BorderSpacing.Left'#2#3#10'BevelOuter'#7#6'bvNo'
|
||||||
|
+'ne'#12'ClientHeight'#2','#11'ClientWidth'#2'U'#8'TabOrder'#2#0#0#12'TRadioB'
|
||||||
|
+'utton'#3'RB1'#21'AnchorSideTop.Control'#7#6'Panel1'#4'Left'#2#6#6'Height'#2
|
||||||
|
+#19#5'Width'#2';'#11'HelpContext'#2'o'#11'AllowGrayed'#9#18'BorderSpacing.Le'
|
||||||
|
+'ft'#2#6#7'Caption'#6#9'&Portrait'#7'Checked'#9#7'OnClick'#7#8'RB1Click'#5'S'
|
||||||
|
+'tate'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#3'RB2'#22'AnchorS'
|
||||||
|
+'ideLeft.Control'#7#3'RB1'#21'AnchorSideTop.Control'#7#3'RB1'#18'AnchorSideT'
|
||||||
|
+'op.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#19#3'Top'#2#25#5'Width'#2'O'
|
||||||
|
+#11'HelpContext'#2'x'#11'AllowGrayed'#9#17'BorderSpacing.Top'#2#6#7'Caption'
|
||||||
|
+#6#10'&Landscape'#7'OnClick'#7#8'RB2Click'#8'TabOrder'#2#1#0#0#0#0#9'TGroupB'
|
||||||
|
+'ox'#9'GroupBox3'#22'AnchorSideLeft.Control'#7#9'TabSheet1'#21'AnchorSideTop'
|
||||||
|
+'.Control'#7#9'TabSheet1'#23'AnchorSideRight.Control'#7#9'GroupBox2'#24'Anch'
|
||||||
|
+'orSideBottom.Control'#7#9'TabSheet1'#21'AnchorSideBottom.Side'#7#9'asrBotto'
|
||||||
|
+'m'#4'Left'#2#6#6'Height'#3#2#1#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'Bor'
|
||||||
|
+'derSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6
|
||||||
|
+#7'Caption'#6#4'Size'#12'ClientHeight'#3#240#0#11'ClientWidth'#3#235#0#8'Tab'
|
||||||
|
+'Order'#2#1#0#6'TLabel'#6'Label1'#24'AnchorSideBottom.Control'#7#2'E1'#21'An'
|
||||||
|
+'chorSideBottom.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, m'
|
||||||
|
+'m'#12'FocusControl'#7#2'E1'#11'ParentColor'#8#0#0#6'TLabel'#6'Label2'#24'An'
|
||||||
|
+'chorSideBottom.Control'#7#2'E2'#21'AnchorSideBottom.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'FocusControl'#7#2'E2'#11'Parent'
|
||||||
|
+'Color'#8#0#0#9'TComboBox'#5'ComB1'#22'AnchorSideLeft.Control'#7#9'GroupBox3'
|
||||||
|
+#23'AnchorSideRight.Control'#7#9'GroupBox3'#20'AnchorSideRight.Side'#7#9'asr'
|
||||||
|
+'Bottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#15#5'Width'#3#223#0#11'HelpCont'
|
||||||
|
+'ext'#3#130#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteT'
|
||||||
|
+'ext'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#18'BorderSpac'
|
||||||
|
+'ing.Left'#2#6#19'BorderSpacing.Right'#2#6#10'ItemHeight'#2#16#9'ItemWidth'#3
|
||||||
|
+#200#0#9'MaxLength'#2#0#7'OnClick'#7#10'ComB1Click'#10'OnDrawItem'#7#13'ComB'
|
||||||
|
+'1DrawItem'#5'Style'#7#16'csOwnerDrawFixed'#8'TabOrder'#2#0#0#0#5'TEdit'#2'E'
|
||||||
|
+'1'#21'AnchorSideTop.Control'#7#5'ComB1'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||||
|
+'m'#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'Help'
|
||||||
|
+'Context'#3#140#0#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#20'Borde'
|
||||||
|
+'rSpacing.Around'#2#6#8'TabOrder'#2#1#0#0#5'TEdit'#2'E2'#21'AnchorSideTop.Co'
|
||||||
|
+'ntrol'#7#2'E1'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Con'
|
||||||
|
+'trol'#7#9'GroupBox3'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#155#0
|
||||||
|
+#6'Height'#2#22#3'Top'#2'G'#5'Width'#2'J'#11'HelpContext'#3#150#0#7'Anchors'
|
||||||
|
+#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'TabOr'
|
||||||
|
+'der'#2#2#0#0#0#0#9'TTabSheet'#9'TabSheet3'#7'Caption'#6#7'Options'#12'Clien'
|
||||||
|
+'tHeight'#3#14#1#11'ClientWidth'#3#192#1#0#9'TGroupBox'#9'GroupBox1'#22'Anch'
|
||||||
|
+'orSideLeft.Control'#7#9'TabSheet3'#21'AnchorSideTop.Control'#7#9'TabSheet3'
|
||||||
|
+#23'AnchorSideRight.Control'#7#9'GroupBox5'#24'AnchorSideBottom.Control'#7#9
|
||||||
|
+'TabSheet3'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||||
|
+'4'#3'Top'#2#6#5'Width'#3#216#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||||
|
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Options'#12'ClientHeight'#2'"'
|
||||||
|
+#11'ClientWidth'#3#212#0#8'TabOrder'#2#0#0#9'TCheckBox'#3'CB1'#4'Left'#2#6#6
|
||||||
|
+'Height'#2#19#3'Top'#2#6#5'Width'#3#129#0#11'HelpContext'#3#160#0#7'Caption'
|
||||||
|
+#6#23'&Print to previous page'#8'TabOrder'#2#0#0#0#0#9'TGroupBox'#9'GroupBox'
|
||||||
|
+'5'#21'AnchorSideTop.Control'#7#9'TabSheet3'#23'AnchorSideRight.Control'#7#9
|
||||||
|
+'TabSheet3'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Cont'
|
||||||
|
+'rol'#7#9'TabSheet3'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#228#0
|
||||||
|
+#6'Height'#3#2#1#3'Top'#2#6#5'Width'#3#214#0#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||||
|
+#7'akRight'#8'akBottom'#0#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2
|
||||||
|
+#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#7'Columns'#12'ClientHeight'#3
|
||||||
|
+#240#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'Pare'
|
||||||
|
+'ntColor'#8#0#0#6'TLabel'#6'Label8'#22'AnchorSideLeft.Control'#7#6'Label7'#21
|
||||||
|
+'AnchorSideTop.Control'#7#9'ecolCount'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||||
|
+#4'Left'#2#6#6'Height'#2#14#3'Top'#2'6'#5'Width'#2'P'#7'Caption'#6#15'&Colum'
|
||||||
|
+'n gap, mm'#12'FocusControl'#7#2'E7'#11'ParentColor'#8#0#0#5'TEdit'#2'E7'#22
|
||||||
|
+'AnchorSideLeft.Control'#7#6'Label7'#21'AnchorSideTop.Control'#7#6'Label8'#18
|
||||||
|
+'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'GroupBox'
|
||||||
|
+'5'#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.Around'#2#6#8'TabOrder'#2#0#0#0#9'TSpi'
|
||||||
|
+'nEdit'#9'ecolCount'#22'AnchorSideLeft.Control'#7#6'Label7'#21'AnchorSideTop'
|
||||||
|
+'.Control'#7#6'Label7'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#12#6
|
||||||
|
+'Height'#2#22#3'Top'#2#26#5'Width'#2''#20'BorderSpacing.Around'#2#6#8'TabOr'
|
||||||
|
+'der'#2#1#0#0#0#9'TGroupBox'#9'GroupBox4'#22'AnchorSideLeft.Control'#7#9'Tab'
|
||||||
|
+'Sheet3'#21'AnchorSideTop.Control'#7#9'GroupBox1'#18'AnchorSideTop.Side'#7#9
|
||||||
|
+'asrBottom'#23'AnchorSideRight.Control'#7#9'GroupBox5'#24'AnchorSideBottom.C'
|
||||||
|
+'ontrol'#7#9'TabSheet3'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6
|
||||||
|
+#6'Height'#3#200#0#3'Top'#2'@'#5'Width'#3#216#0#7'Anchors'#11#5'akTop'#6'akL'
|
||||||
|
+'eft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#12
|
||||||
|
+'Page margins'#12'ClientHeight'#3#182#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'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2'l'
|
||||||
|
+#6'Height'#2#14#3'Top'#2#27#5'Width'#2'+'#18'BorderSpacing.Left'#2#6#7'Capti'
|
||||||
|
+'on'#6#9'&Left, mm'#11'ParentColor'#8#0#0#6'TLabel'#6'Label4'#22'AnchorSideL'
|
||||||
|
+'eft.Control'#7#3'CB5'#21'AnchorSideTop.Control'#7#3'CB5'#18'AnchorSideTop.S'
|
||||||
|
+'ide'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#14#6
|
||||||
|
,'Height'#2#14#3'Top'#2#27#5'Width'#2'*'#18'BorderSpacing.Left'#2#6#7'Caption'
|
||||||
|
+#6#8'&Top, mm'#11'ParentColor'#8#0#0#6'TLabel'#6'Label5'#22'AnchorSideLeft.C'
|
||||||
|
+'ontrol'#7#6'Label4'#21'AnchorSideTop.Control'#7#2'E4'#18'AnchorSideTop.Side'
|
||||||
|
+#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#14#6'Heig'
|
||||||
|
+'ht'#2#14#3'Top'#2'K'#5'Width'#2'1'#7'Caption'#6#10'&Right, mm'#11'ParentCol'
|
||||||
|
+'or'#8#0#0#6'TLabel'#6'Label6'#22'AnchorSideLeft.Control'#7#6'Label3'#21'Anc'
|
||||||
|
+'horSideTop.Control'#7#2'E3'#18'AnchorSideTop.Side'#7#9'asrBottom'#21'Anchor'
|
||||||
|
+'SideBottom.Side'#7#9'asrBottom'#4'Left'#2'l'#6'Height'#2#14#3'Top'#2'K'#5'W'
|
||||||
|
+'idth'#2':'#7'Caption'#6#11'&Bottom, mm'#11'ParentColor'#8#0#0#9'TCheckBox'#3
|
||||||
|
+'CB5'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#19#3'Top'
|
||||||
|
+#2#2#5'Width'#2'G'#11'HelpContext'#2'>'#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||||
|
+'on'#6#10'&Don''t use'#8'OnChange'#7#8'CB5Click'#8'TabOrder'#2#0#11'UseOnCha'
|
||||||
|
+'nge'#9#0#0#5'TEdit'#2'E3'#22'AnchorSideLeft.Control'#7#6'Label3'#21'AnchorS'
|
||||||
|
+'ideTop.Control'#7#6'Label3'#18'AnchorSideTop.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'TabOrder'#2#1#0#0#5'TEdit'#2'E4'#22'Anchor'
|
||||||
|
+'SideLeft.Control'#7#6'Label4'#21'AnchorSideTop.Control'#7#6'Label4'#18'Anch'
|
||||||
|
+'orSideTop.Side'#7#9'asrBottom'#4'Left'#2#20#6'Height'#2#22#3'Top'#2'/'#5'Wi'
|
||||||
|
+'dth'#2'@'#11'HelpContext'#2'Q'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8
|
||||||
|
+'TabOrder'#2#2#0#0#5'TEdit'#2'E5'#22'AnchorSideLeft.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'_'#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
|
||||||
|
+'_'#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'TButtonPanel'#12'ButtonPanel1'#4'Left'#2#6
|
||||||
|
+#6'Height'#2'('#3'Top'#3'('#1#5'Width'#3#188#1#5'Align'#7#8'alBottom'#8'Auto'
|
||||||
|
+'Size'#9#8'TabOrder'#2#1#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#0
|
||||||
|
+#0#0
|
||||||
]);
|
]);
|
||||||
|
@ -3,8 +3,6 @@ object frPreviewForm: TfrPreviewForm
|
|||||||
Height = 374
|
Height = 374
|
||||||
Top = 103
|
Top = 103
|
||||||
Width = 412
|
Width = 412
|
||||||
HorzScrollBar.Page = 411
|
|
||||||
VertScrollBar.Page = 373
|
|
||||||
ActiveControl = ZoomBtn
|
ActiveControl = ZoomBtn
|
||||||
Caption = 'Preview'
|
Caption = 'Preview'
|
||||||
ClientHeight = 374
|
ClientHeight = 374
|
||||||
@ -12,42 +10,6 @@ object frPreviewForm: TfrPreviewForm
|
|||||||
Font.Color = clBlack
|
Font.Color = clBlack
|
||||||
Font.Height = -11
|
Font.Height = -11
|
||||||
Font.Name = 'MS Sans Serif'
|
Font.Name = 'MS Sans Serif'
|
||||||
Icon.Data = {
|
|
||||||
36040000424D3604000000000000360000002800000010000000100000000100
|
|
||||||
2000000000000004000064000000640000000000000000000000000000000000
|
|
||||||
00000000000000000000FFFF00FF000000000000000000000000000000000000
|
|
||||||
0000000000000000000000000000FFFF00FF0000000000000000000000000000
|
|
||||||
0000000000000000000000000000FFFF00FF0000000000000000000000000000
|
|
||||||
000000000000FFFF00FFFFFF00FFFFFF00FF0000000000000000000000000000
|
|
||||||
000000000000000000000000000000000000FFFF00FF00000000FFFF00FFFFFF
|
|
||||||
00FFFFFF00FFFFFF00FFFFFF00FF000000000000000000000000FFFFFFFF0000
|
|
||||||
000000000000000000000000000000000000FFFF00FFFFFF00FFFFFF00FFFFFF
|
|
||||||
00FFFFFF00FF0000000000000000000000000000000000000000FFFFFFFFFFFF
|
|
||||||
FFFF00000000000000000000000000000000FFFF00FFFFFF00FF000000000000
|
|
||||||
000000000000000000000000000000000000000000000000000000000000FFFF
|
|
||||||
FFFFFFFFFFFF00000000000000000000000000000000FFFF00FFFFFF00FFFFFF
|
|
||||||
00FFFFFF00FFFFFF00FFFFFF00FF000000000000000000000000000000000000
|
|
||||||
000000000000FFFFFFFF00000000000000000000000000000000FFFF00FF0000
|
|
||||||
000000000000FFFF00FFFFFF00FFFFFF00FFFFFF00FF00000000000000000000
|
|
||||||
00000000000000000000FFFFFFFF0000000000000000FFFF00FF00000000FFFF
|
|
||||||
00FF00000000000000000000000000000000FFFF00FFFFFF00FF00000000FFFF
|
|
||||||
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000
|
|
||||||
0000FFFF00FF00000000000000000000000000000000FFFF00FF000000000000
|
|
||||||
0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFF
|
|
||||||
00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FF000000000000
|
|
||||||
000000000000000000000000000000000000FFFFFFFFFFFF00FFFFFF00FFFFFF
|
|
||||||
00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FF00000000000000000000
|
|
||||||
00000000000000000000000000000000000000000000FFFFFFFF000000000000
|
|
||||||
0000000000000000000000000000000000000000000000000000000000000000
|
|
||||||
0000FFFFFFFFFFFFFFFF00000000000000000000000000000000FFFFFFFF0000
|
|
||||||
0000000000000000000000000000000000000000000000000000000000000000
|
|
||||||
0000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000FFFFFFFF0000
|
|
||||||
0000000000000000000000000000000000000000000000000000000000000000
|
|
||||||
0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
|
||||||
FFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000
|
|
||||||
0000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
|
||||||
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000
|
|
||||||
}
|
|
||||||
KeyPreview = True
|
KeyPreview = True
|
||||||
OnActivate = FormActivate
|
OnActivate = FormActivate
|
||||||
OnClose = FormClose
|
OnClose = FormClose
|
||||||
@ -458,8 +420,6 @@ object frPreviewForm: TfrPreviewForm
|
|||||||
Height = 325
|
Height = 325
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 395
|
Width = 395
|
||||||
HorzScrollBar.Page = 390
|
|
||||||
VertScrollBar.Page = 320
|
|
||||||
Align = alClient
|
Align = alClient
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
OnMouseWheelDown = ScrollBox1MouseWheelDown
|
OnMouseWheelDown = ScrollBox1MouseWheelDown
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user