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

Delphi控件源码

开发平台:

Delphi

  1. object FormMemo: TFormMemo
  2.   Left = 402
  3.   Top = 198
  4.   Width = 475
  5.   Height = 422
  6.   Caption = 'MemoForm'
  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 Memo1: TMemo
  17.     Left = 0
  18.     Top = 0
  19.     Width = 467
  20.     Height = 395
  21.     Align = alClient
  22.     Color = clWindow
  23.     TabOrder = 0
  24.   end
  25.   object OpenDialog1: TOpenDialog
  26.     Left = 136
  27.     Top = 120
  28.   end
  29.   object SaveDialog1: TSaveDialog
  30.     Left = 128
  31.     Top = 176
  32.   end
  33. end