Subversion Repositories plumbers

Rev

Rev 17 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

object MainForm: TMainForm
  Left = 0
  Top = 0
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  ClientHeight = 72
  ClientWidth = 255
  Color = clBlack
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 159
    Top = 8
    Width = 41
    Height = 33
    OnMouseUp = ControlClick
  end
  object Panel1: TPanel
    Left = 24
    Top = 32
    Width = 176
    Height = 25
    BevelOuter = bvSpace
    Color = clWhite
    Ctl3D = False
    ParentBackground = False
    ParentCtl3D = False
    TabOrder = 0
    Visible = False
    OnMouseUp = ControlClick
  end
  object StartupTimer: TTimer
    Enabled = False
    Interval = 10
    OnTimer = StartupTimerTimer
    Left = 216
    Top = 16
  end
end