private void textBoxContainButton2_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            if (LoginInfo._ZT_Admin_Id == "Z")
            {
                _txt.ToFormatStringLeave("Role", "Role_ID", e);
            }
            else
            {
                _txt.ToFormatStringLeave("UsrRole", "Role_ID", e);
            }
        }
        private void textBoxContainButton1_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringLeave("ShippingAddress", "ShippingAddress_Id", e);
        }
示例#3
0
        private void textBoxContainButton1_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringLeave("Warehouse", "Warehouse_ID", e);
        }
示例#4
0
        private void textBoxContainButton1_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringLeave("BusinessType", "BusinessType_Id", e);
        }
示例#5
0
        private void textBoxContainButton1_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringLeave("ItemKind", "ItemKind_Id", e);
        }
示例#6
0
        private void textBoxContainButton1_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringLeave("TaskNotifyOrder", "Notify_Id", e);
        }
示例#7
0
        private void textBoxContainButton1_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringLeave("SysCompany1", "Company_Id", e);
        }
示例#8
0
        private void textBoxContainButton2_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

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

            _txt.ToFormatStringLeave("ShippingInfoConfirmOrder", "Shipping_Id", e);
        }
        private void textBoxContainButton1_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringLeave("PgmTransferWarningSetting", "Pgm_ID", e);
        }
示例#11
0
        private void textBoxContainButton2_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringLeave("Employee", "Employee_ID", e);
        }
示例#12
0
        private void textBoxContainButton3_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringLeave("Department", "Department_ID", e);
        }
示例#13
0
        private void textBoxContainButton1_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringLeave("ProductArea", "ProductArea_Id", e);
        }
示例#14
0
        private void textBoxContainButton2_TextLeave(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringLeave("RequestCollectionOrder", "Collection_Id", e);
        }