Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
object CommentForm: TCommentForm
Left = 0
Top = 0
Caption = 'ViaThinkSoft AutoSFX Archiv'
ClientHeight = 499
ClientWidth = 521
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object DescMemo: TMemo
Left = 8
Top = 8
Width = 366
Height = 364
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 2
end
object OkBtn: TButton
Left = 248
Top = 378
Width = 126
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 8
Top = 378
Width = 126
Height = 25
Cancel = True
Caption = 'Abbrechen'
ModalResult = 2
TabOrder = 1
end
end