Ejemplo 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;
 }
Ejemplo n.º 2
0
        private void AdNeMe_Click(object sender, EventArgs e)
        {
            AddRedact woks = new AddRedact();

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

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

            woks.Show();
        }