unit1.dfm

来自「可以找描出系统可用的串口」· DFM 代码 · 共 35 行

DFM
35
字号
object Form1: TForm1
  Left = 233
  Top = 127
  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 = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 233
    Top = 168
    Width = 143
    Height = 81
    Caption = 'Button1'
    TabOrder = 0
  end
  object cobcomname: TComboBox
    Left = 264
    Top = 96
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = 'cobcomname'
  end
end

⌨️ 快捷键说明

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