summaryrefslogtreecommitdiffstats
path: root/win/C#/frmOptions.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-02-13 23:26:25 +0000
committersr55 <[email protected]>2008-02-13 23:26:25 +0000
commit550c8afa6360c157906fa1067b54327fb6797ecf (patch)
treec03349adf7b35dba8a760f957895197a1f4b3bb2 /win/C#/frmOptions.Designer.cs
parent291982989bc13b78d3b189912eaba6d19ccd91a2 (diff)
WinGui:
- Removed option to disable verbose CLI. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1260 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.Designer.cs')
-rw-r--r--win/C#/frmOptions.Designer.cs32
1 files changed, 1 insertions, 31 deletions
diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs
index 4ffaa959e..97b40d9cc 100644
--- a/win/C#/frmOptions.Designer.cs
+++ b/win/C#/frmOptions.Designer.cs
@@ -35,7 +35,6 @@ namespace Handbrake
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOptions));
- this.check_verbose = new System.Windows.Forms.CheckBox();
this.btn_close = new System.Windows.Forms.Button();
this.drp_completeOption = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
@@ -57,7 +56,6 @@ namespace Handbrake
this.label3 = new System.Windows.Forms.Label();
this.drp_Priority = new System.Windows.Forms.ComboBox();
this.Label11 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
this.drp_processors = new System.Windows.Forms.ComboBox();
this.Label4 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
@@ -71,19 +69,6 @@ namespace Handbrake
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
- // check_verbose
- //
- this.check_verbose.AutoSize = true;
- this.check_verbose.BackColor = System.Drawing.Color.Transparent;
- this.check_verbose.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.check_verbose.Location = new System.Drawing.Point(16, 127);
- this.check_verbose.Name = "check_verbose";
- this.check_verbose.Size = new System.Drawing.Size(97, 17);
- this.check_verbose.TabIndex = 51;
- this.check_verbose.Text = "Verbose CLI";
- this.check_verbose.UseVisualStyleBackColor = false;
- this.check_verbose.CheckedChanged += new System.EventHandler(this.check_verbose_CheckedChanged);
- //
// btn_close
//
this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;
@@ -306,16 +291,14 @@ namespace Handbrake
this.tab_debug.BackColor = System.Drawing.SystemColors.ControlLight;
this.tab_debug.Controls.Add(this.label3);
this.tab_debug.Controls.Add(this.drp_Priority);
- this.tab_debug.Controls.Add(this.check_verbose);
this.tab_debug.Controls.Add(this.Label11);
- this.tab_debug.Controls.Add(this.label6);
this.tab_debug.Controls.Add(this.drp_processors);
this.tab_debug.Controls.Add(this.Label4);
this.tab_debug.Location = new System.Drawing.Point(4, 22);
this.tab_debug.Name = "tab_debug";
this.tab_debug.Size = new System.Drawing.Size(411, 210);
this.tab_debug.TabIndex = 2;
- this.tab_debug.Text = "Debug && Process";
+ this.tab_debug.Text = "Performance";
this.tab_debug.UseVisualStyleBackColor = true;
//
// label3
@@ -358,17 +341,6 @@ namespace Handbrake
this.Label11.TabIndex = 40;
this.Label11.Text = "Number of processors: ";
//
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label6.Location = new System.Drawing.Point(13, 107);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(173, 13);
- this.label6.TabIndex = 1;
- this.label6.Text = "Verbose and Debug mode";
- //
// drp_processors
//
this.drp_processors.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
@@ -461,7 +433,6 @@ namespace Handbrake
#endregion
- internal System.Windows.Forms.CheckBox check_verbose;
internal System.Windows.Forms.Button btn_close;
internal System.Windows.Forms.ComboBox drp_completeOption;
internal System.Windows.Forms.Label label5;
@@ -473,7 +444,6 @@ namespace Handbrake
internal System.Windows.Forms.CheckBox check_updateCheck;
internal System.Windows.Forms.CheckBox check_userDefaultSettings;
private System.Windows.Forms.TabPage tab_debug;
- private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label7;