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

📄 ucomset.dfm

📁 GPRS无线数据管理软件,用于远程数据采集和分析以及展现
💻 DFM
字号:
object fcomset: Tfcomset
  Left = 249
  Top = 127
  BorderStyle = bsDialog
  Caption = #20018#21475#35774#32622
  ClientHeight = 153
  ClientWidth = 355
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 24
    Top = 48
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #27874#29305#29575#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 80
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #26657#39564#30721#65306
  end
  object Label3: TLabel
    Left = 184
    Top = 16
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #25968#25454#20301#65306
  end
  object Label4: TLabel
    Left = 184
    Top = 48
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #20572#27490#20301#65306
  end
  object Label5: TLabel
    Left = 184
    Top = 80
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #27969#25511#65306
  end
  object Label6: TLabel
    Left = 24
    Top = 16
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #20018#21475#21495#65306
  end
  object ComboBox1: TComboBox
    Left = 80
    Top = 12
    Width = 89
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    ItemIndex = 0
    TabOrder = 0
    Text = 'COM1'
    Items.Strings = (
      'COM1'
      'COM2'
      'COM3'
      'COM4')
  end
  object ComboBox2: TComboBox
    Left = 80
    Top = 44
    Width = 89
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    ItemIndex = 8
    TabOrder = 1
    Text = '57600'
    Items.Strings = (
      '300'
      '600'
      '1200'
      '2400'
      '4800'
      '9600'
      '19200'
      '38400'
      '57600'
      '115200')
  end
  object ComboBox3: TComboBox
    Left = 80
    Top = 76
    Width = 89
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    ItemIndex = 2
    TabOrder = 2
    Text = 'NOPARITY'
    Items.Strings = (
      'EVENPARITY'
      'MARKPARITY'
      'NOPARITY'
      'ODDPARITY'
      'SPACEPARITY')
  end
  object ComboBox4: TComboBox
    Left = 240
    Top = 12
    Width = 89
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    ItemIndex = 3
    TabOrder = 3
    Text = '8'
    Items.Strings = (
      '5'
      '6'
      '7'
      '8')
  end
  object ComboBox5: TComboBox
    Left = 240
    Top = 44
    Width = 89
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    ItemIndex = 0
    TabOrder = 4
    Text = '1'
    Items.Strings = (
      '1'
      '1.5'
      '2')
  end
  object ComboBox6: TComboBox
    Left = 240
    Top = 76
    Width = 89
    Height = 20
    Style = csDropDownList
    Enabled = False
    ItemHeight = 12
    ItemIndex = 1
    TabOrder = 5
    Text = #26080
    Items.Strings = (
      'XON/XOFF'
      #26080
      #30828#20214)
  end
  object Button1: TButton
    Left = 72
    Top = 120
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 200
    Top = 120
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 7
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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