praktika-cpp-2PO07/Редактор/Unit1.dfm
2024-03-02 18:17:55 +02:00

31 lines
602 B
Plaintext

object Form1: TForm1
Left = 78
Top = 583
Width = 658
Height = 519
Caption = 'Editor by aNNiMON'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnKeyDown = FormKeyDown
OnMouseDown = FormMouseDown
OnMouseMove = FormMouseMove
OnMouseUp = FormMouseUp
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
object Edit1: TEdit
Left = 520
Top = 24
Width = 113
Height = 89
ReadOnly = True
TabOrder = 0
Visible = False
end
end