unit1.dfm

来自「参加今年的比赛肯定要用的。谢谢支持。祝大家好运!」· DFM 代码 · 共 50 行

DFM
50
字号
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 + =
减小字号Ctrl + -
显示快捷键?