This commit is contained in:
f1iwq2
2022-11-14 17:47:47 +01:00
parent d4528407dd
commit b8bd8c5771
19 changed files with 1619 additions and 1375 deletions

View File

@@ -1,6 +1,6 @@
object FormTCO: TFormTCO
Left = 155
Top = 94
Left = 178
Top = 70
Width = 1139
Height = 694
VertScrollBar.Visible = False
@@ -24,12 +24,12 @@ object FormTCO: TFormTCO
656)
PixelsPerInch = 96
TextHeight = 13
object LabelX: TLabel
object LabelCoord: TLabel
Left = 64
Top = 0
Width = 7
Width = 18
Height = 16
Caption = '0'
Caption = '0,0'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
@@ -50,19 +50,6 @@ object FormTCO: TFormTCO
Font.Style = [fsBold]
ParentFont = False
end
object LabelY: TLabel
Left = 88
Top = 0
Width = 7
Height = 16
Caption = '0'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object SourisX: TLabel
Left = 128
Top = 2
@@ -133,8 +120,8 @@ object FormTCO: TFormTCO
end
end
object TrackBarZoom: TTrackBar
Left = 1051
Top = 34
Left = 1059
Top = 18
Width = 41
Height = 366
Anchors = [akTop, akRight, akBottom]