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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 395
  Height = 422
  Caption = 'Font & Color Dialog'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object RichEdit1: TRichEdit
    Left = 8
    Top = 8
    Width = 369
    Height = 361
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Lines.Strings = (
      'RichEdit1')
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object OpenDialog1: TOpenDialog
    Left = 136
    Top = 72
  end
  object FontDialog1: TFontDialog
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    MinFontSize = 0
    MaxFontSize = 0
    OnApply = FontDialog1Apply
    Left = 64
    Top = 144
  end
  object ColorDialog1: TColorDialog
    Ctl3D = True
    Left = 136
    Top = 144
  end
  object MainMenu1: TMainMenu
    Left = 64
    Top = 72
    object File: TMenuItem
      Caption = #25991#20214'(&F)'
      object Open: TMenuItem
        Caption = #25171#24320'(&O)'
        OnClick = OpenClick
      end
      object Exit: TMenuItem
        Caption = #36864#20986'(&X)'
        OnClick = ExitClick
      end
    end
    object Edit: TMenuItem
      Caption = #32534#36753'(&E)'
      object FontSetup: TMenuItem
        Caption = #23383#20307#35774#32622'(&S)'
        OnClick = FontSetupClick
      end
      object BackColor: TMenuItem
        Caption = #32972#26223#39068#33394'(&C)'
        OnClick = BackColorClick
      end
    end
  end
end

⌨️ 快捷键说明

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