Subversion Repositories recyclebinunit

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

object Form1: TForm1
  Left = 204
  Top = 143
  Width = 659
  Height = 485
  Caption = 'BitBucket Reader'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object Splitter1: TSplitter
    Left = 0
    Top = 193
    Width = 651
    Height = 5
    Cursor = crVSplit
    Align = alBottom
  end
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 651
    Height = 193
    Align = alClient
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -25
    Font.Name = 'Courier'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object Memo2: TMemo
    Left = 0
    Top = 198
    Width = 651
    Height = 248
    Align = alBottom
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object Timer1: TTimer
    Interval = 300
    OnTimer = Timer1Timer
    Left = 16
    Top = 16
  end
end