summaryrefslogtreecommitdiffstats
path: root/win/C#/frmQuickStart.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-08-08 22:55:51 +0000
committersr55 <[email protected]>2007-08-08 22:55:51 +0000
commite99cc78f1b33adde034a88561f9494871d641cc0 (patch)
tree2753461a1ec044f71e94100896bf9f8072468f42 /win/C#/frmQuickStart.Designer.cs
parentdbdcd68514a6a447f5551458e57caf34cfa317da (diff)
WinGui:
- Some more tweaks to the presets menu. - Border added to splash screen. - Added a quick start tips window. - Few other small UI tweaks git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@791 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQuickStart.Designer.cs')
-rw-r--r--win/C#/frmQuickStart.Designer.cs334
1 files changed, 334 insertions, 0 deletions
diff --git a/win/C#/frmQuickStart.Designer.cs b/win/C#/frmQuickStart.Designer.cs
new file mode 100644
index 000000000..af55a9ba1
--- /dev/null
+++ b/win/C#/frmQuickStart.Designer.cs
@@ -0,0 +1,334 @@
+namespace Handbrake
+{
+ partial class frmQuickStart
+ {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </summary>
+ private void InitializeComponent()
+ {
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQuickStart));
+ this.check_disableWindow = new System.Windows.Forms.CheckBox();
+ this.btn_close = new System.Windows.Forms.Button();
+ this.label1 = new System.Windows.Forms.Label();
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
+ 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();
+ this.label5 = new System.Windows.Forms.Label();
+ this.pictureBox6 = new System.Windows.Forms.PictureBox();
+ this.label6 = new System.Windows.Forms.Label();
+ this.pictureBox7 = new System.Windows.Forms.PictureBox();
+ this.label7 = new System.Windows.Forms.Label();
+ this.pictureBox8 = new System.Windows.Forms.PictureBox();
+ 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();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
+ this.SuspendLayout();
+ //
+ // check_disableWindow
+ //
+ 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.Name = "check_disableWindow";
+ this.check_disableWindow.Size = new System.Drawing.Size(185, 17);
+ this.check_disableWindow.TabIndex = 0;
+ this.check_disableWindow.Text = "Do not show on next launch";
+ this.check_disableWindow.UseVisualStyleBackColor = true;
+ this.check_disableWindow.CheckedChanged += new System.EventHandler(this.check_disableWindow_CheckedChanged);
+ //
+ // btn_close
+ //
+ this.btn_close.BackColor = System.Drawing.SystemColors.Control;
+ this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ 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.Name = "btn_close";
+ this.btn_close.Size = new System.Drawing.Size(111, 22);
+ this.btn_close.TabIndex = 415;
+ this.btn_close.TabStop = false;
+ this.btn_close.Text = "Close Window";
+ this.btn_close.UseVisualStyleBackColor = false;
+ this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label1.Location = new System.Drawing.Point(52, 23);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(356, 13);
+ this.label1.TabIndex = 416;
+ this.label1.Text = "Documentation and user guides for this GUI can be found at:\r\n";
+ //
+ // pictureBox1
+ //
+ this.pictureBox1.Image = global::Handbrake.Properties.Resources.Help;
+ this.pictureBox1.Location = new System.Drawing.Point(12, 23);
+ this.pictureBox1.Name = "pictureBox1";
+ this.pictureBox1.Size = new System.Drawing.Size(34, 33);
+ this.pictureBox1.TabIndex = 417;
+ this.pictureBox1.TabStop = false;
+ //
+ // label_docs
+ //
+ this.label_docs.AutoSize = true;
+ this.label_docs.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label_docs.Location = new System.Drawing.Point(52, 43);
+ this.label_docs.Name = "label_docs";
+ this.label_docs.Size = new System.Drawing.Size(66, 13);
+ this.label_docs.TabIndex = 418;
+ this.label_docs.TabStop = true;
+ this.label_docs.Text = "Click Here";
+ this.label_docs.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.label_docs_LinkClicked);
+ //
+ // pictureBox2
+ //
+ 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.Name = "pictureBox2";
+ this.pictureBox2.Size = new System.Drawing.Size(34, 33);
+ this.pictureBox2.TabIndex = 419;
+ this.pictureBox2.TabStop = false;
+ //
+ // label2
+ //
+ 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.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.Name = "pictureBox4";
+ this.pictureBox4.Size = new System.Drawing.Size(34, 33);
+ this.pictureBox4.TabIndex = 423;
+ this.pictureBox4.TabStop = false;
+ //
+ // label4
+ //
+ 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.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(460, 26);
+ this.label4.TabIndex = 424;
+ this.label4.Text = "There are a number of built in presets. If you are unsure which settings to use,\r" +
+ "\nthen simply select the desired preset from the \"Presets\" Menu.";
+ //
+ // pictureBox5
+ //
+ 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.Name = "pictureBox5";
+ this.pictureBox5.Size = new System.Drawing.Size(34, 33);
+ this.pictureBox5.TabIndex = 425;
+ this.pictureBox5.TabStop = false;
+ //
+ // label5
+ //
+ 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.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(444, 39);
+ this.label5.TabIndex = 426;
+ this.label5.Text = resources.GetString("label5.Text");
+ //
+ // pictureBox6
+ //
+ 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.Name = "pictureBox6";
+ this.pictureBox6.Size = new System.Drawing.Size(34, 33);
+ this.pictureBox6.TabIndex = 427;
+ this.pictureBox6.TabStop = false;
+ //
+ // label6
+ //
+ 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.Name = "label6";
+ this.label6.Size = new System.Drawing.Size(448, 39);
+ this.label6.TabIndex = 428;
+ this.label6.Text = "Typically the encode time for your project will vary. An hours worth of video \r\nc" +
+ "an take anywhere between 20 Minutes up to several hours depending on \r\nyour hard" +
+ "ware and the settings you use.";
+ //
+ // pictureBox7
+ //
+ 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.Name = "pictureBox7";
+ this.pictureBox7.Size = new System.Drawing.Size(34, 33);
+ this.pictureBox7.TabIndex = 429;
+ this.pictureBox7.TabStop = false;
+ //
+ // label7
+ //
+ 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.Name = "label7";
+ this.label7.Size = new System.Drawing.Size(463, 39);
+ this.label7.TabIndex = 430;
+ this.label7.Text = "If you don\'t read the documentation / user guides then you will most likely fail." +
+ " \r\nYou will not recieve support on the forums if you have not read the\r\nFAQ / Gu" +
+ "ides and searched the forum.";
+ //
+ // pictureBox8
+ //
+ 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.Name = "pictureBox8";
+ this.pictureBox8.Size = new System.Drawing.Size(34, 33);
+ this.pictureBox8.TabIndex = 431;
+ this.pictureBox8.TabStop = false;
+ //
+ // label8
+ //
+ 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.Name = "label8";
+ this.label8.Size = new System.Drawing.Size(414, 39);
+ this.label8.TabIndex = 432;
+ this.label8.Text = "This application requires Administrator rights to operate correctly on \r\nWindows " +
+ "Vista. This can be done by right clicking the icon and enabling\r\nthe option in t" +
+ "he properties window.";
+ //
+ // frmQuickStart
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(534, 504);
+ this.Controls.Add(this.label8);
+ this.Controls.Add(this.pictureBox8);
+ this.Controls.Add(this.label7);
+ this.Controls.Add(this.pictureBox7);
+ this.Controls.Add(this.label6);
+ this.Controls.Add(this.pictureBox6);
+ this.Controls.Add(this.label5);
+ 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);
+ this.Controls.Add(this.pictureBox1);
+ this.Controls.Add(this.label1);
+ this.Controls.Add(this.btn_close);
+ this.Controls.Add(this.check_disableWindow);
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.Name = "frmQuickStart";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ this.Text = "Quick Start Tips";
+ 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();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.CheckBox check_disableWindow;
+ internal System.Windows.Forms.Button btn_close;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.PictureBox pictureBox1;
+ 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;
+ private System.Windows.Forms.Label label5;
+ private System.Windows.Forms.PictureBox pictureBox6;
+ private System.Windows.Forms.Label label6;
+ private System.Windows.Forms.PictureBox pictureBox7;
+ private System.Windows.Forms.Label label7;
+ private System.Windows.Forms.PictureBox pictureBox8;
+ private System.Windows.Forms.Label label8;
+ }
+} \ No newline at end of file