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

📄 setupdiag.dfm

📁 是一个手机功能的模拟程序
💻 DFM
字号:
object Form_setup: TForm_setup
  Left = 352
  Top = 264
  BorderStyle = bsDialog
  Caption = #29992#25143#35774#32622
  ClientHeight = 193
  ClientWidth = 251
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 32
    Width = 65
    Height = 13
    Caption = #36873#25321#20018#21475#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 80
    Width = 52
    Height = 13
    Caption = #27874#29305#29575#65306
  end
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 233
    Height = 129
  end
  object CancelBtn: TButton
    Left = 135
    Top = 156
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 0
  end
  object OKBtn: TButton
    Left = 39
    Top = 156
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
  object ComboBox_COM: TComboBox
    Left = 88
    Top = 24
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 2
    Text = 'COM1'
    Items.Strings = (
      'COM1'
      'COM2')
  end
  object ComboBox_baudrate: TComboBox
    Left = 88
    Top = 72
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 3
    Text = '115200'
    Items.Strings = (
      '115200'
      '38400'
      '19200'
      '9600'
      '4800'
      '2400'
      '1200')
  end
end

⌨️ 快捷键说明

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