1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
object Form1: TForm1
Left = 282
Top = 214
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'MediaInfo.Dll Example'
ClientHeight = 526
ClientWidth = 762
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 0
Top = 0
Width = 761
Height = 513
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'System'
Font.Style = []
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
end
end
|