BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/FullApps/PhotoEn3/HiddenText.dfm

89 lines
1.7 KiB
Plaintext

object frmHiddenText: TfrmHiddenText
Left = 200
Top = 128
BorderWidth = 8
Caption = 'Hidden Text'
ClientHeight = 284
ClientWidth = 401
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 401
Height = 33
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object Button1: TButton
Left = 0
Top = 0
Width = 75
Height = 25
Caption = 'Read'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 81
Top = 0
Width = 75
Height = 25
Caption = 'Write'
TabOrder = 1
OnClick = Button2Click
end
end
object Memo1: TMemo
Left = 0
Top = 33
Width = 401
Height = 206
Align = alClient
TabOrder = 1
ExplicitTop = 41
ExplicitWidth = 417
ExplicitHeight = 200
end
object Panel2: TPanel
Left = 0
Top = 239
Width = 401
Height = 45
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
object Label1: TLabel
Left = 0
Top = 28
Width = 366
Height = 13
Caption =
'Note: if you save in Jpeg format or subsample colors hidden text' +
' will be lost.'
end
object Label2: TLabel
Left = 0
Top = 6
Width = 91
Height = 13
Caption = 'Hidden text space:'
end
object Label3: TLabel
Left = 104
Top = 8
Width = 8
Height = 13
Caption = '--'
end
end
end