1
lu
2024-10-26 6acf01e390fe8dbb04c5ad7f4198905df6c974d5
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");
        }
    }
}