unit1.~dfm

来自「游戏菜单,pottos写的调用VD的菜单.(附菜单全部源码)」· ~DFM 代码 · 共 47 行

~DFM
47
字号
object Form1: TForm1
  Left = 370
  Top = 157
  BorderStyle = bsDialog
  Caption = 'Form1'
  ClientHeight = 448
  ClientWidth = 688
  Color = clTeal
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object ListView1: TListView
    Left = 0
    Top = 17
    Width = 688
    Height = 431
    Align = alClient
    Columns = <>
    LargeImages = ImageList1
    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
end

⌨️ 快捷键说明

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