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