Subversion Repositories AndroidProjects

Rev

Blame | Last modification | View Log | RSS feed

object FormMain: TFormMain
  Left = 486
  Top = 672
  Cursor = -1
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'pingK'
  ClientHeight = 115
  ClientWidth = 244
  Color = clBlack
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 13
  object StartUpTimer: TTimer
    Interval = 1
    OnTimer = StartUpTimerTimer
    Left = 8
    Top = 8
  end
  object Timer: TTimer
    Enabled = False
    Interval = 10
    OnTimer = TimerTimer
    Left = 40
    Top = 8
  end
end