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

📄 unit1.dfm

📁 TBCOMM串口类使用用例.TBCOMM是本人在CNCOMM的基础上改良后的一个类块,这个用例是在C++ BUILDER 2007上开发的
💻 DFM
字号:
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Form1'
  ClientHeight = 323
  ClientWidth = 473
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Rev: TRichEdit
    Left = 0
    Top = 0
    Width = 473
    Height = 288
    Align = alClient
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 0
    Top = 288
    Width = 473
    Height = 35
    Align = alBottom
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 12
      Width = 28
      Height = 13
      Caption = #20018#21475':'
    end
    object Button1: TButton
      Left = 73
      Top = 6
      Width = 72
      Height = 25
      Caption = #25171#24320
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 151
      Top = 6
      Width = 72
      Height = 25
      Caption = #28165#38500
      TabOrder = 1
      OnClick = Button2Click
    end
    object Edit1: TEdit
      Left = 48
      Top = 8
      Width = 19
      Height = 21
      TabOrder = 2
      Text = '1'
    end
  end
end

⌨️ 快捷键说明

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