BitmapForm.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object FormBitmap: TFormBitmap
  2.   Left = 485
  3.   Top = 159
  4.   Width = 477
  5.   Height = 416
  6.   Caption = 'Bitmap Form'
  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 Image1: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 469
  20.     Height = 389
  21.     Align = alClient
  22.   end
  23.   object OpenPictureDialog1: TOpenPictureDialog
  24.     Left = 72
  25.     Top = 64
  26.   end
  27.   object SavePictureDialog1: TSavePictureDialog
  28.     Left = 72
  29.     Top = 120
  30.   end
  31. end