From e289f976c4123d4bc761cfb4c42aaf01b917afc9 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:59:29 +0000 Subject: Utilisateur : Fcolin Date : 6/02/06 Heure : 18:31 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 12) --- CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs | 46 +++++++++++++-------------------- 1 file changed, 18 insertions(+), 28 deletions(-) (limited to 'CSharp/Ivy') diff --git a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs index 4fa2439..72cde65 100644 --- a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs +++ b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs @@ -28,51 +28,41 @@ namespace IvyBus /// private void InitializeComponent() { - this.ivybus = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); + this.ivybus = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // - // 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); -#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.Location = new System.Drawing.Point(3, 5); + this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left))); + this.label1.Location = new System.Drawing.Point(0, 5); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(42, 13); - this.label1.Text = "IvyBus:"; + this.label1.Size = new System.Drawing.Size(29, 13); + this.label1.Text = "Ivy:"; + // + // ivybus + // + this.ivybus.Dock = System.Windows.Forms.DockStyle.Right; + this.ivybus.Location = new System.Drawing.Point(26, 0); + this.ivybus.Name = "ivybus"; + this.ivybus.Size = new System.Drawing.Size(133, 21); + this.ivybus.TabIndex = 2; // // IvyDomain // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.Controls.Add(this.label1); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Controls.Add(this.ivybus); + this.Controls.Add(this.label1); this.Name = "IvyDomain"; - this.Size = new System.Drawing.Size(307, 22); - //this.Load += new System.EventHandler(this.IvyDomain_Load); + this.Size = new System.Drawing.Size(159, 22); this.ResumeLayout(false); } #endregion - private System.Windows.Forms.ComboBox ivybus; private System.Windows.Forms.Label label1; + private System.Windows.Forms.TextBox ivybus; } } -- cgit v1.1