OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 6 Dec 2007 14:17:39 +0000 (14:17 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 6 Dec 2007 14:17:39 +0000 (14:17 +0000)
- Fixed small text label position issue in the queue.

git-svn-id: svn://localhost/HandBrake/trunk@1101 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/Properties/Resources.resx
win/C#/frmQueue.Designer.cs

index c8e8c0e..f756599 100644 (file)
   <data name="Pref_Small" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
     <value>..\Resources\Pref_Small.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
-  <data name="Stop" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
-    <value>..\Resources\Stop.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
-  </data>\r
   <data name="History" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
     <value>..\Resources\History.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
index 8e41603..aa0cec4 100644 (file)
@@ -52,12 +52,12 @@ namespace Handbrake
             this.label1 = new System.Windows.Forms.Label();\r
             this.label3 = new System.Windows.Forms.Label();\r
             this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
+            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
+            this.SaveFile = new System.Windows.Forms.SaveFileDialog();\r
             this.btn_encode = new System.Windows.Forms.ToolStripButton();\r
             this.btn_stop = new System.Windows.Forms.ToolStripButton();\r
-            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
             this.btn_batch = new System.Windows.Forms.ToolStripButton();\r
             this.pictureBox1 = new System.Windows.Forms.PictureBox();\r
-            this.SaveFile = new System.Windows.Forms.SaveFileDialog();\r
             this.toolStrip1.SuspendLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();\r
             this.SuspendLayout();\r
@@ -142,7 +142,7 @@ namespace Handbrake
             this.progressBar.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.progressBar.Location = new System.Drawing.Point(67, 360);\r
             this.progressBar.Name = "progressBar";\r
-            this.progressBar.Size = new System.Drawing.Size(647, 23);\r
+            this.progressBar.Size = new System.Drawing.Size(616, 23);\r
             this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;\r
             this.progressBar.TabIndex = 34;\r
             // \r
@@ -158,7 +158,7 @@ namespace Handbrake
             // lbl_progressValue\r
             // \r
             this.lbl_progressValue.AutoSize = true;\r
-            this.lbl_progressValue.Location = new System.Drawing.Point(690, 331);\r
+            this.lbl_progressValue.Location = new System.Drawing.Point(689, 366);\r
             this.lbl_progressValue.Name = "lbl_progressValue";\r
             this.lbl_progressValue.Size = new System.Drawing.Size(24, 13);\r
             this.lbl_progressValue.TabIndex = 36;\r
@@ -192,7 +192,7 @@ namespace Handbrake
             this.btn_updateQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_updateQuery.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_updateQuery.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_updateQuery.Location = new System.Drawing.Point(650, 327);\r
+            this.btn_updateQuery.Location = new System.Drawing.Point(649, 325);\r
             this.btn_updateQuery.Name = "btn_updateQuery";\r
             this.btn_updateQuery.Size = new System.Drawing.Size(64, 23);\r
             this.btn_updateQuery.TabIndex = 46;\r
@@ -303,6 +303,15 @@ namespace Handbrake
             this.toolStrip1.TabIndex = 71;\r
             this.toolStrip1.Text = "toolStrip1";\r
             // \r
+            // toolStripSeparator1\r
+            // \r
+            this.toolStripSeparator1.Name = "toolStripSeparator1";\r
+            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 49);\r
+            // \r
+            // SaveFile\r
+            // \r
+            this.SaveFile.Filter = "Batch|.bat";\r
+            // \r
             // btn_encode\r
             // \r
             this.btn_encode.Image = global::Handbrake.Properties.Resources.Play;\r
@@ -325,11 +334,6 @@ namespace Handbrake
             this.btn_stop.Visible = false;\r
             this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);\r
             // \r
-            // toolStripSeparator1\r
-            // \r
-            this.toolStripSeparator1.Name = "toolStripSeparator1";\r
-            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 49);\r
-            // \r
             // btn_batch\r
             // \r
             this.btn_batch.Image = global::Handbrake.Properties.Resources.ActivityWindow;\r
@@ -349,10 +353,6 @@ namespace Handbrake
             this.pictureBox1.TabIndex = 61;\r
             this.pictureBox1.TabStop = false;\r
             // \r
-            // SaveFile\r
-            // \r
-            this.SaveFile.Filter = "Batch|.bat";\r
-            // \r
             // frmQueue\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r