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

📄 unit1.dfm

📁 参加今年的比赛肯定要用的。谢谢支持。祝大家好运!
💻 DFM
字号:
object Form1: TForm1
  Left = 358
  Top = 129
  Width = 345
  Height = 681
  AutoSize = True
  Caption = 'ISP1362 DeviceTest '
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 337
    Height = 649
    TabOrder = 0
    object Memo1: TMemo
      Left = 10
      Top = 98
      Width = 316
      Height = 543
      TabOrder = 0
    end
    object Button1: TButton
      Left = 10
      Top = 10
      Width = 92
      Height = 80
      Caption = 'ADD'
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 236
      Top = 10
      Width = 93
      Height = 80
      Caption = 'CLEAR'
      TabOrder = 2
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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