object frmAddSignature: TfrmAddSignature Left = 152 Top = 155 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Mail Warrior - Add signature' ClientHeight = 274 ClientWidth = 306 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object Label1: TLabel Left = 48 Top = 8 Width = 139 Height = 13 Caption = 'Create new signature' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 48 Top = 24 Width = 249 Height = 25 AutoSize = False Caption = 'Please fill in the required information here below.' WordWrap = True end object Label3: TLabel Left = 8 Top = 64 Width = 69 Height = 13 Caption = '&Description:' FocusControl = edtDescription end object Label4: TLabel Left = 8 Top = 96 Width = 124 Height = 13 Caption = '&Signature'#39's message:' FocusControl = edtSignature end object edtDescription: TEdit97 Left = 80 Top = 61 Width = 217 Height = 19 TabOrder = 0 OnChange = HandleEditChange end object edtSignature: TMemo Left = 8 Top = 112 Width = 289 Height = 113 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 OnChange = HandleEditChange end object btnOK: TButton Left = 77 Top = 248 Width = 73 Height = 23 Caption = '&OK' Default = True Enabled = False ModalResult = 1 TabOrder = 2 end object btnCancel: TButton Left = 157 Top = 248 Width = 73 Height = 23 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end end