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

📄 setting.dfm

📁 串口数据采集的上位机源码
💻 DFM
字号:
object frmSettingDisp: TfrmSettingDisp
  Left = 351
  Top = 326
  Width = 421
  Height = 191
  Caption = #26174#31034#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 GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 401
    Height = 105
    Caption = #26174#31034#35774#32622
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 43
      Height = 13
      Caption = 'Y'#26368#22823#20540
    end
    object Label2: TLabel
      Left = 16
      Top = 56
      Width = 43
      Height = 13
      Caption = 'Y'#26368#23567#20540
    end
    object Label3: TLabel
      Left = 16
      Top = 80
      Width = 31
      Height = 13
      Caption = 'Y'#38388#38548
    end
    object Label4: TLabel
      Left = 152
      Top = 80
      Width = 31
      Height = 13
      Caption = 'X'#38388#38548
    end
    object Label5: TLabel
      Left = 152
      Top = 56
      Width = 43
      Height = 13
      Caption = 'X'#26368#23567#20540
    end
    object Label6: TLabel
      Left = 152
      Top = 24
      Width = 43
      Height = 13
      Caption = 'X'#26368#22823#20540
    end
    object Label7: TLabel
      Left = 272
      Top = 24
      Width = 48
      Height = 13
      Caption = #26368#23567#26102#38388
    end
    object txtMaxY: TEdit
      Left = 88
      Top = 24
      Width = 41
      Height = 21
      TabOrder = 0
      Text = '1500'
    end
    object txtMinY: TEdit
      Left = 88
      Top = 48
      Width = 41
      Height = 21
      TabOrder = 1
      Text = '-200'
    end
    object txtInY: TEdit
      Left = 88
      Top = 72
      Width = 41
      Height = 21
      TabOrder = 2
      Text = '1'
    end
    object txtMaxX: TEdit
      Left = 216
      Top = 24
      Width = 41
      Height = 21
      TabOrder = 3
      Text = '1124'
    end
    object txtMinX: TEdit
      Left = 216
      Top = 48
      Width = 41
      Height = 21
      TabOrder = 4
      Text = '0'
    end
    object txtInX: TEdit
      Left = 216
      Top = 72
      Width = 41
      Height = 21
      TabOrder = 5
      Text = '1'
    end
    object txtMinTime: TEdit
      Left = 336
      Top = 24
      Width = 41
      Height = 21
      TabOrder = 6
      Text = '0.1'
    end
  end
  object btSetUp: TButton
    Left = 64
    Top = 128
    Width = 73
    Height = 25
    Caption = #35774#32622
    TabOrder = 1
    OnClick = btSetUpClick
  end
  object Button1: TButton
    Left = 256
    Top = 128
    Width = 73
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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