Ejemplo n.º 1
0
 private void grooh_Load(object sender, EventArgs e)
 {
     Languge_Keybord.Persian();
     dataGridViewX1.DataSource = DataManagement.Search(sqlAllReshte);
     setData();
     flag = true;
 }
Ejemplo n.º 2
0
 private void gozareshList_Load(object sender, EventArgs e)
 {
     txtNameMarkaz.Text = "آموزشگاه آزاد هنری معرق روشن";
     comboreshte1.Items.Clear();
     comboonvan1.Items.Clear();
     Languge_Keybord.Persian();
     setItemscomboBox();
 }
Ejemplo n.º 3
0
        private void Form1_Load(object sender, EventArgs e)
        {
            Languge_Keybord.Persian();
            buttonX3_Click_1(null, null);

            DataTable dt = DataManagement.Search("select usernamesms,passwordsms from setup");

            txtUserName.Text = dt.Rows[0][0].ToString();
            txtPass.Text     = dt.Rows[0][1].ToString();

            dataGridView2.DataSource = DataManagement.Search("select mah'ماه',sal'سال' from person");
        }
Ejemplo n.º 4
0
        private void NewPerson_Load(object sender, EventArgs e)
        {
            Languge_Keybord.Persian();
            DataManagement.DT = DataManagement.Search("SELECT distinct name FROM reshte");
            for (int i = 0; i < DataManagement.DT.Rows.Count; i++)
            {
                txtReshte.Items.Add(DataManagement.DT.Rows[i][0].ToString());
            }
            Languge_Keybord.Persian();

            txtMeli.Focus();
        }
Ejemplo n.º 5
0
 private void persons_Load(object sender, EventArgs e)
 {
     Languge_Keybord.Persian();
     dataGridViewX1.DataSource = DataManagement.Search(sqlAll);
 }
Ejemplo n.º 6
0
 private void load_Load(object sender, EventArgs e)
 {
     Languge_Keybord.Persian();
     timer1.Start();
 }
Ejemplo n.º 7
0
 private void Main_Load(object sender, EventArgs e)
 {
     Languge_Keybord.Persian();
 }