mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-05 17:05:19 -05:00
Fixed issue with position storage of the mainform (when it was maximized it would store the size as huge). Now stores the state as well.
Added the shortcut ctrl + b, which reverts the width/height of the mainform back to default. (<3) git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@571 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
a2df7c159b
commit
1468258483
@ -1,12 +1,12 @@
|
||||
object Form1: TForm1
|
||||
Left = 273
|
||||
Height = 557
|
||||
Height = 555
|
||||
Top = 233
|
||||
Width = 734
|
||||
Width = 739
|
||||
ActiveControl = ScriptPanel
|
||||
Caption = 'THA FUKING SIMBA'
|
||||
ClientHeight = 537
|
||||
ClientWidth = 734
|
||||
ClientHeight = 535
|
||||
ClientWidth = 739
|
||||
KeyPreview = True
|
||||
Menu = MainMenu
|
||||
OnClose = FormClose
|
||||
@ -19,7 +19,7 @@ object Form1: TForm1
|
||||
Left = 0
|
||||
Height = 24
|
||||
Top = 0
|
||||
Width = 734
|
||||
Width = 739
|
||||
Caption = 'ToolBar1'
|
||||
Images = Mufasa_Image_List
|
||||
ParentShowHint = False
|
||||
@ -201,8 +201,8 @@ object Form1: TForm1
|
||||
object StatusBar: TStatusBar
|
||||
Left = 0
|
||||
Height = 23
|
||||
Top = 514
|
||||
Width = 734
|
||||
Top = 512
|
||||
Width = 739
|
||||
Panels = <
|
||||
item
|
||||
Width = 60
|
||||
@ -223,17 +223,17 @@ object Form1: TForm1
|
||||
object PanelMemo: TPanel
|
||||
Left = 0
|
||||
Height = 154
|
||||
Top = 360
|
||||
Width = 734
|
||||
Top = 358
|
||||
Width = 739
|
||||
Align = alBottom
|
||||
ClientHeight = 154
|
||||
ClientWidth = 734
|
||||
ClientWidth = 739
|
||||
TabOrder = 2
|
||||
object Memo1: TMemo
|
||||
Left = 1
|
||||
Height = 152
|
||||
Top = 1
|
||||
Width = 732
|
||||
Width = 737
|
||||
Align = alClient
|
||||
ScrollBars = ssAutoBoth
|
||||
TabOrder = 0
|
||||
@ -243,29 +243,29 @@ object Form1: TForm1
|
||||
Cursor = crVSplit
|
||||
Left = 0
|
||||
Height = 5
|
||||
Top = 355
|
||||
Width = 734
|
||||
Top = 353
|
||||
Width = 739
|
||||
Align = alBottom
|
||||
ResizeAnchor = akBottom
|
||||
end
|
||||
object ScriptPanel: TPanel
|
||||
Left = 0
|
||||
Height = 331
|
||||
Height = 329
|
||||
Top = 24
|
||||
Width = 734
|
||||
Width = 739
|
||||
Align = alClient
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 331
|
||||
ClientWidth = 734
|
||||
ClientHeight = 329
|
||||
ClientWidth = 739
|
||||
DockSite = True
|
||||
TabOrder = 4
|
||||
OnDockDrop = ScriptPanelDockDrop
|
||||
OnDockOver = ScriptPanelDockOver
|
||||
object PageControl1: TPageControl
|
||||
Left = 155
|
||||
Height = 296
|
||||
Height = 294
|
||||
Top = 0
|
||||
Width = 579
|
||||
Width = 584
|
||||
Align = alClient
|
||||
Images = Mufasa_Image_List
|
||||
PopupMenu = TabPopup
|
||||
@ -282,12 +282,12 @@ object Form1: TForm1
|
||||
object SearchPanel: TPanel
|
||||
Left = 0
|
||||
Height = 35
|
||||
Top = 296
|
||||
Width = 734
|
||||
Top = 294
|
||||
Width = 739
|
||||
Align = alBottom
|
||||
BevelOuter = bvSpace
|
||||
ClientHeight = 35
|
||||
ClientWidth = 734
|
||||
ClientWidth = 739
|
||||
TabOrder = 1
|
||||
Visible = False
|
||||
object SpeedButtonSearch: TSpeedButton
|
||||
@ -412,28 +412,28 @@ object Form1: TForm1
|
||||
end
|
||||
object SplitterFunctionList: TSplitter
|
||||
Left = 150
|
||||
Height = 296
|
||||
Height = 294
|
||||
Top = 0
|
||||
Width = 5
|
||||
OnCanResize = SplitterFunctionListCanResize
|
||||
Visible = False
|
||||
end
|
||||
inline frmFunctionList: TFunctionListFrame
|
||||
Height = 296
|
||||
Height = 294
|
||||
Width = 150
|
||||
ClientHeight = 296
|
||||
ClientHeight = 294
|
||||
ClientWidth = 150
|
||||
OnEndDock = nil
|
||||
TabOrder = 3
|
||||
inherited FunctionList: TTreeView
|
||||
Height = 257
|
||||
Height = 255
|
||||
Width = 150
|
||||
OnChange = FunctionListChange
|
||||
OnEnter = FunctionListEnter
|
||||
OnExit = FunctionListExit
|
||||
end
|
||||
inherited editSearchList: TEdit
|
||||
Top = 275
|
||||
Top = 273
|
||||
Width = 150
|
||||
OnExit = editSearchListExit
|
||||
OnKeyDown = editSearchListKeyDown
|
||||
@ -2727,6 +2727,11 @@ object Form1: TForm1
|
||||
OnExecute = ActionCompileScriptExecute
|
||||
ShortCut = 16504
|
||||
end
|
||||
object ActionNormalSize: TAction
|
||||
Caption = 'ActionNormalSize'
|
||||
OnExecute = ActionNormalSizeExecute
|
||||
ShortCut = 16450
|
||||
end
|
||||
end
|
||||
object DebugTimer: TTimer
|
||||
OnTimer = ProcessDebugStream
|
||||
|
@ -1,13 +1,13 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#17#1#6'Height'#3'-'#2#3'Top'#3#233#0#5'Wi'
|
||||
+'dth'#3#222#2#13'ActiveControl'#7#11'ScriptPanel'#7'Caption'#6#16'THA FUKING'
|
||||
+' SIMBA'#12'ClientHeight'#3#25#2#11'ClientWidth'#3#222#2#10'KeyPreview'#9#4
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#17#1#6'Height'#3'+'#2#3'Top'#3#233#0#5'Wi'
|
||||
+'dth'#3#227#2#13'ActiveControl'#7#11'ScriptPanel'#7'Caption'#6#16'THA FUKING'
|
||||
+' SIMBA'#12'ClientHeight'#3#23#2#11'ClientWidth'#3#227#2#10'KeyPreview'#9#4
|
||||
+'Menu'#7#8'MainMenu'#7'OnClose'#7#9'FormClose'#8'OnCreate'#7#10'FormCreate'#9
|
||||
+'OnDestroy'#7#11'FormDestroy'#10'OnShortCut'#7#13'FormShortCuts'#10'LCLVersi'
|
||||
+'on'#6#6'0.9.29'#7'Visible'#9#0#8'TToolBar'#8'ToolBar1'#4'Left'#2#0#6'Height'
|
||||
+#2#24#3'Top'#2#0#5'Width'#3#222#2#7'Caption'#6#8'ToolBar1'#6'Images'#7#17'Mu'
|
||||
+#2#24#3'Top'#2#0#5'Width'#3#227#2#7'Caption'#6#8'ToolBar1'#6'Images'#7#17'Mu'
|
||||
+'fasa_Image_List'#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#0#0#11'TT'
|
||||
+'oolButton'#6'TB_Run'#4'Left'#3#168#0#4'Hint'#6#3'Run'#3'Top'#2#2#6'Action'#7
|
||||
+#15'ActionRunScript'#10'ImageIndex'#2#6#0#0#11'TToolButton'#8'TB_Pause'#4'Le'
|
||||
@ -53,29 +53,29 @@ LazarusResources.Add('TForm1','FORMDATA',[
|
||||
+#2#2#6'Action'#7#11'ActionPaste'#0#0#11'TToolButton'#11'ToolButton9'#4'Left'
|
||||
+#3#165#0#3'Top'#2#2#5'Width'#2#3#7'Caption'#6#11'ToolButton9'#5'Style'#7#10
|
||||
+'tbsDivider'#0#0#0#10'TStatusBar'#9'StatusBar'#4'Left'#2#0#6'Height'#2#23#3
|
||||
+'Top'#3#2#2#5'Width'#3#222#2#6'Panels'#14#1#5'Width'#2'<'#0#1#4'Text'#6#8'Mo'
|
||||
+'Top'#3#0#2#5'Width'#3#227#2#6'Panels'#14#1#5'Width'#2'<'#0#1#4'Text'#6#8'Mo'
|
||||
+'useBla'#5'Width'#2'd'#0#1#4'Text'#6#8'Untitled'#5'Width'#2'd'#0#1#5'Width'#2
|
||||
+'2'#0#0#11'SimplePanel'#8#0#0#6'TPanel'#9'PanelMemo'#4'Left'#2#0#6'Height'#3
|
||||
+#154#0#3'Top'#3'h'#1#5'Width'#3#222#2#5'Align'#7#8'alBottom'#12'ClientHeight'
|
||||
+#3#154#0#11'ClientWidth'#3#222#2#8'TabOrder'#2#2#0#5'TMemo'#5'Memo1'#4'Left'
|
||||
+#2#1#6'Height'#3#152#0#3'Top'#2#1#5'Width'#3#220#2#5'Align'#7#8'alClient'#10
|
||||
+#154#0#3'Top'#3'f'#1#5'Width'#3#227#2#5'Align'#7#8'alBottom'#12'ClientHeight'
|
||||
+#3#154#0#11'ClientWidth'#3#227#2#8'TabOrder'#2#2#0#5'TMemo'#5'Memo1'#4'Left'
|
||||
+#2#1#6'Height'#3#152#0#3'Top'#2#1#5'Width'#3#225#2#5'Align'#7#8'alClient'#10
|
||||
+'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#0#0#0#9'TSplitter'#19'Splitter'
|
||||
+'MemoSynedit'#6'Cursor'#7#8'crVSplit'#4'Left'#2#0#6'Height'#2#5#3'Top'#3'c'#1
|
||||
+#5'Width'#3#222#2#5'Align'#7#8'alBottom'#12'ResizeAnchor'#7#8'akBottom'#0#0#6
|
||||
+'TPanel'#11'ScriptPanel'#4'Left'#2#0#6'Height'#3'K'#1#3'Top'#2#24#5'Width'#3
|
||||
+#222#2#5'Align'#7#8'alClient'#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#3
|
||||
+'K'#1#11'ClientWidth'#3#222#2#8'DockSite'#9#8'TabOrder'#2#4#10'OnDockDrop'#7
|
||||
+'MemoSynedit'#6'Cursor'#7#8'crVSplit'#4'Left'#2#0#6'Height'#2#5#3'Top'#3'a'#1
|
||||
+#5'Width'#3#227#2#5'Align'#7#8'alBottom'#12'ResizeAnchor'#7#8'akBottom'#0#0#6
|
||||
+'TPanel'#11'ScriptPanel'#4'Left'#2#0#6'Height'#3'I'#1#3'Top'#2#24#5'Width'#3
|
||||
+#227#2#5'Align'#7#8'alClient'#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#3
|
||||
+'I'#1#11'ClientWidth'#3#227#2#8'DockSite'#9#8'TabOrder'#2#4#10'OnDockDrop'#7
|
||||
,#19'ScriptPanelDockDrop'#10'OnDockOver'#7#19'ScriptPanelDockOver'#0#12'TPage'
|
||||
+'Control'#12'PageControl1'#4'Left'#3#155#0#6'Height'#3'('#1#3'Top'#2#0#5'Wid'
|
||||
+'th'#3'C'#2#5'Align'#7#8'alClient'#6'Images'#7#17'Mufasa_Image_List'#9'Popup'
|
||||
+'Control'#12'PageControl1'#4'Left'#3#155#0#6'Height'#3'&'#1#3'Top'#2#0#5'Wid'
|
||||
+'th'#3'H'#2#5'Align'#7#8'alClient'#6'Images'#7#17'Mufasa_Image_List'#9'Popup'
|
||||
+'Menu'#7#8'TabPopup'#8'TabOrder'#2#0#8'OnChange'#7#18'PageControl1Change'#10
|
||||
+'OnChanging'#7#20'PageControl1Changing'#14'OnContextPopup'#7#24'PageControl1'
|
||||
+'ContextPopup'#10'OnDragDrop'#7#20'PageControl1DragDrop'#10'OnDragOver'#7#20
|
||||
+'PageControl1DragOver'#11'OnMouseDown'#7#21'PageControl1MouseDown'#9'OnMouse'
|
||||
+'Up'#7#19'PageControl1MouseUp'#13'OnPageChanged'#7#18'PageControl1Change'#0#0
|
||||
+#6'TPanel'#11'SearchPanel'#4'Left'#2#0#6'Height'#2'#'#3'Top'#3'('#1#5'Width'
|
||||
+#3#222#2#5'Align'#7#8'alBottom'#10'BevelOuter'#7#7'bvSpace'#12'ClientHeight'
|
||||
+#2'#'#11'ClientWidth'#3#222#2#8'TabOrder'#2#1#7'Visible'#8#0#12'TSpeedButton'
|
||||
+#6'TPanel'#11'SearchPanel'#4'Left'#2#0#6'Height'#2'#'#3'Top'#3'&'#1#5'Width'
|
||||
+#3#227#2#5'Align'#7#8'alBottom'#10'BevelOuter'#7#7'bvSpace'#12'ClientHeight'
|
||||
+#2'#'#11'ClientWidth'#3#227#2#8'TabOrder'#2#1#7'Visible'#8#0#12'TSpeedButton'
|
||||
+#17'SpeedButtonSearch'#4'Left'#2' '#6'Height'#2#19#3'Top'#2#7#5'Width'#2#16#5
|
||||
+'Color'#7#9'clBtnFace'#4'Flat'#9#10'Glyph.Data'#10':'#9#0#0'6'#9#0#0'BM6'#9#0
|
||||
+#0#0#0#0#0'6'#0#0#0'('#0#0#0#24#0#0#0#24#0#0#0#1#0' '#0#0#0#0#0#0#9#0#0'd'#0
|
||||
@ -155,13 +155,13 @@ LazarusResources.Add('TForm1','FORMDATA',[
|
||||
+#25'LabeledEditSearchKeyPress'#0#0#9'TCheckBox'#17'CheckBoxMatchCase'#4'Left'
|
||||
+#3'@'#1#6'Height'#2#17#3'Top'#2#7#5'Width'#2'H'#7'Caption'#6#10'Match case'#7
|
||||
+'OnClick'#7#22'CheckBoxMatchCaseClick'#8'TabOrder'#2#1#0#0#0#9'TSplitter'#20
|
||||
+'SplitterFunctionList'#4'Left'#3#150#0#6'Height'#3'('#1#3'Top'#2#0#5'Width'#2
|
||||
+'SplitterFunctionList'#4'Left'#3#150#0#6'Height'#3'&'#1#3'Top'#2#0#5'Width'#2
|
||||
+#5#11'OnCanResize'#7#29'SplitterFunctionListCanResize'#7'Visible'#8#0#0#244
|
||||
+#18'TFunctionListFrame'#15'frmFunctionList'#6'Height'#3'('#1#5'Width'#3#150#0
|
||||
+#12'ClientHeight'#3'('#1#11'ClientWidth'#3#150#0#9'OnEndDock'#13#8'TabOrder'
|
||||
+#2#3#0#241#9'TTreeView'#12'FunctionList'#6'Height'#3#1#1#5'Width'#3#150#0#8
|
||||
+#18'TFunctionListFrame'#15'frmFunctionList'#6'Height'#3'&'#1#5'Width'#3#150#0
|
||||
+#12'ClientHeight'#3'&'#1#11'ClientWidth'#3#150#0#9'OnEndDock'#13#8'TabOrder'
|
||||
+#2#3#0#241#9'TTreeView'#12'FunctionList'#6'Height'#3#255#0#5'Width'#3#150#0#8
|
||||
+'OnChange'#7#18'FunctionListChange'#7'OnEnter'#7#17'FunctionListEnter'#6'OnE'
|
||||
+'xit'#7#16'FunctionListExit'#0#0#241#5'TEdit'#14'editSearchList'#3'Top'#3#19
|
||||
+'xit'#7#16'FunctionListExit'#0#0#241#5'TEdit'#14'editSearchList'#3'Top'#3#17
|
||||
+#1#5'Width'#3#150#0#6'OnExit'#7#18'editSearchListExit'#9'OnKeyDown'#7#21'edi'
|
||||
+'tSearchListKeyDown'#10'OnKeyPress'#7#22'editSearchListKeyPress'#0#0#241#6'T'
|
||||
+'Label'#17'FunctionListLabel'#5'Width'#3#146#0#0#0#0#0#9'TMainMenu'#8'MainMe'
|
||||
@ -2798,305 +2798,306 @@ LazarusResources.Add('TForm1','FORMDATA',[
|
||||
+#8'ShortCut'#3'R@'#0#0#7'TAction'#10'ActionExit'#7'Caption'#6#5'&Exit'#10'Im'
|
||||
+'ageIndex'#2#25#9'OnExecute'#7#17'ActionExitExecute'#0#0#7'TAction'#19'Actio'
|
||||
+'nCompileScript'#7'Caption'#6#19'ActionCompileScript'#9'OnExecute'#7#26'Acti'
|
||||
+'onCompileScriptExecute'#8'ShortCut'#3'x@'#0#0#0#6'TTimer'#10'DebugTimer'#7
|
||||
+'OnTimer'#7#18'ProcessDebugStream'#4'left'#3'8'#2#3'top'#2'h'#0#0#10'TPopupM'
|
||||
+'enu'#11'ScriptPopup'#6'Images'#7#17'Mufasa_Image_List'#7'OnPopup'#7#16'Scri'
|
||||
+'ptPopupPopup'#4'left'#3'8'#2#3'top'#3#144#0#0#9'TMenuItem'#13'PopupItemUndo'
|
||||
+#6'Action'#7#10'ActionUndo'#11'Bitmap.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0
|
||||
+#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0
|
||||
+'d'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#24#166#195'i'#26#167#196'i'#0#160#196#24
|
||||
+'onCompileScriptExecute'#8'ShortCut'#3'x@'#0#0#7'TAction'#16'ActionNormalSiz'
|
||||
+'e'#7'Caption'#6#16'ActionNormalSize'#9'OnExecute'#7#23'ActionNormalSizeExec'
|
||||
+'ute'#8'ShortCut'#3'B@'#0#0#0#6'TTimer'#10'DebugTimer'#7'OnTimer'#7#18'Proce'
|
||||
+'ssDebugStream'#4'left'#3'8'#2#3'top'#2'h'#0#0#10'TPopupMenu'#11'ScriptPopup'
|
||||
+#6'Images'#7#17'Mufasa_Image_List'#7'OnPopup'#7#16'ScriptPopupPopup'#4'left'
|
||||
+#3'8'#2#3'top'#3#144#0#0#9'TMenuItem'#13'PopupItemUndo'#6'Action'#7#10'Actio'
|
||||
+'nUndo'#11'Bitmap.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0
|
||||
+#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#196']f'#219#234#178#17#166#194#174#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#24#166#195'i'#26#167#196'i'#0#160#196#24#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#160#196'"C'#196#219#252'C'#197#216#254'#'#166#192#127
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#196#255#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#14#170#203#254']'#218#233#254'#'#166#192
|
||||
+#239#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#196#255#0#160#196
|
||||
+#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#158#193#26#2#172#200#255#136#231#242
|
||||
+#254#17#162#194#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#5'y}'#17#0#160#196#255'v'
|
||||
+#237#251#255#0#160#196#255#0#0#0#0#0#0#0#0#0#160#196'0'#0#153#185'P'#0#160
|
||||
+#196#201'm'#230#245#255'v'#226#239#255#25#163#193#255#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
,#5'y}'#17#0#160#196#255'v'#237#251#255'v'#237#251#255#0#160#196#255#0#160#196
|
||||
+#255#0#160#196#255#0#160#196#255#1#169#196#255'n'#225#238#255#15#201#223#255
|
||||
+'i'#228#242#255#26#164#192#248#0#0#0#0#0#0#0#0#5'y}'#17#0#160#196#255'v'#237
|
||||
+#251#255#4#195#218#255'v'#237#251#255'i'#234#249#255'i'#234#249#255'i'#234
|
||||
+#249#255'i'#234#249#255#5#221#247#255#10#200#223#255#7#194#216#255'o'#220#235
|
||||
+#255#27#163#191#244#0#0#0#0#5'y~'#17#0#160#196#255'y'#237#251#255'2'#226#248
|
||||
+#255','#223#244#255#4#192#214#255#4#192#214#255#4#192#214#255#29#210#232#255
|
||||
+#29#210#232#255#29#210#232#255#11#200#223#255'j'#229#243#255#27#171#197#248
|
||||
+#21#160#188#203#0#0#0#0#0#160#196#255#173#243#251#255'/'#224#246#255'2'#226
|
||||
+#248#255'2'#226#247#255'2'#226#247#255'/'#224#245#255')'#219#241#255#29#210
|
||||
+#232#255#29#210#232#255#29#210#232#255'6'#217#236#255'@'#205#225#255#22#161
|
||||
+#189#202#5'y}'#10#0#0#0#0#5'y}'#10#0#160#196#255#173#243#251#255'/'#224#246
|
||||
+#255'2'#226#247#255')'#219#241#255'/'#224#245#255')'#219#241#255#22#205#227
|
||||
+#255'6'#217#236#255'i'#231#246#255'A'#206#227#254#19#163#193#228#5'y}2'#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#5'y}'#17#0#160#196#255#173#243#251#255'1'#225#246#255' '
|
||||
+#227#250#255's'#236#250#255'o'#235#250#255'n'#232#247#255'l'#232#247#248#20
|
||||
+#161#188#212#20#163#193#213#5'y}'#28#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#5'y}'#17#0#160#196#255#173#243#251#255'%'#228#251#255#0#160#196#255#0#160
|
||||
+#196#255#19#161#190#231#21#159#187#207#27#161#187#164#6'z|'#11#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#5'y}'#17#0#160#196#255#173#243#251
|
||||
+#255#0#160#196#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#157#191#20#0#160#196#255#0
|
||||
+#160#196#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#196#255#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#7'OnClick'
|
||||
+#7#17'ActionUndoExecute'#0#0#9'TMenuItem'#13'PopupItemRedo'#6'Action'#7#10'A'
|
||||
+'ctionRedo'#11'Bitmap.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0
|
||||
+'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#255#255#255#0#0#0#0#0#0#160#196#24#26#167#196'i'#24#166#195'i'#0#0
|
||||
+#0#0#0#0#0#160#196']f'#219#234#178#17#166#194#174#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#255#255#255#0#0#0#0#0#17#166#194#174'f'#219#234#178#0#160#196']'#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#255#255#255#0'#'#166#192#127'C'#197#216#254'C'#196#219#252#0#160#196
|
||||
+'"'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#255#255#255#0'#'#166#192#239']'#218#233#254#14#170#203#254#0#0
|
||||
+#0#160#196'"C'#196#219#252'C'#197#216#254'#'#166#192#127#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#196#255#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#17#162#194#255#136#231#242#254#2#172#200
|
||||
+#255#0#158#193#26#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#196#255#0#160#196#255
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#25#163#193#255'v'#226
|
||||
+#239#255'm'#230#245#255#0#160#196#201#0#153#185'P'#0#160#196'0'#0#0#0#0#0#0#0
|
||||
+#0#0#160#196#255'v'#237#251#255#0#160#196#255#5'y}'#17#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#255#255#255#0#26#164#192#248'i'#228#242#255#15#201#223#255'n'#225#238#255
|
||||
+#1#169#196#255#0#160#196#255#0#160#196#255#0#160#196#255#0#160#196#255'v'#237
|
||||
+#251#255'v'#237#251#255#0#160#196#255#5'y}'#17#0#0#0#0#0#0#0#0#255#255#255#0
|
||||
+#27#163#191#244'o'#220#235#255#7#194#216#255#10#200#223#255#5#221#247#255'i'
|
||||
+#234#249#255'i'#234#249#255'i'#234#249#255'i'#234#249#255'v'#237#251#255#4
|
||||
+#195#218#255'v'#237#251#255#0#160#196#255#5'y}'#17#0#0#0#0#255#255#255#0#21
|
||||
+#160#188#203#27#171#197#248'j'#229#243#255#11#200#223#255#29#210#232#255#29
|
||||
+#210#232#255#29#210#232#255#4#192#214#255#4#192#214#255#4#192#214#255','#223
|
||||
+#244#255'2'#226#248#255'y'#237#251#255#0#160#196#255#5'y~'#17#255#255#255#0#5
|
||||
+'y}'#10#22#161#189#202'@'#205#225#255'6'#217#236#255#29#210#232#255#29#210
|
||||
+#232#255#29#210#232#255')'#219#241#255'/'#224#245#255'2'#226#247#255'2'#226
|
||||
+#247#255'2'#226#248#255'/'#224#246#255#173#243#251#255#0#160#196#255#255#255
|
||||
+#255#0#0#0#0#0#5'y}2'#19#163#193#228'A'#206#227#254'i'#231#246#255'6'#217#236
|
||||
+#255#22#205#227#255')'#219#241#255'/'#224#245#255')'#219#241#255'2'#226#247
|
||||
+#255'/'#224#246#255#173#243#251#255#0#160#196#255#5'y}'#10#255#255#255#0#0#0
|
||||
+#0#0#0#0#0#0#5'y}'#28#20#163#193#213#20#161#188#212'l'#232#247#248'n'#232#247
|
||||
+#255'o'#235#250#255's'#236#250#255' '#227#250#255'1'#225#246#255#173#243#251
|
||||
+#255#0#160#196#255#5'y}'#17#0#0#0#0#255#255#255#0#0#0#0#0#0#0#0#0#0#0#0#0#6
|
||||
+'z|'#11#27#161#187#164#21#159#187#207#19#161#190#231#0#160#196#255#0#160#196
|
||||
+#255'%'#228#251#255#173#243#251#255#0#160#196#255#5'y}'#17#0#0#0#0#0#0#0#0
|
||||
+#255#255#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#160#196#255#173#243#251#255#0#160#196#255#5'y}'#17#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#255#255#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
,#0#0#0#160#196#255#0#160#196#255#0#157#191#20#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#255#255#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#160#196#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#7'OnClick'#7
|
||||
+#17'ActionRedoExecute'#0#0#9'TMenuItem'#17'PopupItemDivider1'#7'Caption'#6#1
|
||||
+'-'#0#0#9'TMenuItem'#12'PopupItemCut'#6'Action'#7#9'ActionCut'#11'Bitmap.Dat'
|
||||
+'a'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0
|
||||
+#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#2#13#140#10#28''''#166#159'5?'#201#247'"-'#175#185#3#13#140#28#255
|
||||
+#0#0#0#0#0#0#0#14#170#203#254']'#218#233#254'#'#166#192#239#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#196#255#0#160#196#255#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#158#193#26#2#172#200#255#136#231#242#254#17#162#194#255#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#5'y}'#17#0#160#196#255'v'#237#251#255#0#160#196
|
||||
,#255#0#0#0#0#0#0#0#0#0#160#196'0'#0#153#185'P'#0#160#196#201'm'#230#245#255
|
||||
+'v'#226#239#255#25#163#193#255#0#0#0#0#0#0#0#0#0#0#0#0#5'y}'#17#0#160#196#255
|
||||
+'v'#237#251#255'v'#237#251#255#0#160#196#255#0#160#196#255#0#160#196#255#0
|
||||
+#160#196#255#1#169#196#255'n'#225#238#255#15#201#223#255'i'#228#242#255#26
|
||||
+#164#192#248#0#0#0#0#0#0#0#0#5'y}'#17#0#160#196#255'v'#237#251#255#4#195#218
|
||||
+#255'v'#237#251#255'i'#234#249#255'i'#234#249#255'i'#234#249#255'i'#234#249
|
||||
+#255#5#221#247#255#10#200#223#255#7#194#216#255'o'#220#235#255#27#163#191#244
|
||||
+#0#0#0#0#5'y~'#17#0#160#196#255'y'#237#251#255'2'#226#248#255','#223#244#255
|
||||
+#4#192#214#255#4#192#214#255#4#192#214#255#29#210#232#255#29#210#232#255#29
|
||||
+#210#232#255#11#200#223#255'j'#229#243#255#27#171#197#248#21#160#188#203#0#0
|
||||
+#0#0#0#160#196#255#173#243#251#255'/'#224#246#255'2'#226#248#255'2'#226#247
|
||||
+#255'2'#226#247#255'/'#224#245#255')'#219#241#255#29#210#232#255#29#210#232
|
||||
+#255#29#210#232#255'6'#217#236#255'@'#205#225#255#22#161#189#202#5'y}'#10#0#0
|
||||
+#0#0#5'y}'#10#0#160#196#255#173#243#251#255'/'#224#246#255'2'#226#247#255')'
|
||||
+#219#241#255'/'#224#245#255')'#219#241#255#22#205#227#255'6'#217#236#255'i'
|
||||
+#231#246#255'A'#206#227#254#19#163#193#228#5'y}2'#0#0#0#0#0#0#0#0#0#0#0#0#5
|
||||
+'y}'#17#0#160#196#255#173#243#251#255'1'#225#246#255' '#227#250#255's'#236
|
||||
+#250#255'o'#235#250#255'n'#232#247#255'l'#232#247#248#20#161#188#212#20#163
|
||||
+#193#213#5'y}'#28#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#5'y}'#17#0#160#196
|
||||
+#255#173#243#251#255'%'#228#251#255#0#160#196#255#0#160#196#255#19#161#190
|
||||
+#231#21#159#187#207#27#161#187#164#6'z|'#11#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#5'y}'#17#0#160#196#255#173#243#251#255#0#160#196#255#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#157#191#20#0#160#196#255#0#160#196#255#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#196#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#7'OnClick'#7#17'ActionUndoExecu'
|
||||
+'te'#0#0#9'TMenuItem'#13'PopupItemRedo'#6'Action'#7#10'ActionRedo'#11'Bitmap'
|
||||
+'.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16
|
||||
+#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255
|
||||
+#0#0#0#0#0#0#160#196#24#26#167#196'i'#24#166#195'i'#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0
|
||||
+#0#0#0#0#17#166#194#174'f'#219#234#178#0#160#196']'#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0
|
||||
+'#'#166#192#127'C'#197#216#254'C'#196#219#252#0#160#196'"'#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255
|
||||
+#255#255#0'#'#166#192#239']'#218#233#254#14#170#203#254#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#160#196#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#255#255#255#0#17#162#194#255#136#231#242#254#2#172#200#255#0#158#193#26
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#196#255#0#160#196#255#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#25#163#193#255'v'#226#239#255'm'#230
|
||||
+#245#255#0#160#196#201#0#153#185'P'#0#160#196'0'#0#0#0#0#0#0#0#0#0#160#196
|
||||
+#255'v'#237#251#255#0#160#196#255#5'y}'#17#0#0#0#0#0#0#0#0#0#0#0#0#255#255
|
||||
+#255#0#26#164#192#248'i'#228#242#255#15#201#223#255'n'#225#238#255#1#169#196
|
||||
+#255#0#160#196#255#0#160#196#255#0#160#196#255#0#160#196#255'v'#237#251#255
|
||||
+'v'#237#251#255#0#160#196#255#5'y}'#17#0#0#0#0#0#0#0#0#255#255#255#0#27#163
|
||||
+#191#244'o'#220#235#255#7#194#216#255#10#200#223#255#5#221#247#255'i'#234#249
|
||||
+#255'i'#234#249#255'i'#234#249#255'i'#234#249#255'v'#237#251#255#4#195#218
|
||||
+#255'v'#237#251#255#0#160#196#255#5'y}'#17#0#0#0#0#255#255#255#0#21#160#188
|
||||
+#203#27#171#197#248'j'#229#243#255#11#200#223#255#29#210#232#255#29#210#232
|
||||
+#255#29#210#232#255#4#192#214#255#4#192#214#255#4#192#214#255','#223#244#255
|
||||
+'2'#226#248#255'y'#237#251#255#0#160#196#255#5'y~'#17#255#255#255#0#5'y}'#10
|
||||
+#22#161#189#202'@'#205#225#255'6'#217#236#255#29#210#232#255#29#210#232#255
|
||||
+#29#210#232#255')'#219#241#255'/'#224#245#255'2'#226#247#255'2'#226#247#255
|
||||
+'2'#226#248#255'/'#224#246#255#173#243#251#255#0#160#196#255#255#255#255#0#0
|
||||
+#0#0#0#5'y}2'#19#163#193#228'A'#206#227#254'i'#231#246#255'6'#217#236#255#22
|
||||
+#205#227#255')'#219#241#255'/'#224#245#255')'#219#241#255'2'#226#247#255'/'
|
||||
+#224#246#255#173#243#251#255#0#160#196#255#5'y}'#10#255#255#255#0#0#0#0#0#0#0
|
||||
+#0#0#5'y}'#28#20#163#193#213#20#161#188#212'l'#232#247#248'n'#232#247#255'o'
|
||||
+#235#250#255's'#236#250#255' '#227#250#255'1'#225#246#255#173#243#251#255#0
|
||||
+#160#196#255#5'y}'#17#0#0#0#0#255#255#255#0#0#0#0#0#0#0#0#0#0#0#0#0#6'z|'#11
|
||||
+#27#161#187#164#21#159#187#207#19#161#190#231#0#160#196#255#0#160#196#255'%'
|
||||
+#228#251#255#173#243#251#255#0#160#196#255#5'y}'#17#0#0#0#0#0#0#0#0#255#255
|
||||
+#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160
|
||||
,#196#255#173#243#251#255#0#160#196#255#5'y}'#17#0#0#0#0#0#0#0#0#0#0#0#0#255
|
||||
+#255#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#160#196#255#0#160#196#255#0#157#191#20#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#255
|
||||
+#255#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#160#196#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#7'OnClick'#7#17
|
||||
+'ActionRedoExecute'#0#0#9'TMenuItem'#17'PopupItemDivider1'#7'Caption'#6#1'-'
|
||||
+#0#0#9'TMenuItem'#12'PopupItemCut'#6'Action'#7#9'ActionCut'#11'Bitmap.Data'
|
||||
+#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0
|
||||
+#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#5#15#141#31#6#16#142'&'#1#11#138#3#255#255#255#0#18#28
|
||||
+#155'p@K'#217#255',5'#191#221'=G'#209#255#29''''#169#164#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#15#25#151
|
||||
+'c2='#199#248'7A'#207#255#31')'#171#176#0#10#134#24'#-'#180#175'5@'#204#253#0
|
||||
+#9#133#24#28''''#168#149'4>'#197#248#4#14#140#20#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0'/:'#189#222'5?'#201#229'%0'#179
|
||||
+#194'?J'#221#255#31'*'#172#194'$0'#178#203'2<'#198#242#0#10#134#3#17#27#157
|
||||
+'w7A'#200#255#8#18#142' '#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0'2<'#195#236'#.'#173#175#255#255#255#0#26'%'#168#153'BP'
|
||||
+#210#255#203#163'u'#254'AO'#214#255#22'!'#163#157'/9'#192#212'.8'#190#223#2
|
||||
+#13#139#10#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#29'('#169#156';F'#204#255#8#18#144':'#7#17#144'S;H'#212#255#219#189
|
||||
+#156#255#238#204#166#255'@L'#222#255':C'#209#255#15#25#152'i'#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#3#13
|
||||
+#140#31',5'#185#215'<F'#207#255'3>'#202#242'?L'#215#255#216#188#154#255#246
|
||||
+#234#225#255#187#146'Z'#191#148'b'#24';'#145'a'#26#1#255#255#255#0#255#255
|
||||
+#255#0#2#13#140#10#28''''#166#159'5?'#201#247'"-'#175#185#3#13#140#28#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#3#13#140#31#27'&'#167#153'*4'#186#204#17#28#157#137#187#152'i'#204#240#224
|
||||
+#208#255#183#145'_'#197#143']'#20#11#255#255#255#0#255#255#255#0#255#255#255
|
||||
+#255#255#255#0#5#15#141#31#6#16#142'&'#1#11#138#3#255#255#255#0#18#28#155'p@'
|
||||
+'K'#217#255',5'#191#221'=G'#209#255#29''''#169#164#255#255#255#0#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#15#25#151'c2='#199
|
||||
+#248'7A'#207#255#31')'#171#176#0#10#134#24'#-'#180#175'5@'#204#253#0#9#133#24
|
||||
+#28''''#168#149'4>'#197#248#4#14#140#20#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0'/:'#189#222'5?'#201#229'%0'#179#194'?J'
|
||||
+#221#255#31'*'#172#194'$0'#178#203'2<'#198#242#0#10#134#3#17#27#157'w7A'#200
|
||||
+#255#8#18#142' '#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0'2<'#195#236'#.'#173#175#255#255#255#0#26'%'#168#153'BP'#210#255
|
||||
+#203#163'u'#254'AO'#214#255#22'!'#163#157'/9'#192#212'.8'#190#223#2#13#139#10
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#29'('
|
||||
+#169#156';F'#204#255#8#18#144':'#7#17#144'S;H'#212#255#219#189#156#255#238
|
||||
+#204#166#255'@L'#222#255':C'#209#255#15#25#152'i'#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#3#13#140#31',5'#185
|
||||
+#215'<F'#207#255'3>'#202#242'?L'#215#255#216#188#154#255#246#234#225#255#187
|
||||
+#146'Z'#191#148'b'#24';'#145'a'#26#1#255#255#255#0#255#255#255#0#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#3#13#140#31#27'&'
|
||||
+#167#153'*4'#186#204#17#28#157#137#187#152'i'#204#240#224#208#255#183#145'_'
|
||||
+#197#143']'#20#11#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#0#11#136#2#255#255#255#0#180#142'Z'#144#246#234#221#255#225#205#180
|
||||
+#255#177#141']'#191#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#179#140'W'#137#241#226#212#255#206#178
|
||||
+#142#244#245#235#224#255#166#127'J'#157#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#177#137'S'#132#238#223#206#255#151
|
||||
+'f e'#194#163'|'#218#233#216#197#253#169#130'N{'#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#175#135'P|'#231#213#193#255#149'e'#31
|
||||
+'+'#143'\'#18#27#197#167#131#231#213#188#157#225#181#147'db'#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#172#131'Ku'#222#201#175#255#149'd'#29
|
||||
+#31#255#255#255#0#146'`'#23'&'#195#164'|'#235#181#144'c'#203#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#170#129'Go'#214#189#159#247#147'a'#25
|
||||
+#16#255#255#255#0#255#255#255#0#150'f ,'#169#128'K'#203#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#168'}Bi'#204#176#139#224#145']'#20#9#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#146'`'#23#6#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#154'k''1'#170'~C'#161#146'`'#24#5#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#7'OnClick'#7
|
||||
+#16'ActionCutExecute'#0#0#9'TMenuItem'#13'PopupItemCopy'#6'Action'#7#10'Acti'
|
||||
+'onCopy'#11'Bitmap.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('
|
||||
+#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#197'sB'#193#198'uE'#230#200'uE'#254#199'uE'#243#200'uE'#243
|
||||
+#199'uE'#243#199'uE'#243#200'uF'#244#197'tD'#232#202#127'S'#241#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#199'y'
|
||||
+'I'#237#252#243#236#255#250#241#232#255#250#240#231#255#251#241#233#255#251
|
||||
+#242#234#255#251#242#234#255#251#242#235#255#253#244#238#255#202#128'T'#249
|
||||
,#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#207#130'S'#255#239#241#231#255#255#233#217#255#255#234#219#255#255
|
||||
+#233#217#255#255#231#215#255#255#229#210#255#255#226#203#255#239#242#232#255
|
||||
+#206#129'V'#255#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#204#131'R'#251#251#245#238#255#255#233#217#255#255
|
||||
+#234#219#255#255#233#217#255#255#231#215#255#255#229#210#255#255#226#203#255
|
||||
+#251#246#239#255#204#131'U'#254#199'yJ'#185#200'yK'#206#200'uE'#221#199'uE'
|
||||
+#212#200'uE'#212#199'uE'#212#202#132'R'#255#255#247#241#255#255#233#217#255
|
||||
+#255#234#219#255#255#233#217#255#255#231#215#255#255#229#210#255#255#226#203
|
||||
+#255#255#247#241#255#203#133'U'#254#200'|N'#211#252#243#236#222#250#241#232
|
||||
+#222#250#240#231#222#251#241#233#222#251#242#234#222#228#186#145#255#255#247
|
||||
+#240#255#255#231#213#255#253#231#214#255#253#230#212#255#252#228#208#255#251
|
||||
+#227#203#255#250#220#194#255#254#243#232#255#204#134'V'#254#207#130'S'#222
|
||||
+#239#241#231#222#255#233#217#222#255#234#219#222#255#233#217#222#255#231#215
|
||||
+#222#228#187#145#255#255#247#242#255#254#231#213#255#254#231#213#255#253#229
|
||||
+#209#255#250#224#202#255#249#222#196#255#247#217#188#255#253#242#231#255#204
|
||||
+#135'W'#254#204#131'R'#219#251#245#238#222#255#233#217#222#255#234#219#222
|
||||
+#255#233#217#222#255#231#215#222#228#187#146#255#254#247#241#255#252#229#210
|
||||
+#255#252#228#209#255#251#226#204#255#249#221#196#255#246#215#187#255#243#209
|
||||
+#175#255#250#239#228#255#204#135'X'#254#202#132'R'#219#255#247#241#222#255
|
||||
+#233#217#222#255#234#219#222#255#233#217#222#255#231#215#222#228#187#146#255
|
||||
+#254#246#240#255#252#226#205#255#252#227#205#255#250#223#200#255#247#217#188
|
||||
+#255#245#233#221#255#250#243#235#255#251#248#243#255#202#131'S'#254#203#133
|
||||
+'S'#219#255#247#240#222#255#231#213#222#253#231#214#222#253#230#212#222#252
|
||||
+#228#208#222#228#187#147#255#254#245#237#255#252#222#197#255#251#224#199#255
|
||||
+#249#220#194#255#245#211#180#255#254#249#243#255#250#226#196#255#236#193#147
|
||||
+#255#195'}H'#147#203#134'T'#219#255#247#242#222#254#231#213#222#254#231#213
|
||||
+#222#253#229#209#222#250#224#202#222#229#190#150#255#255#255#254#255#253#243
|
||||
+#233#255#253#243#234#255#252#242#232#255#250#239#227#255#250#242#231#255#234
|
||||
+#187#136#255#207#133'U'#179#180'i='#12#203#134'U'#219#254#247#241#222#252#229
|
||||
+#210#222#252#228#209#222#251#226#204#222#249#221#196#222#234#195#157#255#230
|
||||
+#191#150#255#228#187#146#255#228#187#146#255#209#160'l'#245#208#158'm'#246
|
||||
+#204#150'_'#218#196'yB~'#178'g<'#9#255#255#255#0#203#134'U'#219#254#246#240
|
||||
+#222#252#226#205#222#252#227#205#222#250#223#200#222#247#217#188#222#245#233
|
||||
+#221#222#250#243#235#222#251#248#243#222#205#149'e'#220#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#203#134'V'#218
|
||||
+#254#245#237#222#252#222#197#222#251#224#199#222#249#220#194#222#245#211#180
|
||||
+#222#254#249#243#222#250#226#196#222#236#193#147#222#195'}H'#128#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#202
|
||||
+#133'T'#208#255#255#255#219#253#243#233#222#253#243#234#222#252#242#232#222
|
||||
+#250#239#227#222#250#242#231#222#234#187#136#222#207#133'U'#156#180'i='#10
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#199'yG'#170#204#134'U'#206#204#136'W'#222#203#136'V'#219#204#136
|
||||
+'V'#219#203#135'W'#219#202#131'P'#208#196'yBn'#178'g<'#8#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#7'OnClick'#7#17'ActionCopyExecute'#0#0#9'TMenuItem'#14'PopupItemPaste'
|
||||
+#6'Action'#7#11'ActionPaste'#11'Bitmap.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0
|
||||
+#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0
|
||||
+#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0'^^^'#2'[[[wXXX'#138'UUU'#138'RRR'#138'OOO'#138'LLL'#138
|
||||
+'JJJ'#138'HHH'#138'FFF'#138'DDDf c'#152'J c'#152#207' c'#152#255' c'#152#255
|
||||
+' c'#152#255'$c'#149#255'Xs'#136#255#247#247#247#255#240#240#240#255#240#240
|
||||
+#240#255#240#240#240#255#240#240#240#255#240#240#240#255#240#240#240#255#243
|
||||
+#243#243#250'FFF'#132' c'#152#194'b'#165#215#255'e'#168#218#255'd'#166#217
|
||||
+#255'b'#164#216#255'b'#159#209#255'u'#142#164#255#239#239#239#255#231#231#231
|
||||
+#255#231#231#231#255#231#231#231#255#231#231#231#255#230#230#230#255#230#230
|
||||
+#230#255#236#236#236#250'III'#132' c'#152#255'h'#171#220#255'H'#142#207#255
|
||||
+'F'#139#206#255'C'#135#205#255'D'#132#198#255'h'#133#161#255#240#240#240#255
|
||||
+#180#180#180#255#180#180#180#255#180#180#180#255#180#180#180#255#180#180#180
|
||||
+#255#179#179#179#255#237#237#237#250'LLL'#132' c'#152#255'i'#174#220#255'J'
|
||||
+#147#209#255'H'#143#208#255'F'#139#206#255'G'#136#199#255'l'#136#163#255#240
|
||||
+#240#240#255#232#232#232#255#232#232#232#255#231#231#231#255#231#231#231#255
|
||||
+#231#231#231#255#231#231#231#255#237#237#237#250'OOO'#132' c'#152#255'k'#177
|
||||
+#222#255'M'#151#211#255'K'#147#210#255'H'#143#208#255'J'#140#201#255'o'#139
|
||||
,#165#255#241#241#241#255#182#182#182#255#181#181#181#255#181#181#181#255#180
|
||||
+#180#180#255#180#180#180#255#180#180#180#255#237#237#237#250'SSS'#132' c'#152
|
||||
+#255'm'#179#223#255'P'#156#213#255'N'#152#211#255'K'#148#209#255'L'#145#203
|
||||
+#255'p'#142#167#255#241#241#241#255#233#233#233#255#233#233#233#255#232#232
|
||||
+#232#255#232#232#232#255#232#232#232#255#231#231#231#255#237#237#237#250'VVV'
|
||||
+#132' c'#152#255'p'#181#224#255'R'#159#215#255'P'#156#214#255'N'#152#212#255
|
||||
+'O'#149#205#255's'#145#170#255#241#241#241#255#183#183#183#255#182#182#182
|
||||
+#255#182#182#182#255#182#182#182#255#181#181#181#255#181#181#181#255#238#238
|
||||
+#238#250'ZZZ'#132' c'#152#255's'#183#225#255'W'#163#215#255'S'#160#215#255'P'
|
||||
+#157#213#255'R'#153#207#255'u'#148#172#255#248#248#248#255#242#242#242#255
|
||||
+#242#242#242#255#242#242#242#255#242#242#242#255#242#242#242#255#241#241#241
|
||||
+#255#244#244#244#250'^^^'#132' c'#152#255'v'#185#226#255'\'#167#217#255'X'
|
||||
+#164#216#255'S'#160#215#255'S'#158#213#255'a'#139#169#255'd'#136#161#255'd'
|
||||
+#135#161#255'c'#134#160#255'i'#135#159#255'Jh'#129#255'jjj'#138'hhh'#138'eee'
|
||||
+#138'bbbc c'#152#255'z'#187#227#255'a'#170#219#255'Z'#165#217#255'S'#160#215
|
||||
+#255'R'#159#215#255'R'#159#215#255'R'#159#215#255'R'#159#215#255'R'#159#215
|
||||
+#255'b'#163#216#255' c'#152#255#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0' c'#152#255'|'#189#228#255'e'#174#221#255'b'#171#220#255'^'#168
|
||||
+#218#255'\'#167#217#255'\'#167#217#255'\'#167#217#255'\'#167#217#255'R'#159
|
||||
+#215#255'b'#163#216#255' c'#152#255#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0' c'#152#255#127#191#228#255'i'#178#222#255'J'#155#218#255'D'
|
||||
+#151#220#255'C'#150#220#255'B'#150#220#255'B'#149#220#255'A'#149#219#255'Q'
|
||||
+#158#214#255'l'#178#222#255' c'#152#255#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0' c'#152#224'q'#179#219#254'~'#191#228#255'N'#157#223#255
|
||||
+#181#238#253#255'u'#212#240#255'u'#212#240#255#181#238#253#255'K'#155#222#255
|
||||
+'n'#180#224#255'm'#179#223#249' c'#152#243#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0' c'#152'2 c'#152#178' c'#152#255'7u'#164#255#182#239
|
||||
+#254#255#128#219#243#255#128#219#243#255#182#239#254#255'.n'#161#255' c'#152
|
||||
+#255' c'#152#165' c'#152'S'#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0' c'#152'* c'#152#255' c'#152#255' c'#152
|
||||
+#255' c'#152#255' c'#152#255' c'#152#240#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#7'OnClick'#7
|
||||
+#18'ActionPasteExecute'#0#0#9'TMenuItem'#15'PopupItemDelete'#6'Action'#7#12
|
||||
+'ActionDelete'#11'Bitmap.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0
|
||||
+#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#255#255#255#0#255#255#255#0#0#0#0#6#0#0#0#14#0#0#0#22#0#0#0#30#0
|
||||
+#0#0'%'#0#0#0'*'#0#0#0'+'#0#0#0')'#0#0#0'$'#0#0#0#29#0#0#0#21#0#0#0#13#0#0#0
|
||||
+#4#255#255#255#0#255#255#255#0#255#255#255#0#0#0#255#1#0#0#211'F'#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#0#11#136#2#255#255#255#0#180#142'Z'#144#246#234#221
|
||||
+#255#225#205#180#255#177#141']'#191#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#179#140'W'#137#241#226
|
||||
+#212#255#206#178#142#244#245#235#224#255#166#127'J'#157#255#255#255#0#255#255
|
||||
+#255#255#0#255#255#255#0#0#0#211'F'#0#0#255#1#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#0#0#255#1#0#0#206#150#0#0#206#255#0#0#206'x'#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#0#0#206'x'#0#0
|
||||
+#207#255#0#0#207#150#0#0#255#1#255#255#255#0#255#255#255#0#0#0#200'F'#0#0#200
|
||||
+#255#0#0#200#255#0#0#201#255#0#0#202'x'#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#0#0#202'x'#0#0#201#255#0#0#201#255#0#0#201#255#0#0#200
|
||||
+'F'#255#255#255#0#255#255#255#0#255#255#255#0#0#0#193'x'#0#0#195#255#0#0#195
|
||||
+#255#0#0#195#255#0#0#196'x'#255#255#255#0#255#255#255#0#0#0#196'x'#0#0#195
|
||||
+#255#0#0#195#255#0#0#195#255#0#0#196'x'#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#0#0#189'x'#0#0#189#255#0#0#189#255#0#0#189
|
||||
+#255#0#0#189'x'#0#0#189'x'#0#0#189#255#0#0#189#255#0#0#189#255#0#0#189'x'#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#0#0#183'x'#0#0#183#255#0#0#183#255#0#0#183#255#0#0#183
|
||||
+#255#0#0#183#255#0#0#183#255#0#0#183'x'#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#177#137'S'#132#238
|
||||
+#223#206#255#151'f e'#194#163'|'#218#233#216#197#253#169#130'N{'#255#255#255
|
||||
+#255#255#255#0#0#0#176'x'#0#0#177#255#0#0#177#255#0#0#177#255#0#0#177#255#0#0
|
||||
+#179'x'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#0#0
|
||||
+#170'x'#0#0#171#255#0#0#171#255#0#0#171#255#0#0#172#255#0#0#172'x'#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#0#0#166'x'#0#0#165#255#0#0#165#255
|
||||
+#0#0#165#255#0#0#166#255#0#0#166#255#0#0#166#255#0#0#166'x'#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#0#0#159'x'#0#0#159#255#0#0#159#255#0#0#159#255#0#0#159'x'#0#0#159'x'#0
|
||||
+#0#160#255#0#0#160#255#0#0#160#255#0#0#159'x'#255#255#255#0#255#255#255#0#255
|
||||
,#255#255#0#255#255#255#0#255#255#255#0#0#0#153'x'#0#0#153#255#0#0#153#255#0#0
|
||||
+#153#255#0#0#153'x'#255#255#255#0#255#255#255#0#0#0#153'x'#0#0#154#255#0#0
|
||||
+#154#255#0#0#154#255#0#0#153'x'#255#255#255#0#255#255#255#0#255#255#255#0#0#0
|
||||
+#146'F'#0#0#147#255#0#0#147#255#0#0#147#255#0#0#149'x'#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#0#0#149'x'#0#0#148#255#0#0#148#255#0#0#148
|
||||
+#255#0#0#149'F'#255#255#255#0#255#255#255#0#0#0#255#1#0#0#141#150#0#0#141#255
|
||||
+#0#0#142'x'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#0#0#142'x'#0#0#142#255#0#0#143#150#0#0#255#1#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#0#0#255#1#0#0#135'F'#255#255#255#0#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#175#135'P|'#231#213#193
|
||||
+#255#149'e'#31'+'#143'\'#18#27#197#167#131#231#213#188#157#225#181#147'db'
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#172#131'Ku'#222#201#175
|
||||
+#255#149'd'#29#31#255#255#255#0#146'`'#23'&'#195#164'|'#235#181#144'c'#203
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#170#129'Go'#214#189#159
|
||||
+#247#147'a'#25#16#255#255#255#0#255#255#255#0#150'f ,'#169#128'K'#203#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#168'}Bi'#204#176#139#224#145']'#20
|
||||
+#9#255#255#255#0#255#255#255#0#255#255#255#0#146'`'#23#6#255#255#255#0#255
|
||||
+#255#255#0#0#0#135'F'#0#0#255#1#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#154'k''1'#170'~C'#161#146'`'#24#5#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#7'OnClick'#7#16'ActionCutExecute'#0#0#9'TMenuItem'#13'PopupItemCopy'#6'Acti'
|
||||
+'on'#7#10'ActionCopy'#11'Bitmap.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0
|
||||
+'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#197'sB'#193#198'uE'#230#200'uE'#254#199'uE'#243
|
||||
+#200'uE'#243#199'uE'#243#199'uE'#243#200'uF'#244#197'tD'#232#202#127'S'#241
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#199'yI'#237#252#243#236#255#250#241#232#255#250#240#231#255#251
|
||||
+#241#233#255#251#242#234#255#251#242#234#255#251#242#235#255#253#244#238#255
|
||||
+#202#128'T'#249#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#207#130'S'#255#239#241#231#255#255#233#217#255#255
|
||||
,#234#219#255#255#233#217#255#255#231#215#255#255#229#210#255#255#226#203#255
|
||||
+#239#242#232#255#206#129'V'#255#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#204#131'R'#251#251#245#238#255#255#233
|
||||
+#217#255#255#234#219#255#255#233#217#255#255#231#215#255#255#229#210#255#255
|
||||
+#226#203#255#251#246#239#255#204#131'U'#254#199'yJ'#185#200'yK'#206#200'uE'
|
||||
+#221#199'uE'#212#200'uE'#212#199'uE'#212#202#132'R'#255#255#247#241#255#255
|
||||
+#233#217#255#255#234#219#255#255#233#217#255#255#231#215#255#255#229#210#255
|
||||
+#255#226#203#255#255#247#241#255#203#133'U'#254#200'|N'#211#252#243#236#222
|
||||
+#250#241#232#222#250#240#231#222#251#241#233#222#251#242#234#222#228#186#145
|
||||
+#255#255#247#240#255#255#231#213#255#253#231#214#255#253#230#212#255#252#228
|
||||
+#208#255#251#227#203#255#250#220#194#255#254#243#232#255#204#134'V'#254#207
|
||||
+#130'S'#222#239#241#231#222#255#233#217#222#255#234#219#222#255#233#217#222
|
||||
+#255#231#215#222#228#187#145#255#255#247#242#255#254#231#213#255#254#231#213
|
||||
+#255#253#229#209#255#250#224#202#255#249#222#196#255#247#217#188#255#253#242
|
||||
+#231#255#204#135'W'#254#204#131'R'#219#251#245#238#222#255#233#217#222#255
|
||||
+#234#219#222#255#233#217#222#255#231#215#222#228#187#146#255#254#247#241#255
|
||||
+#252#229#210#255#252#228#209#255#251#226#204#255#249#221#196#255#246#215#187
|
||||
+#255#243#209#175#255#250#239#228#255#204#135'X'#254#202#132'R'#219#255#247
|
||||
+#241#222#255#233#217#222#255#234#219#222#255#233#217#222#255#231#215#222#228
|
||||
+#187#146#255#254#246#240#255#252#226#205#255#252#227#205#255#250#223#200#255
|
||||
+#247#217#188#255#245#233#221#255#250#243#235#255#251#248#243#255#202#131'S'
|
||||
+#254#203#133'S'#219#255#247#240#222#255#231#213#222#253#231#214#222#253#230
|
||||
+#212#222#252#228#208#222#228#187#147#255#254#245#237#255#252#222#197#255#251
|
||||
+#224#199#255#249#220#194#255#245#211#180#255#254#249#243#255#250#226#196#255
|
||||
+#236#193#147#255#195'}H'#147#203#134'T'#219#255#247#242#222#254#231#213#222
|
||||
+#254#231#213#222#253#229#209#222#250#224#202#222#229#190#150#255#255#255#254
|
||||
+#255#253#243#233#255#253#243#234#255#252#242#232#255#250#239#227#255#250#242
|
||||
+#231#255#234#187#136#255#207#133'U'#179#180'i='#12#203#134'U'#219#254#247#241
|
||||
+#222#252#229#210#222#252#228#209#222#251#226#204#222#249#221#196#222#234#195
|
||||
+#157#255#230#191#150#255#228#187#146#255#228#187#146#255#209#160'l'#245#208
|
||||
+#158'm'#246#204#150'_'#218#196'yB~'#178'g<'#9#255#255#255#0#203#134'U'#219
|
||||
+#254#246#240#222#252#226#205#222#252#227#205#222#250#223#200#222#247#217#188
|
||||
+#222#245#233#221#222#250#243#235#222#251#248#243#222#205#149'e'#220#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#203#134'V'#218#254#245#237#222#252#222#197#222#251#224#199#222#249#220#194
|
||||
+#222#245#211#180#222#254#249#243#222#250#226#196#222#236#193#147#222#195'}H'
|
||||
+#128#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#202#133'T'#208#255#255#255#219#253#243#233#222#253#243#234#222
|
||||
+#252#242#232#222#250#239#227#222#250#242#231#222#234#187#136#222#207#133'U'
|
||||
+#156#180'i='#10#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#199'yG'#170#204#134'U'#206#204#136'W'#222#203#136'V'
|
||||
+#219#204#136'V'#219#203#135'W'#219#202#131'P'#208#196'yBn'#178'g<'#8#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#7'OnClick'#7#17'ActionCopyExecute'#0#0#9'TMenuItem'#14'PopupI'
|
||||
+'temPaste'#6'Action'#7#11'ActionPaste'#11'Bitmap.Data'#10':'#4#0#0'6'#4#0#0
|
||||
+'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4
|
||||
+#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0'^^^'#2'[[[wXXX'#138'UUU'#138'RRR'#138'OOO'
|
||||
+#138'LLL'#138'JJJ'#138'HHH'#138'FFF'#138'DDDf c'#152'J c'#152#207' c'#152#255
|
||||
+' c'#152#255' c'#152#255'$c'#149#255'Xs'#136#255#247#247#247#255#240#240#240
|
||||
+#255#240#240#240#255#240#240#240#255#240#240#240#255#240#240#240#255#240#240
|
||||
+#240#255#243#243#243#250'FFF'#132' c'#152#194'b'#165#215#255'e'#168#218#255
|
||||
+'d'#166#217#255'b'#164#216#255'b'#159#209#255'u'#142#164#255#239#239#239#255
|
||||
+#231#231#231#255#231#231#231#255#231#231#231#255#231#231#231#255#230#230#230
|
||||
+#255#230#230#230#255#236#236#236#250'III'#132' c'#152#255'h'#171#220#255'H'
|
||||
+#142#207#255'F'#139#206#255'C'#135#205#255'D'#132#198#255'h'#133#161#255#240
|
||||
+#240#240#255#180#180#180#255#180#180#180#255#180#180#180#255#180#180#180#255
|
||||
+#180#180#180#255#179#179#179#255#237#237#237#250'LLL'#132' c'#152#255'i'#174
|
||||
+#220#255'J'#147#209#255'H'#143#208#255'F'#139#206#255'G'#136#199#255'l'#136
|
||||
+#163#255#240#240#240#255#232#232#232#255#232#232#232#255#231#231#231#255#231
|
||||
+#231#231#255#231#231#231#255#231#231#231#255#237#237#237#250'OOO'#132' c'#152
|
||||
+#255'k'#177#222#255'M'#151#211#255'K'#147#210#255'H'#143#208#255'J'#140#201
|
||||
+#255'o'#139#165#255#241#241#241#255#182#182#182#255#181#181#181#255#181#181
|
||||
+#181#255#180#180#180#255#180#180#180#255#180#180#180#255#237#237#237#250'SSS'
|
||||
,#132' c'#152#255'm'#179#223#255'P'#156#213#255'N'#152#211#255'K'#148#209#255
|
||||
+'L'#145#203#255'p'#142#167#255#241#241#241#255#233#233#233#255#233#233#233
|
||||
+#255#232#232#232#255#232#232#232#255#232#232#232#255#231#231#231#255#237#237
|
||||
+#237#250'VVV'#132' c'#152#255'p'#181#224#255'R'#159#215#255'P'#156#214#255'N'
|
||||
+#152#212#255'O'#149#205#255's'#145#170#255#241#241#241#255#183#183#183#255
|
||||
+#182#182#182#255#182#182#182#255#182#182#182#255#181#181#181#255#181#181#181
|
||||
+#255#238#238#238#250'ZZZ'#132' c'#152#255's'#183#225#255'W'#163#215#255'S'
|
||||
+#160#215#255'P'#157#213#255'R'#153#207#255'u'#148#172#255#248#248#248#255#242
|
||||
+#242#242#255#242#242#242#255#242#242#242#255#242#242#242#255#242#242#242#255
|
||||
+#241#241#241#255#244#244#244#250'^^^'#132' c'#152#255'v'#185#226#255'\'#167
|
||||
+#217#255'X'#164#216#255'S'#160#215#255'S'#158#213#255'a'#139#169#255'd'#136
|
||||
+#161#255'd'#135#161#255'c'#134#160#255'i'#135#159#255'Jh'#129#255'jjj'#138'h'
|
||||
+'hh'#138'eee'#138'bbbc c'#152#255'z'#187#227#255'a'#170#219#255'Z'#165#217
|
||||
+#255'S'#160#215#255'R'#159#215#255'R'#159#215#255'R'#159#215#255'R'#159#215
|
||||
+#255'R'#159#215#255'b'#163#216#255' c'#152#255#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0' c'#152#255'|'#189#228#255'e'#174#221#255'b'#171
|
||||
+#220#255'^'#168#218#255'\'#167#217#255'\'#167#217#255'\'#167#217#255'\'#167
|
||||
+#217#255'R'#159#215#255'b'#163#216#255' c'#152#255#255#255#255#0#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0' c'#152#255#127#191#228#255'i'#178#222#255'J'
|
||||
+#155#218#255'D'#151#220#255'C'#150#220#255'B'#150#220#255'B'#149#220#255'A'
|
||||
+#149#219#255'Q'#158#214#255'l'#178#222#255' c'#152#255#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0' c'#152#224'q'#179#219#254'~'#191#228#255
|
||||
+'N'#157#223#255#181#238#253#255'u'#212#240#255'u'#212#240#255#181#238#253#255
|
||||
+'K'#155#222#255'n'#180#224#255'm'#179#223#249' c'#152#243#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0' c'#152'2 c'#152#178' c'#152#255'7u'
|
||||
+#164#255#182#239#254#255#128#219#243#255#128#219#243#255#182#239#254#255'.n'
|
||||
+#161#255' c'#152#255' c'#152#165' c'#152'S'#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0' c'#152'* c'#152#255' c'
|
||||
+#152#255' c'#152#255' c'#152#255' c'#152#255' c'#152#240#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#7'OnClick'#7#18'ActionPasteExecute'#0#0#9'TMenuItem'#15'PopupItemDele'
|
||||
+'te'#6'Action'#7#12'ActionDelete'#11'Bitmap.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4
|
||||
+#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'
|
||||
+#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255#255#0#0#0#0#6#0#0#0#14
|
||||
+#0#0#0#22#0#0#0#30#0#0#0'%'#0#0#0'*'#0#0#0'+'#0#0#0')'#0#0#0'$'#0#0#0#29#0#0
|
||||
+#0#21#0#0#0#13#0#0#0#4#255#255#255#0#255#255#255#0#255#255#255#0#0#0#255#1#0
|
||||
+#0#211'F'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#255#255#255#0#0#0#211'F'#0#0#255#1#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#0#0#255#1#0#0#206#150#0#0#206#255#0#0#206'x'
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#0#0#206'x'#0#0#207#255#0#0#207#150#0#0#255#1#255#255#255#0#255#255
|
||||
+#255#0#0#0#200'F'#0#0#200#255#0#0#200#255#0#0#201#255#0#0#202'x'#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#255#255#255#0#0#0#202'x'#0#0#201#255#0#0#201
|
||||
+#255#0#0#201#255#0#0#200'F'#255#255#255#0#255#255#255#0#255#255#255#0#0#0#193
|
||||
+'x'#0#0#195#255#0#0#195#255#0#0#195#255#0#0#196'x'#255#255#255#0#255#255#255
|
||||
+#0#0#0#196'x'#0#0#195#255#0#0#195#255#0#0#195#255#0#0#196'x'#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#0#0#189'x'#0#0#189
|
||||
+#255#0#0#189#255#0#0#189#255#0#0#189'x'#0#0#189'x'#0#0#189#255#0#0#189#255#0
|
||||
+#0#189#255#0#0#189'x'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#0#0#183'x'#0#0#183#255#0#0#183#255
|
||||
+#0#0#183#255#0#0#183#255#0#0#183#255#0#0#183#255#0#0#183'x'#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#0#0#176'x'#0#0#177#255#0#0#177#255#0#0#177
|
||||
+#255#0#0#177#255#0#0#179'x'#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#0#0#170'x'#0#0#171#255#0#0#171#255#0#0#171#255#0#0#172#255#0#0
|
||||
+#172'x'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#0#0#166'x'#0#0#165
|
||||
+#255#0#0#165#255#0#0#165#255#0#0#166#255#0#0#166#255#0#0#166#255#0#0#166'x'
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#0#0#159'x'#0#0#159#255#0#0#159#255#0#0#159#255#0#0
|
||||
+#159'x'#0#0#159'x'#0#0#160#255#0#0#160#255#0#0#160#255#0#0#159'x'#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#0#0#153'x'#0#0#153
|
||||
+#255#0#0#153#255#0#0#153#255#0#0#153'x'#255#255#255#0#255#255#255#0#0#0#153
|
||||
,'x'#0#0#154#255#0#0#154#255#0#0#154#255#0#0#153'x'#255#255#255#0#255#255#255
|
||||
+#0#255#255#255#0#0#0#146'F'#0#0#147#255#0#0#147#255#0#0#147#255#0#0#149'x'
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#0#0#149'x'#0#0#148
|
||||
+#255#0#0#148#255#0#0#148#255#0#0#149'F'#255#255#255#0#255#255#255#0#0#0#255#1
|
||||
+#0#0#141#150#0#0#141#255#0#0#142'x'#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#0#0#142'x'#0#0#142#255#0#0#143#150
|
||||
+#0#0#255#1#255#255#255#0#255#255#255#0#255#255#255#0#0#0#255#1#0#0#135'F'#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#0#0#135'F'#0#0#255#1#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#7'OnClick'#7#19'ActionDeleteExecute'#0#0#9'TMenuItem'#17'PopupItemDiv'
|
||||
+'ider2'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#18'PopupItemSelectAll'#6'Action'#7
|
||||
+#15'ActionSelectAll'#7'OnClick'#7#22'ActionSelectAllExecute'#0#0#9'TMenuItem'
|
||||
+#17'PopupItemDivider3'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#13'PopupItemFind'#6
|
||||
+'Action'#7#14'ActionFindNext'#7'OnClick'#7#21'ActionFindNextExecute'#0#0#9'T'
|
||||
+'MenuItem'#16'PopupItemReplace'#6'Action'#7#13'ActionReplace'#7'Caption'#6#7
|
||||
+'Replace'#7'OnClick'#7#20'ActionReplaceExecute'#0#0#0#14'TReplaceDialog'#10
|
||||
+'dlgReplace'#7'Options'#11#6'frDown'#10'frFindNext'#12'frHideUpDown'#0#6'OnF'
|
||||
+'ind'#7#14'dlgReplaceFind'#9'OnReplace'#7#17'dlgReplaceReplace'#4'left'#3'`'
|
||||
+#2#3'top'#2'h'#0#0#6'TTimer'#11'UpdateTimer'#8'Interval'#3#16''''#4'left'#3
|
||||
+'`'#2#3'top'#3#144#0#0#0#6'TTimer'#10'MouseTimer'#8'Interval'#2'd'#7'OnTimer'
|
||||
+#7#17'ChangeMouseStatus'#4'left'#3#192#1#3'top'#3#200#0#0#0#6'TTimer'#9'News'
|
||||
+'Timer'#8'Interval'#3#244#1#7'OnTimer'#7#14'NewsTimerTimer'#4'left'#3#232#1#3
|
||||
+'top'#3#200#0#0#0#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#7'OnClick'#7#19'Act'
|
||||
+'ionDeleteExecute'#0#0#9'TMenuItem'#17'PopupItemDivider2'#7'Caption'#6#1'-'#0
|
||||
+#0#9'TMenuItem'#18'PopupItemSelectAll'#6'Action'#7#15'ActionSelectAll'#7'OnC'
|
||||
+'lick'#7#22'ActionSelectAllExecute'#0#0#9'TMenuItem'#17'PopupItemDivider3'#7
|
||||
+'Caption'#6#1'-'#0#0#9'TMenuItem'#13'PopupItemFind'#6'Action'#7#14'ActionFin'
|
||||
+'dNext'#7'OnClick'#7#21'ActionFindNextExecute'#0#0#9'TMenuItem'#16'PopupItem'
|
||||
+'Replace'#6'Action'#7#13'ActionReplace'#7'Caption'#6#7'Replace'#7'OnClick'#7
|
||||
+#20'ActionReplaceExecute'#0#0#0#14'TReplaceDialog'#10'dlgReplace'#7'Options'
|
||||
+#11#6'frDown'#10'frFindNext'#12'frHideUpDown'#0#6'OnFind'#7#14'dlgReplaceFin'
|
||||
+'d'#9'OnReplace'#7#17'dlgReplaceReplace'#4'left'#3'`'#2#3'top'#2'h'#0#0#6'TT'
|
||||
+'imer'#11'UpdateTimer'#8'Interval'#3#16''''#4'left'#3'`'#2#3'top'#3#144#0#0#0
|
||||
+#6'TTimer'#10'MouseTimer'#8'Interval'#2'd'#7'OnTimer'#7#17'ChangeMouseStatus'
|
||||
+#4'left'#3#192#1#3'top'#3#200#0#0#0#6'TTimer'#9'NewsTimer'#8'Interval'#3#244
|
||||
+#1#7'OnTimer'#7#14'NewsTimerTimer'#4'left'#3#232#1#3'top'#3#200#0#0#0#0
|
||||
]);
|
||||
|
@ -44,7 +44,7 @@ uses
|
||||
ColorBox , about, framefunctionlist, ocr, updateform, simbasettings;
|
||||
|
||||
const
|
||||
SimbaVersion = 570;
|
||||
SimbaVersion = 571;
|
||||
|
||||
type
|
||||
|
||||
@ -65,6 +65,7 @@ type
|
||||
{ TForm1 }
|
||||
|
||||
TForm1 = class(TForm)
|
||||
ActionNormalSize: TAction;
|
||||
ActionCompileScript: TAction;
|
||||
ActionExit: TAction;
|
||||
ActionReplace: TAction;
|
||||
@ -220,6 +221,7 @@ type
|
||||
procedure ActionFindstartExecute(Sender: TObject);
|
||||
procedure ActionNewExecute(Sender: TObject);
|
||||
procedure ActionNewTabExecute(Sender: TObject);
|
||||
procedure ActionNormalSizeExecute(Sender: TObject);
|
||||
procedure ActionOpenExecute(Sender: TObject);
|
||||
procedure ActionPasteExecute(Sender: TObject);
|
||||
procedure ActionPauseExecute(Sender: TObject);
|
||||
@ -863,6 +865,8 @@ begin
|
||||
CreateSetting('Settings/Tabs/OpenNextOnClose','False');
|
||||
CreateSetting('Settings/Tabs/OpenScriptInNewTab','True');
|
||||
CreateSetting('Settings/ColourPicker/ShowHistoryOnPick', 'True');
|
||||
CreateSetting('Settings/General/MaxRecentFiles','10');
|
||||
CreateSetting('Settings/MainForm/NormalSize','739:555');
|
||||
|
||||
CreateSetting('Settings/Updater/RemoteVersion',
|
||||
{$IFDEF WINDOWS}
|
||||
@ -899,6 +903,7 @@ begin
|
||||
fontPath := CreateSetting('Settings/Fonts/Path', ExpandFileName(MainDir+DS+ 'Fonts' + DS));
|
||||
PluginsPath := CreateSetting('Settings/Plugins/Path', ExpandFileName(MainDir+ DS+ 'Plugins' + DS));
|
||||
CreateSetting('LastConfig/MainForm/Position','');
|
||||
CreateSetting('LastConfig/MainForm/State','Normal');
|
||||
if not DirectoryExists(IncludePath) then
|
||||
CreateDir(IncludePath);
|
||||
if not DirectoryExists(FontPath) then
|
||||
@ -926,6 +931,13 @@ begin
|
||||
Self.Width:= StrToIntDef(Data[2],self.width);
|
||||
Self.Height:= StrToIntDef(Data[3],self.height);
|
||||
end;
|
||||
str := lowercase(LoadSettingDef('LastConfig/MainForm/State','Normal'));
|
||||
if str = 'maximized' then
|
||||
self.windowstate := wsMaximized
|
||||
else
|
||||
// if str = 'normal' then
|
||||
Self.WindowState := wsNormal;
|
||||
|
||||
str := LoadSettingDef('LastConfig/MainForm/RecentFiles','');
|
||||
if str <> '' then
|
||||
begin
|
||||
@ -942,8 +954,14 @@ var
|
||||
begin
|
||||
with SettingsForm.Settings do
|
||||
begin
|
||||
if Self.WindowState = wsMaximized then
|
||||
SetKeyValue('LastConfig/MainForm/State','maximized')
|
||||
else
|
||||
begin; //Only save the form position if its non maximized.
|
||||
SetKeyValue('LastConfig/MainForm/State','normal');
|
||||
Data := ConvArr([inttostr(Self.left),inttostr(self.top),inttostr(self.width),inttostr(self.height)]);
|
||||
SetKeyValue('LastConfig/MainForm/Position', Implode(':',Data ));
|
||||
end;
|
||||
if RecentFiles.Count > 0 then
|
||||
begin
|
||||
SetLength(data,RecentFiles.Count);
|
||||
@ -1174,6 +1192,24 @@ begin
|
||||
Self.AddTab;
|
||||
end;
|
||||
|
||||
procedure TForm1.ActionNormalSizeExecute(Sender: TObject);
|
||||
var
|
||||
SizeStr : string;
|
||||
Data : TStringArray;
|
||||
begin
|
||||
SizeStr := LoadSettingDef('Settings/MainForm/NormalSize','739:555');
|
||||
Data := Explode(':',SizeStr);
|
||||
if length(Data) = 2 then
|
||||
begin
|
||||
Self.Width:= StrToIntDef(Data[0],739);
|
||||
Self.Height:= StrToIntDef(Data[1],555);
|
||||
end else
|
||||
begin;
|
||||
self.width := 739;
|
||||
self.height := 555;
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TForm1.ActionOpenExecute(Sender: TObject);
|
||||
begin
|
||||
Self.OpenScript;
|
||||
|
Loading…
Reference in New Issue
Block a user