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

📄 mainfrm.dfm

📁 采用PC控制Ca210彩色分析仪
💻 DFM
字号:
object Form1: TForm1
  Left = 457
  Top = 279
  Width = 262
  Height = 227
  Caption = 'Ca210 Auto Measure'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object BeginMeasure: TBitBtn
    Left = 168
    Top = 45
    Width = 75
    Height = 25
    Caption = #24320#22987#27979#35797
    Default = True
    TabOrder = 0
    OnClick = BeginMeasureClick
  end
  object StopMeasure: TBitBtn
    Left = 168
    Top = 77
    Width = 75
    Height = 25
    Caption = #20572#27490#27979#35797
    TabOrder = 1
    OnClick = StopMeasureClick
  end
  object Ca210: TBitBtn
    Left = 168
    Top = 13
    Width = 75
    Height = 25
    Caption = #36830#25509'Ca210'
    TabOrder = 2
    OnClick = Ca210Click
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 159
    Height = 96
    Caption = #27979#35797#35774#32622
    TabOrder = 3
    object Label1: TLabel
      Left = 10
      Top = 48
      Width = 48
      Height = 13
      Caption = #38388#38548#26102#38388
    end
    object Label2: TLabel
      Left = 10
      Top = 75
      Width = 48
      Height = 13
      Caption = #25345#32493#26102#38388
    end
    object Label3: TLabel
      Left = 126
      Top = 48
      Width = 24
      Height = 13
      Caption = #20998#38047
    end
    object Label4: TLabel
      Left = 126
      Top = 75
      Width = 24
      Height = 13
      Caption = #23567#26102
    end
    object Label5: TLabel
      Left = 10
      Top = 22
      Width = 48
      Height = 13
      Caption = #36890#36947#35774#32622
    end
    object Label6: TLabel
      Left = 126
      Top = 21
      Width = 24
      Height = 13
      Caption = #36890#36947
    end
    object ConstantTime: TEdit
      Left = 70
      Top = 71
      Width = 50
      Height = 21
      TabOrder = 0
      Text = '2'
    end
    object DelayTime: TEdit
      Left = 70
      Top = 45
      Width = 50
      Height = 21
      TabOrder = 1
      Text = '5'
    end
    object Ca210ch: TEdit
      Left = 70
      Top = 19
      Width = 50
      Height = 21
      TabOrder = 2
    end
  end
  object StatusBar: TPanel
    Left = 8
    Top = 109
    Width = 236
    Height = 49
    Caption = 'Ready'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -29
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 4
  end
  object MesPanel: TBitBtn
    Left = 88
    Top = 163
    Width = 75
    Height = 25
    Caption = #27979#37327
    Default = True
    TabOrder = 5
    OnClick = MesPanelClick
  end
  object DelayTimer: TTimer
    Enabled = False
    OnTimer = DelayTimerTimer
    Left = 176
    Top = 120
  end
  object StopTimer: TTimer
    Enabled = False
    OnTimer = StopTimerTimer
    Left = 200
    Top = 120
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 16
    Top = 117
  end
end

⌨️ 快捷键说明

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