Blob Blame Raw
object Form1: TForm1
  Left = 373
  Height = 314
  Top = 306
  Width = 354
  Caption = 'Form1'
  ClientHeight = 314
  ClientWidth = 354
  OnMouseDown = FormMouseDown
  OnPaint = FormPaint
  LCLVersion = '1.6.2.0'
  object Button1: TButton
    Left = 272
    Height = 25
    Top = 8
    Width = 75
    Caption = 'Button1'
    OnClick = Button1Click
    TabOrder = 0
  end
end