mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-19 13:45:58 +02:00
597 lines
13 KiB
Plaintext
597 lines
13 KiB
Plaintext
object frEditorForm: TfrEditorForm
|
|
Left = 286
|
|
Height = 381
|
|
Top = 100
|
|
Width = 505
|
|
HelpContext = 11
|
|
HorzScrollBar.Page = 504
|
|
VertScrollBar.Page = 380
|
|
ActiveControl = Button1
|
|
Caption = 'Text editor'
|
|
ClientHeight = 381
|
|
ClientWidth = 505
|
|
Font.Color = clBlack
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Icon.Data = {
|
|
3E01000000000100010010101000000000002801000016000000280000001000
|
|
0000200000000100040000000000C00000000000000000000000000000000000
|
|
000000000000000080000080000000808000800000008000800080800000C0C0
|
|
C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
|
|
FF000000E00000000E0000000E00000EEE00000000E0EEEEE000F00000EEEEE0
|
|
0000FF0000EE000000000FF0000EEEEEE000000F0000E00EEEE00000F00E0E00
|
|
00EE0FFFFFF000E0000E00FFFFFFEEEEEEEE000000FEEEEEEEE00000000F0000
|
|
000000FF0000F000000000FFF000F000000000FFFFFFFFFFF00000000FFFFFFF
|
|
FF00F7FB0000FBE30000FD0700007C1F00003CFF00009E070000EF610000F6BC
|
|
000081DE0000C0000000FC010000FEFF0000CF7F0000C77F0000C0070000F803
|
|
0000
|
|
}
|
|
KeyPreview = True
|
|
OnCreate = FormCreate
|
|
OnHide = FormHide
|
|
OnKeyDown = FormKeyDown
|
|
OnResize = FormResize
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
ShowHint = True
|
|
object Panel2: TPanel
|
|
Height = 45
|
|
Top = 336
|
|
Width = 505
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
ClientHeight = 45
|
|
ClientWidth = 505
|
|
FullRepaint = False
|
|
TabOrder = 0
|
|
object Button1: TButton
|
|
Left = 355
|
|
Height = 27
|
|
Top = 10
|
|
Width = 72
|
|
HelpContext = 40
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Ok'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object Button2: TButton
|
|
Left = 430
|
|
Height = 27
|
|
Top = 10
|
|
Width = 72
|
|
HelpContext = 50
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.InnerBorder = 4
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object Button3: TButton
|
|
Left = 8
|
|
Height = 27
|
|
Top = 10
|
|
Width = 75
|
|
HelpContext = 60
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '&Variable'
|
|
OnClick = Button3Click
|
|
TabOrder = 2
|
|
end
|
|
object Button4: TButton
|
|
Left = 84
|
|
Height = 27
|
|
Top = 10
|
|
Width = 75
|
|
HelpContext = 70
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '&DB field'
|
|
OnClick = Button4Click
|
|
TabOrder = 3
|
|
end
|
|
object Button5: TButton
|
|
Left = 248
|
|
Height = 27
|
|
Top = 10
|
|
Width = 75
|
|
HelpContext = 110
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '&Format'
|
|
OnClick = Button5Click
|
|
TabOrder = 4
|
|
end
|
|
object Button6: TButton
|
|
Left = 160
|
|
Height = 27
|
|
Top = 10
|
|
Width = 75
|
|
HelpContext = 70
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Function'
|
|
OnClick = Button6Click
|
|
TabOrder = 5
|
|
end
|
|
end
|
|
object ScriptPanel: TPanel
|
|
Height = 152
|
|
Top = 184
|
|
Width = 505
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
ClientHeight = 152
|
|
ClientWidth = 505
|
|
FullRepaint = False
|
|
TabOrder = 1
|
|
object Label2: TLabel
|
|
Left = 4
|
|
Height = 14
|
|
Width = 28
|
|
Caption = 'S&cript'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object M2: TSynEdit
|
|
Height = 136
|
|
Top = 16
|
|
Width = 505
|
|
Align = alBottom
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Font.Height = -14
|
|
Font.Name = 'courier'
|
|
ParentColor = False
|
|
TabOrder = 0
|
|
BookMarkOptions.Xoffset = 2
|
|
BookMarkOptions.OnChange = nil
|
|
Gutter.Color = 13605511
|
|
Gutter.LeftOffset = 10
|
|
Gutter.Width = 20
|
|
Gutter.OnChange = nil
|
|
Gutter.CodeFoldingWidth = 14
|
|
Highlighter = SynPasSyn1
|
|
Keystrokes = <
|
|
item
|
|
Command = 3
|
|
ShortCut = 38
|
|
end
|
|
item
|
|
Command = 103
|
|
ShortCut = 8230
|
|
end
|
|
item
|
|
Command = 211
|
|
ShortCut = 16422
|
|
end
|
|
item
|
|
Command = 4
|
|
ShortCut = 40
|
|
end
|
|
item
|
|
Command = 104
|
|
ShortCut = 8232
|
|
end
|
|
item
|
|
Command = 212
|
|
ShortCut = 16424
|
|
end
|
|
item
|
|
Command = 1
|
|
ShortCut = 37
|
|
end
|
|
item
|
|
Command = 101
|
|
ShortCut = 8229
|
|
end
|
|
item
|
|
Command = 5
|
|
ShortCut = 16421
|
|
end
|
|
item
|
|
Command = 105
|
|
ShortCut = 24613
|
|
end
|
|
item
|
|
Command = 2
|
|
ShortCut = 39
|
|
end
|
|
item
|
|
Command = 102
|
|
ShortCut = 8231
|
|
end
|
|
item
|
|
Command = 6
|
|
ShortCut = 16423
|
|
end
|
|
item
|
|
Command = 106
|
|
ShortCut = 24615
|
|
end
|
|
item
|
|
Command = 10
|
|
ShortCut = 34
|
|
end
|
|
item
|
|
Command = 110
|
|
ShortCut = 8226
|
|
end
|
|
item
|
|
Command = 14
|
|
ShortCut = 16418
|
|
end
|
|
item
|
|
Command = 114
|
|
ShortCut = 24610
|
|
end
|
|
item
|
|
Command = 9
|
|
ShortCut = 33
|
|
end
|
|
item
|
|
Command = 109
|
|
ShortCut = 8225
|
|
end
|
|
item
|
|
Command = 13
|
|
ShortCut = 16417
|
|
end
|
|
item
|
|
Command = 113
|
|
ShortCut = 24609
|
|
end
|
|
item
|
|
Command = 7
|
|
ShortCut = 36
|
|
end
|
|
item
|
|
Command = 107
|
|
ShortCut = 8228
|
|
end
|
|
item
|
|
Command = 15
|
|
ShortCut = 16420
|
|
end
|
|
item
|
|
Command = 115
|
|
ShortCut = 24612
|
|
end
|
|
item
|
|
Command = 8
|
|
ShortCut = 35
|
|
end
|
|
item
|
|
Command = 108
|
|
ShortCut = 8227
|
|
end
|
|
item
|
|
Command = 16
|
|
ShortCut = 16419
|
|
end
|
|
item
|
|
Command = 116
|
|
ShortCut = 24611
|
|
end
|
|
item
|
|
Command = 223
|
|
ShortCut = 45
|
|
end
|
|
item
|
|
Command = 201
|
|
ShortCut = 16429
|
|
end
|
|
item
|
|
Command = 604
|
|
ShortCut = 8237
|
|
end
|
|
item
|
|
Command = 502
|
|
ShortCut = 46
|
|
end
|
|
item
|
|
Command = 603
|
|
ShortCut = 8238
|
|
end
|
|
item
|
|
Command = 501
|
|
ShortCut = 8
|
|
end
|
|
item
|
|
Command = 501
|
|
ShortCut = 8200
|
|
end
|
|
item
|
|
Command = 504
|
|
ShortCut = 16392
|
|
end
|
|
item
|
|
Command = 601
|
|
ShortCut = 32776
|
|
end
|
|
item
|
|
Command = 602
|
|
ShortCut = 40968
|
|
end
|
|
item
|
|
Command = 509
|
|
ShortCut = 13
|
|
end
|
|
item
|
|
Command = 199
|
|
ShortCut = 16449
|
|
end
|
|
item
|
|
Command = 201
|
|
ShortCut = 16451
|
|
end
|
|
item
|
|
Command = 610
|
|
ShortCut = 24649
|
|
end
|
|
item
|
|
Command = 509
|
|
ShortCut = 16461
|
|
end
|
|
item
|
|
Command = 510
|
|
ShortCut = 16462
|
|
end
|
|
item
|
|
Command = 503
|
|
ShortCut = 16468
|
|
end
|
|
item
|
|
Command = 611
|
|
ShortCut = 24661
|
|
end
|
|
item
|
|
Command = 604
|
|
ShortCut = 16470
|
|
end
|
|
item
|
|
Command = 603
|
|
ShortCut = 16472
|
|
end
|
|
item
|
|
Command = 507
|
|
ShortCut = 16473
|
|
end
|
|
item
|
|
Command = 506
|
|
ShortCut = 24665
|
|
end
|
|
item
|
|
Command = 601
|
|
ShortCut = 16474
|
|
end
|
|
item
|
|
Command = 602
|
|
ShortCut = 24666
|
|
end
|
|
item
|
|
Command = 301
|
|
ShortCut = 16432
|
|
end
|
|
item
|
|
Command = 302
|
|
ShortCut = 16433
|
|
end
|
|
item
|
|
Command = 303
|
|
ShortCut = 16434
|
|
end
|
|
item
|
|
Command = 304
|
|
ShortCut = 16435
|
|
end
|
|
item
|
|
Command = 305
|
|
ShortCut = 16436
|
|
end
|
|
item
|
|
Command = 306
|
|
ShortCut = 16437
|
|
end
|
|
item
|
|
Command = 307
|
|
ShortCut = 16438
|
|
end
|
|
item
|
|
Command = 308
|
|
ShortCut = 16439
|
|
end
|
|
item
|
|
Command = 309
|
|
ShortCut = 16440
|
|
end
|
|
item
|
|
Command = 310
|
|
ShortCut = 16441
|
|
end
|
|
item
|
|
Command = 351
|
|
ShortCut = 24624
|
|
end
|
|
item
|
|
Command = 352
|
|
ShortCut = 24625
|
|
end
|
|
item
|
|
Command = 353
|
|
ShortCut = 24626
|
|
end
|
|
item
|
|
Command = 354
|
|
ShortCut = 24627
|
|
end
|
|
item
|
|
Command = 355
|
|
ShortCut = 24628
|
|
end
|
|
item
|
|
Command = 356
|
|
ShortCut = 24629
|
|
end
|
|
item
|
|
Command = 357
|
|
ShortCut = 24630
|
|
end
|
|
item
|
|
Command = 358
|
|
ShortCut = 24631
|
|
end
|
|
item
|
|
Command = 359
|
|
ShortCut = 24632
|
|
end
|
|
item
|
|
Command = 360
|
|
ShortCut = 24633
|
|
end
|
|
item
|
|
Command = 231
|
|
ShortCut = 24654
|
|
end
|
|
item
|
|
Command = 232
|
|
ShortCut = 24643
|
|
end
|
|
item
|
|
Command = 233
|
|
ShortCut = 24652
|
|
end
|
|
item
|
|
Command = 612
|
|
ShortCut = 9
|
|
end
|
|
item
|
|
Command = 613
|
|
ShortCut = 8201
|
|
end
|
|
item
|
|
Command = 250
|
|
ShortCut = 24642
|
|
end>
|
|
Lines.Strings = (
|
|
'Begin'
|
|
' a:=''ttttt";'
|
|
' b:=20;'
|
|
' if b>0 then'
|
|
' c:=25;'
|
|
'End'
|
|
)
|
|
SelectedColor.OnChange = nil
|
|
end
|
|
end
|
|
object MemoPanel: TPanel
|
|
Height = 175
|
|
Width = 505
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
ClientHeight = 175
|
|
ClientWidth = 505
|
|
FullRepaint = False
|
|
TabOrder = 2
|
|
object M1: TMemo
|
|
Height = 125
|
|
Top = 50
|
|
Width = 505
|
|
Align = alClient
|
|
OnEnter = M1Enter
|
|
OnKeyDown = M1KeyDown
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
WordWrap = False
|
|
end
|
|
object Panel1: TPanel
|
|
Height = 50
|
|
Width = 505
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
Caption = 'Panel1'
|
|
ClientHeight = 50
|
|
ClientWidth = 505
|
|
FullRepaint = False
|
|
TabOrder = 1
|
|
object Label1: TLabel
|
|
Left = 4
|
|
Height = 14
|
|
Top = 32
|
|
Width = 29
|
|
Caption = '&Memo'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object Panel3: TPanel
|
|
Left = 88
|
|
Height = 21
|
|
Top = 16
|
|
Width = 335
|
|
BevelOuter = bvLowered
|
|
ClientHeight = 21
|
|
ClientWidth = 335
|
|
FullRepaint = False
|
|
TabOrder = 0
|
|
object CB1: TCheckBox
|
|
Left = 4
|
|
Height = 13
|
|
Top = 2
|
|
Width = 47
|
|
HelpContext = 80
|
|
AllowGrayed = True
|
|
Caption = '&Script'
|
|
OnClick = CB1Click
|
|
TabOrder = 0
|
|
end
|
|
object CB2: TCheckBox
|
|
Left = 92
|
|
Height = 13
|
|
Top = 2
|
|
Width = 56
|
|
HelpContext = 90
|
|
AllowGrayed = True
|
|
Caption = '&Big font'
|
|
OnClick = CB2Click
|
|
TabOrder = 1
|
|
end
|
|
object CB3: TCheckBox
|
|
Left = 224
|
|
Height = 13
|
|
Top = 2
|
|
Width = 72
|
|
HelpContext = 100
|
|
AllowGrayed = True
|
|
Caption = '&Word wrap'
|
|
OnClick = CB3Click
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object Splitter: TSplitter
|
|
Cursor = crVSplit
|
|
Height = 9
|
|
Top = 175
|
|
Width = 505
|
|
Align = alBottom
|
|
Anchors = [akLeft, akBottom]
|
|
Beveled = True
|
|
ResizeStyle = rsLine
|
|
ResizeAnchor = akBottom
|
|
end
|
|
object SynPasSyn1: TSynPasSyn
|
|
DefaultFilter = '(TSynHighlighterAttributes)'
|
|
Enabled = False
|
|
AsmAttri.Foreground = 5812813
|
|
CommentAttri.Foreground = 13461314
|
|
NumberAttri.Foreground = clRed
|
|
StringAttri.Foreground = 15226932
|
|
left = 224
|
|
top = 192
|
|
end
|
|
end
|