X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmUpdater.Designer.cs;h=7e377b4a433668139d7d2450a9a342171c0128da;hb=32219d93ec8fcf0db6f7ca5d6045419882563951;hp=3e2f8708c404d42478d538ebe4a8416cc7478847;hpb=e90d429b62c48a65174957cbe3bbac1a2f861ef3;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmUpdater.Designer.cs b/win/C#/frmUpdater.Designer.cs index 3e2f8708..7e377b4a 100644 --- a/win/C#/frmUpdater.Designer.cs +++ b/win/C#/frmUpdater.Designer.cs @@ -1,8 +1,7 @@ /* frmUpdater.Designer.cs - - This file is part of the HandBrake source code. - Homepage: . - It may be used under the terms of the GNU General Public License. */ + This file is part of the HandBrake source code. + Homepage: . + It may be used under the terms of the GNU General Public License. */ namespace Handbrake { @@ -41,7 +40,6 @@ namespace Handbrake this.btn_installUpdate = new System.Windows.Forms.Button(); this.btn_remindLater = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); - this.PictureBox1 = new System.Windows.Forms.PictureBox(); this.lbl_update_text = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); @@ -51,7 +49,7 @@ namespace Handbrake this.wBrowser = new System.Windows.Forms.WebBrowser(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.button_container = new System.Windows.Forms.SplitContainer(); - ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit(); + this.PictureBox1 = new System.Windows.Forms.PictureBox(); this.panel1.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); @@ -59,6 +57,7 @@ namespace Handbrake this.button_container.Panel1.SuspendLayout(); this.button_container.Panel2.SuspendLayout(); this.button_container.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit(); this.SuspendLayout(); // // label1 @@ -94,7 +93,7 @@ namespace Handbrake this.btn_skip.TabIndex = 54; this.btn_skip.Text = "Skip This Version"; this.btn_skip.UseVisualStyleBackColor = false; - this.btn_skip.Click += new System.EventHandler(this.btn_skip_Click); + this.btn_skip.Click += new System.EventHandler(this.BtnSkipClick); // // btn_installUpdate // @@ -110,7 +109,7 @@ namespace Handbrake this.btn_installUpdate.TabIndex = 55; this.btn_installUpdate.Text = "Install Update"; this.btn_installUpdate.UseVisualStyleBackColor = false; - this.btn_installUpdate.Click += new System.EventHandler(this.btn_installUpdate_Click); + this.btn_installUpdate.Click += new System.EventHandler(this.BtnInstallUpdateClick); // // btn_remindLater // @@ -126,7 +125,7 @@ namespace Handbrake this.btn_remindLater.TabIndex = 56; this.btn_remindLater.Text = "Remind me Later"; this.btn_remindLater.UseVisualStyleBackColor = false; - this.btn_remindLater.Click += new System.EventHandler(this.btn_remindLater_Click); + this.btn_remindLater.Click += new System.EventHandler(this.BtnRemindLaterClick); // // label3 // @@ -138,16 +137,6 @@ namespace Handbrake this.label3.TabIndex = 57; this.label3.Text = "Release Notes:"; // - // PictureBox1 - // - this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo64; - this.PictureBox1.InitialImage = null; - this.PictureBox1.Location = new System.Drawing.Point(12, 12); - this.PictureBox1.Name = "PictureBox1"; - this.PictureBox1.Size = new System.Drawing.Size(64, 64); - this.PictureBox1.TabIndex = 24; - this.PictureBox1.TabStop = false; - // // lbl_update_text // this.lbl_update_text.AutoSize = true; @@ -255,6 +244,16 @@ namespace Handbrake this.button_container.SplitterDistance = 318; this.button_container.TabIndex = 0; // + // PictureBox1 + // + this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo64; + this.PictureBox1.InitialImage = null; + this.PictureBox1.Location = new System.Drawing.Point(12, 12); + this.PictureBox1.Name = "PictureBox1"; + this.PictureBox1.Size = new System.Drawing.Size(64, 64); + this.PictureBox1.TabIndex = 24; + this.PictureBox1.TabStop = false; + // // frmUpdater // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -272,7 +271,6 @@ namespace Handbrake this.Name = "frmUpdater"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Update"; - ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); @@ -283,6 +281,7 @@ namespace Handbrake this.button_container.Panel2.ResumeLayout(false); this.button_container.Panel2.PerformLayout(); this.button_container.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout();