Пример #1
0
        public karaokeTimerW(mainW mW,AVStoDirectSound avs2ds,AviSynthClip avsaudio, IntPtr af)
        {
            InitializeComponent();
            this.mW = mW;
            this.avs2ds = avs2ds;
            this.avsaudio = avsaudio;
            this.AudioFull = af;

            //this.MaximumSize = new Size(0,this.Height);

            this.Resize += new EventHandler(karaokeTimerW_Resize);
            sliceTextBox.KeyPress += new KeyPressEventHandler(sliceTextBox_KeyPress);
            sliceTextBox.KeyDown += new KeyEventHandler(sliceTextBox_KeyDown);
            zoomKaraokeTrackBar.ValueChanged += new EventHandler(zoomKaraokeTrackBar_ValueChanged);
            KaraokeAudioBox.MouseMove += new MouseEventHandler(KaraokeAudioBox_MouseMove);
            KaraokeAudioBox.MouseDown += new MouseEventHandler(KaraokeAudioBox_MouseDown);
            KaraokeAudioBox.MouseUp += new MouseEventHandler(KaraokeAudioBox_MouseUp);
            KaraokeAudioBox.MouseClick += new MouseEventHandler(KaraokeAudioBox_MouseClick);
            KaraokeAudioBox.KeyDown += new KeyPictureBox.OnKeyPress(KaraokeAudioBox_KeyDown);
            KaraokeAudioBox.LostFocus += new EventHandler(KaraokeAudioBox_LostFocus);

            AudioActualPosition_Refresh.Tick += new EventHandler(AudioActualPosition_Refresh_Tick);

            //this.Width = 800;
        }
Пример #2
0
 public T_LoadFullAudio(AviSynthClip a, AVStoDirectSound a2, IntPtr p, mainW m)
 {
     avs = a;
     avs2ds = a2;
     puntero = p;
     mw = m;
 }
Пример #3
0
        public sbrowseW(mainW mw)
        {
            InitializeComponent();
            mW = mw;

            rellenaAlmacen();
        }
Пример #4
0
        public attachmentsW(mainW m)
        {
            InitializeComponent();
            mw = m;

            listBox1.SelectedIndexChanged += new EventHandler(SelectedIndexChanged);
            listBox2.SelectedIndexChanged += new EventHandler(SelectedIndexChanged);
        }
Пример #5
0
        public avsW(mainW mw, string fname)
        {
            mW = mw;
            InitializeComponent();
            InitForm();

            LoadFileAVS(fname);
        }
Пример #6
0
 public progress2W(mainW m)
 {
     InitializeComponent();
     mw = m;
     //this.Location = mw.Location;
     this.Load += new EventHandler(progressW_Load);
     this.Disposed += new EventHandler(progressW_Disposed);
 }
Пример #7
0
 public maxLinesW(mainW mw)
 {
     InitializeComponent();
     mW = mw;
     this.Disposed += new EventHandler(maxLinesW_Disposed);
     this.FormClosing += new FormClosingEventHandler(maxLinesW_FormClosing);
     this.MaximumSize = this.Size;            
 }
Пример #8
0
 public ActionProgressW(mainW m, string operacion)
 {
     InitializeComponent();
     mw = m;
     this.Load += new EventHandler(progressW_Load);
     this.Disposed += new EventHandler(progressW_Disposed);
     abort = false;
     accionProgreso.Text = operacion;
 }
Пример #9
0
 public notasW(mainW mW)
 {
     InitializeComponent();
     this.mW = mW;
     //textNewNota.KeyPress += new KeyPressEventHandler(textNewNota_KeyPress);
     //textNota.KeyDown += new KeyEventHandler(textNota_KeyDown);
     this.MaximumSize = this.MinimumSize = this.Size;
     toolStripTextBox1.KeyPress += new KeyPressEventHandler(toolStripTextBox1_KeyPress);
 }
Пример #10
0
        public templateW(mainW mw)
        {
            mW = mw;
            InitializeComponent();

            toolStripTextBox1.KeyPress += new KeyPressEventHandler(toolStripTextBox1_KeyPress);

            RefreshList();
        }
