Subversion Repositories spacemission

Rev

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

Rev Author Line No. Line
1 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 = -11
13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
15
  OldCreateOrder = False
16
  Position = poMainFormCenter
17
  OnHide = FormHide
18
  OnShow = FormShow
19
  PixelsPerInch = 96
20
  TextHeight = 13
21
  object OKBtn: TButton
22
    Left = 64
23
    Top = 328
24
    Width = 169
25
    Height = 25
26
    Caption = '&OK'
27
    TabOrder = 0
28
    OnClick = Button1Click
29
  end
30
  object Memo1: TMemo
31
    Left = 8
32
    Top = 8
33
    Width = 281
34
    Height = 313
35
    ReadOnly = True
36
    ScrollBars = ssVertical
37
    TabOrder = 1
38
  end
39
end