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

Delphi/CppBuilder

开发平台:

Delphi

  1. object frmMain: TfrmMain
  2.   Left = 166
  3.   Top = 111
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'XXX'#24212#29992#31243#24207
  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.   Menu = MainMenu1
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object MainMenu1: TMainMenu
  20.     AutoHotkeys = maManual
  21.     Left = 136
  22.     Top = 72
  23.     object N1: TMenuItem
  24.       Caption = #12304'XXX'#12305
  25.     end
  26.     object N2: TMenuItem
  27.       Caption = #12304'XXX-XX'#12305
  28.     end
  29.     object N_Plugins: TMenuItem
  30.       Caption = #12304'Plugins'#12305
  31.     end
  32.   end
  33. end