Пример #11
0
 public shiftW(mainW mW)
 {
     InitializeComponent();
     this.mW = mW;
     if (mW.videoInfo == null)
     {
         radioFrames.Enabled = numericFrames.Enabled = label2.Enabled = false;
     }
 }
Пример #12
0
        public findW(mainW m)
        {
            InitializeComponent();
            mw = m;

            this.MaximumSize = this.Size;
            this.MinimumSize = this.Size;

            comboFind.TextChanged += new EventHandler(comboFind_TextChanged);
        }
Пример #13
0
        public replaceW(mainW m)
        {
            InitializeComponent();

            this.MaximumSize = this.Size;
            this.MinimumSize = this.Size;
            mw = m;

            comboReplace.TextChanged += new EventHandler(comboReplace_TextChanged);
        }
Пример #14
0
 public translateW(mainW mW, VideoInfo vinfo)
 {
     InitializeComponent();
     this.mW = mW;
     this.videoInfo = vinfo;
     this.KeyDown += new KeyEventHandler(translateW_KeyDown);
     //this.FormClosing += new FormClosingEventHandler(translateW_FormClosing);
     this.Disposed += new EventHandler(translateW_Disposed);
     this.FormClosing += new FormClosingEventHandler(translateW_FormClosing);
     openTags = new Stack<Tag>();
 }
Пример #15
0
        public preferencesW(mainW mw)
        {
            InitializeComponent();
            mW = mw;

            textDir.TextChanged += new EventHandler(textDir_TextChanged);
            textBackup.TextChanged += new EventHandler(textBackup_TextChanged);
            prefVideoDShow.CheckedChanged += new EventHandler(prefVideo_CheckedChanged);
            prefVideoAVS.CheckedChanged += new EventHandler(prefVideo_CheckedChanged);
            this.Disposed += new EventHandler(preferencesW_Disposed);
        }
Пример #16
0
        public findOthersW(mainW mec)
        {
            InitializeComponent();
            perrymain = mec;

            this.Width = 560; // hardcoded :S
            original = this.Size;

            archivosView.KeyDown += new KeyEventHandler(archivosView_KeyDown);
            coincidenciasView.SelectedIndexChanged += new EventHandler(coincidenciasView_SelectedIndexChanged);
            lineasCoincidencias.MouseClick += new MouseEventHandler(lineasCoincidencias_MouseClick);
            lineasCoincidencias.SelectedIndexChanged += new EventHandler(lineasCoincidencias_SelectedIndexChanged);
        }
Пример #17
0
        public translateW_Popup(mainW mw)
        {
            InitializeComponent();

            this.mw = mw;

            radioButton1.CheckedChanged += new EventHandler(SelectionChanged);
            radioButton2.CheckedChanged += new EventHandler(SelectionChanged);
            radioButton3.CheckedChanged += new EventHandler(SelectionChanged);
            radioButton4.CheckedChanged += new EventHandler(SelectionChanged);
            ShowPopup.CheckedChanged += new EventHandler(ShowPopup_CheckedChanged);

            this.Disposed += new EventHandler(translateW_Popup_Disposed);
        }
Пример #18
0
        public FontExtractorW(mainW main)
        {
            InitializeComponent();
            principal = main;

            try
            {
                textBox1.Text = principal.getFromConfigFile("mainW_WorkDirectory");
            }
            catch
            {
                textBox1.Text = Application.StartupPath;
            }
        }
Пример #19
0
        public SpellCheckW(mainW mw)
        {
            InitializeComponent();
            this.mW = mw;
            diccionario = mW.ActiveDict;
            try
            {
                LoadDictionaries();
            }
            catch { }

            if (hun == null)
            {
                mW.errorMsg("No se ha podido cargar el diccionario");
                this.Dispose();
            }
        }
