Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
object Form1: TForm1
2
  Left = 263
3
  Top = 111
4
  Width = 277
5
  Height = 185
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 Label1: TLabel
17
    Left = 80
18
    Top = 64
19
    Width = 55
20
    Height = 13
21
    Caption = 'Hello World'
22
  end
23
end