From 39c3184be309af982695723ceed8c3453affa63c Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:59:11 +0000 Subject: Utilisateur : Fcolin Date : 17/01/06 Heure : 13:07 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 3) --- CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs | 97 ++++++++------------------------- 1 file changed, 23 insertions(+), 74 deletions(-) diff --git a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs index 7499230..e3eeb08 100644 --- a/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs +++ b/CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs @@ -29,88 +29,41 @@ namespace IvyBus private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); - this.appname = new System.Windows.Forms.TextBox(); - this.ready = new System.Windows.Forms.TextBox(); - this.domain = new System.Windows.Forms.TextBox(); + this.ivybus = new System.Windows.Forms.ComboBox(); + this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // + // ivybus + // + 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; + this.ivybus.Location = new System.Drawing.Point(51, 5); + this.ivybus.Name = "ivybus"; + this.ivybus.Size = new System.Drawing.Size(253, 21); + this.ivybus.TabIndex = 0; + this.ivybus.Text = global::IvyBus.Properties.Settings.Default.IvyBus; + // // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(3, 8); + this.label1.Location = new System.Drawing.Point(3, 5); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(45, 13); - this.label1.TabIndex = 0; - this.label1.Text = "Ivy Bus:"; - this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(3, 60); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(41, 13); - this.label2.TabIndex = 2; - this.label2.Text = "Ready:"; - this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(3, 34); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(35, 13); - this.label3.TabIndex = 4; - this.label3.Text = "Name"; - this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // appname - // - this.appname.Location = new System.Drawing.Point(54, 31); - this.appname.Name = "appname"; - this.appname.Size = new System.Drawing.Size(331, 20); - this.appname.TabIndex = 5; - this.appname.Text = global::IvyBus.Properties.Settings.Default.AppName; - this.toolTip1.SetToolTip(this.appname, "Application name"); - // - // ready - // - this.ready.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::IvyBus.Properties.Settings.Default, "ReadyMessage", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.ready.Location = new System.Drawing.Point(54, 57); - this.ready.Name = "ready"; - this.ready.Size = new System.Drawing.Size(331, 20); - this.ready.TabIndex = 3; - this.ready.Text = global::IvyBus.Properties.Settings.Default.ReadyMessage; - this.toolTip1.SetToolTip(this.ready, "ready message"); - // - // domain - // - this.domain.Location = new System.Drawing.Point(54, 5); - this.domain.Name = "domain"; - this.domain.Size = new System.Drawing.Size(331, 20); - this.domain.TabIndex = 1; - this.domain.Text = global::IvyBus.Properties.Settings.Default.IvyBus; - this.toolTip1.SetToolTip(this.domain, "bus domain"); - this.domain.Validated += new System.EventHandler(this.textBox1_Validated); - this.domain.Validating += new System.ComponentModel.CancelEventHandler(this.textBox1_Validating); + this.label1.Size = new System.Drawing.Size(42, 13); + this.label1.TabIndex = 1; + this.label1.Text = "IvyBus:"; // // IvyDomain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.AutoScroll = true; - this.Controls.Add(this.appname); - this.Controls.Add(this.label3); - this.Controls.Add(this.ready); - this.Controls.Add(this.label2); - this.Controls.Add(this.domain); 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(393, 84); + this.Size = new System.Drawing.Size(321, 33); this.ResumeLayout(false); this.PerformLayout(); @@ -118,12 +71,8 @@ namespace IvyBus #endregion - private System.Windows.Forms.Label label1; - private System.Windows.Forms.TextBox domain; - private System.Windows.Forms.TextBox ready; - private System.Windows.Forms.Label label2; - private System.Windows.Forms.TextBox appname; - private System.Windows.Forms.Label label3; private System.Windows.Forms.ToolTip toolTip1; + private System.Windows.Forms.ComboBox ivybus; + private System.Windows.Forms.Label label1; } } -- cgit v1.1