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

📄 form_calpath.dfm

📁 MTK 手机软件开发 META 源代码,开发环境: C++ Builder
💻 DFM
字号:
object frmCalPath: TfrmCalPath
  Left = 375
  Top = 249
  Width = 292
  Height = 290
  Caption = 'Calibration data result file path'
  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 lbDir: TDirectoryListBox
    Left = 8
    Top = 32
    Width = 265
    Height = 193
    ItemHeight = 16
    TabOrder = 0
  end
  object cbDrive: TDriveComboBox
    Left = 80
    Top = 8
    Width = 129
    Height = 19
    TabOrder = 1
    OnChange = cbDriveChange
  end
  object btnApplyCalPath: TButton
    Left = 48
    Top = 232
    Width = 177
    Height = 25
    Caption = 'Apply calibration data result path'
    TabOrder = 2
    OnClick = btnApplyCalPathClick
  end
end

⌨️ 快捷键说明

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