object frmSimpleMask: TfrmSimpleMask Left = 472 Top = 96 ActiveControl = cbxMaskCharacter BorderStyle = bsDialog Caption = 'Simple Field Mask Characters' ClientHeight = 166 ClientWidth = 331 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter ShowHint = True OnCreate = FormCreate TextHeight = 16 object lblPictureChars: TLabel Left = 9 Top = 2 Width = 145 Height = 13 Caption = '&Mask Characters' end object btnOk: TBitBtn Left = 242 Top = 102 Width = 82 Height = 26 TabOrder = 2 Kind = bkOK end object btnCancel: TBitBtn Left = 242 Top = 134 Width = 82 Height = 26 TabOrder = 3 Kind = bkCancel end object btnHelp: TBitBtn Left = 242 Top = 57 Width = 82 Height = 26 TabOrder = 1 Kind = bkHelp end object cbxMaskCharacter: TComboBox Left = 9 Top = 19 Width = 224 Height = 22 Font.Color = clWindowText Font.Height = -11 Font.Name = 'System' Font.Pitch = fpFixed Font.Style = [] ItemHeight = 15 MaxLength = 1 ParentFont = False TabOrder = 0 OnChange = cbxMaskCharacterChange end end