mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 09:32:41 +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"?>
|
||||
<CONFIG>
|
||||
<Package Version="3">
|
||||
<PathDelim Value="\"/>
|
||||
<Name Value="lazreport"/>
|
||||
<Author Value="Olivier Guilbaud, Jesus Reyes A. "/>
|
||||
<CompilerOptions>
|
||||
<Version Value="5"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<CodeGeneration>
|
||||
<Generate Value="Faster"/>
|
||||
</CodeGeneration>
|
||||
<Other>
|
||||
<CustomOptions Value="-dDebugLR"/>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
@ -242,10 +245,11 @@ See license.txt and license-lazreport.txt for details.
|
||||
</Item5>
|
||||
</RequiredPkgs>
|
||||
<UsageOptions>
|
||||
<UnitPath Value="$(PkgOutDir)/"/>
|
||||
<UnitPath Value="$(PkgOutDir)\"/>
|
||||
</UsageOptions>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
<DestinationDirectory Value="$(TestDir)\publishedpackage\"/>
|
||||
<IgnoreBinaries Value="False"/>
|
||||
</PublishOptions>
|
||||
</Package>
|
||||
|
@ -3,29 +3,12 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
Height = 434
|
||||
Top = 106
|
||||
Width = 695
|
||||
HorzScrollBar.Page = 694
|
||||
VertScrollBar.Page = 407
|
||||
ActiveControl = C3
|
||||
Caption = 'Designer'
|
||||
ClientHeight = 408
|
||||
ClientHeight = 414
|
||||
ClientWidth = 695
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Icon.Data = {
|
||||
9C0100002F2A2058504D202A2F0A7374617469632063686172202A6772617068
|
||||
69635B5D203D207B0A22313620313620332031222C0A222E2063204E6F6E6522
|
||||
2C0A222C20632023464646464646222C0A222D20632023303046464646222C0A
|
||||
222E2E2E2E2E2C2C2C2C2C2C2C2C2C2E2E222C0A222E2E2C2C2C2C2C2C2C2C2C
|
||||
2C2C2E2E2E222C0A222E2E2C2C2C2E2E2E2C2E2E2E2E2E2E2E222C0A222E2E2C
|
||||
2C2E2E2E2E2C2E2E2E2E2E2E2E222C0A222E2E2E2E2E2E2E2C2E2E2E2E2E2E2E
|
||||
2E222C0A222E2E2E2E2E2E2C2D2D2D2D2D2D2D2D2E222C0A222E2E2C2C2C2C2C
|
||||
2C2D2D2D2D2D2D2D2D222C0A222E2C2C2C2C2C2C2E2E2E2D2E2E2E2E2D222C0A
|
||||
222E2E2E2E2C2E2E2D2E2D2E2E2E2E2D2D222C0A222E2E2E2C2E2E2E2E2D2E2E
|
||||
2D2D2D2D2E222C0A222E2C2C2E2E2E2E2D2D2D2D2D2D2E2E2E222C0A222C2C2E
|
||||
2E2E2E2D2D2E2E2E2E2E2E2E2E222C0A222C2E2E2E2E2E2D2D2D2D2D2E2E2E2E
|
||||
2E222C0A222E2E2E2E2E2E2D2E2D2D2D2D2D2E2E2E222C0A222E2E2E2E2E2D2E
|
||||
2E2E2E2E2D2D2D2E2E222C0A222E2E2E2E2D2E2E2E2E2E2E2E2E2D2E2E227D0A
|
||||
}
|
||||
KeyPreview = True
|
||||
Menu = MainMenu1
|
||||
OnClose = frDesignerFormClose
|
||||
@ -39,9 +22,9 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
OnShow = FormShow
|
||||
ShowHint = True
|
||||
WindowState = wsMaximized
|
||||
object StatusBar1: TStatusBar
|
||||
Height = 20
|
||||
Top = 388
|
||||
object StatusBar1: TStatusBar[0]
|
||||
Height = 23
|
||||
Top = 391
|
||||
Width = 695
|
||||
Panels = <
|
||||
item
|
||||
@ -55,7 +38,7 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
end>
|
||||
SimplePanel = False
|
||||
end
|
||||
object frDock1: TPanel
|
||||
object frDock1: TPanel[1]
|
||||
Height = 83
|
||||
Width = 695
|
||||
Align = alTop
|
||||
@ -1966,6 +1949,7 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
ItemHeight = 13
|
||||
Items.Strings = (
|
||||
'5'
|
||||
'6'
|
||||
@ -2473,22 +2457,22 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
TabOrder = 3
|
||||
end
|
||||
end
|
||||
object frDock2: TPanel
|
||||
Height = 305
|
||||
object frDock2: TPanel[2]
|
||||
Height = 308
|
||||
Top = 83
|
||||
Width = 27
|
||||
Align = alLeft
|
||||
ClientHeight = 305
|
||||
ClientHeight = 308
|
||||
ClientWidth = 27
|
||||
FullRepaint = False
|
||||
TabOrder = 1
|
||||
object Panel4: TPanel
|
||||
Left = 1
|
||||
Height = 303
|
||||
Height = 306
|
||||
Top = 1
|
||||
Width = 25
|
||||
Align = alClient
|
||||
ClientHeight = 303
|
||||
ClientHeight = 306
|
||||
ClientWidth = 25
|
||||
FullRepaint = False
|
||||
TabOrder = 0
|
||||
@ -2798,11 +2782,11 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
end
|
||||
object panForDlg: TPanel
|
||||
Left = 1
|
||||
Height = 303
|
||||
Height = 306
|
||||
Top = 1
|
||||
Width = 25
|
||||
Align = alClient
|
||||
ClientHeight = 303
|
||||
ClientHeight = 306
|
||||
ClientWidth = 25
|
||||
FullRepaint = False
|
||||
TabOrder = 1
|
||||
@ -2868,9 +2852,9 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
end
|
||||
end
|
||||
end
|
||||
object Tab1: TTabControl
|
||||
object Tab1: TTabControl[3]
|
||||
Left = 27
|
||||
Height = 305
|
||||
Height = 308
|
||||
Top = 83
|
||||
Width = 641
|
||||
Align = alClient
|
||||
@ -2884,10 +2868,9 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
TabStop = False
|
||||
object ScrollBox1: TScrollBox
|
||||
Left = 2
|
||||
Height = 273
|
||||
Height = 276
|
||||
Top = 30
|
||||
Width = 637
|
||||
AutoScroll = True
|
||||
Align = alClient
|
||||
Color = clGray
|
||||
ParentColor = False
|
||||
@ -3095,7 +3078,6 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
000000000000000000000000000000000000A5A2A5FF0000000000000000A5A2
|
||||
A5FF
|
||||
}
|
||||
Transparent = False
|
||||
Visible = False
|
||||
end
|
||||
object Image2: TImage
|
||||
@ -3140,7 +3122,6 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000
|
||||
}
|
||||
Transparent = False
|
||||
Visible = False
|
||||
end
|
||||
object LinePanel: TPanel
|
||||
@ -4205,14 +4186,14 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
end
|
||||
end
|
||||
end
|
||||
object frDock4: TPanel
|
||||
object frDock4: TPanel[4]
|
||||
Left = 668
|
||||
Height = 305
|
||||
Height = 308
|
||||
Top = 83
|
||||
Width = 27
|
||||
Align = alRight
|
||||
Anchors = [akTop, akRight]
|
||||
ClientHeight = 305
|
||||
ClientHeight = 308
|
||||
ClientWidth = 27
|
||||
FullRepaint = False
|
||||
TabOrder = 3
|
||||
@ -4806,7 +4787,7 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
end
|
||||
end
|
||||
end
|
||||
object Panel7: TPanel
|
||||
object Panel7: TPanel[5]
|
||||
Left = 78
|
||||
Height = 15
|
||||
Top = 134
|
||||
@ -4824,7 +4805,7 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
OnPaint = PBox1Paint
|
||||
end
|
||||
end
|
||||
object Popup1: TPopupMenu
|
||||
object Popup1: TPopupMenu[6]
|
||||
OnPopup = Popup1Popup
|
||||
left = 272
|
||||
top = 96
|
||||
@ -4861,7 +4842,7 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
OnClick = N6Click
|
||||
end
|
||||
end
|
||||
object MainMenu1: TMainMenu
|
||||
object MainMenu1: TMainMenu[7]
|
||||
left = 232
|
||||
top = 56
|
||||
object FileMenu: TMenuItem
|
||||
@ -5060,18 +5041,18 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
end
|
||||
end
|
||||
end
|
||||
object OpenDialog1: TOpenDialog
|
||||
object OpenDialog1: TOpenDialog[8]
|
||||
FilterIndex = 0
|
||||
left = 288
|
||||
top = 200
|
||||
end
|
||||
object SaveDialog1: TSaveDialog
|
||||
object SaveDialog1: TSaveDialog[9]
|
||||
FilterIndex = 0
|
||||
Options = [ofHideReadOnly]
|
||||
left = 288
|
||||
top = 264
|
||||
end
|
||||
object ImageList1: TImageList
|
||||
object ImageList1: TImageList[10]
|
||||
Height = 15
|
||||
Width = 15
|
||||
left = 288
|
||||
@ -5164,7 +5145,7 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
00FFDCDCDCFF000000FFDCDCDCFF000000FFDCDCDCFF000000FF
|
||||
}
|
||||
end
|
||||
object ImageList2: TImageList
|
||||
object ImageList2: TImageList[11]
|
||||
Height = 14
|
||||
left = 288
|
||||
top = 312
|
||||
@ -5200,7 +5181,7 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
DCFFDCDCDCFFDCDCDCFFDCDCDCFF
|
||||
}
|
||||
end
|
||||
object Popup2: TPopupMenu
|
||||
object Popup2: TPopupMenu[12]
|
||||
left = 272
|
||||
top = 56
|
||||
object N41: TMenuItem
|
||||
@ -5213,11 +5194,11 @@ inherited frDesignerForm: TfrDesignerForm
|
||||
Caption = ' '
|
||||
end
|
||||
end
|
||||
object ImgIndic: TImageList
|
||||
object ImgIndic: TImageList[13]
|
||||
Height = 8
|
||||
Width = 8
|
||||
left = 328
|
||||
top = 88
|
||||
top = 96
|
||||
Bitmap = {
|
||||
4C69030000000800000008000000000000000000000000000000000000000000
|
||||
00000000000000000000000000FF0000000000F900FF00F900FF00F900FF00F9
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -11,21 +11,6 @@ inherited frEditorForm: TfrEditorForm
|
||||
Font.Color = clBlack
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Icon.Data = {
|
||||
9C0100002F2A2058504D202A2F0A7374617469632063686172202A6772617068
|
||||
69635B5D203D207B0A22313620313620332031222C0A222E2063204E6F6E6522
|
||||
2C0A222C20632023464646464646222C0A222D20632023303046464646222C0A
|
||||
222E2E2E2E2E2C2C2C2C2C2C2C2C2C2E2E222C0A222E2E2C2C2C2C2C2C2C2C2C
|
||||
2C2C2E2E2E222C0A222E2E2C2C2C2E2E2E2C2E2E2E2E2E2E2E222C0A222E2E2C
|
||||
2C2E2E2E2E2C2E2E2E2E2E2E2E222C0A222E2E2E2E2E2E2E2C2E2E2E2E2E2E2E
|
||||
2E222C0A222E2E2E2E2E2E2C2D2D2D2D2D2D2D2D2E222C0A222E2E2C2C2C2C2C
|
||||
2C2D2D2D2D2D2D2D2D222C0A222E2C2C2C2C2C2C2E2E2E2D2E2E2E2E2D222C0A
|
||||
222E2E2E2E2C2E2E2D2E2D2E2E2E2E2D2D222C0A222E2E2E2C2E2E2E2E2D2E2E
|
||||
2D2D2D2D2E222C0A222E2C2C2E2E2E2E2D2D2D2D2D2D2E2E2E222C0A222C2C2E
|
||||
2E2E2E2D2D2E2E2E2E2E2E2E2E222C0A222C2E2E2E2E2E2D2D2D2D2D2E2E2E2E
|
||||
2E222C0A222E2E2E2E2E2E2D2E2D2D2D2D2D2E2E2E222C0A222E2E2E2E2E2D2E
|
||||
2E2E2E2E2D2D2D2E2E222C0A222E2E2E2E2D2E2E2E2E2E2E2E2E2D2E2E227D0A
|
||||
}
|
||||
KeyPreview = True
|
||||
OnCreate = FormCreate
|
||||
OnHide = FormHide
|
||||
@ -147,6 +132,7 @@ inherited frEditorForm: TfrEditorForm
|
||||
ParentColor = False
|
||||
TabOrder = 0
|
||||
BookMarkOptions.Xoffset = 2
|
||||
BookMarkOptions.OnChange = nil
|
||||
Gutter.Color = 13605511
|
||||
Gutter.LeftOffset = 10
|
||||
Gutter.Width = 20
|
||||
@ -481,6 +467,7 @@ inherited frEditorForm: TfrEditorForm
|
||||
' c:=25;'
|
||||
'End'
|
||||
)
|
||||
SelectedColor.OnChange = nil
|
||||
end
|
||||
end
|
||||
object MemoPanel: TPanel[2]
|
||||
@ -533,9 +520,9 @@ inherited frEditorForm: TfrEditorForm
|
||||
TabOrder = 0
|
||||
object CB1: TCheckBox
|
||||
Left = 4
|
||||
Height = 22
|
||||
Height = 19
|
||||
Top = 2
|
||||
Width = 61
|
||||
Width = 53
|
||||
HelpContext = 80
|
||||
AllowGrayed = True
|
||||
Caption = '&Script'
|
||||
@ -544,9 +531,9 @@ inherited frEditorForm: TfrEditorForm
|
||||
end
|
||||
object CB2: TCheckBox
|
||||
Left = 92
|
||||
Height = 22
|
||||
Height = 19
|
||||
Top = 2
|
||||
Width = 73
|
||||
Width = 62
|
||||
HelpContext = 90
|
||||
AllowGrayed = True
|
||||
Caption = '&Big font'
|
||||
@ -555,9 +542,9 @@ inherited frEditorForm: TfrEditorForm
|
||||
end
|
||||
object CB3: TCheckBox
|
||||
Left = 224
|
||||
Height = 22
|
||||
Height = 19
|
||||
Top = 2
|
||||
Width = 89
|
||||
Width = 78
|
||||
HelpContext = 100
|
||||
AllowGrayed = True
|
||||
Caption = '&Word wrap'
|
||||
@ -585,7 +572,7 @@ inherited frEditorForm: TfrEditorForm
|
||||
CommentAttri.Foreground = 13461314
|
||||
NumberAttri.Foreground = clRed
|
||||
StringAttri.Foreground = 15226932
|
||||
left = 224
|
||||
left = 228
|
||||
top = 192
|
||||
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'
|
||||
+#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'
|
||||
+' Serif'#10'KeyPreview'#9#8'OnCreate'#7#10'FormCreate'#6'OnHide'#7#8'FormHid'
|
||||
+'e'#9'OnKeyDown'#7#11'FormKeyDown'#8'OnResize'#7#10'FormResize'#6'OnShow'#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'alBott'
|
||||
+'om'#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'BorderSpacing.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'Top'#2#10#5'Width'#2'H'#11'HelpContext'#2'2'
|
||||
+#7'Anchors'#11#7'akRight'#8'akBottom'#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.In'
|
||||
+'nerBorder'#2#4#7'Caption'#6#9'&Variable'#7'OnClick'#7#12'Button3Click'#8'Ta'
|
||||
+'bOrder'#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'Left'#3#248#0#6'H'
|
||||
+'eight'#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'&For'
|
||||
+'mat'#7'OnClick'#7#12'Button5Click'#8'TabOrder'#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'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'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'M2'#6'Height'#3#136#0#3'Top'#2#16#5'Wid'
|
||||
+'th'#3#249#1#5'Align'#7#8'alBottom'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRig'
|
||||
+'ht'#8'akBottom'#0#11'Font.Height'#2#242#9'Font.Name'#6#7'courier'#11'Parent'
|
||||
+'Color'#8#8'TabOrder'#2#0#23'BookMarkOptions.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.CodeFoldingWidth'#2#14#11'Highlighter'#7#10'Sy'
|
||||
+'nPasSyn1'#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Command'
|
||||
+#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Comma'
|
||||
+'nd'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Comman'
|
||||
+'d'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Comm'
|
||||
+'and'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Comm'
|
||||
+'and'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7'Comm'
|
||||
+'and'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Co'
|
||||
+'mmand'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7'C'
|
||||
+'ommand'#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'C'
|
||||
+'ommand'#2'm'#8'ShortCut'#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'C'
|
||||
+'ommand'#2'k'#8'ShortCut'#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'C'
|
||||
+'ommand'#2'l'#8'ShortCut'#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'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245#1#8'ShortCu'
|
||||
+'t'#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'C'
|
||||
+'ommand'#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'Short'
|
||||
+'Cut'#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'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Com'
|
||||
+'mand'#3'Z'#2#8'ShortCut'#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'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'Short'
|
||||
+'Cut'#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'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3'5`'#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'
|
||||
+'ommand'#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'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'#3'd'#2#8'ShortCu'
|
||||
+'t'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'Sh'
|
||||
+'ortCut'#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.OnC'
|
||||
+'hange'#13#0#0#0#242#2#2#6'TPanel'#9'MemoPanel'#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'On'
|
||||
+'Enter'#7#7'M1Enter'#9'OnKeyDown'#7#9'M1KeyDown'#10'ScrollBars'#7#10'ssAutoB'
|
||||
+'oth'#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'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'
|
||||
+#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
|
||||
@ -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
|
||||
+'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
|
||||
+'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'
|
||||
+'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'
|
||||
+'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
|
||||
+#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'
|
||||
@ -116,122 +219,6 @@ LazarusResources.Add('TfrEditorForm','FORMDATA',[
|
||||
+'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#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
|
||||
+'d'#22'StringAttri.Foreground'#4'4X'#232#0#4'left'#3#228#0#3'top'#3#192#0#0#0
|
||||
+#0
|
||||
]);
|
||||
|
@ -3,9 +3,7 @@ object frPgoptForm: TfrPgoptForm
|
||||
Height = 336
|
||||
Top = 289
|
||||
Width = 456
|
||||
HorzScrollBar.Page = 455
|
||||
VertScrollBar.Page = 335
|
||||
ActiveControl = RB1
|
||||
ActiveControl = PageControl1
|
||||
Caption = 'Page options'
|
||||
ClientHeight = 336
|
||||
ClientWidth = 456
|
||||
@ -15,16 +13,17 @@ object frPgoptForm: TfrPgoptForm
|
||||
OnCreate = FormCreate
|
||||
Position = poScreenCenter
|
||||
ShowHint = True
|
||||
LCLVersion = '0.9.25'
|
||||
object PageControl1: TPageControl
|
||||
Height = 286
|
||||
Height = 296
|
||||
Width = 456
|
||||
ActivePage = TabSheet3
|
||||
ActivePage = TabSheet1
|
||||
Align = alClient
|
||||
TabIndex = 1
|
||||
TabIndex = 0
|
||||
TabOrder = 0
|
||||
object TabSheet1: TTabSheet
|
||||
Caption = 'Paper'
|
||||
ClientHeight = 260
|
||||
ClientHeight = 270
|
||||
ClientWidth = 448
|
||||
object GroupBox2: TGroupBox
|
||||
AnchorSideTop.Control = TabSheet1
|
||||
@ -33,7 +32,7 @@ object frPgoptForm: TfrPgoptForm
|
||||
AnchorSideBottom.Control = TabSheet1
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 251
|
||||
Height = 248
|
||||
Height = 258
|
||||
Top = 6
|
||||
Width = 191
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
@ -41,7 +40,7 @@ object frPgoptForm: TfrPgoptForm
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
Caption = 'Orientation'
|
||||
ClientHeight = 230
|
||||
ClientHeight = 240
|
||||
ClientWidth = 187
|
||||
TabOrder = 0
|
||||
object imgLandScape: TImage
|
||||
@ -49,45 +48,43 @@ object frPgoptForm: TfrPgoptForm
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 149
|
||||
Height = 26
|
||||
Top = 102
|
||||
Top = 107
|
||||
Width = 32
|
||||
Anchors = [akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Right = 6
|
||||
Picture.Data = {
|
||||
07544269746D6170130400002F2A2058504D202A2F0A73746174696320636861
|
||||
72202A677261706869635B5D203D207B0A22333220323620342031222C0A222E
|
||||
20632023383438343834222C0A222C2063204E6F6E65222C0A222D2063202343
|
||||
3643364336222C0A222A20632023464646464646222C0A222E2E2E2E2E2E2E2E
|
||||
2E2E2E2E2E2E2E2E2E2E2E2E2E2E2E2E2E2C2D2D2D2D2D2D222C0A222E2A2A2A
|
||||
2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2C2E2D2D2D2D2D222C0A22
|
||||
2E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2C2A2E2D2D2D2D
|
||||
222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2C2D2A
|
||||
2E2D2D2D222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A
|
||||
2A2C2D2A2A2E2D2D222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A
|
||||
2A2A2A2A2A2C2D2A2A2A2E2D222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A
|
||||
2A2A2A2A2A2A2A2A2A2C2C2C2C2C2C2E222C0A222E2A2A2A2A2A2A2A2A2A2A2A
|
||||
2A2A2A2E2D2A2A2A2A2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2A2A2A
|
||||
2A2A2A2A2A2A2D2E2E2A2A2A2A2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A
|
||||
2A2A2A2A2A2A2A2A2A2A2E2E2E2D2A2A2A2A2A2A2A2A2A2A2A2A2D2C222C0A22
|
||||
2E2A2A2A2A2A2A2A2A2A2A2A2A2D2E2E2E2E2A2A2A2A2A2A2A2A2A2A2A2A2D2C
|
||||
222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2E2D2A2E2E2D2A2A2A2A2A2A2A2A2A
|
||||
2A2A2D2C222C0A222E2A2A2A2A2A2A2A2A2A2A2A2D2E2A2A2E2E2E2A2A2A2A2A
|
||||
2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2A2A2A2A2A2A2A2E2D2A2A2D2E2E2D
|
||||
2A2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2A2A2A2A2A2A2A2E2E2E2E
|
||||
2E2E2E2E2A2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2A2A2A2A2A2A2D
|
||||
2E2D2A2A2A2D2E2E2D2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2A2A2A
|
||||
2A2A2A2E2D2A2A2A2A2A2E2E2E2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A
|
||||
2A2A2A2A2A2A2D2E2A2A2A2A2A2A2D2E2E2D2A2A2A2A2A2A2A2A2D2C222C0A22
|
||||
2E2A2A2A2A2A2A2A2A2E2E2E2E2A2A2A2A2E2E2E2E2E2E2A2A2A2A2A2A2A2D2C
|
||||
222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A
|
||||
2A2A2D2C222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A
|
||||
2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A
|
||||
2A2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A
|
||||
2A2A2A2A2A2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2A2A2A2A2A2A2A
|
||||
2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2D2C222C0A222E2A2A2A2A2D2D2D
|
||||
2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2C222C0A222C2C2C2C
|
||||
2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C227D0A
|
||||
1754506F727461626C654E6574776F726B47726170686963B303000089504E47
|
||||
0D0A1A0A0000000D49484452000000200000001A0803000000E145AE0D000003
|
||||
00504C5445848484000000C6C6C6FFFFFF78787801010102020201010161435F
|
||||
7A4F43614D48724D45754143734E4B5C443D72454E65524F735F006F44477552
|
||||
50724955635654654549733D4C004353413A5F4C00484C4345554F41534D4445
|
||||
4D45524152534E5F5044505245414F5254465F4849493D4C4E4345493A3D3D5C
|
||||
4343673A3A6E5C5C7544575C6F4967634E707544756D4F746557696E536C745C
|
||||
7373575C204968614E656E4361644D64204465532E72654900744E4774495069
|
||||
00556E4354674F49734D4C5C4D5341415F6C4E4C6C444B20455255525F735F50
|
||||
65504172415473544800483D413D4350433A503A5C445C6741746E546F754174
|
||||
5C3D6167436C703A63755C6D744464696F006C634373756F5C6D6D6C656D6B6E
|
||||
6F72746E0073504820724F616F4D6E6745647244206152536D49654656746945
|
||||
746C3D6965436E733A673D007343485C3A4F4A5C4D6541457372507563417368
|
||||
545C694844763D616F5C7473446F206F73646320657564206D65706520726E70
|
||||
6F747267736F7220676161726D6E6161646D5C20614153007265416374506874
|
||||
5269695F766E496F674373734F205C4E634A566F655F6D73507575416E735465
|
||||
0048734B3D004D4343503A4F5F5C4D4441505572555063544C68454969524376
|
||||
4E416F4154734D4520455F643D4C654D4920594270575F72494F6F4E4B67583D
|
||||
7250546100526D4355616F455C6D0053534C75704F62654776634F653D4E7243
|
||||
53733A45695C526F57566E49455C4E5269443D634F5C6F575C6E534D765C5900
|
||||
735743794947734E5F7458426550496D004E334D5F324B505C4C41635F546D53
|
||||
4864453D2E524365493A78415C654C41003D724359635645685353695F007645
|
||||
4E6F585573544D203D42646345653A52205C5F70504F7275466F545F67545072
|
||||
5952615C4F6D7043616C455C69534E6E53566B4F492E5244655349783D416531
|
||||
20000043434F6F565372533D705F576F526972536E614864743D6F6963776F3A
|
||||
736E5C5F5C504E4375546754005C5450625961695C746E7068006C3D436C434C
|
||||
693A496E5CB622D6F90000006E49444154789CCDD04112C0200803C010FFFFE7
|
||||
2A633B2516B83637C725D802598C1E6024317460A001745182256A3045013C50
|
||||
0086234D80361E6036B20284EC5430C7638500C297E4600D335428D8C9007D36
|
||||
5444B02FDE150110CFB7F20BDCCBC3338E3FA9F913601A8335B900EA6507BB70
|
||||
10F4600000000049454E44AE426082
|
||||
}
|
||||
end
|
||||
object imgPortrait: TImage
|
||||
@ -95,46 +92,43 @@ object frPgoptForm: TfrPgoptForm
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 155
|
||||
Height = 32
|
||||
Top = 99
|
||||
Top = 104
|
||||
Width = 26
|
||||
Anchors = [akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Right = 6
|
||||
Picture.Data = {
|
||||
07544269746D61702B0400002F2A2058504D202A2F0A73746174696320636861
|
||||
72202A677261706869635B5D203D207B0A22323620333220342031222C0A222E
|
||||
20632023383438343834222C0A222C20632023433643364336222C0A222D2063
|
||||
2023464646464646222C0A222A2063204E6F6E65222C0A222E2E2E2E2E2E2E2E
|
||||
2E2E2E2E2E2E2E2E2E2E2E2E2C2C2C2C2C2C222C0A222E2D2D2D2D2D2D2D2D2D
|
||||
2D2D2D2D2D2D2D2D2D2E2A2C2C2C2C2C222C0A222E2D2D2D2D2D2D2D2D2D2D2D
|
||||
2D2D2D2D2D2D2D2E2E2A2C2C2C2C222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D
|
||||
2D2D2D2D2D2E2C2E2A2C2C2C222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D
|
||||
2D2D2D2E2D2C2E2A2C2C222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D
|
||||
2D2E2D2D2C2E2A2C222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2E
|
||||
2A2A2A2A2A2A222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D
|
||||
2D2D2C2A222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D
|
||||
2C2A222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2C2A
|
||||
222C0A222E2D2D2D2D2D2D2D2D2D2D2D2E2C2D2D2D2D2D2D2D2D2D2D2C2A222C
|
||||
0A222E2D2D2D2D2D2D2D2D2D2D2C2E2E2D2D2D2D2D2D2D2D2D2D2C2A222C0A22
|
||||
2E2D2D2D2D2D2D2D2D2D2D2E2E2E2C2D2D2D2D2D2D2D2D2D2C2A222C0A222E2D
|
||||
2D2D2D2D2D2D2D2D2C2E2E2E2E2D2D2D2D2D2D2D2D2D2C2A222C0A222E2D2D2D
|
||||
2D2D2D2D2D2D2E2C2D2E2E2C2D2D2D2D2D2D2D2D2C2A222C0A222E2D2D2D2D2D
|
||||
2D2D2D2C2E2D2D2E2E2E2D2D2D2D2D2D2D2D2C2A222C0A222E2D2D2D2D2D2D2D
|
||||
2D2E2C2D2D2C2E2E2C2D2D2D2D2D2D2D2C2A222C0A222E2D2D2D2D2D2D2D2D2E
|
||||
2E2E2E2E2E2E2E2D2D2D2D2D2D2D2C2A222C0A222E2D2D2D2D2D2D2D2C2E2C2D
|
||||
2D2D2C2E2E2C2D2D2D2D2D2D2C2A222C0A222E2D2D2D2D2D2D2D2E2C2D2D2D2D
|
||||
2D2E2E2E2D2D2D2D2D2D2C2A222C0A222E2D2D2D2D2D2D2C2E2D2D2D2D2D2D2C
|
||||
2E2E2C2D2D2D2D2D2C2A222C0A222E2D2D2D2D2D2E2E2E2E2D2D2D2D2E2E2E2E
|
||||
2E2E2D2D2D2D2C2A222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D
|
||||
2D2D2D2D2C2A222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D
|
||||
2D2D2C2A222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D
|
||||
2C2A222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2C2A
|
||||
222C0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2C2A222C
|
||||
0A222E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2C2A222C0A22
|
||||
2E2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2C2A222C0A222E2D
|
||||
2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2C2A222C0A222E2C2C2C
|
||||
2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2C2A222C0A222A2A2A2A2A2A
|
||||
2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A2A227D0A
|
||||
1754506F727461626C654E6574776F726B47726170686963B203000089504E47
|
||||
0D0A1A0A0000000D494844520000001A0000002008030000003B759837000003
|
||||
00504C5445848484C6C6C6FFFFFF0000007878780101010202020101015F4361
|
||||
434F7A484D61454D724341754B4E733D445C4E45724F5265005F7347446F5052
|
||||
755549725456634945654C3D735343005F3A4148004C45434C414F55444D5345
|
||||
4D455241525F4E5350445041455254524F485F463D4949434E4C3A49455C3D3D
|
||||
6743436E3A3A755C5C5C574467496F704E63754475744F6D6957656C536E735C
|
||||
745C5773684920654E6161436E644D64654420722E53004965474E7450497455
|
||||
006954436E494F674C4D73534D5C5F41414C4E6C4B446C5245205F5255505F73
|
||||
4150655441724854733D4800433D413A43505C3A50675C446E7441756F545C74
|
||||
4167613D706C4375633A746D5C6964446C006F7343635C6F756C6D6D6B6D6572
|
||||
6F6E006E744850734F72204D6F6145676E447264526120496D53564665456974
|
||||
3D6C744365693A736E003D674843734F3A5C4D5C4A4541655072734163755468
|
||||
7348695C3D76445C6F614473746F206F6364737565206D20646570656E722074
|
||||
6F7073677220726F6161676E6D72646161205C6D534161657200746341746850
|
||||
6969526E765F676F497373435C204F4A634E656F56736D5F757550736E410065
|
||||
544B73484D003D5043435F4F3A444D5C5550415055724C546349456843526941
|
||||
4E7654416F454D735F45204C3D64494D654259205F57704F49724B4E6F3D5867
|
||||
54507252006155436D456F61006D5C4C53534F70754765624F63764E3D655343
|
||||
72453A73525C6956576F45496E524E5C3D44695C4F635C576F4D536E595C7657
|
||||
73004979434E734758745F506542006D494D334E4B325F4C5C505F6341536D54
|
||||
456448522E3D49654341783A4C655C3D0041594372455663535368005F694E45
|
||||
7655586F4D5473423D20456364523A655F5C204F50704675725F546F50546752
|
||||
59724F5C6143706D456C6153695C536E4E4F6B56522E495365443D7849316541
|
||||
0000204F434353566F3D5372575F7069526F6E53726448616F3D74776369733A
|
||||
6F5F5C6E4E505C54754300546750545C615962745C6968706E3D6C00436C433A
|
||||
694C5C6E49ACDB48A00000006D49444154789CCDD2C112C0101003D084FFFFE7
|
||||
566C2D236E0ECDA5339E60760A985001CA16D43375B34499A522F324F3CF501C
|
||||
29BC41E0899637ADD4A6E7896DB29EDECA549B89D0918E5A81595B28B213B53F
|
||||
6B13C5D2A825717C63CFA0EF92BCEECAE47F4A3CA4C6EFE8F200F423058DE848
|
||||
07460000000049454E44AE426082
|
||||
}
|
||||
end
|
||||
object Panel1: TPanel
|
||||
@ -142,21 +136,20 @@ object frPgoptForm: TfrPgoptForm
|
||||
AnchorSideTop.Control = GroupBox2
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 3
|
||||
Height = 32
|
||||
Top = 99
|
||||
Width = 79
|
||||
Height = 44
|
||||
Top = 98
|
||||
Width = 85
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 3
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 32
|
||||
ClientWidth = 79
|
||||
ClientHeight = 44
|
||||
ClientWidth = 85
|
||||
TabOrder = 0
|
||||
object RB1: TRadioButton
|
||||
AnchorSideLeft.Control = GroupBox2
|
||||
AnchorSideTop.Control = Panel1
|
||||
Left = 6
|
||||
Height = 13
|
||||
Width = 53
|
||||
Height = 19
|
||||
Width = 59
|
||||
HelpContext = 111
|
||||
AllowGrayed = True
|
||||
BorderSpacing.Left = 6
|
||||
@ -171,9 +164,9 @@ object frPgoptForm: TfrPgoptForm
|
||||
AnchorSideTop.Control = RB1
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 13
|
||||
Top = 19
|
||||
Width = 73
|
||||
Height = 19
|
||||
Top = 25
|
||||
Width = 79
|
||||
HelpContext = 120
|
||||
AllowGrayed = True
|
||||
BorderSpacing.Top = 6
|
||||
@ -190,7 +183,7 @@ object frPgoptForm: TfrPgoptForm
|
||||
AnchorSideBottom.Control = TabSheet1
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 248
|
||||
Height = 258
|
||||
Top = 6
|
||||
Width = 239
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
@ -199,7 +192,7 @@ object frPgoptForm: TfrPgoptForm
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
Caption = 'Size'
|
||||
ClientHeight = 230
|
||||
ClientHeight = 240
|
||||
ClientWidth = 235
|
||||
TabOrder = 1
|
||||
object Label1: TLabel
|
||||
@ -281,7 +274,7 @@ object frPgoptForm: TfrPgoptForm
|
||||
end
|
||||
object TabSheet3: TTabSheet
|
||||
Caption = 'Options'
|
||||
ClientHeight = 260
|
||||
ClientHeight = 270
|
||||
ClientWidth = 448
|
||||
object GroupBox1: TGroupBox
|
||||
AnchorSideLeft.Control = TabSheet3
|
||||
@ -301,9 +294,9 @@ object frPgoptForm: TfrPgoptForm
|
||||
TabOrder = 0
|
||||
object CB1: TCheckBox
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 19
|
||||
Top = 6
|
||||
Width = 123
|
||||
Width = 129
|
||||
HelpContext = 160
|
||||
Caption = '&Print to previous page'
|
||||
TabOrder = 0
|
||||
@ -316,7 +309,7 @@ object frPgoptForm: TfrPgoptForm
|
||||
AnchorSideBottom.Control = TabSheet3
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 228
|
||||
Height = 248
|
||||
Height = 258
|
||||
Top = 6
|
||||
Width = 214
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
@ -324,7 +317,7 @@ object frPgoptForm: TfrPgoptForm
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
Caption = 'Columns'
|
||||
ClientHeight = 230
|
||||
ClientHeight = 240
|
||||
ClientWidth = 210
|
||||
TabOrder = 1
|
||||
object Label7: TLabel
|
||||
@ -381,13 +374,13 @@ object frPgoptForm: TfrPgoptForm
|
||||
AnchorSideBottom.Control = TabSheet3
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 190
|
||||
Height = 200
|
||||
Top = 64
|
||||
Width = 216
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Page margins'
|
||||
ClientHeight = 172
|
||||
ClientHeight = 182
|
||||
ClientWidth = 212
|
||||
TabOrder = 2
|
||||
object Label3: TLabel
|
||||
@ -396,7 +389,7 @@ object frPgoptForm: TfrPgoptForm
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 108
|
||||
Height = 14
|
||||
Top = 21
|
||||
Top = 27
|
||||
Width = 43
|
||||
BorderSpacing.Left = 6
|
||||
Caption = '&Left, mm'
|
||||
@ -409,7 +402,7 @@ object frPgoptForm: TfrPgoptForm
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 14
|
||||
Height = 14
|
||||
Top = 21
|
||||
Top = 27
|
||||
Width = 42
|
||||
BorderSpacing.Left = 6
|
||||
Caption = '&Top, mm'
|
||||
@ -422,7 +415,7 @@ object frPgoptForm: TfrPgoptForm
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 14
|
||||
Height = 14
|
||||
Top = 69
|
||||
Top = 75
|
||||
Width = 49
|
||||
Caption = '&Right, mm'
|
||||
ParentColor = False
|
||||
@ -434,7 +427,7 @@ object frPgoptForm: TfrPgoptForm
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 108
|
||||
Height = 14
|
||||
Top = 69
|
||||
Top = 75
|
||||
Width = 58
|
||||
Caption = '&Bottom, mm'
|
||||
ParentColor = False
|
||||
@ -442,9 +435,9 @@ object frPgoptForm: TfrPgoptForm
|
||||
object CB5: TCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 8
|
||||
Height = 13
|
||||
Height = 19
|
||||
Top = 2
|
||||
Width = 65
|
||||
Width = 71
|
||||
HelpContext = 62
|
||||
BorderSpacing.Around = 6
|
||||
Caption = '&Don''t use'
|
||||
@ -458,7 +451,7 @@ object frPgoptForm: TfrPgoptForm
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 114
|
||||
Height = 22
|
||||
Top = 41
|
||||
Top = 47
|
||||
Width = 64
|
||||
HelpContext = 72
|
||||
AutoSize = True
|
||||
@ -471,7 +464,7 @@ object frPgoptForm: TfrPgoptForm
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 20
|
||||
Height = 22
|
||||
Top = 41
|
||||
Top = 47
|
||||
Width = 64
|
||||
HelpContext = 81
|
||||
AutoSize = True
|
||||
@ -484,7 +477,7 @@ object frPgoptForm: TfrPgoptForm
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 20
|
||||
Height = 22
|
||||
Top = 89
|
||||
Top = 95
|
||||
Width = 64
|
||||
HelpContext = 91
|
||||
AutoSize = True
|
||||
@ -497,7 +490,7 @@ object frPgoptForm: TfrPgoptForm
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 114
|
||||
Height = 22
|
||||
Top = 89
|
||||
Top = 95
|
||||
Width = 64
|
||||
HelpContext = 101
|
||||
AutoSize = True
|
||||
@ -509,12 +502,12 @@ object frPgoptForm: TfrPgoptForm
|
||||
end
|
||||
object ButtonPanel1: TButtonPanel
|
||||
Left = 6
|
||||
Height = 50
|
||||
Top = 286
|
||||
Height = 40
|
||||
Top = 296
|
||||
Width = 444
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
TabOrder = 1
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
end
|
||||
end
|
||||
|
@ -2,175 +2,353 @@
|
||||
|
||||
LazarusResources.Add('TfrPgoptForm','FORMDATA',[
|
||||
'TPF0'#12'TfrPgoptForm'#11'frPgoptForm'#4'Left'#3'V'#1#6'Height'#3'P'#1#3'Top'
|
||||
+#3'!'#1#5'Width'#3#200#1#18'HorzScrollBar.Page'#3#199#1#18'VertScrollBar.Pag'
|
||||
+'e'#3'O'#1#13'ActiveControl'#7#3'RB1'#7'Caption'#6#12'Page options'#12'Clien'
|
||||
+'tHeight'#3'P'#1#11'ClientWidth'#3#200#1#11'Font.Height'#2#245#9'Font.Name'#6
|
||||
+#13'MS Sans Serif'#10'OnActivate'#7#12'FormActivate'#8'OnCreate'#7#10'FormCr'
|
||||
+'eate'#8'Position'#7#14'poScreenCenter'#8'ShowHint'#9#0#12'TPageControl'#12
|
||||
+'PageControl1'#6'Height'#3#30#1#5'Width'#3#200#1#10'ActivePage'#7#9'TabSheet'
|
||||
+'3'#5'Align'#7#8'alClient'#8'TabIndex'#2#1#8'TabOrder'#2#0#0#9'TTabSheet'#9
|
||||
+'TabSheet1'#7'Caption'#6#5'Paper'#12'ClientHeight'#3#4#1#11'ClientWidth'#3
|
||||
+#192#1#0#9'TGroupBox'#9'GroupBox2'#21'AnchorSideTop.Control'#7#9'TabSheet1'
|
||||
+#23'AnchorSideRight.Control'#7#9'TabSheet1'#20'AnchorSideRight.Side'#7#9'asr'
|
||||
+'Bottom'#24'AnchorSideBottom.Control'#7#9'TabSheet1'#21'AnchorSideBottom.Sid'
|
||||
+'e'#7#9'asrBottom'#4'Left'#3#251#0#6'Height'#3#248#0#3'Top'#2#6#5'Width'#3
|
||||
+#191#0#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#17'BorderSpacing.Top'
|
||||
+#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#11
|
||||
+'Orientation'#12'ClientHeight'#3#230#0#11'ClientWidth'#3#187#0#8'TabOrder'#2
|
||||
+#0#0#6'TImage'#12'imgLandScape'#23'AnchorSideRight.Control'#7#9'GroupBox2'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#149#0#6'Height'#2#26#3'Top'#2
|
||||
+'f'#5'Width'#2' '#7'Anchors'#11#7'akRight'#0#8'AutoSize'#9#19'BorderSpacing.'
|
||||
+'Right'#2#6#12'Picture.Data'#10#31#4#0#0#7'TBitmap'#19#4#0#0'/* XPM */'#10's'
|
||||
+'tatic char *graphic[] = {'#10'"32 26 4 1",'#10'". c #848484",'#10'", c None'
|
||||
+'",'#10'"- c #C6C6C6",'#10'"* c #FFFFFF",'#10'".........................,---'
|
||||
+'---",'#10'".************************,.-----",'#10'".***********************'
|
||||
+'*,*.----",'#10'".************************,-*.---",'#10'".******************'
|
||||
+'******,-**.--",'#10'".************************,-***.-",'#10'".*************'
|
||||
+'***********,,,,,,.",'#10'".**************.-*************-,",'#10'".********'
|
||||
+'*****-..*************-,",'#10'".*************...-************-,",'#10'".***'
|
||||
+'*********-....************-,",'#10'".************.-*..-***********-,",'#10
|
||||
+'".***********-.**...***********-,",'#10'".***********.-**-..-**********-,",'
|
||||
+#10'".***********........**********-,",'#10'".**********-.-***-..-*********-'
|
||||
+',",'#10'".**********.-*****...*********-,",'#10'".*********-.******-..-****'
|
||||
+'****-,",'#10'".********....****......*******-,",'#10'".********************'
|
||||
+'*********-,",'#10'".*****************************-,",'#10'".***************'
|
||||
+'**************-,",'#10'".*****************************-,",'#10'".**********'
|
||||
+'*******************-,",'#10'".****--------------------------,",'#10'",,,,,,'
|
||||
+',,,,,,,,,,,,,,,,,,,,,,,,,,"}'#10#0#0#6'TImage'#11'imgPortrait'#23'AnchorSid'
|
||||
+'eRight.Control'#7#9'GroupBox2'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Le'
|
||||
+'ft'#3#155#0#6'Height'#2' '#3'Top'#2'c'#5'Width'#2#26#7'Anchors'#11#7'akRigh'
|
||||
+'t'#0#8'AutoSize'#9#19'BorderSpacing.Right'#2#6#12'Picture.Data'#10'7'#4#0#0
|
||||
+#7'TBitmap+'#4#0#0'/* XPM */'#10'static char *graphic[] = {'#10'"26 32 4 1",'
|
||||
+#10'". c #848484",'#10'", c #C6C6C6",'#10'"- c #FFFFFF",'#10'"* c None",'#10
|
||||
+'"....................,,,,,,",'#10'".------------------.*,,,,,",'#10'".-----'
|
||||
+'-------------..*,,,,",'#10'".------------------.,.*,,,",'#10'".------------'
|
||||
+'------.-,.*,,",'#10'".------------------.--,.*,",'#10'".------------------.'
|
||||
+'******",'#10'".-----------------------,*",'#10'".-----------------------,*"'
|
||||
+','#10'".-----------------------,*",'#10'".-----------.,----------,*",'#10'"'
|
||||
+'.----------,..----------,*",'#10'".----------...,---------,*",'#10'".------'
|
||||
+'---,....---------,*",'#10'".---------.,-..,--------,*",'#10'".--------,.--.'
|
||||
+'..--------,*",'#10'".--------.,--,..,-------,*",'#10'".--------........----'
|
||||
+'---,*",'#10'".-------,.,---,..,------,*",'#10'".-------.,-----...------,*",'
|
||||
+#10'".------,.------,..,-----,*",'#10'".-----....----......----,*",'#10'".--'
|
||||
+'---------------------,*",'#10'".-----------------------,*",'#10'".---------'
|
||||
+'--------------,*",'#10'".-----------------------,*",'#10'".----------------'
|
||||
+'-------,*",'#10'".-----------------------,*",'#10'".-----------------------'
|
||||
+',*",'#10'".-----------------------,*",'#10'".,,,,,,,,,,,,,,,,,,,,,,,,*",'#10
|
||||
+'"**************************"}'#10#0#0#6'TPanel'#6'Panel1'#22'AnchorSideLeft'
|
||||
+'.Control'#7#9'GroupBox2'#21'AnchorSideTop.Control'#7#9'GroupBox2'#18'Anchor'
|
||||
+'SideTop.Side'#7#9'asrCenter'#4'Left'#2#3#6'Height'#2' '#3'Top'#2'c'#5'Width'
|
||||
+#2'O'#8'AutoSize'#9#18'BorderSpacing.Left'#2#3#10'BevelOuter'#7#6'bvNone'#12
|
||||
+'ClientHeight'#2' '#11'ClientWidth'#2'O'#8'TabOrder'#2#0#0#12'TRadioButton'#3
|
||||
+'RB1'#22'AnchorSideLeft.Control'#7#9'GroupBox2'#21'AnchorSideTop.Control'#7#6
|
||||
+'Panel1'#4'Left'#2#6#6'Height'#2#13#5'Width'#2'5'#11'HelpContext'#2'o'#11'Al'
|
||||
+'lowGrayed'#9#18'BorderSpacing.Left'#2#6#7'Caption'#6#9'&Portrait'#7'Checked'
|
||||
+#9#7'OnClick'#7#8'RB1Click'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'T'
|
||||
,'RadioButton'#3'RB2'#22'AnchorSideLeft.Control'#7#3'RB1'#21'AnchorSideTop.Co'
|
||||
+'ntrol'#7#3'RB1'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'
|
||||
+#2#13#3'Top'#2#19#5'Width'#2'I'#11'HelpContext'#2'x'#11'AllowGrayed'#9#17'Bo'
|
||||
+'rderSpacing.Top'#2#6#7'Caption'#6#10'&Landscape'#7'OnClick'#7#8'RB2Click'#8
|
||||
+'TabOrder'#2#1#0#0#0#0#9'TGroupBox'#9'GroupBox3'#22'AnchorSideLeft.Control'#7
|
||||
+#9'TabSheet1'#21'AnchorSideTop.Control'#7#9'TabSheet1'#23'AnchorSideRight.Co'
|
||||
+'ntrol'#7#9'GroupBox2'#24'AnchorSideBottom.Control'#7#9'TabSheet1'#21'Anchor'
|
||||
+'SideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#248#0#3'Top'#2#6#5
|
||||
+'Width'#3#239#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#18
|
||||
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2
|
||||
+#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#4'Size'#12'ClientHeight'#3#230#0
|
||||
+#11'ClientWidth'#3#235#0#8'TabOrder'#2#1#0#6'TLabel'#6'Label1'#24'AnchorSide'
|
||||
+'Bottom.Control'#7#2'E1'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#8
|
||||
+#6'Height'#2#14#3'Top'#2'3'#5'Width'#2'4'#7'Anchors'#11#6'akLeft'#8'akBottom'
|
||||
+#0#7'Caption'#6#10'&Width, mm'#12'FocusControl'#7#2'E1'#11'ParentColor'#8#0#0
|
||||
+#6'TLabel'#6'Label2'#24'AnchorSideBottom.Control'#7#2'E2'#21'AnchorSideBotto'
|
||||
+'m.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#14#3'Top'#2'O'#5'Width'#2'7'
|
||||
+#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#11'&Height, mm'#12'Focus'
|
||||
+'Control'#7#2'E2'#11'ParentColor'#8#0#0#9'TComboBox'#5'ComB1'#22'AnchorSideL'
|
||||
+'eft.Control'#7#9'GroupBox3'#23'AnchorSideRight.Control'#7#9'GroupBox3'#20'A'
|
||||
+'nchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#15#5
|
||||
+'Width'#3#223#0#11'HelpContext'#3#130#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
||||
+'kRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearch'
|
||||
+'Ascending'#0#18'BorderSpacing.Left'#2#6#19'BorderSpacing.Right'#2#6#10'Item'
|
||||
+'Height'#2#16#9'ItemWidth'#3#200#0#9'MaxLength'#2#0#7'OnClick'#7#10'ComB1Cli'
|
||||
+'ck'#10'OnDrawItem'#7#13'ComB1DrawItem'#5'Style'#7#16'csOwnerDrawFixed'#8'Ta'
|
||||
+'bOrder'#2#0#0#0#5'TEdit'#2'E1'#21'AnchorSideTop.Control'#7#5'ComB1'#18'Anch'
|
||||
+'orSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'GroupBox3'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#155#0#6'Height'#2#22#3'Top'#2
|
||||
+'+'#5'Width'#2'J'#11'HelpContext'#3#140#0#7'Anchors'#11#5'akTop'#7'akRight'#0
|
||||
+#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#0#0#5'TEdit'#2'E'
|
||||
+'2'#21'AnchorSideTop.Control'#7#2'E1'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#23'AnchorSideRight.Control'#7#9'GroupBox3'#20'AnchorSideRight.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#3#155#0#6'Height'#2#22#3'Top'#2'G'#5'Width'#2'J'#11'HelpCon'
|
||||
+'text'#3#150#0#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#20'BorderSp'
|
||||
+'acing.Around'#2#6#8'TabOrder'#2#2#0#0#0#0#9'TTabSheet'#9'TabSheet3'#7'Capti'
|
||||
+'on'#6#7'Options'#12'ClientHeight'#3#4#1#11'ClientWidth'#3#192#1#0#9'TGroupB'
|
||||
+'ox'#9'GroupBox1'#22'AnchorSideLeft.Control'#7#9'TabSheet3'#21'AnchorSideTop'
|
||||
+'.Control'#7#9'TabSheet3'#23'AnchorSideRight.Control'#7#9'GroupBox5'#24'Anch'
|
||||
+'orSideBottom.Control'#7#9'TabSheet3'#21'AnchorSideBottom.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2#6#6'Height'#2'4'#3'Top'#2#6#5'Width'#3#216#0#7'Anchors'#11#5'a'
|
||||
+'kTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Op'
|
||||
+'tions'#12'ClientHeight'#2'"'#11'ClientWidth'#3#212#0#8'TabOrder'#2#0#0#9'TC'
|
||||
+'heckBox'#3'CB1'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#6#5'Width'#2'{'#11'Help'
|
||||
+'Context'#3#160#0#7'Caption'#6#23'&Print to previous page'#8'TabOrder'#2#0#0
|
||||
+#0#0#9'TGroupBox'#9'GroupBox5'#21'AnchorSideTop.Control'#7#9'TabSheet3'#23'A'
|
||||
+'nchorSideRight.Control'#7#9'TabSheet3'#20'AnchorSideRight.Side'#7#9'asrBott'
|
||||
+'om'#24'AnchorSideBottom.Control'#7#9'TabSheet3'#21'AnchorSideBottom.Side'#7
|
||||
+#9'asrBottom'#4'Left'#3#228#0#6'Height'#3#248#0#3'Top'#2#6#5'Width'#3#214#0#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'BorderSpacing.To'
|
||||
+'p'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6
|
||||
+#7'Columns'#12'ClientHeight'#3#230#0#11'ClientWidth'#3#210#0#8'TabOrder'#2#1
|
||||
+#0#6'TLabel'#6'Label7'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#2'&'#7
|
||||
+'Caption'#6#7'&Number'#11'ParentColor'#8#0#0#6'TLabel'#6'Label8'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#6'Label7'#21'AnchorSideTop.Control'#7#9'ecolCount'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'6'#5'Wi'
|
||||
+'dth'#2'P'#7'Caption'#6#15'&Column gap, mm'#12'FocusControl'#7#2'E7'#11'Pare'
|
||||
+'ntColor'#8#0#0#5'TEdit'#2'E7'#22'AnchorSideLeft.Control'#7#6'Label7'#21'Anc'
|
||||
+'horSideTop.Control'#7#6'Label8'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'An'
|
||||
+'chorSideRight.Control'#7#9'GroupBox5'#4'Left'#2#12#6'Height'#2#22#3'Top'#2
|
||||
+'J'#5'Width'#2''#11'HelpContext'#3#180#0#8'AutoSize'#9#20'BorderSpacing.Aro'
|
||||
+#3'!'#1#5'Width'#3#200#1#13'ActiveControl'#7#12'PageControl1'#7'Caption'#6#12
|
||||
+'Page options'#12'ClientHeight'#3'P'#1#11'ClientWidth'#3#200#1#11'Font.Heigh'
|
||||
+'t'#2#245#9'Font.Name'#6#13'MS Sans Serif'#10'OnActivate'#7#12'FormActivate'
|
||||
+#8'OnCreate'#7#10'FormCreate'#8'Position'#7#14'poScreenCenter'#8'ShowHint'#9
|
||||
+#10'LCLVersion'#6#6'0.9.25'#0#12'TPageControl'#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'TTabSheet'#9'TabSheet1'#7'Caption'#6#5'Pa'
|
||||
+'per'#12'ClientHeight'#3#14#1#11'ClientWidth'#3#192#1#0#9'TGroupBox'#9'Group'
|
||||
+'Box2'#21'AnchorSideTop.Control'#7#9'TabSheet1'#23'AnchorSideRight.Control'#7
|
||||
+#9'TabSheet1'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Co'
|
||||
+'ntrol'#7#9'TabSheet1'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#251
|
||||
+#0#6'Height'#3#2#1#3'Top'#2#6#5'Width'#3#191#0#7'Anchors'#11#5'akTop'#7'akRi'
|
||||
+'ght'#8'akBottom'#0#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#20
|
||||
+'BorderSpacing.Bottom'#2#6#7'Caption'#6#11'Orientation'#12'ClientHeight'#3
|
||||
+#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'asr'
|
||||
+'Bottom'#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'TPortableNetworkGraphic'#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_PDPREAORT'
|
||||
+'F_HII=LNCEI:==\CCg::n\\uDW\oIgcNpuDumOteWinSlt\ssW\ IhaNenCadMd DeS.reI'#0
|
||||
+'tNGtIPi'#0'UnCTgOIsML\MSAA_lNLlDK ERUR_s_PePArATsTH'#0'H=A=CPC:P:\D\gAtnTou'
|
||||
+'At\=agClp:cu\mtDdio'#0'lcCsuo\mmlemknortn'#0'sPH rOaoMngEdrD aRSmIeFVtiEtl='
|
||||
+'ieCns:g='#0'sCH\:OJ\MeAEsrPucAshT\iHDv=ao\tsDo osdc eud mepe rnpotrgsor gaa'
|
||||
+'rmnaadm\ aAS'#0'reActPhtRii_vnIogCssO \NcJVoe_msPuuAnsTe'#0'HsK='#0'MCCP:O_'
|
||||
+'\MDAPUrUPcTLhEIiRCvNAoATsME E_d=LeMI YBpW_rIOoNKgX=rPTa'#0'RmCUaoE\m'#0'SSL'
|
||||
+'upObeGvcOe=NrCSs:Ei\RoWVnIE\NRiD=cO\oW\nSMv\Y'#0'sWCyIGsN_tXBePIm'#0'N3M_2K'
|
||||
+'P\LAc_TmSHdE=.RCeI:xA\eLA'#0'=rCYcVEhSSi_'#0'vENoXUsTM =BdcEe:R \_pPOruFoT_'
|
||||
+'gTPrYRa\OmpCalE\iSNnSVkOI.RDeSIx=Ae1 '#0#0'CCOoVSrS=p_WoRirSnaHdt=oicwo:sn\'
|
||||
+'_\PNCuTgT'#0'\TPbYai\tnph'#0'l=ClCLi: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'GroupBox2'#20'AnchorSideRight.Side'#7#9'asr'
|
||||
+'Bottom'#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'BorderSpacing.Right'#2#6#12'Picture.Data'
|
||||
+#10#206#3#0#0#23'TPortableNetworkGraphic'#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\N'
|
||||
+'ErORe'#0'_sGDoPRuUIrTVcIEeL=sSC'#0'_:AH'#0'LECLAOUDMSEMERAR_NSPDPAERTROH_F='
|
||||
+'IICNL:IE\==gCCn::u\\\WDgIopNcuDutOmiWelSns\t\WshI eNaaCndMdeD r.S'#0'IeGNtP'
|
||||
+'ItU'#0'iTCnIOgLMsSM\_AALNlKDlRE _RUP_sAPeTArHTs=H'#0'C=A:CP\:Pg\DntAuoT\tAg'
|
||||
+'a=plCuc:tm\idDl'#0'osCc\oulmmkmeron'#0'ntHPsOr MoaEgnDrdRa ImSVFeEit=ltCei:'
|
||||
+'sn'#0'=gHCsO:\M\JEAePrsAcuThsHi\=vD\oaDsto ocdsue m depenr topsgr roaagnmrd'
|
||||
+'aa \mSAaer'#0'tcAthPiiRnv_goIssC\ OJcNeoVsm_uuPsnA'#0'eTKsHM'#0'=PCC_O:DM\U'
|
||||
+'PAPUrLTcIEhCRiANvTAoEMs_E L=dIMeBY _WpOIrKNo=XgTPrR'#0'aUCmEoa'#0'm\LSSOpuG'
|
||||
+'ebOcvN=eSCrE:sR\iVWoEInRN\=Di\Oc\WoMSnY\vWs'#0'IyCNsGXt_PeB'#0'mIM3NK2_L\P_'
|
||||
+'cASmTEdHR.=IeCAx:Le\='#0'AYCrEVcSSh'#0'_iNEvUXoMTsB= EcdR:e_\ OPpFur_ToPTgR'
|
||||
+'YrO\aCpmElaSi\SnNOkVR.ISeD=xI1eA'#0#0' OCCSVo=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'AnchorSideLeft.Control'#7#9'GroupBox2'#21'An'
|
||||
+'chorSideTop.Control'#7#9'GroupBox2'#18'AnchorSideTop.Side'#7#9'asrCenter'#4
|
||||
+'Left'#2#3#6'Height'#2','#3'Top'#2'b'#5'Width'#2'U'#8'AutoSize'#9#18'BorderS'
|
||||
+'pacing.Left'#2#3#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2','#11'Client'
|
||||
,'Width'#2'U'#8'TabOrder'#2#0#0#12'TRadioButton'#3'RB1'#21'AnchorSideTop.Cont'
|
||||
+'rol'#7#6'Panel1'#4'Left'#2#6#6'Height'#2#19#5'Width'#2';'#11'HelpContext'#2
|
||||
+'o'#11'AllowGrayed'#9#18'BorderSpacing.Left'#2#6#7'Caption'#6#9'&Portrait'#7
|
||||
+'Checked'#9#7'OnClick'#7#8'RB1Click'#5'State'#7#9'cbChecked'#8'TabOrder'#2#0
|
||||
+#0#0#12'TRadioButton'#3'RB2'#22'AnchorSideLeft.Control'#7#3'RB1'#21'AnchorSi'
|
||||
+'deTop.Control'#7#3'RB1'#18'AnchorSideTop.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'RB2C'
|
||||
+'lick'#8'TabOrder'#2#1#0#0#0#0#9'TGroupBox'#9'GroupBox3'#22'AnchorSideLeft.C'
|
||||
+'ontrol'#7#9'TabSheet1'#21'AnchorSideTop.Control'#7#9'TabSheet1'#23'AnchorSi'
|
||||
+'deRight.Control'#7#9'GroupBox2'#24'AnchorSideBottom.Control'#7#9'TabSheet1'
|
||||
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#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'BorderSpacing.Top'#2#6#19'BorderSpacing.Rig'
|
||||
+'ht'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#4'Size'#12'ClientHeight'#3
|
||||
+#240#0#11'ClientWidth'#3#235#0#8'TabOrder'#2#1#0#6'TLabel'#6'Label1'#24'Anch'
|
||||
+'orSideBottom.Control'#7#2'E1'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Le'
|
||||
+'ft'#2#8#6'Height'#2#14#3'Top'#2'3'#5'Width'#2'4'#7'Anchors'#11#6'akLeft'#8
|
||||
+'akBottom'#0#7'Caption'#6#10'&Width, mm'#12'FocusControl'#7#2'E1'#11'ParentC'
|
||||
+'olor'#8#0#0#6'TLabel'#6'Label2'#24'AnchorSideBottom.Control'#7#2'E2'#21'Anc'
|
||||
+'horSideBottom.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'ParentColor'#8#0#0#9'TComboBox'#5'ComB1'#22
|
||||
+'AnchorSideLeft.Control'#7#9'GroupBox3'#23'AnchorSideRight.Control'#7#9'Grou'
|
||||
+'pBox3'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#22#3
|
||||
+'Top'#2#15#5'Width'#3#223#0#11'HelpContext'#3#130#0#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
|
||||
+'cbactSearchAscending'#0#18'BorderSpacing.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'ComB1DrawItem'#5'Style'#7#16'csOwnerDrawFix'
|
||||
+'ed'#8'TabOrder'#2#0#0#0#5'TEdit'#2'E1'#21'AnchorSideTop.Control'#7#5'ComB1'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'Group'
|
||||
+'Box3'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#155#0#6'Height'#2#22
|
||||
+#3'Top'#2'+'#5'Width'#2'J'#11'HelpContext'#3#140#0#7'Anchors'#11#5'akTop'#7
|
||||
+'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#0#0#5
|
||||
+'TEdit'#2'E2'#21'AnchorSideTop.Control'#7#2'E1'#18'AnchorSideTop.Side'#7#9'a'
|
||||
+'srBottom'#23'AnchorSideRight.Control'#7#9'GroupBox3'#20'AnchorSideRight.Sid'
|
||||
+'e'#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'TabOrder'#2#2#0#0#0#0#9'TTabSheet'#9'TabSheet3'
|
||||
+#7'Caption'#6#7'Options'#12'ClientHeight'#3#14#1#11'ClientWidth'#3#192#1#0#9
|
||||
+'TGroupBox'#9'GroupBox1'#22'AnchorSideLeft.Control'#7#9'TabSheet3'#21'Anchor'
|
||||
+'SideTop.Control'#7#9'TabSheet3'#23'AnchorSideRight.Control'#7#9'GroupBox5'
|
||||
+#24'AnchorSideBottom.Control'#7#9'TabSheet3'#21'AnchorSideBottom.Side'#7#9'a'
|
||||
+'srBottom'#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'GroupBox5'#21'AnchorSideTop.Control'#7#9'TabSheet3'
|
||||
+#23'AnchorSideRight.Control'#7#9'TabSheet3'#20'AnchorSideRight.Side'#7#9'asr'
|
||||
+'Bottom'#24'AnchorSideBottom.Control'#7#9'TabSheet3'#21'AnchorSideBottom.Sid'
|
||||
+'e'#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'BorderSpacin'
|
||||
+'g.Top'#2#6#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#7'Capti'
|
||||
+'on'#6#7'Columns'#12'ClientHeight'#3#240#0#11'ClientWidth'#3#210#0#8'TabOrde'
|
||||
+'r'#2#1#0#6'TLabel'#6'Label7'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'
|
||||
+#2'&'#7'Caption'#6#7'&Number'#11'ParentColor'#8#0#0#6'TLabel'#6'Label8'#22'A'
|
||||
+'nchorSideLeft.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'&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'
|
||||
+'ntrol'#7#6'Label7'#21'AnchorSideTop.Control'#7#6'Label7'#18'AnchorSideTop.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#2#12#6'Height'#2#22#3'Top'#2#26#5'Width'#2''#20
|
||||
,'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#9'GroupBox4'#22
|
||||
+'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#9'GroupBox4'#22
|
||||
+'AnchorSideLeft.Control'#7#9'TabSheet3'#21'AnchorSideTop.Control'#7#9'GroupB'
|
||||
+'ox1'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9
|
||||
+'GroupBox5'#24'AnchorSideBottom.Control'#7#9'TabSheet3'#21'AnchorSideBottom.'
|
||||
+'Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#190#0#3'Top'#2'@'#5'Width'#3
|
||||
+'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'
|
||||
+'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'
|
||||
+'.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
|
||||
+'TLabel'#6'Label4'#22'AnchorSideLeft.Control'#7#3'CB5'#21'AnchorSideTop.Cont'
|
||||
+'rol'#7#3'CB5'#18'AnchorSideTop.Side'#7#9'asrBottom'#21'AnchorSideBottom.Sid'
|
||||
+'e'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#14#3'Top'#2#21#5'Width'#2'*'#18
|
||||
+'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'
|
||||
+'abel'#6'Label5'#22'AnchorSideLeft.Control'#7#6'Label4'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#2'E4'#18'AnchorSideTop.Side'#7#9'asrBottom'#21'AnchorSideBottom.Sid'
|
||||
+'e'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#14#3'Top'#2'E'#5'Width'#2'1'#7'C'
|
||||
+'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'
|
||||
+'rSideLeft.Control'#7#6'Label3'#21'AnchorSideTop.Control'#7#2'E3'#18'AnchorS'
|
||||
+'ideTop.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2'l'#6'Height'#2#14#3'Top'#2'E'#5'Width'#2':'#7'Caption'#6#11'&Bottom, mm'
|
||||
+#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'
|
||||
+'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
|
||||
+'CB5Click'#8'TabOrder'#2#0#11'UseOnChange'#9#0#0#5'TEdit'#2'E3'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#6'Label3'#21'AnchorSideTop.Control'#7#6'Label3'#18'AnchorS'
|
||||
+'ideTop.Side'#7#9'asrBottom'#4'Left'#2'r'#6'Height'#2#22#3'Top'#2')'#5'Width'
|
||||
+'ideTop.Side'#7#9'asrBottom'#4'Left'#2'r'#6'Height'#2#22#3'Top'#2'/'#5'Width'
|
||||
+#2'@'#11'HelpContext'#2'H'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'TabO'
|
||||
+'rder'#2#1#0#0#5'TEdit'#2'E4'#22'AnchorSideLeft.Control'#7#6'Label4'#21'Anch'
|
||||
+'orSideTop.Control'#7#6'Label4'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#20#6'Height'#2#22#3'Top'#2')'#5'Width'#2'@'#11'HelpContext'#2'Q'#8'AutoSi'
|
||||
+#2#20#6'Height'#2#22#3'Top'#2'/'#5'Width'#2'@'#11'HelpContext'#2'Q'#8'AutoSi'
|
||||
+'ze'#9#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#2#0#0#5'TEdit'#2'E5'#22'An'
|
||||
+'chorSideLeft.Control'#7#6'Label5'#21'AnchorSideTop.Control'#7#6'Label5'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#20#6'Height'#2#22#3'Top'#2'Y'#5
|
||||
+'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'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'
|
||||
+'onPanel'#12'ButtonPanel1'#4'Left'#2#6#6'Height'#2'2'#3'Top'#3#30#1#5'Width'
|
||||
+#3#188#1#5'Align'#7#8'alBottom'#8'TabOrder'#2#1#11'ShowButtons'#11#4'pbOK'#8
|
||||
+'pbCancel'#6'pbHelp'#0#10'ShowGlyphs'#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pb'
|
||||
+'Help'#0#0#0#0
|
||||
+'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'AutoSize'#9#8'TabOrder'#2#1#11'ShowButtons'
|
||||
+#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#0#0#0#12'TfrPgoptForm'#11'frPgoptForm'#4
|
||||
+'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
|
||||
Top = 103
|
||||
Width = 412
|
||||
HorzScrollBar.Page = 411
|
||||
VertScrollBar.Page = 373
|
||||
ActiveControl = ZoomBtn
|
||||
Caption = 'Preview'
|
||||
ClientHeight = 374
|
||||
@ -12,42 +10,6 @@ object frPreviewForm: TfrPreviewForm
|
||||
Font.Color = clBlack
|
||||
Font.Height = -11
|
||||
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
|
||||
OnActivate = FormActivate
|
||||
OnClose = FormClose
|
||||
@ -458,8 +420,6 @@ object frPreviewForm: TfrPreviewForm
|
||||
Height = 325
|
||||
Top = 1
|
||||
Width = 395
|
||||
HorzScrollBar.Page = 390
|
||||
VertScrollBar.Page = 320
|
||||
Align = alClient
|
||||
TabOrder = 0
|
||||
OnMouseWheelDown = ScrollBox1MouseWheelDown
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user