Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
object Form1: TForm1
2
  Left = 192
3
  Top = 107
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 Button1: TButton
17
    Left = 168
18
    Top = 112
19
    Width = 185
20
    Height = 65
21
    Caption = 'pip'
22
    TabOrder = 0
23
    OnClick = Button1Click
24
  end
25
  object RadioButton1: TRadioButton
26
    Left = 224
27
    Top = 216
28
    Width = 113
29
    Height = 17
30
    Caption = 'pip'
31
    TabOrder = 1
32
  end
33
  object CheckBox1: TCheckBox
34
    Left = 264
35
    Top = 32
36
    Width = 97
37
    Height = 17
38
    Caption = 'CheckBox1'
39
    TabOrder = 2
40
  end
41
end