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

📄 unit1.~dfm

📁 讲述了delphi环境下cec488接口的数据采集程序通过burst和normal两种模式进行采集
💻 ~DFM
字号:
object Form1: TForm1
  Left = 295
  Top = 223
  Width = 711
  Height = 504
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 104
    Top = 56
    Width = 57
    Height = 17
    AutoSize = False
    Caption = 'GPIB Addr'
  end
  object Label2: TLabel
    Left = 96
    Top = 112
    Width = 92
    Height = 13
    AutoSize = False
    Caption = 'Number of Samples'
  end
  object lblStatus: TLabel
    Left = 96
    Top = 312
    Width = 233
    Height = 113
    AutoSize = False
    Color = clBtnHighlight
    ParentColor = False
  end
  object List1: TListBox
    Left = 376
    Top = 48
    Width = 265
    Height = 377
    ItemHeight = 13
    TabOrder = 0
  end
  object cmdSetup: TBitBtn
    Left = 120
    Top = 144
    Width = 75
    Height = 25
    Caption = 'Setup'
    TabOrder = 1
    OnClick = cmdSetupClick
  end
  object cmdread: TBitBtn
    Left = 120
    Top = 184
    Width = 75
    Height = 25
    Caption = 'Read'
    Enabled = False
    TabOrder = 2
    OnClick = cmdreadClick
  end
  object BitBtn4: TBitBtn
    Left = 120
    Top = 272
    Width = 75
    Height = 25
    Caption = 'Exit'
    TabOrder = 3
    OnClick = BitBtn4Click
  end
  object Gpibaddr: TEdit
    Left = 200
    Top = 56
    Width = 121
    Height = 21
    AutoSize = False
    TabOrder = 4
    Text = '16'
  end
  object txtNumPts: TEdit
    Left = 200
    Top = 112
    Width = 121
    Height = 21
    AutoSize = False
    TabOrder = 5
    Text = '2027'
  end
  object cmdsave: TBitBtn
    Left = 120
    Top = 224
    Width = 75
    Height = 25
    Caption = 'Save'
    Enabled = False
    TabOrder = 6
    OnClick = cmdsaveClick
  end
  object Edit1: TEdit
    Left = 216
    Top = 224
    Width = 49
    Height = 21
    ReadOnly = True
    TabOrder = 7
  end
  object Edit2: TEdit
    Left = 272
    Top = 224
    Width = 49
    Height = 21
    TabOrder = 8
    Text = '4'
  end
  object SaveDialog1: TSaveDialog
    Left = 296
    Top = 16
  end
  object ExcelApplication1: TExcelApplication
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    AutoQuit = False
    Left = 64
    Top = 56
  end
  object ExcelWorkbook1: TExcelWorkbook
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 184
    Top = 8
  end
  object ExcelWorksheet1: TExcelWorksheet
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 328
    Top = 24
  end
end

⌨️ 快捷键说明

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