diff options
author | fcolin | 2007-02-01 09:59:41 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:59:41 +0000 |
commit | 11951cef212867ab2bb6922591a3b48a10ef4d85 (patch) | |
tree | 6bc6a2434dcbcd09f1ce1860f5bdc334eeed87c5 | |
parent | 774d08b3f17cf83df916b608363a7279a3ea7108 (diff) | |
download | ivy-csharp-11951cef212867ab2bb6922591a3b48a10ef4d85.zip ivy-csharp-11951cef212867ab2bb6922591a3b48a10ef4d85.tar.gz ivy-csharp-11951cef212867ab2bb6922591a3b48a10ef4d85.tar.bz2 ivy-csharp-11951cef212867ab2bb6922591a3b48a10ef4d85.tar.xz |
Utilisateur : Fcolin Date : 9/02/06 Heure : 17:39 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 18)
-rw-r--r-- | CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs index e8ba5d8..e520742 100644 --- a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs +++ b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs @@ -62,7 +62,9 @@ namespace IvyBus this.Name = "IvyDomain";
this.Size = new System.Drawing.Size(159, 22);
this.ResumeLayout(false);
- this.PerformLayout();
+#if (!PocketPC)
+ this.PerformLayout();
+#endif
}
|