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

📄 unit2.dfm

📁 SUISkin 是为Delphi和C++Builder开发的最易用的界面增强VCL组件包。它能完全自动的为您的应用程序添加支持换肤功能
💻 DFM
字号:
object Form2: TForm2
  Left = 363
  Top = 293
  AutoScroll = False
  Caption = 'Form2'
  ClientHeight = 285
  ClientWidth = 472
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 472
    Height = 285
    Align = alClient
    Lines.Strings = (
      'Memo1')
    TabOrder = 2
  end
  object MainMenu1: TMainMenu
    Left = 80
    Top = 64
    object fds1: TMenuItem
      Caption = 'Form2'
      object f1: TMenuItem
        Caption = 'Menu'
      end
      object fds2: TMenuItem
        Caption = 'Menu2'
      end
      object fds3: TMenuItem
        Caption = 'Menu3'
      end
    end
  end
end

⌨️ 快捷键说明

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