globalize WorkingForm
[marukotoolbox.git] / mp4box / PreviewForm.cs
blob94a0050728e3e05290abb05778161731d819367e
1 // ------------------------------------------------------------------
2 // Copyright (C) 2011-2015 Maruko Toolbox Project
3 //
4 // Authors: komaruchan <sandy_0308@hotmail.com>
5 //
6 // Licensed under the Apache License, Version 2.0 (the "License");
7 // you may not use this file except in compliance with the License.
8 // You may obtain a copy of the License at
9 //
10 // http://www.apache.org/licenses/LICENSE-2.0
12 // Unless required by applicable law or agreed to in writing, software
13 // distributed under the License is distributed on an "AS IS" BASIS,
14 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
15 // express or implied.
16 // See the License for the specific language governing permissions
17 // and limitations under the License.
18 // -------------------------------------------------------------------
21 using System;
22 using System.Collections.Generic;
23 using System.ComponentModel;
24 using System.Data;
25 using System.Drawing;
26 using System.Text;
27 using System.Windows.Forms;
28 using System.IO;
30 namespace mp4box
32 public partial class PreviewForm : Form
35 string workpath = System.Windows.Forms.Application.StartupPath;
37 public PreviewForm()
39 InitializeComponent();
42 private void textBox1_TextChanged(object sender, EventArgs e)
47 private void Form2_SizeChanged(object sender, EventArgs e)
52 private void Form2_Load(object sender, EventArgs e)
54 //axWindowsMediaPlayer1.Ctlcontrols.play();