1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
| object ActionList2: TActionList
Left = 336
Top = 112
object EditCut1: TEditCut
Category = 'Edition'
Caption = 'Cou&per'
Hint = 'Couper|Couper la s'#233'lection et la mettre dans le Presse-papiers'
ImageIndex = 0
ShortCut = 16472
end
object EditCopy1: TEditCopy
Category = 'Edition'
Caption = '&Copier'
Hint = 'Copier|Copier la s'#233'lection et la mettre dans le Presse-papiers'
ImageIndex = 1
ShortCut = 16451
end
object EditPaste1: TEditPaste
Category = 'Edition'
Caption = 'Co&ller'
Hint = 'Coller|Ins'#233'rer le contenu du Presse-papiers'
ImageIndex = 2
ShortCut = 16470
end
object EditSelectAll1: TEditSelectAll
Category = 'Edition'
Caption = '&Tout s'#233'lectionner'
Hint = 'Tout s'#233'lectionner|S'#233'lectionner l'#39'int'#233'gralit'#233' du document'
ShortCut = 16449
end
end
object PopupMenu1: TPopupMenu
BiDiMode = bdRightToLeft
ParentBiDiMode = False
Left = 304
Top = 112
object Couper2: TMenuItem
Action = EditCut1
end
object Copier1: TMenuItem
Action = EditCopy1
end
object Coller2: TMenuItem
Action = EditPaste1
end
object N2: TMenuItem
Caption = '-'
end
object outslectionner1: TMenuItem
Action = EditSelectAll1
end
end |
Partager