Пример #20
0
        public bitrateCalcW(mainW mw, double fps, int frametotal)
        {
            InitializeComponent();
            mW = mw;
            Fps = (fps!=-1)? fps : 23.976;
            FrameTotal = (frametotal!=-1)? frametotal : 1000;
            textFrames.TextChanged += new EventHandler(InfoChanged);
            textFPS.TextChanged += new EventHandler(InfoChanged);
            comboAudioFormat.SelectedIndexChanged += new EventHandler(InfoChanged);
            comboAudioBitrate.SelectedIndexChanged += new EventHandler(InfoChanged);
            textSize.TextChanged += new EventHandler(InfoChanged);
            textSize.KeyPress += new KeyPressEventHandler(textSize_KeyPress);
            comboContainer.SelectedIndexChanged += new EventHandler(InfoChanged);
            textTargetSize.TextChanged += new EventHandler(InfoChanged);
            hasBFrames.CheckedChanged += new EventHandler(InfoChanged);

            calculate();
        }
Пример #21
0
        public v1W(mainW mw)
        {
            InitializeComponent();
            mW = mw;
            Ks = new ArrayList();
            inv.CheckedChanged += new EventHandler(GlobalCheckedChanged);
            ebase.CheckedChanged += new EventHandler(GlobalCheckedChanged);
            ef1.CheckedChanged += new EventHandler(GlobalCheckedChanged);
            ef2.CheckedChanged += new EventHandler(GlobalCheckedChanged);
            ef3.CheckedChanged += new EventHandler(GlobalCheckedChanged);
            ef4.CheckedChanged += new EventHandler(GlobalCheckedChanged);
            ef5.CheckedChanged += new EventHandler(GlobalCheckedChanged);

            Efecto1_Perc.TextChanged += new EventHandler(PercChanged);
            Efecto2_Perc.TextChanged += new EventHandler(PercChanged);
            Efecto3_Perc.TextChanged += new EventHandler(PercChanged);
            Efecto4_Perc.TextChanged += new EventHandler(PercChanged);
            Efecto5_Perc.TextChanged += new EventHandler(PercChanged);

            Efecto1.TextChanged += new EventHandler(EffChanged);
            Efecto2.TextChanged += new EventHandler(EffChanged);
            Efecto3.TextChanged += new EventHandler(EffChanged);
            Efecto4.TextChanged += new EventHandler(EffChanged);
            Efecto5.TextChanged += new EventHandler(EffChanged);
            Invariante.TextChanged += new EventHandler(EffChanged);
            EfBase.TextChanged += new EventHandler(EffChanged);
            TextoAñadir.TextChanged += new EventHandler(EffChanged);

            Efecto1_TEI.AllowNegative = true;
            Efecto1_TEF.AllowNegative = true;
            Efecto2_TEI.AllowNegative = true;
            Efecto2_TEF.AllowNegative = true;
            Efecto3_TEI.AllowNegative = true;
            Efecto3_TEF.AllowNegative = true;
            Efecto4_TEI.AllowNegative = true;
            Efecto4_TEF.AllowNegative = true;
            Efecto5_TEI.AllowNegative = true;
            Efecto5_TEF.AllowNegative = true;

            dbOnline.SelectedIndexChanged += new EventHandler(dbOnline_SelectedIndexChanged);
            dbLocal.SelectedIndexChanged += new EventHandler(dbLocal_SelectedIndexChanged);
        }
Пример #22
0
 public autoSaveW(mainW mw)
 {
     InitializeComponent();
     mW = mw;
 }
Пример #23
0
        public batchGenW(mainW mw)
        {
            InitializeComponent();

            this.mW = mw;
        }
Пример #24
0
 public concatW(mainW mW)
 {
     InitializeComponent();
     this.mW = mW;
 }
Пример #25
0
 public aboutW(mainW mW)
 {
     InitializeComponent();
     this.mW = mW;
 }
Пример #26
0
 public brauW(mainW mW)
 {
     InitializeComponent();
     this.mW = mW;
     this.Load += new EventHandler(stylerW_Load);
 }
Пример #27
0
        public undoRedoW(mainW m)
        {
            InitializeComponent();

            mw = m;
        }
Пример #28
0
 public avsW(mainW mw)
 {
     mW = mw;
     InitializeComponent();
     InitForm();
 }
Пример #29
0
 public headersW(mainW mW)
 {
     InitializeComponent();
     this.mW = mW;
 }
Пример #30
0
 public fassociationsW(mainW m)
 {
     InitializeComponent();
     mW = m;
 }