unit1.~dfm

来自「该程序用来测试89C51与IDE硬盘的接口」· ~DFM 代码 · 共 57 行

~DFM
57
字号
object Form1: TForm1
  Left = 320
  Top = 186
  Width = 314
  Height = 147
  Caption = '串行'
  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 Label1: TLabel
    Left = 56
    Top = 16
    Width = 8
    Height = 16
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '黑体'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 64
    Top = 72
    Width = 217
    Height = 21
    TabOrder = 1
    OnChange = Edit1Change
  end
  object Button1: TButton
    Left = 8
    Top = 72
    Width = 41
    Height = 25
    Caption = '发送'
    TabOrder = 2
    OnClick = Button1Click
  end
  object MSComm1: TMSComm
    Left = 24
    Top = 16
    Width = 32
    Height = 32
    OnComm = MSComm1Comm
    ControlData = {
      2143341208000000ED030000ED03000001568A64000006002000010000040000
      00022000802500000000080000000000000000003F00000001000000}
  end
end

⌨️ 快捷键说明

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