form_CalPath.dfm
上传用户:gelin96
上传日期:2017-01-08
资源大小:20993k
文件大小:1k
- 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