Login

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

object Form1: TForm1
  Left = 192
  Top = 107
  Width = 1088
  Height = 750
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClick = FormCreate
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 24
    Top = 16
    Width = 649
    Height = 601
  end
  object Memo1: TMemo
    Left = 688
    Top = 24
    Width = 377
    Height = 593
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
  end
end