⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 游戏菜单,pottos写的调用VD的菜单.(附菜单全部源码)
💻 DFM
字号:
object Form1: TForm1
  Left = 196
  Top = 147
  Width = 696
  Height = 480
  Caption = #28216#25103#33756#21333
  Color = clGray
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object ListView1: TListView
    Left = 0
    Top = 17
    Width = 688
    Height = 431
    Align = alClient
    Columns = <>
    LargeImages = ImageList1
    PopupMenu = PopupMenu1
    StateImages = ImageList1
    TabOrder = 0
    OnClick = ListView1Click
    OnDblClick = ListView1DblClick
  end
  object TabControl1: TTabControl
    Left = 0
    Top = 0
    Width = 688
    Height = 17
    Align = alTop
    TabOrder = 1
    OnChange = TabControl1Change
  end
  object ImageList1: TImageList
    Height = 32
    Width = 32
    Left = 200
    Top = 168
  end
  object PopupMenu1: TPopupMenu
    Left = 216
    Top = 128
    object N1: TMenuItem
      Caption = #25191#34892
      OnClick = ListView1DblClick
    end
    object N2: TMenuItem
      Caption = '-'
    end
    object N3: TMenuItem
      Caption = #25171#24320#28216#25103#30446#24405
      OnClick = N3Click
    end
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -