Esempio n. 1
0
 public ContextMenu(Button btn, Panel workses, AddRedact s)
 {
     InitializeComponent();
     this.Location = new Point((Cursor.Position.X), (Cursor.Position.Y));
     this.adRe     = s;
     this.Tool_.SetToolTip(this.StringButton, "Создать обычную строку");
     this.Tool_.SetToolTip(this.CheckButtom, "Создать галочку");
     this.wie    = workses;
     this.but    = btn;
     but.Enabled = false;
 }
Esempio n. 2
0
        private void AdNeMe_Click(object sender, EventArgs e)
        {
            AddRedact woks = new AddRedact();

            woks.Show();
        }
Esempio n. 3
0
        public void PoleLista_MouseDoubleClick(object sender, EventArgs ee)
        {
            AddRedact woks = new AddRedact();

            woks.Show();
        }
Esempio n. 4
0
 public Text_kusock(AddRedact ss)
 {
     InitializeComponent();
     this.addred = ss;
 }
Esempio n. 5
0
 public check_kusock(AddRedact ar)
 {
     InitializeComponent();
     this.addred = ar;
 }
Esempio n. 6
0
        private void Redact_Click(object sender, EventArgs e)
        {
            AddRedact woks = new AddRedact(ID_text);

            woks.Show();
        }