DevApp/Gs.DevApp/TestForm/XtraForm1.cs
@@ -15,6 +15,7 @@ InitializeComponent(); // this.ucLookCk1.KeyFile = "depotId"; this.ucLookCk1.KeyFile = "depotCode"; this.ucLookItems1.KeyFile = "id"; ucLookCk1.EditChanged += UcLookCk1_EditChanged; } @@ -34,7 +35,12 @@ private void simpleButton2_Click(object sender, EventArgs e) { ucLookSupplier1.SetIdOrCode("VEN00063"); ucLookItems1.SetIdOrCode("VEN00063"); } private void simpleButton3_Click(object sender, EventArgs e) { ucLookItems1.SetIdOrCode("113223"); } } }