31 lines
595 B
Plaintext
31 lines
595 B
Plaintext
object Form2: TForm2
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Information'
|
|
ClientHeight = 449
|
|
ClientWidth = 738
|
|
Color = clBtnFace
|
|
Font.Charset = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poOwnerFormCenter
|
|
OnCreate = FormCreate
|
|
DesignSize = (
|
|
738
|
|
449)
|
|
PixelsPerInch = 96
|
|
TextHeight = 15
|
|
object RichEdit1: TRichEdit
|
|
Left = 8
|
|
Top = 8
|
|
Width = 721
|
|
Height = 435
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
end
|
|
end
|