summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:59:25 +0000
committerfcolin2007-02-01 09:59:25 +0000
commit316fb5f21889a33f390df3da7ff9ef05c3240d11 (patch)
treea3defdb685cf4926ca9ea56561ebf10cc7c4eb91 /CSharp/Ivy/IvyPPC
parent409ab287f475eb187b083f9b2d47890a0aa03587 (diff)
downloadivy-csharp-316fb5f21889a33f390df3da7ff9ef05c3240d11.zip
ivy-csharp-316fb5f21889a33f390df3da7ff9ef05c3240d11.tar.gz
ivy-csharp-316fb5f21889a33f390df3da7ff9ef05c3240d11.tar.bz2
ivy-csharp-316fb5f21889a33f390df3da7ff9ef05c3240d11.tar.xz
Utilisateur : Fcolin Date : 6/02/06 Heure : 16:24 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 10)
Diffstat (limited to 'CSharp/Ivy/IvyPPC')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs12
1 files changed, 7 insertions, 5 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
index c5ea01e..7e64f05 100644
--- a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
+++ b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs
@@ -34,21 +34,26 @@ namespace IvyBus
//
// ivybus
//
+#if (!PocketPC)
this.ivybus.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.ivybus.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.HistoryList;
this.ivybus.FormatString = "999.999.999.999:2011";
this.ivybus.FormattingEnabled = true;
+#endif
this.ivybus.Location = new System.Drawing.Point(51, 0);
this.ivybus.Name = "ivybus";
this.ivybus.Size = new System.Drawing.Size(253, 21);
this.ivybus.TabIndex = 0;
+#if (!PocketPC)
this.ivybus.Text = global::IvyBus.Properties.Settings.Default.IvyBus;
+#else
+ this.ivybus.Text = Ivy.getDomain(this.ivybus.Text);
+#endif
this.ivybus.Validating += new System.ComponentModel.CancelEventHandler(this.ivybus_Validating);
this.ivybus.Validated += new System.EventHandler(this.ivybus_Validated);
//
// label1
//
- this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 5);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(42, 13);
@@ -58,15 +63,12 @@ namespace IvyBus
// IvyDomain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.label1);
this.Controls.Add(this.ivybus);
- this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "IvyDomain";
this.Size = new System.Drawing.Size(307, 22);
- this.Load += new System.EventHandler(this.IvyDomain_Load);
+ //this.Load += new System.EventHandler(this.IvyDomain_Load);
this.ResumeLayout(false);
- this.PerformLayout();
}