home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Freeware / Programare / gdiplusdelphi / demos / Using Images, Bitmaps, and Metafiles / Reading and Writing Metadata / Write / Unit1.dfm < prev    next >
Encoding:
Text File  |  2002-01-12  |  654 b   |  35 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 114
  4.   Width = 239
  5.   Height = 191
  6.   Caption = 'Write MetaHeader'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 16
  18.     Top = 16
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'write'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Memo1: TMemo
  26.     Left = 16
  27.     Top = 48
  28.     Width = 185
  29.     Height = 89
  30.     Lines.Strings = (
  31.       'Memo1')
  32.     TabOrder = 1
  33.   end
  34. end
  35.