Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
object Form1: TForm1
2
  Left = 186
3
  Top = 145
4
  Width = 544
5
  Height = 375
6
  Caption = 'Form1'
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'MS Sans Serif'
12
  Font.Style = []
13
  OldCreateOrder = False
14
  PixelsPerInch = 96
15
  TextHeight = 13
16
  object PaintBox1: TPaintBox
17
    Left = 118
18
    Top = 8
19
    Width = 256
20
    Height = 256
21
  end
22
  object Button1: TButton
23
    Left = 256
24
    Top = 288
25
    Width = 153
26
    Height = 41
27
    Caption = 'nakresli'
28
    TabOrder = 0
29
    OnClick = Button1Click
30
  end
31
  object Button2: TButton
32
    Left = 32
33
    Top = 280
34
    Width = 153
35
    Height = 33
36
    Caption = 'Button2'
37
    TabOrder = 1
38
    OnClick = Button2Click
39
  end
40
end