BSOne.SFC/eCrmHE/Utils/EXE_MakeEncStr/DMakeEncStrMain.dfm

59 lines
1.1 KiB
Plaintext

object DlgMakeEncStrMain: TDlgMakeEncStrMain
Left = 0
Top = 0
Caption = 'DlgMakeEncStrMain'
ClientHeight = 361
ClientWidth = 483
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
DesignSize = (
483
361)
TextHeight = 15
object Label1: TLabel
Left = 8
Top = 8
Width = 21
Height = 15
Caption = 'Text'
end
object Label2: TLabel
Left = 8
Top = 80
Width = 40
Height = 15
Caption = 'EncText'
end
object btnEnc: TSpeedButton
Left = 437
Top = 28
Width = 36
Height = 25
Anchors = [akTop, akRight]
Caption = 'Enc'
OnClick = btnEncClick
end
object edSrcTxt: TEdit
Left = 8
Top = 29
Width = 427
Height = 23
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
end
object mmEncTxt: TMemo
Left = 8
Top = 101
Width = 465
Height = 252
Anchors = [akLeft, akTop, akRight, akBottom]
ScrollBars = ssBoth
TabOrder = 1
end
end