OSDN Git Service

FormInfoのメッセージを常に中央に
authorkiri_feather <kiri_feather@users.sourceforge.jp>
Tue, 8 Jun 2010 13:42:54 +0000 (13:42 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:13:23 +0000 (23:13 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@471 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/FormInfo.Designer.vb
Tween/FormInfo.resx
Tween/FormInfo.vb

index 5478d0f..1c408ed 100644 (file)
@@ -54,7 +54,6 @@ Partial Class FormInfo
         Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
         Me.TopMost = True
         Me.ResumeLayout(False)
-        Me.PerformLayout()
 
     End Sub
     Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
index c5273aa..184e725 100644 (file)
   <data name="&gt;&gt;ProgressBar1.ZOrder" xml:space="preserve">
     <value>1</value>
   </data>
-  <data name="LabelInformation.AutoSize" type="System.Boolean, mscorlib">
-    <value>True</value>
-  </data>
   <data name="LabelInformation.Location" type="System.Drawing.Point, System.Drawing">
-    <value>101, 24</value>
+    <value>10, 5</value>
   </data>
   <data name="LabelInformation.Size" type="System.Drawing.Size, System.Drawing">
-    <value>89, 12</value>
+    <value>266, 48</value>
   </data>
   <data name="LabelInformation.TabIndex" type="System.Int32, mscorlib">
     <value>1</value>
index df5c82d..0fb1fb5 100644 (file)
@@ -77,7 +77,7 @@ Public Class FormInfo
     End Sub
 
     Private Sub LabelInformation_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LabelInformation.TextChanged
-        LabelInformation.Left = (Me.ClientSize.Width - LabelInformation.Size.Width) \ 2
+        'LabelInformation.Left = (Me.ClientSize.Width - LabelInformation.Size.Width) \ 2
         LabelInformation.Refresh()
     End Sub