This commit is contained in:
f1iwq2
2020-03-21 14:23:29 +01:00
parent aad1d73eb9
commit 2791b86c8f
21 changed files with 570 additions and 157 deletions

View File

@@ -1,6 +1,6 @@
object FormTCO: TFormTCO
Left = 333
Top = 121
Left = 205
Top = 235
Width = 928
Height = 681
VertScrollBar.Visible = False
@@ -481,6 +481,15 @@ object FormTCO: TFormTCO
Text = 'EditCellY'
OnKeyPress = EditCellYKeyPress
end
object ButtonConfigTCO: TButton
Left = 576
Top = 8
Width = 113
Height = 25
Caption = 'Configuration TCO'
TabOrder = 10
OnClick = ButtonConfigTCOClick
end
object PopupMenu1: TPopupMenu
Left = 352
Top = 472