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

📄 unit1.dfm

📁 delphi课程设计的内容,包括源代码,文本的设计,菜单的设计等.
💻 DFM
字号:
object Form1: TForm1
  Left = 194
  Top = 107
  Width = 544
  Height = 375
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 48
    Top = 24
    Width = 161
    Height = 233
    PopupMenu = PopupMenu1
    TabOrder = 0
  end
  object Memo2: TMemo
    Left = 288
    Top = 24
    Width = 153
    Height = 233
    PopupMenu = PopupMenu1
    TabOrder = 1
  end
  object Button1: TButton
    Left = 64
    Top = 288
    Width = 121
    Height = 33
    Caption = '打开文本'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 304
    Top = 288
    Width = 121
    Height = 33
    Caption = '关闭窗口'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button2Click
  end
  object PopupMenu1: TPopupMenu
    Left = 240
    Top = 32
    object N1: TMenuItem
      Caption = '撤消'
    end
    object N2: TMenuItem
      Caption = '复制'
      OnClick = N2Click
    end
    object N3: TMenuItem
      Caption = '粘贴'
      OnClick = N3Click
    end
    object N4: TMenuItem
      Caption = '删除'
      OnClick = N4Click
    end
    object N5: TMenuItem
      Caption = '查看'
    end
    object N6: TMenuItem
      Caption = '移动'
    end
  end
  object OpenDialog1: TOpenDialog
    Left = 216
    Top = 272
  end
end

⌨️ 快捷键说明

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