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

📄 unit1.dfm

📁 C++BUILDER 下的串口驱动模块源码
💻 DFM
字号:
object Form1: TForm1
  Left = 183
  Top = 115
  Caption = #30005#26426#27979#35797#31995#32479
  ClientHeight = 401
  ClientWidth = 561
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poDesigned
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 169
    Width = 48
    Height = 13
    Caption = #20018#21475#35774#32622
  end
  object Label2: TLabel
    Left = 8
    Top = 298
    Width = 24
    Height = 13
    Caption = #21457#36865
  end
  object Label3: TLabel
    Left = 8
    Top = 224
    Width = 36
    Height = 13
    Caption = #27874#29305#29575
  end
  object Label4: TLabel
    Left = 1
    Top = 43
    Width = 51
    Height = 13
    Caption = #30005#26426#36716#36895' '
  end
  object Label5: TLabel
    Left = 1
    Top = 75
    Width = 51
    Height = 13
    Caption = #26368#22823#36716#36895' '
  end
  object Label6: TLabel
    Left = 1
    Top = 107
    Width = 51
    Height = 13
    Caption = #26368#23567#36716#36895' '
  end
  object Label7: TLabel
    Left = 111
    Top = 43
    Width = 22
    Height = 13
    Caption = #36716'/s'
  end
  object Label8: TLabel
    Left = 111
    Top = 75
    Width = 22
    Height = 13
    Caption = #36716'/s'
  end
  object Label9: TLabel
    Left = 112
    Top = 107
    Width = 22
    Height = 13
    Caption = #36716'/s'
  end
  object Label10: TLabel
    Left = 8
    Top = 192
    Width = 36
    Height = 13
    Caption = #20018#21475#21495
  end
  object Label11: TLabel
    Left = 190
    Top = 317
    Width = 36
    Height = 13
    Caption = #25509#25910#21306
  end
  object Memo1: TMemo
    Left = 190
    Top = 333
    Width = 259
    Height = 60
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 8
    Top = 317
    Width = 129
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 8
    Top = 344
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 2
    OnClick = Button1Click
  end
  object Panel1: TPanel
    Left = 148
    Top = 0
    Width = 400
    Height = 300
    Caption = 'Panel1'
    Color = clBlack
    ParentBackground = False
    TabOrder = 3
    object Image1: TImage
      Left = 0
      Top = 0
      Width = 400
      Height = 300
    end
  end
  object Edit3: TEdit
    Left = 64
    Top = 40
    Width = 41
    Height = 21
    TabOrder = 4
    Text = '0'
  end
  object Edit4: TEdit
    Left = 64
    Top = 72
    Width = 41
    Height = 21
    TabOrder = 5
    Text = '0'
  end
  object Edit5: TEdit
    Left = 64
    Top = 104
    Width = 41
    Height = 21
    TabOrder = 6
    Text = '0'
  end
  object Button3: TButton
    Left = 8
    Top = 259
    Width = 57
    Height = 25
    Caption = #24320#22987
    TabOrder = 7
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 85
    Top = 259
    Width = 57
    Height = 25
    Caption = #20851#38381
    TabOrder = 8
    OnClick = Button4Click
  end
  object ComboBox1: TComboBox
    Left = 64
    Top = 189
    Width = 73
    Height = 21
    ItemHeight = 13
    TabOrder = 9
    Text = 'COM1'
    Items.Strings = (
      'COM1'
      'COM2'
      'COM3'
      'COM4'
      'COM5'
      'COM6')
  end
  object ComboBox2: TComboBox
    Left = 63
    Top = 216
    Width = 74
    Height = 21
    ItemHeight = 13
    TabOrder = 10
    Text = '115200'
    Items.Strings = (
      '4800'
      '9600'
      '14400'
      '19200'
      '38400'
      '57600'
      '115200')
  end
  object MainMenu1: TMainMenu
    Left = 520
    Top = 312
    object N1: TMenuItem
      Caption = #25991#20214
      object N2: TMenuItem
        Caption = #25171#24320
      end
      object N3: TMenuItem
        Caption = #20445#23384
      end
      object N4: TMenuItem
        Caption = #36864#20986
      end
    end
    object N5: TMenuItem
      Caption = #32534#36753
    end
    object N6: TMenuItem
      Caption = #24110#21161
    end
  end
end

⌨️ 快捷键说明

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