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

📄 unit1.dfm

📁 DELPHI个人用 DELPHI个人用
💻 DFM
字号:
object Form1: TForm1
  Left = 266
  Top = 181
  Width = 696
  Height = 480
  Caption = 'Form1'
  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 Memo1: TMemo
    Left = 0
    Top = 0
    Width = 681
    Height = 425
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object MainMenu1: TMainMenu
    Left = 24
    Top = 384
    object N1: TMenuItem
      Caption = #25991#20214
      object N2: TMenuItem
        Caption = #26032#24314'(N)'
        ShortCut = 16462
        OnClick = N2Click
      end
      object O1: TMenuItem
        Caption = #25171#24320'(O)'
        ShortCut = 16463
        OnClick = O1Click
      end
      object S1: TMenuItem
        Caption = #20445#23384'(S)'
        ShortCut = 16467
        OnClick = S1Click
      end
      object N3: TMenuItem
        Caption = '-'
      end
      object X1: TMenuItem
        Caption = #36864#20986'(X)'
      end
    end
    object N4: TMenuItem
      Caption = #32534#36753
      object N5: TMenuItem
        Caption = #21098#20999
        ShortCut = 16472
        OnClick = N5Click
      end
      object N6: TMenuItem
        Caption = #22797#21046
        ShortCut = 16451
        OnClick = N6Click
      end
      object N7: TMenuItem
        Caption = #31896#36148
        ShortCut = 16470
        OnClick = N7Click
      end
      object N8: TMenuItem
        Caption = #21024#38500
        ShortCut = 46
        OnClick = N8Click
      end
    end
    object N9: TMenuItem
      Caption = #24110#21161
      object N10: TMenuItem
        Caption = #20851#20110
        OnClick = N10Click
      end
    end
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = 'txt'
    Filter = #25991#26412#25991#20214'|*.txt'
    Left = 184
    Top = 392
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'txt'
    Filter = #25991#26412#25991#20214'|*.txt'
    Left = 120
    Top = 400
  end
  object FontDialog1: TFontDialog
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Left = 80
    Top = 392
  end
end

⌨️ 快捷键说明

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