unit1.~dfm

来自「采用win32API用C++BUILDER实现的串口通信」· ~DFM 代码 · 共 116 行

~DFM
116
字号
object Form1: TForm1
  Left = 196
  Top = 96
  Width = 498
  Height = 279
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 56
    Top = 177
    Width = 14
    Height = 13
    Caption = 'AT'
  end
  object Label2: TLabel
    Left = 48
    Top = 216
    Width = 22
    Height = 13
    Caption = 'RET'
  end
  object Label3: TLabel
    Left = 304
    Top = 168
    Width = 32
    Height = 13
    Caption = 'Label3'
  end
  object Button1: TButton
    Left = 400
    Top = 32
    Width = 75
    Height = 25
    Caption = #25171#24320
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 400
    Top = 96
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 400
    Top = 136
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 400
    Top = 176
    Width = 75
    Height = 25
    Caption = #25509#25910
    TabOrder = 3
    OnClick = Button4Click
  end
  object RadioGroup1: TRadioGroup
    Left = 40
    Top = 32
    Width = 185
    Height = 105
    Caption = 'RadioGroup1'
    ItemIndex = 0
    Items.Strings = (
      'COM1'
      'COM2'
      'COM3')
    TabOrder = 4
  end
  object BitBtn1: TBitBtn
    Left = 400
    Top = 216
    Width = 75
    Height = 25
    Caption = #31934#30830#35745#26102
    TabOrder = 5
    OnClick = BitBtn1Click
  end
  object Edit1: TEdit
    Left = 88
    Top = 168
    Width = 201
    Height = 21
    TabOrder = 6
  end
  object Edit2: TEdit
    Left = 88
    Top = 216
    Width = 201
    Height = 21
    TabOrder = 7
  end
  object Timer1: TTimer
    Interval = 1
    OnTimer = Timer1Timer
    Left = 256
    Top = 112
  end
end

⌨️ 快捷键说明

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