public void init(validDelegate validDel, ContextMenuStrip strip)
        {
            InitializeComponent();
            validateTxtBox = validDel;
            FieldTag forWhats = new FieldTag("lastField", FieldTag.Level.Episode);
            forWhats.m_bInited = true; // avoid autofilling
            this.cond1_what.Tag = forWhats;
            this.cond1_what.ContextMenuStrip = strip;
            this.cond2_what.Tag = forWhats;
            this.cond3_what.Tag = forWhats;

            this.textBox1.Tag = forWhats;

            this.cond1_type.SelectedIndex = 0;
            this.cond2_type.SelectedIndex = 0;
            this.cond3_type.SelectedIndex = 0;

            this._12_link.SelectedIndex = 0;
            this._23_link.SelectedIndex = 0;

            this.comboBox1.SelectedIndex = 0;
        }
        public void init(validDelegate validDel, ContextMenuStrip strip)
        {
            InitializeComponent();
            validateTxtBox = validDel;
            FieldTag forWhats = new FieldTag("lastField", FieldTag.Level.Episode);

            forWhats.m_bInited  = true; // avoid autofilling
            this.cond1_what.Tag = forWhats;
            this.cond1_what.ContextMenuStrip = strip;
            this.cond2_what.Tag = forWhats;
            this.cond3_what.Tag = forWhats;

            this.textBox1.Tag = forWhats;

            this.cond1_type.SelectedIndex = 0;
            this.cond2_type.SelectedIndex = 0;
            this.cond3_type.SelectedIndex = 0;

            this._12_link.SelectedIndex = 0;
            this._23_link.SelectedIndex = 0;

            this.comboBox1.SelectedIndex = 0;
        }
 public logoConfigurator(validDelegate validDel, ContextMenuStrip strip, string entryToEdit)
 {
     init(validDel, strip);
     parseForEdit(entryToEdit);
 }
 public logoConfigurator(validDelegate validDel, ContextMenuStrip strip)
 {
     init(validDel, strip);
 }
 public logoConfigurator(validDelegate validDel, ContextMenuStrip strip, string entryToEdit)
 {
     init(validDel, strip);
     parseForEdit(entryToEdit);
 }
 public logoConfigurator(validDelegate validDel, ContextMenuStrip strip)
 {
     init(validDel, strip);
 }