Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
object Form2: TForm2
2
  Left = 266
3
  Top = 110
4
  Width = 364
5
  Height = 111
6
  Caption = 'Form2'
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 Edit1: TEdit
17
    Left = 56
18
    Top = 16
19
    Width = 249
20
    Height = 21
21
    TabOrder = 0
22
    OnEnter = Button1Click
23
  end
24
  object Button1: TButton
25
    Left = 56
26
    Top = 48
27
    Width = 97
28
    Height = 25
29
    Caption = 'OK'
30
    TabOrder = 1
31
    OnClick = Button1Click
32
  end
33
  object Button2: TButton
34
    Left = 184
35
    Top = 48
36
    Width = 97
37
    Height = 25
38
    Caption = 'Storno'
39
    TabOrder = 2
40
    OnClick = Button2Click
41
  end
42
  object StaticText1: TStaticText
43
    Left = 8
44
    Top = 16
45
    Width = 51
46
    Height = 20
47
    Caption = 'Adresa:'
48
    Font.Charset = DEFAULT_CHARSET
49
    Font.Color = clWindowText
50
    Font.Height = -13
51
    Font.Name = 'MS Sans Serif'
52
    Font.Style = []
53
    ParentFont = False
54
    TabOrder = 3
55
  end
56
end