object frmPictureMask: TfrmPictureMask Left = 104 Top = 137 ActiveControl = edMask BorderStyle = bsDialog Caption = 'Picture Field Picture Masks' ClientHeight = 196 ClientWidth = 494 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy TextHeight = 16 object Bevel1: TBevel Left = 250 Top = 57 Width = 237 Height = 100 end object lblMask: TLabel Left = 254 Top = 62 Width = 229 Height = 92 AutoSize = False Font.Color = clWindowText Font.Height = -11 Font.Name = 'System' Font.Pitch = fpFixed Font.Style = [] ParentFont = False end object lblMaskEdit: TLabel Left = 7 Top = 2 Width = 378 Height = 13 Caption = '&Picture Mask' end object lblMaskDescription: TLabel Left = 251 Top = 40 Width = 236 Height = 13 Caption = 'Sample mask description' end object lblMaskList: TLabel Left = 7 Top = 40 Width = 179 Height = 13 Caption = '&Sample masks' end object btnOK: TBitBtn Left = 6 Top = 166 Width = 72 Height = 26 TabOrder = 2 Kind = bkOK end object btnCancel: TBitBtn Left = 83 Top = 166 Width = 71 Height = 26 TabOrder = 3 Kind = bkCancel end object btnHelp: TBitBtn Left = 416 Top = 166 Width = 71 Height = 26 TabOrder = 4 Kind = bkHelp end object lbMask: TListBox Left = 6 Top = 57 Width = 238 Height = 100 ExtendedSelect = False Font.Color = clWindowText Font.Height = -11 Font.Name = 'System' Font.Pitch = fpFixed Font.Style = [] ItemHeight = 15 ParentFont = False TabOrder = 1 OnClick = lbMaskClick end object edMask: TEdit Left = 6 Top = 19 Width = 481 Height = 18 Font.Color = clWindowText Font.Height = -11 Font.Name = 'System' Font.Pitch = fpFixed Font.Style = [] ParentFont = False TabOrder = 0 end end