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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 279
  Top = 151
  Width = 395
  Height = 422
  Caption = 'Print & PrinterSetup 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 MainMenu1: TMainMenu
    Left = 64
    Top = 72
    object File: TMenuItem
      Caption = #25991#20214'(&F)'
      object Open: TMenuItem
        Caption = #25171#24320'(&O)'
        OnClick = OpenClick
      end
      object Print: TMenuItem
        Caption = #25171#21360'(&P)'
        OnClick = PrintClick
      end
      object PrinterSetup: TMenuItem
        Caption = #25171#21360#26426#35774#32622'(&S)'
        OnClick = PrinterSetupClick
      end
      object Exit: TMenuItem
        Caption = #36864#20986'(&X)'
        OnClick = ExitClick
      end
    end
  end
  object PrintDialog1: TPrintDialog
    Left = 64
    Top = 144
  end
  object PrinterSetupDialog1: TPrinterSetupDialog
    Left = 136
    Top = 144
  end
end

⌨️ 快捷键说明

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