Subversion Repositories svnkaklik

Rev

Blame | Last modification | View Log | Download

object Form1: TForm1
  Left = 186
  Top = 145
  Width = 544
  Height = 375
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object PaintBox1: TPaintBox
    Left = 118
    Top = 8
    Width = 256
    Height = 256
  end
  object Button1: TButton
    Left = 256
    Top = 288
    Width = 153
    Height = 41
    Caption = 'nakresli'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 32
    Top = 280
    Width = 153
    Height = 33
    Caption = 'Button2'
    TabOrder = 1
    OnClick = Button2Click
  end
  object ScrollBar1: TScrollBar
    Left = 376
    Top = 8
    Width = 17
    Height = 256
    Kind = sbVertical
    Max = 256
    PageSize = 0
    TabOrder = 2
    OnChange = ScrollBar1Change
  end
end