コード例 #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            string code = this.inventoryid.Text;
            pop    frm  = new pop();

            frm.showdi(ref code, "select inventory_id as 'الكود',inventoryName as 'الاسم' FROM inventory_inventory;", "المخازن");
            this.inventoryid.Text = code;
        }
コード例 #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            string code = this.op_id.Text;
            pop    frm  = new pop();

            frm.showdi(ref code, "select operation_id as 'كود العملية',type as 'نوع العملية ' FROM Inventory_inventoryOperation;", "العمليات علي الاصناف");
            this.op_id.Text = code;
        }
コード例 #3
0
        private void button4_Click(object sender, EventArgs e)
        {
            string name = this.textBox6.Text;
            pop    frm  = new pop();

            frm.showdi(ref name, "SELECT code as 'الكود',arabic_name as ' الاسم العربي',latin_name as 'الاسم اللاتينى' FROM asset", "الأصول");
            this.textBox6.Text = name;
        }
コード例 #4
0
        private void button2_Click(object sender, EventArgs e)
        {
            string code = this.textBox1.Text;

            pop frm = new pop();

            frm.showdi(ref code, "select wm_code  as ' كود المغسلة ',wm_name as 'اسم المغسلة' from washing_machine;", "اجهزة المغسلة");

            this.textBox1.Text = code;
        }
コード例 #5
0
        private void button1_Click(object sender, EventArgs e)
        {
            string code = this.textBox2.Text;

            pop frm = new pop();

            frm.showdi(ref code, "select emp_id  as ' كود العامل ',name as 'اسم الموظف' from employee;", "الموظفين");

            this.textBox2.Text = code;
        }
コード例 #6
0
        private void button1_Click(object sender, EventArgs e)
        {
            string code = this.deviceText.Text;

            pop frm = new pop();

            frm.showdi(ref code, "SELECT * FROM heartExaminationDvices;", "الأجهزة");

            this.deviceText.Text = code;
        }
コード例 #7
0
        private void button1_Click(object sender, EventArgs e)
        {
            string code = this.textBox2.Text;

            pop frm = new pop();

            frm.showdi(ref code, "select wm_code as 'كود الجهاز', wm_name as 'اسم الجهاز', max_temp as ' حرارة الجهاز', wm_type as 'نوع الجهاز', description as 'وصف الجهاز', colors as 'لون الجهاز', condition as 'حالة الجهاز' from washing_machine", "اجهزة المغسلة");

            this.textBox2.Text = code;
        }
コード例 #8
0
        private void button2_Click(object sender, EventArgs e)
        {
            string code = this.empId.Text;


            pop frm = new pop();

            frm.showdi(ref code, "select wm_employee_id as ' كود عامل المغسلة',emplyee_name as 'اسم العامل ' from wm_employees;", "موظفي المغسلة");

            this.empId.Text = code;
        }