| | |
| | | SourceCode/Bond/x64/Debug/Master.dat |
| | | SourceCode/Bond/x64/Debug/Config/signals.csv |
| | | SourceCode/Bond/x64/Debug/Config/robot_offset.ini |
| | | *.tlog |
| | | *.pch |
| | | SourceCode/Bond/EAPSimulator/x64/Debug/ |
| | |
| | | |
| | | CRect rcLine; |
| | | GetDlgItem(IDC_LINE1)->GetWindowRect(&rcLine); |
| | | GetDlgItem(IDC_LINE1)->MoveWindow(BTN_Y, BTN_X + (BTN_WIDTH + marginx) * 8, |
| | | rcLine.Width(), rcLine.Height()); |
| | | GetDlgItem(IDC_LINE1)->MoveWindow(BTN_X + (BTN_WIDTH + marginx) * 8 - marginx / 2, BTN_Y, |
| | | rcLine.Width(), (BTN_WIDTH + marginy) * 7 + BTN_WIDTH); |
| | | |
| | | for (int row = 0; row < 8; row++) { |
| | | y = BTN_Y + (BTN_WIDTH + marginy) * row; |