MainFrm.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object FrmMain: TFrmMain
  2.   Left = 221
  3.   Top = 112
  4.   Width = 306
  5.   Height = 187
  6.   Caption = #21160#24577#35843#29992'DLL'
  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.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object btnShowModal: TButton
  19.     Left = 64
  20.     Top = 48
  21.     Width = 129
  22.     Height = 25
  23.     Caption = #27169#24335#26174#31034
  24.     TabOrder = 0
  25.     OnClick = btnShowModalClick
  26.   end
  27.   object btnShow: TButton
  28.     Left = 64
  29.     Top = 88
  30.     Width = 129
  31.     Height = 25
  32.     Caption = #38750#27169#24335#26174#31034
  33.     TabOrder = 1
  34.     OnClick = btnShowClick
  35.   end
  36. end