settingsample.~dfm

来自「串口数据采集的上位机源码」· ~DFM 代码 · 共 65 行

~DFM
65
字号
object frmSettingSample: TfrmSettingSample
  Left = 364
  Top = 279
  Width = 500
  Height = 271
  Caption = #37319#26679#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 = 40
    Top = 48
    Width = 60
    Height = 13
    Caption = #37319#26679#39057#29575#65306
  end
  object Label2: TLabel
    Left = 40
    Top = 112
    Width = 84
    Height = 13
    Caption = #37319#26679#36890#36947#25968#37327#65306
  end
  object btSetUp: TButton
    Left = 120
    Top = 192
    Width = 73
    Height = 25
    Caption = #35774#32622
    TabOrder = 0
    OnClick = btSetUpClick
  end
  object Button1: TButton
    Left = 312
    Top = 192
    Width = 73
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button1Click
  end
  object edsamplerate: TEdit
    Left = 144
    Top = 48
    Width = 129
    Height = 21
    TabOrder = 2
    Text = '1024'
  end
  object edch: TEdit
    Left = 144
    Top = 112
    Width = 129
    Height = 21
    TabOrder = 3
    Text = '2'
  end
end

⌨️ 快捷键说明

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