Example #1
0
        private void textBoxContainButton3_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("Warehouse", "Warehouse_Id", e);
        }
Example #2
0
        private void textBoxContainButton1_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringLeave("RequestCollectionOrder", "Collection_Id", e);
        }
Example #3
0
        private void textBoxContainButton2_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringLeave("Csv", "Csv_Id", e);
        }
Example #4
0
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("Csv", "Csv_Id", e);
        }
Example #5
0
        private void textBoxContainButton3_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringLeave("ItemKind", "ItemKind_ID", e);
        }
Example #6
0
        private void textBoxContainButton1_Click(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.Text = CommomHelper.GetQuery("Usr1", "");
        }
Example #7
0
        private void textBoxContainButton1_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringLeave("PlanningOrderInfoInput", "Input_Id", e);
        }
Example #8
0
        private void textBoxContainButton1_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringLeave("ProjectStage", "ProjectStage_ID", e);
        }