X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmAbout.Designer.cs;h=05cdaeb11c75a99d2251c686d2e88d1c833f9004;hb=d571d3e6a3bb4bbeda35cac674f697a253a11e94;hp=bcf01c8bb81885b74d8dd72e91eec21eb9a825fc;hpb=bdeda20369fa84dc46814378c9a4af6a21ec3212;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmAbout.Designer.cs b/win/C#/frmAbout.Designer.cs index bcf01c8b..05cdaeb1 100644 --- a/win/C#/frmAbout.Designer.cs +++ b/win/C#/frmAbout.Designer.cs @@ -39,7 +39,9 @@ namespace Handbrake this.label1 = new System.Windows.Forms.Label(); this.lbl_HBBuild = new System.Windows.Forms.Label(); this.PictureBox1 = new System.Windows.Forms.PictureBox(); - this.button1 = new System.Windows.Forms.Button(); + this.btn_close = new System.Windows.Forms.Button(); + this.richTextBox1 = new System.Windows.Forms.RichTextBox(); + this.label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit(); this.SuspendLayout(); // @@ -72,7 +74,7 @@ namespace Handbrake this.lbl_HBBuild.Location = new System.Drawing.Point(125, 33); this.lbl_HBBuild.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3); this.lbl_HBBuild.Name = "lbl_HBBuild"; - this.lbl_HBBuild.Size = new System.Drawing.Size(152, 13); + this.lbl_HBBuild.Size = new System.Drawing.Size(224, 13); this.lbl_HBBuild.TabIndex = 32; this.lbl_HBBuild.Text = "{Version}"; this.lbl_HBBuild.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -90,24 +92,46 @@ namespace Handbrake this.PictureBox1.TabIndex = 33; this.PictureBox1.TabStop = false; // - // button1 + // btn_close // - this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; - this.button1.Location = new System.Drawing.Point(274, 82); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(75, 23); - this.button1.TabIndex = 35; - this.button1.Text = "OK"; - this.button1.UseVisualStyleBackColor = true; + this.btn_close.DialogResult = System.Windows.Forms.DialogResult.OK; + this.btn_close.Location = new System.Drawing.Point(468, 279); + this.btn_close.Name = "btn_close"; + this.btn_close.Size = new System.Drawing.Size(75, 23); + this.btn_close.TabIndex = 35; + this.btn_close.Text = "OK"; + this.btn_close.UseVisualStyleBackColor = true; + this.btn_close.Click += new System.EventHandler(this.btn_close_Click); + // + // richTextBox1 + // + this.richTextBox1.Location = new System.Drawing.Point(128, 111); + this.richTextBox1.Name = "richTextBox1"; + this.richTextBox1.Size = new System.Drawing.Size(415, 162); + this.richTextBox1.TabIndex = 36; + this.richTextBox1.Text = resources.GetString("richTextBox1.Text"); + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(125, 92); + this.label2.Margin = new System.Windows.Forms.Padding(3); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(46, 13); + this.label2.TabIndex = 37; + this.label2.Text = "License:"; + this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // frmAbout // - this.AcceptButton = this.button1; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.button1; - this.ClientSize = new System.Drawing.Size(363, 117); - this.Controls.Add(this.button1); + this.AcceptButton = this.btn_close; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + this.CancelButton = this.btn_close; + this.ClientSize = new System.Drawing.Size(555, 314); + this.Controls.Add(this.label2); + this.Controls.Add(this.richTextBox1); + this.Controls.Add(this.btn_close); this.Controls.Add(this.label1); this.Controls.Add(this.PictureBox1); this.Controls.Add(this.lbl_HBBuild); @@ -134,6 +158,8 @@ namespace Handbrake internal System.Windows.Forms.Label label1; internal System.Windows.Forms.Label lbl_HBBuild; internal System.Windows.Forms.PictureBox PictureBox1; - private System.Windows.Forms.Button button1; + private System.Windows.Forms.Button btn_close; + private System.Windows.Forms.RichTextBox richTextBox1; + internal System.Windows.Forms.Label label2; } } \ No newline at end of file