qrmode 에서 wms rcv 태그 인식되게 함

This commit is contained in:
ChiKyun Kim
2025-08-06 10:05:24 +09:00
parent a7bc964b5c
commit c17296101a
89 changed files with 8051 additions and 6661 deletions

View File

@@ -1097,7 +1097,7 @@ namespace Project
private void toolStripButton6_Click(object sender, EventArgs e)
{
var f = new Dialog.fInput("모델명을 입력하세요",string.Empty);
var f = new AR.Dialog.fInput("모델명을 입력하세요",string.Empty);
if (f.ShowDialog() != DialogResult.OK) return;
//지정한 이름이있는지 확인한다.
@@ -1422,7 +1422,7 @@ namespace Project
return;
}
var f = new Dialog.fTouchKeyFull("모델명 변경", dr.Title);
var f = new AR.Dialog.fTouchKeyFull("모델명 변경", dr.Title);
if (f.ShowDialog() != DialogResult.OK) return;
var valstr = f.tbInput.Text.Trim();