FormMain.dfm
上传用户:etonglee
上传日期:2014-03-01
资源大小:698k
文件大小:3k
源码类别:

Internet/IE编程

开发平台:

Delphi

  1. object FrmMain: TFrmMain
  2.   Left = 216
  3.   Top = 105
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'FrmMain'
  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.   FormStyle = fsMDIForm
  14.   Menu = MainMenu
  15.   OldCreateOrder = False
  16.   WindowMenu = MnWindows
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object StatusBar: TStatusBar
  20.     Left = 0
  21.     Top = 415
  22.     Width = 688
  23.     Height = 19
  24.     Panels = <
  25.       item
  26.         Width = 50
  27.       end>
  28.   end
  29.   object MainMenu: TMainMenu
  30.     Left = 96
  31.     Top = 64
  32.     object N1: TMenuItem
  33.       Caption = #20027#33756#21333
  34.       object N3: TMenuItem
  35.         Caption = #35746#21333#32500#25252
  36.         OnClick = N3Click
  37.       end
  38.       object N4: TMenuItem
  39.         Caption = '-'
  40.       end
  41.       object N2: TMenuItem
  42.         Caption = #36864#20986
  43.         OnClick = N2Click
  44.       end
  45.     end
  46.     object MnWindows: TMenuItem
  47.       Caption = #31383#21475
  48.       object Arrange1: TMenuItem
  49.         Action = WindowArrange1
  50.       end
  51.       object Cascade1: TMenuItem
  52.         Action = WindowCascade1
  53.       end
  54.       object Close1: TMenuItem
  55.         Action = WindowClose1
  56.       end
  57.       object MinimizeAll1: TMenuItem
  58.         Action = WindowMinimizeAll1
  59.       end
  60.       object ileHorizontally1: TMenuItem
  61.         Action = WindowTileHorizontal1
  62.       end
  63.       object ileVertically1: TMenuItem
  64.         Action = WindowTileVertical1
  65.       end
  66.     end
  67.   end
  68.   object ActionList: TActionList
  69.     Left = 128
  70.     Top = 64
  71.     object WindowClose1: TWindowClose
  72.       Category = 'Window'
  73.       Caption = 'C&lose'
  74.       Enabled = False
  75.       Hint = 'Close'
  76.     end
  77.     object WindowCascade1: TWindowCascade
  78.       Category = 'Window'
  79.       Caption = '&Cascade'
  80.       Enabled = False
  81.       Hint = 'Cascade'
  82.       ImageIndex = 17
  83.     end
  84.     object WindowTileHorizontal1: TWindowTileHorizontal
  85.       Category = 'Window'
  86.       Caption = 'Tile &Horizontally'
  87.       Enabled = False
  88.       Hint = 'Tile Horizontal'
  89.       ImageIndex = 15
  90.     end
  91.     object WindowTileVertical1: TWindowTileVertical
  92.       Category = 'Window'
  93.       Caption = '&Tile Vertically'
  94.       Enabled = False
  95.       Hint = 'Tile Vertical'
  96.       ImageIndex = 16
  97.     end
  98.     object WindowMinimizeAll1: TWindowMinimizeAll
  99.       Category = 'Window'
  100.       Caption = '&Minimize All'
  101.       Enabled = False
  102.       Hint = 'Minimize All'
  103.     end
  104.     object WindowArrange1: TWindowArrange
  105.       Category = 'Window'
  106.       Caption = '&Arrange'
  107.       Enabled = False
  108.     end
  109.   end
  110. end