unit_connect.dfm

来自「平台:c++ builder V6.0 功能:利用串口设备通讯,」· DFM 代码 · 共 70 行

DFM
70
字号
object Form_Connect: TForm_Connect
  Left = 264
  Top = 146
  BorderStyle = bsDialog
  BorderWidth = 5
  Caption = #32852#26426
  ClientHeight = 251
  ClientWidth = 318
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnActivate = FormActivate
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 225
    Height = 251
    Align = alLeft
    Caption = #32852#26426#25253#21578
    TabOrder = 0
    object Animate1: TAnimate
      Left = 140
      Top = 8
      Width = 80
      Height = 50
      Active = False
      CommonAVI = aviFindFolder
      StopFrame = 29
    end
    object Memo1: TMemo
      Left = 12
      Top = 52
      Width = 197
      Height = 185
      ImeName = #20013#25991' ('#31616#20307') - '#20840#25340
      Lines.Strings = (
        'Memo1')
      ReadOnly = True
      ScrollBars = ssVertical
      TabOrder = 1
    end
  end
  object Button_Connect: TButton
    Left = 236
    Top = 8
    Width = 75
    Height = 25
    Caption = #32852#26426'(&N)'
    TabOrder = 1
    OnClick = Button_ConnectClick
  end
  object Button_Cancel: TButton
    Left = 236
    Top = 64
    Width = 75
    Height = 25
    Caption = #36820#22238'(&C)'
    TabOrder = 2
    OnClick = Button_CancelClick
  end
end

⌨️ 快捷键说明

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