summaryrefslogtreecommitdiffstats
path: root/win/C#/frmQuickStart.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/frmQuickStart.Designer.cs')
-rw-r--r--win/C#/frmQuickStart.Designer.cs59
1 files changed, 15 insertions, 44 deletions
diff --git a/win/C#/frmQuickStart.Designer.cs b/win/C#/frmQuickStart.Designer.cs
index af55a9ba1..5de83c676 100644
--- a/win/C#/frmQuickStart.Designer.cs
+++ b/win/C#/frmQuickStart.Designer.cs
@@ -36,8 +36,6 @@ namespace Handbrake
this.label_docs = new System.Windows.Forms.LinkLabel();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
- this.pictureBox3 = new System.Windows.Forms.PictureBox();
- this.label3 = new System.Windows.Forms.Label();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.label4 = new System.Windows.Forms.Label();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
@@ -50,7 +48,6 @@ namespace Handbrake
this.label8 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
@@ -62,7 +59,7 @@ namespace Handbrake
//
this.check_disableWindow.AutoSize = true;
this.check_disableWindow.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.check_disableWindow.Location = new System.Drawing.Point(12, 462);
+ this.check_disableWindow.Location = new System.Drawing.Point(12, 406);
this.check_disableWindow.Name = "check_disableWindow";
this.check_disableWindow.Size = new System.Drawing.Size(185, 17);
this.check_disableWindow.TabIndex = 0;
@@ -77,7 +74,7 @@ namespace Handbrake
this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
- this.btn_close.Location = new System.Drawing.Point(401, 462);
+ this.btn_close.Location = new System.Drawing.Point(399, 402);
this.btn_close.Name = "btn_close";
this.btn_close.Size = new System.Drawing.Size(111, 22);
this.btn_close.TabIndex = 415;
@@ -121,7 +118,7 @@ namespace Handbrake
//
this.pictureBox2.ErrorImage = global::Handbrake.Properties.Resources.info;
this.pictureBox2.Image = global::Handbrake.Properties.Resources.info;
- this.pictureBox2.Location = new System.Drawing.Point(12, 75);
+ this.pictureBox2.Location = new System.Drawing.Point(12, 122);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(34, 33);
this.pictureBox2.TabIndex = 419;
@@ -131,39 +128,18 @@ namespace Handbrake
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label2.Location = new System.Drawing.Point(52, 75);
+ this.label2.Location = new System.Drawing.Point(52, 122);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(411, 26);
this.label2.TabIndex = 420;
this.label2.Text = "Handbrake on windows does not remove any form of copy proteciton! \r\nThis can be d" +
"one with 3rd party tools.";
//
- // pictureBox3
- //
- this.pictureBox3.ErrorImage = global::Handbrake.Properties.Resources.info;
- this.pictureBox3.Image = global::Handbrake.Properties.Resources.Disc;
- this.pictureBox3.Location = new System.Drawing.Point(12, 128);
- this.pictureBox3.Name = "pictureBox3";
- this.pictureBox3.Size = new System.Drawing.Size(34, 33);
- this.pictureBox3.TabIndex = 421;
- this.pictureBox3.TabStop = false;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label3.Location = new System.Drawing.Point(52, 128);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(430, 26);
- this.label3.TabIndex = 422;
- this.label3.Text = "Remember, when selecting a dvd source you must select the \"VIDEO_TS\"\r\nfolder on t" +
- "he disc.";
- //
// pictureBox4
//
this.pictureBox4.ErrorImage = global::Handbrake.Properties.Resources.info;
this.pictureBox4.Image = global::Handbrake.Properties.Resources.Movies;
- this.pictureBox4.Location = new System.Drawing.Point(12, 179);
+ this.pictureBox4.Location = new System.Drawing.Point(12, 172);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(34, 33);
this.pictureBox4.TabIndex = 423;
@@ -173,7 +149,7 @@ namespace Handbrake
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label4.Location = new System.Drawing.Point(52, 179);
+ this.label4.Location = new System.Drawing.Point(52, 172);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(460, 26);
this.label4.TabIndex = 424;
@@ -184,7 +160,7 @@ namespace Handbrake
//
this.pictureBox5.ErrorImage = global::Handbrake.Properties.Resources.info;
this.pictureBox5.Image = global::Handbrake.Properties.Resources.Emoticon;
- this.pictureBox5.Location = new System.Drawing.Point(12, 400);
+ this.pictureBox5.Location = new System.Drawing.Point(12, 335);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(34, 33);
this.pictureBox5.TabIndex = 425;
@@ -194,7 +170,7 @@ namespace Handbrake
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label5.Location = new System.Drawing.Point(53, 400);
+ this.label5.Location = new System.Drawing.Point(53, 335);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(444, 39);
this.label5.TabIndex = 426;
@@ -204,7 +180,7 @@ namespace Handbrake
//
this.pictureBox6.ErrorImage = global::Handbrake.Properties.Resources.info;
this.pictureBox6.Image = global::Handbrake.Properties.Resources.History;
- this.pictureBox6.Location = new System.Drawing.Point(12, 232);
+ this.pictureBox6.Location = new System.Drawing.Point(12, 225);
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.Size = new System.Drawing.Size(34, 33);
this.pictureBox6.TabIndex = 427;
@@ -214,7 +190,7 @@ namespace Handbrake
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label6.Location = new System.Drawing.Point(52, 232);
+ this.label6.Location = new System.Drawing.Point(52, 225);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(448, 39);
this.label6.TabIndex = 428;
@@ -226,7 +202,7 @@ namespace Handbrake
//
this.pictureBox7.ErrorImage = global::Handbrake.Properties.Resources.info;
this.pictureBox7.Image = global::Handbrake.Properties.Resources.Remove;
- this.pictureBox7.Location = new System.Drawing.Point(12, 287);
+ this.pictureBox7.Location = new System.Drawing.Point(12, 280);
this.pictureBox7.Name = "pictureBox7";
this.pictureBox7.Size = new System.Drawing.Size(34, 33);
this.pictureBox7.TabIndex = 429;
@@ -236,7 +212,7 @@ namespace Handbrake
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label7.Location = new System.Drawing.Point(53, 287);
+ this.label7.Location = new System.Drawing.Point(53, 280);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(463, 39);
this.label7.TabIndex = 430;
@@ -248,7 +224,7 @@ namespace Handbrake
//
this.pictureBox8.ErrorImage = global::Handbrake.Properties.Resources.info;
this.pictureBox8.Image = global::Handbrake.Properties.Resources.General_Preferences;
- this.pictureBox8.Location = new System.Drawing.Point(12, 345);
+ this.pictureBox8.Location = new System.Drawing.Point(12, 71);
this.pictureBox8.Name = "pictureBox8";
this.pictureBox8.Size = new System.Drawing.Size(34, 33);
this.pictureBox8.TabIndex = 431;
@@ -258,7 +234,7 @@ namespace Handbrake
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label8.Location = new System.Drawing.Point(53, 345);
+ this.label8.Location = new System.Drawing.Point(53, 71);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(414, 39);
this.label8.TabIndex = 432;
@@ -270,7 +246,7 @@ namespace Handbrake
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(534, 504);
+ this.ClientSize = new System.Drawing.Size(522, 439);
this.Controls.Add(this.label8);
this.Controls.Add(this.pictureBox8);
this.Controls.Add(this.label7);
@@ -281,8 +257,6 @@ namespace Handbrake
this.Controls.Add(this.pictureBox5);
this.Controls.Add(this.label4);
this.Controls.Add(this.pictureBox4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.pictureBox3);
this.Controls.Add(this.label2);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.label_docs);
@@ -298,7 +272,6 @@ namespace Handbrake
this.TopMost = true;
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
@@ -318,8 +291,6 @@ namespace Handbrake
internal System.Windows.Forms.LinkLabel label_docs;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label2;
- private System.Windows.Forms.PictureBox pictureBox3;
- private System.Windows.Forms.Label label3;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.PictureBox pictureBox5;