Subversion Repositories autosfx

Rev

Rev 1 | Details | Compare with Previous | 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
2 daniel-mar 8
  Font.Charset = ANSI_CHARSET
1 daniel-mar 9
  Font.Color = clWindowText
10
  Font.Height = -11
2 daniel-mar 11
  Font.Name = 'MS Sans Serif'
1 daniel-mar 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
2 daniel-mar 41
    Font.Charset = ANSI_CHARSET
42
    Font.Color = clWindowText
43
    Font.Height = -11
44
    Font.Name = 'MS Sans Serif'
45
    Font.Style = []
1 daniel-mar 46
    ModalResult = 1
2 daniel-mar 47
    ParentFont = False
1 daniel-mar 48
    TabOrder = 0
49
  end
50
  object CancelBtn: TButton
51
    Left = 8
52
    Top = 378
53
    Width = 126
54
    Height = 25
55
    Cancel = True
56
    Caption = 'Abbrechen'
2 daniel-mar 57
    Font.Charset = ANSI_CHARSET
58
    Font.Color = clWindowText
59
    Font.Height = -11
60
    Font.Name = 'MS Sans Serif'
61
    Font.Style = []
1 daniel-mar 62
    ModalResult = 2
2 daniel-mar 63
    ParentFont = False
1 daniel-mar 64
    TabOrder = 1
65
  end
66
end