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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 157
  3.   Top = 125
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = GB2312_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = #23435#20307
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object btnShowModal: TButton
  17.     Left = 144
  18.     Top = 16
  19.     Width = 75
  20.     Height = 25
  21.     Caption = #27169#24335#26174#31034
  22.     TabOrder = 0
  23.     OnClick = btnShowModalClick
  24.   end
  25.   object BtnShow: TButton
  26.     Left = 144
  27.     Top = 64
  28.     Width = 75
  29.     Height = 25
  30.     Caption = #38750#27169#24335#26174#31034
  31.     TabOrder = 1
  32.     OnClick = BtnShowClick
  33.   end
  34. end