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

📄 comm.~dfm

📁 使用Delphi 6.0开发用于控制空调的程序
💻 ~DFM
字号:
object frmComm: TfrmComm
  Left = 255
  Top = 142
  Width = 234
  Height = 404
  Caption = #20018#21475#35774#32622'      '
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object lbl1: TLabel
    Left = 40
    Top = 16
    Width = 132
    Height = 29
    Caption = #20018#21475#35774#32622'      '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object lbl2: TLabel
    Left = 32
    Top = 64
    Width = 48
    Height = 13
    Caption = #20018#21475#21495#65306
  end
  object lbl3: TLabel
    Left = 32
    Top = 114
    Width = 48
    Height = 13
    Caption = #27874#29305#29575#65306
  end
  object lbl4: TLabel
    Left = 32
    Top = 164
    Width = 48
    Height = 13
    Caption = #25968#25454#20301#65306
  end
  object lbl5: TLabel
    Left = 32
    Top = 214
    Width = 48
    Height = 13
    Caption = #20572#27490#20301#65306
  end
  object lbl6: TLabel
    Left = 32
    Top = 264
    Width = 50
    Height = 13
    Caption = 'l'#26657#39564#20301#65306
  end
  object cbbComName: TComboBox
    Left = 105
    Top = 64
    Width = 89
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = 'COM1'
    Items.Strings = (
      'COM1'
      'COM2'
      'COM3'
      'COM4'
      'COM5'
      'COM6'
      'COM7'
      'COM8'
      'COM9')
  end
  object cbbBaudRate: TComboBox
    Left = 105
    Top = 112
    Width = 89
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = '9600'
    Items.Strings = (
      '300'
      '600'
      '1200'
      '2400'
      '4800'
      '9600'
      '14400'
      '19200'
      '38400')
  end
  object cbbbyteSize: TComboBox
    Left = 105
    Top = 160
    Width = 89
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = '_8'
    Items.Strings = (
      '_8'
      '_7'
      '_6'
      '_5')
  end
  object cbbStopBit: TComboBox
    Left = 105
    Top = 208
    Width = 89
    Height = 21
    ItemHeight = 13
    TabOrder = 3
    Text = '_1'
    Items.Strings = (
      '_1'
      '_1_5'
      '_2')
  end
  object cbbParity: TComboBox
    Left = 105
    Top = 256
    Width = 89
    Height = 21
    ItemHeight = 13
    TabOrder = 4
    Text = 'None'
    Items.Strings = (
      'None'
      'Even'
      'Mark'
      'Odd'
      'Space')
  end
  object btnSetComm: TButton
    Left = 24
    Top = 312
    Width = 73
    Height = 25
    Caption = #35774#32622#20018#21475
    TabOrder = 5
    OnClick = btnSetCommClick
  end
  object btnCancle: TButton
    Left = 128
    Top = 312
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 6
    OnClick = btnCancleClick
  end
end

⌨️ 快捷键说明

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