Subversion Repositories svnkaklik

Rev

Blame | Last modification | View Log | Download

object Form2: TForm2
  Left = 266
  Top = 110
  Width = 364
  Height = 111
  Caption = 'Form2'
  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 Edit1: TEdit
    Left = 56
    Top = 16
    Width = 249
    Height = 21
    TabOrder = 0
    OnEnter = Button1Click
  end
  object Button1: TButton
    Left = 56
    Top = 48
    Width = 97
    Height = 25
    Caption = 'OK'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 184
    Top = 48
    Width = 97
    Height = 25
    Caption = 'Storno'
    TabOrder = 2
    OnClick = Button2Click
  end
  object StaticText1: TStaticText
    Left = 8
    Top = 16
    Width = 51
    Height = 20
    Caption = 'Adresa:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
end