summaryrefslogtreecommitdiffstats
path: root/win/C#/frmMain.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-08-16 16:51:54 +0000
committersr55 <[email protected]>2007-08-16 16:51:54 +0000
commita5e9ce928c9eda5fc883957c15ff3648cdab21c1 (patch)
tree04452173960a63ceb1d31d1e17f1185d616e70bd /win/C#/frmMain.Designer.cs
parent0b836d6cdde68474860e7a294f1694d34deaee15 (diff)
WinGui:
- File extension changes for the presets done. - Fixed a few bugs where checkbox's were not being linked with their code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@819 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r--win/C#/frmMain.Designer.cs18
1 files changed, 10 insertions, 8 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs
index 16e8c45bc..4016ddeca 100644
--- a/win/C#/frmMain.Designer.cs
+++ b/win/C#/frmMain.Designer.cs
@@ -89,8 +89,8 @@ namespace Handbrake
this.HelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.OnlineDocumentationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mnu_wiki = new System.Windows.Forms.ToolStripMenuItem();
- this.mnu_onlineDocs = new System.Windows.Forms.ToolStripMenuItem();
this.mnu_faq = new System.Windows.Forms.ToolStripMenuItem();
+ this.mnu_onlineDocs = new System.Windows.Forms.ToolStripMenuItem();
this.WebsiteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mnu_homepage = new System.Windows.Forms.ToolStripMenuItem();
this.mnu_forum = new System.Windows.Forms.ToolStripMenuItem();
@@ -770,6 +770,13 @@ namespace Handbrake
this.mnu_wiki.Text = "Wiki / User Guides";
this.mnu_wiki.Click += new System.EventHandler(this.mnu_wiki_Click);
//
+ // mnu_faq
+ //
+ this.mnu_faq.Name = "mnu_faq";
+ this.mnu_faq.Size = new System.Drawing.Size(195, 22);
+ this.mnu_faq.Text = "FAQ";
+ this.mnu_faq.Click += new System.EventHandler(this.mnu_faq_Click);
+ //
// mnu_onlineDocs
//
this.mnu_onlineDocs.Name = "mnu_onlineDocs";
@@ -777,13 +784,6 @@ namespace Handbrake
this.mnu_onlineDocs.Text = "Full Documentation List";
this.mnu_onlineDocs.Click += new System.EventHandler(this.mnu_onlineDocs_Click);
//
- // mnu_faq
- //
- this.mnu_faq.Name = "mnu_faq";
- this.mnu_faq.Size = new System.Drawing.Size(157, 22);
- this.mnu_faq.Text = "FAQ";
- this.mnu_faq.Click += new System.EventHandler(this.mnu_faq_Click);
- //
// WebsiteToolStripMenuItem
//
this.WebsiteToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
@@ -1722,6 +1722,7 @@ namespace Handbrake
this.Check_ChapterMarkers.TabIndex = 50;
this.Check_ChapterMarkers.Text = "Chapter Markers";
this.Check_ChapterMarkers.UseVisualStyleBackColor = true;
+ this.Check_ChapterMarkers.CheckedChanged += new System.EventHandler(this.Check_ChapterMarkers_CheckedChanged);
//
// CheckPixelRatio
//
@@ -1733,6 +1734,7 @@ namespace Handbrake
this.CheckPixelRatio.TabIndex = 49;
this.CheckPixelRatio.Text = "Anamorphic PAR";
this.CheckPixelRatio.UseVisualStyleBackColor = true;
+ this.CheckPixelRatio.CheckedChanged += new System.EventHandler(this.CheckPixelRatio_CheckedChanged);
//
// check_grayscale
//