X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmAbout.Designer.cs;h=bcf01c8bb81885b74d8dd72e91eec21eb9a825fc;hb=bdeda20369fa84dc46814378c9a4af6a21ec3212;hp=887ad7d2de7f13bc357e209ffbe5bd03af4ee97e;hpb=3a43d4e5c30926098d698349613ad6ff5a5355d6;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmAbout.Designer.cs b/win/C#/frmAbout.Designer.cs index 887ad7d2..bcf01c8b 100644 --- a/win/C#/frmAbout.Designer.cs +++ b/win/C#/frmAbout.Designer.cs @@ -36,107 +36,104 @@ namespace Handbrake { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout)); this.Label3 = new System.Windows.Forms.Label(); - this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.lbl_HBBuild = new System.Windows.Forms.Label(); this.PictureBox1 = new System.Windows.Forms.PictureBox(); - this.tableLayoutPanel1.SuspendLayout(); + this.button1 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit(); this.SuspendLayout(); // // Label3 // this.Label3.AutoSize = true; - this.Label3.Dock = System.Windows.Forms.DockStyle.Bottom; - this.Label3.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label3.Location = new System.Drawing.Point(3, 23); + this.Label3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Label3.Location = new System.Drawing.Point(124, 12); + this.Label3.Margin = new System.Windows.Forms.Padding(3, 3, 3, 1); this.Label3.Name = "Label3"; - this.Label3.Size = new System.Drawing.Size(325, 18); + this.Label3.Size = new System.Drawing.Size(99, 19); this.Label3.TabIndex = 25; this.Label3.Text = "HandBrake"; this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // - // tableLayoutPanel1 - // - this.tableLayoutPanel1.ColumnCount = 1; - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); - this.tableLayoutPanel1.Controls.Add(this.label1, 0, 2); - this.tableLayoutPanel1.Controls.Add(this.lbl_HBBuild, 0, 1); - this.tableLayoutPanel1.Controls.Add(this.Label3, 0, 0); - this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 83); - this.tableLayoutPanel1.Name = "tableLayoutPanel1"; - this.tableLayoutPanel1.RowCount = 4; - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 69.44444F)); - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30.55556F)); - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); - this.tableLayoutPanel1.Size = new System.Drawing.Size(331, 100); - this.tableLayoutPanel1.TabIndex = 32; - // // label1 // this.label1.AutoSize = true; - this.label1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.label1.Location = new System.Drawing.Point(3, 66); + this.label1.Location = new System.Drawing.Point(125, 63); + this.label1.Margin = new System.Windows.Forms.Padding(3); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(325, 13); + this.label1.Size = new System.Drawing.Size(224, 13); this.label1.TabIndex = 33; - this.label1.Text = "(C) 2003-2009, HandBrake Developers"; - this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + this.label1.Text = "Copyright 2003-2009 HandBrake Developers"; + this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lbl_HBBuild // - this.lbl_HBBuild.AutoSize = true; - this.lbl_HBBuild.Dock = System.Windows.Forms.DockStyle.Bottom; - this.lbl_HBBuild.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_HBBuild.Location = new System.Drawing.Point(3, 46); + this.lbl_HBBuild.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + 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(325, 13); + this.lbl_HBBuild.Size = new System.Drawing.Size(152, 13); this.lbl_HBBuild.TabIndex = 32; this.lbl_HBBuild.Text = "{Version}"; - this.lbl_HBBuild.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + this.lbl_HBBuild.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // PictureBox1 // this.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo128; this.PictureBox1.InitialImage = null; - this.PictureBox1.Location = new System.Drawing.Point(120, 12); + this.PictureBox1.Location = new System.Drawing.Point(9, 9); + this.PictureBox1.Margin = new System.Windows.Forms.Padding(0); this.PictureBox1.Name = "PictureBox1"; - this.PictureBox1.Size = new System.Drawing.Size(84, 84); + this.PictureBox1.Size = new System.Drawing.Size(96, 96); this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.PictureBox1.TabIndex = 33; this.PictureBox1.TabStop = false; // + // button1 + // + 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; + // // frmAbout // - this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F); + this.AcceptButton = this.button1; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(331, 183); + this.CancelButton = this.button1; + this.ClientSize = new System.Drawing.Size(363, 117); + this.Controls.Add(this.button1); + this.Controls.Add(this.label1); this.Controls.Add(this.PictureBox1); - this.Controls.Add(this.tableLayoutPanel1); - this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Controls.Add(this.lbl_HBBuild); + this.Controls.Add(this.Label3); + this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmAbout"; + this.ShowIcon = false; + this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "About HandBrake"; - this.tableLayoutPanel1.ResumeLayout(false); - this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit(); this.ResumeLayout(false); + this.PerformLayout(); } #endregion internal System.Windows.Forms.Label Label3; - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 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; } } \ No newline at end of file