summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:05:25 +0000
committerfcolin2007-02-01 10:05:25 +0000
commit89281f6dcc58501d70568b2db57816bf344ef545 (patch)
tree2763a4b1ff930d5d268c56423dd269d3db9f6ed6 /CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
parent62cd45b2bff8cdda7451b84de2aaefcbc48b8663 (diff)
downloadivy-csharp-89281f6dcc58501d70568b2db57816bf344ef545.zip
ivy-csharp-89281f6dcc58501d70568b2db57816bf344ef545.tar.gz
ivy-csharp-89281f6dcc58501d70568b2db57816bf344ef545.tar.bz2
ivy-csharp-89281f6dcc58501d70568b2db57816bf344ef545.tar.xz
Utilisateur : Fcolin Date : 17/01/06 Heure : 13:07 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 3)
Diffstat (limited to 'CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs')
-rw-r--r--CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs10
1 files changed, 4 insertions, 6 deletions
diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
index 80b05c3..8969c91 100644
--- a/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
+++ b/CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs
@@ -132,15 +132,13 @@ namespace IvyProbe
// bus
//
this.bus.AppName = "IvyProbe_C#";
+ this.bus.AppReadyMessage = "IvyProbe_C# ready";
this.bus.AutoScroll = true;
- this.bus.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.bus.Domain = "";
- this.bus.Location = new System.Drawing.Point(12, 5);
- this.bus.MaximumSize = new System.Drawing.Size(0, 40);
- this.bus.MinimumSize = new System.Drawing.Size(0, 40);
+ this.bus.Location = new System.Drawing.Point(11, 5);
+ this.bus.Margin = new System.Windows.Forms.Padding(0);
this.bus.Name = "bus";
- this.bus.Ready = "IvyProbe_C# Ready";
- this.bus.Size = new System.Drawing.Size(405, 40);
+ this.bus.Size = new System.Drawing.Size(322, 36);
this.bus.TabIndex = 9;
//
// IvyProbe