Subversion Repositories spacemission

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 daniel-mar 1
object TextForm: TTextForm
2
  Left = 432
3
  Top = 156
4
  BorderIcons = [biSystemMenu]
5
  BorderStyle = bsSingle
6
  Caption = 'Informationen'
7
  ClientHeight = 361
8
  ClientWidth = 297
9
  Color = clBtnFace
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
12
  Font.Height = -12
13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
15
  OldCreateOrder = False
16
  Position = poMainFormCenter
17
  PixelsPerInch = 106
18
  TextHeight = 13
19
  object OKBtn: TButton
20
    Left = 64
21
    Top = 328
22
    Width = 169
23
    Height = 25
24
    Caption = '&OK'
25
    TabOrder = 0
26
    OnClick = Button1Click
27
  end
28
  object Memo1: TMemo
29
    Left = 8
30
    Top = 8
31
    Width = 281
32
    Height = 313
33
    ReadOnly = True
34
    ScrollBars = ssVertical
35
    TabOrder = 1
36
  end
37
end