mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-15 06:23:00 +02:00
205 lines
4.5 KiB
Plaintext
205 lines
4.5 KiB
Plaintext
object Form1: TForm1
|
|
Left = 290
|
|
Height = 164
|
|
Top = 164
|
|
Width = 277
|
|
HorzScrollBar.Page = 276
|
|
VertScrollBar.Page = 143
|
|
Caption = 'Standard actions demo'
|
|
ClientHeight = 144
|
|
ClientWidth = 277
|
|
Menu = MainMenu1
|
|
OnCloseQuery = FormCloseQuery
|
|
LCLVersion = '0.9.25'
|
|
object Edit1: TEdit
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ToolBar1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 5
|
|
Height = 23
|
|
Top = 31
|
|
Width = 267
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 5
|
|
BorderSpacing.Top = 5
|
|
BorderSpacing.Right = 5
|
|
TabOrder = 0
|
|
Text = 'Edit1'
|
|
end
|
|
object ToolBar1: TToolBar
|
|
Height = 26
|
|
Width = 277
|
|
Caption = 'ToolBar1'
|
|
Flat = True
|
|
ShowCaptions = True
|
|
TabOrder = 1
|
|
object ToolButton1: TToolButton
|
|
Left = 1
|
|
Hint = 'Cut'
|
|
Top = 2
|
|
Action = EditCut1
|
|
end
|
|
object ToolButton2: TToolButton
|
|
Left = 33
|
|
Hint = 'Copy'
|
|
Top = 2
|
|
Action = EditCopy1
|
|
end
|
|
object ToolButton3: TToolButton
|
|
Left = 73
|
|
Hint = 'Paste'
|
|
Top = 2
|
|
Action = EditPaste1
|
|
end
|
|
object ToolButton4: TToolButton
|
|
Left = 115
|
|
Hint = 'Select All'
|
|
Top = 2
|
|
Action = EditSelectAll1
|
|
end
|
|
object ToolButton5: TToolButton
|
|
Left = 173
|
|
Hint = 'Delete'
|
|
Top = 2
|
|
Action = EditDelete1
|
|
end
|
|
object ToolButton6: TToolButton
|
|
Left = 219
|
|
Hint = 'Undo'
|
|
Top = 2
|
|
Action = EditUndo1
|
|
end
|
|
end
|
|
object Memo1: TMemo
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Edit1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 5
|
|
Height = 80
|
|
Top = 59
|
|
Width = 267
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 5
|
|
BorderSpacing.Top = 5
|
|
BorderSpacing.Right = 5
|
|
BorderSpacing.Bottom = 5
|
|
Lines.Strings = (
|
|
'Memo1'
|
|
)
|
|
TabOrder = 2
|
|
end
|
|
object ActionList1: TActionList
|
|
left = 184
|
|
top = 32
|
|
object EditCut1: TEditCut
|
|
Category = 'Edit'
|
|
Caption = 'Cu&t'
|
|
DisableIfNoHandler = True
|
|
Hint = 'Cut'
|
|
ShortCut = 16472
|
|
end
|
|
object EditCopy1: TEditCopy
|
|
Category = 'Edit'
|
|
Caption = '&Copy'
|
|
DisableIfNoHandler = True
|
|
Hint = 'Copy'
|
|
ShortCut = 16451
|
|
end
|
|
object EditPaste1: TEditPaste
|
|
Category = 'Edit'
|
|
Caption = '&Paste'
|
|
DisableIfNoHandler = True
|
|
Hint = 'Paste'
|
|
ShortCut = 16470
|
|
end
|
|
object EditSelectAll1: TEditSelectAll
|
|
Category = 'Edit'
|
|
Caption = 'Select &All'
|
|
DisableIfNoHandler = True
|
|
Hint = 'Select All'
|
|
ShortCut = 16449
|
|
end
|
|
object EditUndo1: TEditUndo
|
|
Category = 'Edit'
|
|
Caption = '&Undo'
|
|
DisableIfNoHandler = True
|
|
Hint = 'Undo'
|
|
ShortCut = 16474
|
|
end
|
|
object EditDelete1: TEditDelete
|
|
Category = 'Edit'
|
|
Caption = '&Delete'
|
|
DisableIfNoHandler = True
|
|
Hint = 'Delete'
|
|
ShortCut = 46
|
|
end
|
|
object FileOpen1: TFileOpen
|
|
Category = 'File'
|
|
Caption = '&Open...'
|
|
Hint = 'Open'
|
|
ShortCut = 16463
|
|
end
|
|
object FileOpenWith1: TFileOpenWith
|
|
Category = 'File'
|
|
Caption = 'Open with...'
|
|
Hint = 'Open'
|
|
end
|
|
object FileSaveAs1: TFileSaveAs
|
|
Category = 'File'
|
|
Caption = 'Save &As...'
|
|
Hint = 'Save As'
|
|
end
|
|
object FileExit1: TFileExit
|
|
Category = 'File'
|
|
Caption = 'E&xit'
|
|
Hint = 'Exit'
|
|
end
|
|
end
|
|
object MainMenu1: TMainMenu
|
|
left = 213
|
|
top = 32
|
|
object MenuItem8: TMenuItem
|
|
Caption = 'File'
|
|
object MenuItem11: TMenuItem
|
|
Action = FileOpen1
|
|
end
|
|
object MenuItem13: TMenuItem
|
|
Action = FileOpenWith1
|
|
end
|
|
object MenuItem16: TMenuItem
|
|
Action = FileSaveAs1
|
|
end
|
|
object MenuItem17: TMenuItem
|
|
Action = FileExit1
|
|
end
|
|
end
|
|
object MenuItem1: TMenuItem
|
|
Caption = 'Edit'
|
|
object MenuItem2: TMenuItem
|
|
Action = EditCut1
|
|
end
|
|
object MenuItem3: TMenuItem
|
|
Action = EditCopy1
|
|
end
|
|
object MenuItem4: TMenuItem
|
|
Action = EditPaste1
|
|
end
|
|
object MenuItem5: TMenuItem
|
|
Action = EditSelectAll1
|
|
end
|
|
object MenuItem6: TMenuItem
|
|
Action = EditDelete1
|
|
end
|
|
object MenuItem7: TMenuItem
|
|
Action = EditUndo1
|
|
end
|
|
end
|
|
end
|
|
end
|