OSDN Git Service

merge 0.9.4 to jp
[handbrake-jp/handbrake-jp.git] / win / C# / frmDownload.Designer.cs
index 033c907..803ffb7 100644 (file)
@@ -37,70 +37,99 @@ namespace Handbrake
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDownload));\r
             this.lblProgress = new System.Windows.Forms.Label();\r
             this.progress_download = new System.Windows.Forms.ProgressBar();\r
-            this.PictureBox1 = new System.Windows.Forms.PictureBox();\r
             this.btn_cancel = new System.Windows.Forms.Button();\r
+            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
+            this.PictureBox1 = new System.Windows.Forms.PictureBox();\r
+            this.tableLayoutPanel1.SuspendLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\r
             this.SuspendLayout();\r
             // \r
             // lblProgress\r
             // \r
             this.lblProgress.AutoSize = true;\r
-            this.lblProgress.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.lblProgress.Location = new System.Drawing.Point(93, 38);\r
+            this.lblProgress.Location = new System.Drawing.Point(73, 29);\r
             this.lblProgress.Name = "lblProgress";\r
-            this.lblProgress.Size = new System.Drawing.Size(78, 13);\r
+            this.lblProgress.Size = new System.Drawing.Size(98, 13);\r
             this.lblProgress.TabIndex = 10;\r
             this.lblProgress.Text = "\83_\83E\83\93\83\8d\81[\83h\82Ì\90i\92»";\r
             // \r
             // progress_download\r
             // \r
-            this.progress_download.Location = new System.Drawing.Point(93, 12);\r
+            this.progress_download.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
+            this.progress_download.Location = new System.Drawing.Point(73, 3);\r
             this.progress_download.Name = "progress_download";\r
-            this.progress_download.Size = new System.Drawing.Size(318, 23);\r
+            this.progress_download.Size = new System.Drawing.Size(273, 23);\r
             this.progress_download.Style = System.Windows.Forms.ProgressBarStyle.Continuous;\r
             this.progress_download.TabIndex = 9;\r
             // \r
-            // PictureBox1\r
-            // \r
-            this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo64;\r
-            this.PictureBox1.InitialImage = null;\r
-            this.PictureBox1.Location = new System.Drawing.Point(12, 12);\r
-            this.PictureBox1.Name = "PictureBox1";\r
-            this.PictureBox1.Size = new System.Drawing.Size(75, 64);\r
-            this.PictureBox1.TabIndex = 25;\r
-            this.PictureBox1.TabStop = false;\r
-            // \r
             // btn_cancel\r
             // \r
+            this.btn_cancel.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
             this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_cancel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.btn_cancel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_cancel.Location = new System.Drawing.Point(321, 54);\r
+            this.btn_cancel.Location = new System.Drawing.Point(275, 45);\r
             this.btn_cancel.Name = "btn_cancel";\r
-            this.btn_cancel.Size = new System.Drawing.Size(90, 22);\r
-            this.btn_cancel.TabIndex = 56;\r
+            this.btn_cancel.Size = new System.Drawing.Size(71, 22);\r
+            this.btn_cancel.TabIndex = 26;\r
+            this.btn_cancel.TabStop = false;\r
             this.btn_cancel.Text = "\83L\83\83\83\93\83Z\83\8b";\r
-            this.btn_cancel.UseVisualStyleBackColor = false;\r
+            this.btn_cancel.UseVisualStyleBackColor = true;\r
             this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);\r
             // \r
+            // tableLayoutPanel1\r
+            // \r
+            this.tableLayoutPanel1.ColumnCount = 2;\r
+            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
+            this.tableLayoutPanel1.Controls.Add(this.PictureBox1, 0, 0);\r
+            this.tableLayoutPanel1.Controls.Add(this.btn_cancel, 1, 2);\r
+            this.tableLayoutPanel1.Controls.Add(this.progress_download, 1, 0);\r
+            this.tableLayoutPanel1.Controls.Add(this.lblProgress, 1, 1);\r
+            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
+            this.tableLayoutPanel1.Location = new System.Drawing.Point(9, 9);\r
+            this.tableLayoutPanel1.Name = "tableLayoutPanel1";\r
+            this.tableLayoutPanel1.RowCount = 3;\r
+            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
+            this.tableLayoutPanel1.Size = new System.Drawing.Size(349, 70);\r
+            this.tableLayoutPanel1.TabIndex = 27;\r
+            // \r
+            // PictureBox1\r
+            // \r
+            this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo64;\r
+            this.PictureBox1.InitialImage = null;\r
+            this.PictureBox1.Location = new System.Drawing.Point(3, 3);\r
+            this.PictureBox1.Name = "PictureBox1";\r
+            this.tableLayoutPanel1.SetRowSpan(this.PictureBox1, 3);\r
+            this.PictureBox1.Size = new System.Drawing.Size(64, 64);\r
+            this.PictureBox1.TabIndex = 25;\r
+            this.PictureBox1.TabStop = false;\r
+            // \r
             // frmDownload\r
             // \r
-            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-            this.ClientSize = new System.Drawing.Size(426, 87);\r
-            this.Controls.Add(this.btn_cancel);\r
-            this.Controls.Add(this.PictureBox1);\r
-            this.Controls.Add(this.lblProgress);\r
-            this.Controls.Add(this.progress_download);\r
-            this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.AutoSize = true;\r
+            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
+            this.ClientSize = new System.Drawing.Size(367, 88);\r
+            this.Controls.Add(this.tableLayoutPanel1);\r
+            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;\r
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
+            this.MaximizeBox = false;\r
+            this.MinimizeBox = false;\r
             this.Name = "frmDownload";\r
+            this.Padding = new System.Windows.Forms.Padding(9);\r
             this.ShowIcon = false;\r
+            this.ShowInTaskbar = false;\r
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
             this.Text = "\83A\83b\83v\83f\81[\83g\82Ì\83_\83E\83\93\83\8d\81[\83h";\r
+            this.tableLayoutPanel1.ResumeLayout(false);\r
+            this.tableLayoutPanel1.PerformLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();\r
             this.ResumeLayout(false);\r
-            this.PerformLayout();\r
 \r
         }\r
 \r
@@ -108,7 +137,8 @@ namespace Handbrake
 \r
         private System.Windows.Forms.Label lblProgress;\r
         private System.Windows.Forms.ProgressBar progress_download;\r
-        internal System.Windows.Forms.PictureBox PictureBox1;\r
         internal System.Windows.Forms.Button btn_cancel;\r
+        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;\r
+        internal System.Windows.Forms.PictureBox PictureBox1;\r
     }\r
 }
\ No newline at end of file