Exemple #1
0
 public girisEkranı(anaEkran form)
 {
     InitializeComponent();
     FormBorderStyle = FormBorderStyle.None;
     TopLevel        = false;
     AutoScroll      = true;
     this.context    = form;
 }
 public kullaniciİslemleri(anaEkran form, Kullanicilar k)
 {
     InitializeComponent();
     FormBorderStyle = FormBorderStyle.None;
     TopLevel        = false;
     AutoScroll      = true;
     this.context    = form;
     this.k          = k;
 }
 public duzenle(anaEkran m, Kullanicilar k)
 {
     InitializeComponent();
     FormBorderStyle = FormBorderStyle.None;
     TopLevel        = false;
     AutoScroll      = true;
     this.context    = m;
     sif             = new sifreleme(k);
 }
Exemple #4
0
 public menu(anaEkran form)
 {
     InitializeComponent();
     this.context = form;
     //d = new duzenle(this, );
     FormBorderStyle = FormBorderStyle.None;
     TopLevel        = false;
     AutoScroll      = true;
 }
Exemple #5
0
        public olustur(anaEkran form, string path, byte neYapilacak, string eskiDosya)//0 olustur 1 isim değiştir
        {
            InitializeComponent();
            this.context    = form;
            this.path       = path;
            this.secim      = neYapilacak;
            this.eskiDosya  = eskiDosya;
            FormBorderStyle = FormBorderStyle.None;
            TopLevel        = false;
            AutoScroll      = true;

            if (secim == 1)
            {
                button1.Text = "Değiştir";
            }
        }