form_CalPath.dfm
上传用户:gelin96
上传日期:2017-01-08
资源大小:20993k
文件大小:1k
源码类别:

MTK

开发平台:

C++ Builder

  1. object frmCalPath: TfrmCalPath
  2.   Left = 375
  3.   Top = 249
  4.   Width = 292
  5.   Height = 290
  6.   Caption = 'Calibration data result file path'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lbDir: TDirectoryListBox
  17.     Left = 8
  18.     Top = 32
  19.     Width = 265
  20.     Height = 193
  21.     ItemHeight = 16
  22.     TabOrder = 0
  23.   end
  24.   object cbDrive: TDriveComboBox
  25.     Left = 80
  26.     Top = 8
  27.     Width = 129
  28.     Height = 19
  29.     TabOrder = 1
  30.     OnChange = cbDriveChange
  31.   end
  32.   object btnApplyCalPath: TButton
  33.     Left = 48
  34.     Top = 232
  35.     Width = 177
  36.     Height = 25
  37.     Caption = 'Apply calibration data result path'
  38.     TabOrder = 2
  39.     OnClick = btnApplyCalPathClick
  40.   end
  41. end