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

📄 unit5.~dfm

📁 这是一个delphi程序
💻 ~DFM
字号:
object Form5: TForm5
  Left = 135
  Top = 43
  Width = 763
  Height = 630
  Caption = 'Form5'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 664
    Top = 501
    Width = 75
    Height = 25
    Caption = 'Open'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 664
    Top = 540
    Width = 75
    Height = 25
    Caption = 'Close'
    TabOrder = 1
  end
  object Button3: TButton
    Left = 664
    Top = 464
    Width = 75
    Height = 25
    Caption = 'Button3'
    TabOrder = 2
    OnClick = Button3Click
  end
  object Memo1: TMemo
    Left = 16
    Top = 352
    Width = 641
    Height = 233
    TabOrder = 3
  end
  object Memo2: TMemo
    Left = 16
    Top = 8
    Width = 641
    Height = 337
    TabOrder = 4
  end
  object Button4: TButton
    Left = 664
    Top = 8
    Width = 75
    Height = 25
    Caption = 'GetCOm'
    TabOrder = 5
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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