untbaudset.~dfm

来自「显示当前采集的10个测量点的路温湿度值: 温度单位是℃」· ~DFM 代码 · 共 55 行

~DFM
55
字号
object frmBaudSet: TfrmBaudSet
  Left = 371
  Top = 185
  Width = 414
  Height = 118
  Caption = #27874#29305#29575#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 34
    Top = 21
    Width = 105
    Height = 19
    Caption = #27874#29305#29575#35774#32622':'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object ComboBox1: TComboBox
    Left = 151
    Top = 21
    Width = 145
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ItemHeight = 13
    TabOrder = 0
    Text = 'ComboBox1'
    Items.Strings = (
      '1200'
      '4800'
      '9600'
      '11200')
  end
  object Button1: TButton
    Left = 304
    Top = 51
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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