Subversion Repositories svnkaklik

Rev

Blame | Last modification | View Log | Download

object Form1: TForm1
  Left = 192
  Top = 107
  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 Button1: TButton
    Left = 168
    Top = 112
    Width = 185
    Height = 65
    Caption = 'pip'
    TabOrder = 0
    OnClick = Button1Click
  end
  object RadioButton1: TRadioButton
    Left = 224
    Top = 216
    Width = 113
    Height = 17
    Caption = 'pip'
    TabOrder = 1
  end
  object CheckBox1: TCheckBox
    Left = 264
    Top = 32
    Width = 97
    Height = 17
    Caption = 'CheckBox1'
    TabOrder = 2
  end
end