About.dfm
上传用户:mjqmds
上传日期:2022-05-05
资源大小:2827k
文件大小:1k
源码类别:

DirextX编程

开发平台:

Delphi

  1. object AForm: TAForm
  2.   Left = 192
  3.   Top = 136
  4.   BorderStyle = bsDialog
  5.   Caption = #20851#20110#36229#32423#25773#25918#22120
  6.   ClientHeight = 178
  7.   ClientWidth = 531
  8.   Color = clBlack
  9.   Font.Charset = GB2312_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #23435#20307
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object LMDLabelFill1: TLMDLabelFill
  19.     Left = 32
  20.     Top = 24
  21.     Width = 298
  22.     Height = 44
  23.     Bevel.Mode = bmCustom
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clAqua
  26.     Font.Height = -37
  27.     Font.Name = 'Arial'
  28.     Font.Style = []
  29.     Options = []
  30.     ParentFont = False
  31.     Caption = #20316#32773#65306'LiuWentian'
  32.   end
  33.   object LMDLabelFill2: TLMDLabelFill
  34.     Left = 80
  35.     Top = 88
  36.     Width = 427
  37.     Height = 44
  38.     Cursor = crHandPoint
  39.     Bevel.Mode = bmCustom
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clGreen
  42.     Font.Height = -37
  43.     Font.Name = 'Arial'
  44.     Font.Style = []
  45.     Options = []
  46.     ParentFont = False
  47.     OnClick = LMDLabelFill2Click
  48.     OnMouseEnter = LMDLabelFill2MouseEnter
  49.     OnMouseExit = LMDLabelFill2MouseExit
  50.     Caption = 'Email'#65306' wentianl20@126.com'
  51.   end
  52. end