BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/ImageEditing/ThreadedProcessing/Unit2.dfm

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