コード例 #1
0
        private void textBoxContainButton2_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            if (LoginInfo._ZT_Admin_Id == "Z")
            {
                _txt.ToFormatStringEnter("Role", "Role_ID", e);
            }
            else
            {
                _txt.ToFormatStringEnter("UsrRole", "Role_ID", e);
            }
        }
コード例 #2
0
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("ShippingAddress", "ShippingAddress_Id", e);
        }
コード例 #3
0
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("Warehouse", "Warehouse_ID", e);
        }
コード例 #4
0
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("BusinessType", "BusinessType_Id", e);
        }
コード例 #5
0
ファイル: ItemKindForm.cs プロジェクト: jon110101/RMO_Test
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("ItemKind", "ItemKind_Id", e);
        }
コード例 #6
0
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("TaskNotifyOrder", "Notify_Id", e);
        }
コード例 #7
0
        private void textBoxContainButton2_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("PlanningOrderInfoInput", "Input_Id", e);
        }
コード例 #8
0
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("SysCompany1", "Company_Id", e);
        }
コード例 #9
0
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("ShippingInfoConfirmOrder", "Shipping_Id", e);
        }
コード例 #10
0
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("PgmTransferWarningSetting", "Pgm_ID", e);
        }
コード例 #11
0
        private void textBoxContainButton2_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("Employee", "Employee_ID", e);
        }
コード例 #12
0
ファイル: EmployeeForm.cs プロジェクト: jon110101/RMO_Test
        private void textBoxContainButton3_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("Department", "Department_ID", e);
        }
コード例 #13
0
ファイル: ProductAreaForm.cs プロジェクト: jon110101/RMO_Test
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("ProductArea", "ProductArea_Id", e);
        }
コード例 #14
0
        private void textBoxContainButton2_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

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