From 316fb5f21889a33f390df3da7ff9ef05c3240d11 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:59:25 +0000 Subject: Utilisateur : Fcolin Date : 6/02/06 Heure : 16:24 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 10) --- CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'CSharp/Ivy/IvyPPC') 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(); } -- cgit v1.1