示例#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;
 }
示例#2
0
        private void AdNeMe_Click(object sender, EventArgs e)
        {
            AddRedact woks = new AddRedact();

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

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

            woks.Show();
        }