This commit is contained in:
f1iwq2
2020-05-13 10:49:14 +02:00
parent bced6393eb
commit 5c29a4d1aa
18 changed files with 1504 additions and 466 deletions

View File

@@ -23,7 +23,7 @@ object FormTCO: TFormTCO
OnResize = FormResize
DesignSize = (
1123
656)
655)
PixelsPerInch = 96
TextHeight = 13
object LabelX: TLabel
@@ -123,6 +123,7 @@ object FormTCO: TFormTCO
PopupMenu = PopupMenu1
OnClick = ImageTCOClick
OnContextPopup = ImageTCOContextPopup
OnDblClick = ImageTCODblClick
OnDragOver = ImageTCODragOver
OnMouseDown = ImageTCOMouseDown
OnMouseMove = ImageTCOMouseMove
@@ -870,13 +871,6 @@ object FormTCO: TFormTCO
end
object PopupMenu1: TPopupMenu
Left = 360
object Annulercouper: TMenuItem
Caption = 'Annuler couper'
OnClick = AnnulercouperClick
end
object N5: TMenuItem
Caption = '-'
end
object MenuCouper: TMenuItem
Caption = 'Couper'
OnClick = MenuCouperClick
@@ -889,6 +883,13 @@ object FormTCO: TFormTCO
Caption = 'Coller'
OnClick = MenuCollerClick
end
object N5: TMenuItem
Caption = '-'
end
object Annulercouper: TMenuItem
Caption = 'Annuler couper'
OnClick = AnnulercouperClick
end
object N1: TMenuItem
Caption = '-'
end