object SamplePluginForm: TSamplePluginForm Left = 259 Top = 238 HorzScrollBar.Increment = 21 VertScrollBar.Increment = 26 VertScrollBar.Visible = False BorderStyle = bsNone Caption = 'Sample Plugin' ClientHeight = 200 ClientWidth = 199 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False ShowHint = True PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 48 Width = 50 Height = 13 Caption = 'File Count:' end object Label2: TLabel Left = 16 Top = 64 Width = 69 Height = 13 Caption = 'Files Selected:' end object Label3: TLabel Left = 104 Top = 48 Width = 32 Height = 13 Caption = 'Label3' end object Label4: TLabel Left = 104 Top = 64 Width = 32 Height = 13 Caption = 'Label4' end object Label5: TLabel Left = 8 Top = 8 Width = 81 Height = 13 Caption = 'Sample Plugin' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 16 Top = 96 Width = 75 Height = 25 Caption = 'Apply' TabOrder = 0 end end