diff options
author | fcolin | 2007-02-01 10:05:25 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:05:25 +0000 |
commit | 89281f6dcc58501d70568b2db57816bf344ef545 (patch) | |
tree | 2763a4b1ff930d5d268c56423dd269d3db9f6ed6 /CSharp | |
parent | 62cd45b2bff8cdda7451b84de2aaefcbc48b8663 (diff) | |
download | ivy-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')
-rw-r--r-- | CSharp/Ivy/IvyProbe/IvyProbe.Designer.cs | 10 |
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
|