object frmSignItem: TfrmSignItem Left = 320 Top = 440 BorderIcons = [] BorderStyle = bsDialog Caption = 'Electronic Signature' ClientHeight = 124 ClientWidth = 405 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object lblESCode: TLabel Left = 8 Top = 81 Width = 73 Height = 13 Caption = 'Signature Code' end object lblText: TMemo Left = 8 Top = 8 Width = 389 Height = 65 TabStop = False BorderStyle = bsNone Color = clBtnFace Lines.Strings = ( 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789') ReadOnly = True TabOrder = 3 end object txtESCode: TCaptionEdit Left = 8 Top = 95 Width = 141 Height = 21 PasswordChar = '*' TabOrder = 0 Caption = 'Signature Code' end object cmdOK: TButton Left = 239 Top = 95 Width = 72 Height = 21 Caption = 'OK' Default = True TabOrder = 1 OnClick = cmdOKClick end object cmdCancel: TButton Left = 325 Top = 95 Width = 72 Height = 21 Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = cmdCancelClick end object DKLanguageController1: TDKLanguageController Left = 184 Top = 96 LangData = { 0B0066726D5369676E4974656D010100000001000000070043617074696F6E01 0500000009006C626C4553436F6465010100000002000000070043617074696F 6E0007006C626C5465787401010000000300000005004C696E65730009007478 744553436F6465010100000004000000070043617074696F6E000500636D644F 4B010100000005000000070043617074696F6E000900636D6443616E63656C01 0100000006000000070043617074696F6E00} end end