Subversion Repositories autosfx

Rev

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

Rev Author Line No. Line
1 daniel-mar 1
object CommentForm: TCommentForm
2
  Left = 0
3
  Top = 0
4
  Caption = 'ViaThinkSoft AutoSFX Archiv'
5
  ClientHeight = 499
6
  ClientWidth = 521
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'Tahoma'
12
  Font.Style = []
13
  OldCreateOrder = False
14
  Position = poMainFormCenter
15
  OnResize = FormResize
16
  PixelsPerInch = 96
17
  TextHeight = 13
18
  object DescMemo: TMemo
19
    Left = 8
20
    Top = 8
21
    Width = 366
22
    Height = 364
23
    Color = clBtnFace
24
    Font.Charset = ANSI_CHARSET
25
    Font.Color = clWindowText
26
    Font.Height = -13
27
    Font.Name = 'Courier New'
28
    Font.Style = []
29
    ParentFont = False
30
    ReadOnly = True
31
    ScrollBars = ssBoth
32
    TabOrder = 2
33
  end
34
  object OkBtn: TButton
35
    Left = 248
36
    Top = 378
37
    Width = 126
38
    Height = 25
39
    Caption = 'OK'
40
    Default = True
41
    ModalResult = 1
42
    TabOrder = 0
43
  end
44
  object CancelBtn: TButton
45
    Left = 8
46
    Top = 378
47
    Width = 126
48
    Height = 25
49
    Cancel = True
50
    Caption = 'Abbrechen'
51
    ModalResult = 2
52
    TabOrder = 1
53
  end
54
end