summaryrefslogtreecommitdiffstats
path: root/win/C#/frmMain.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-07-04 15:32:41 +0000
committersr55 <[email protected]>2009-07-04 15:32:41 +0000
commit2a0df5e5ee4c084082487d2e3d717860ee705738 (patch)
treeff06bd1b175cf94b135cd2f7ef81f6ac1a139a44 /win/C#/frmMain.Designer.cs
parentbdf19259ac2d6ac94abf0fad38ce6c98e3e58460 (diff)
WinGui:
- Remove M4v from format dropdown and add new option "Use iPod/iTunes friendly (.m4v) file extension for MP4 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2662 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r--win/C#/frmMain.Designer.cs25
1 files changed, 12 insertions, 13 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs
index d7b522eb3..b93072ab2 100644
--- a/win/C#/frmMain.Designer.cs
+++ b/win/C#/frmMain.Designer.cs
@@ -153,12 +153,12 @@ namespace Handbrake
this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.StatusStrip = new System.Windows.Forms.StatusStrip();
this.lbl_encode = new System.Windows.Forms.ToolStripStatusLabel();
+ this.lbl_updateCheck = new System.Windows.Forms.ToolStripStatusLabel();
this.hbproc = new System.Diagnostics.Process();
this.label1 = new System.Windows.Forms.Label();
this.lbl_source = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.groupBox_output = new System.Windows.Forms.Label();
- this.lbl_updateCheck = new System.Windows.Forms.ToolStripStatusLabel();
this.PictureSettings = new Handbrake.Controls.PictureSettings();
this.Filters = new Handbrake.Controls.Filters();
this.AudioSettings = new Handbrake.Controls.AudioPanel();
@@ -204,7 +204,7 @@ namespace Handbrake
//
// DVD_Save
//
- this.DVD_Save.Filter = "mp4|*.mp4|m4v|*.m4v|mkv|*.mkv";
+ this.DVD_Save.Filter = "mp4|*.mp4|mkv|*.mkv";
this.DVD_Save.SupportMultiDottedExtensions = true;
//
// File_Save
@@ -484,7 +484,6 @@ namespace Handbrake
this.drop_format.FormattingEnabled = true;
this.drop_format.Items.AddRange(new object[] {
"MP4 File",
- "M4V File",
"MKV File"});
this.drop_format.Location = new System.Drawing.Point(78, 215);
this.drop_format.Name = "drop_format";
@@ -1391,6 +1390,16 @@ namespace Handbrake
this.lbl_encode.Size = new System.Drawing.Size(31, 17);
this.lbl_encode.Text = "{0}";
//
+ // lbl_updateCheck
+ //
+ this.lbl_updateCheck.BackColor = System.Drawing.Color.Transparent;
+ this.lbl_updateCheck.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
+ this.lbl_updateCheck.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.lbl_updateCheck.Name = "lbl_updateCheck";
+ this.lbl_updateCheck.Size = new System.Drawing.Size(139, 17);
+ this.lbl_updateCheck.Text = "Checking for Updates ...";
+ this.lbl_updateCheck.Visible = false;
+ //
// hbproc
//
this.hbproc.StartInfo.Domain = "";
@@ -1441,16 +1450,6 @@ namespace Handbrake
this.groupBox_output.TabIndex = 47;
this.groupBox_output.Text = "Output Settings: (Preset: None)";
//
- // lbl_updateCheck
- //
- this.lbl_updateCheck.BackColor = System.Drawing.Color.Transparent;
- this.lbl_updateCheck.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.lbl_updateCheck.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lbl_updateCheck.Name = "lbl_updateCheck";
- this.lbl_updateCheck.Size = new System.Drawing.Size(139, 17);
- this.lbl_updateCheck.Text = "Checking for Updates ...";
- this.lbl_updateCheck.Visible = false;
- //
// PictureSettings
//
this.PictureSettings.BackColor = System.Drawing.Color.Transparent;