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

📄 configunit.dfm

📁 一个通过串口连接手机发短信的程序。
💻 DFM
字号:
object ConfigForm: TConfigForm
  Left = 346
  Top = 203
  Width = 320
  Height = 206
  Caption = #31471#21475#35774#32622
  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 = 24
    Top = 44
    Width = 80
    Height = 16
    AutoSize = False
    Caption = #36873#25321#31471#21475#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 24
    Top = 84
    Width = 60
    Height = 16
    AutoSize = False
    Caption = #27874#29305#29575#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object CBPort: TComboBox
    Left = 104
    Top = 44
    Width = 89
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    ParentShowHint = False
    ShowHint = False
    Sorted = True
    TabOrder = 0
    Text = 'COM1'
    Items.Strings = (
      'COM1'
      'COM2')
  end
  object CBBaudRate: TComboBox
    Left = 103
    Top = 84
    Width = 90
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = '4800'
    Items.Strings = (
      '4800'
      '9600'
      '19200'
      '28800'
      '38400'
      '48000'
      '57600'
      '115200'
      '230400'
      '460800')
  end
  object BOK: TButton
    Left = 104
    Top = 128
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = BOKClick
  end
end

⌨️ 快捷键说明

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