main.dfm

来自「delphi调语音系统」· DFM 代码 · 共 51 行

DFM
51
字号
object w_main: Tw_main
  Left = 77
  Top = 91
  Width = 865
  Height = 612
  Caption = #24405#38899#25991#20214#31243#24207
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 857
    Height = 9
    Caption = 'ToolBar1'
    TabOrder = 0
  end
  object MainMenu1: TMainMenu
    Left = 16
    Top = 8
    object N1: TMenuItem
      Caption = #25968#25454#31649#29702
      object N2: TMenuItem
        Caption = #25968#25454#22788#29702
        OnClick = N2Click
      end
    end
    object N3: TMenuItem
      Caption = #25968#25454#26597#35810
      object N4: TMenuItem
        Caption = #26597#35810
        OnClick = N4Click
      end
    end
    object N5: TMenuItem
      Caption = #25991#20214#31649#29702
      object N6: TMenuItem
        Caption = #25991#20214#22788#29702
      end
    end
  end
end

⌨️ 快捷键说明

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