summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:59:11 +0000
committerfcolin2007-02-01 09:59:11 +0000
commit39c3184be309af982695723ceed8c3453affa63c (patch)
treef8e0c27c81b598028d924d25f5d8d8c856c2a6ca /CSharp/Ivy/IvyPPC
parent16b636a2865d343471d7fe75fc94ee5af38eb6cd (diff)
downloadivy-csharp-39c3184be309af982695723ceed8c3453affa63c.zip
ivy-csharp-39c3184be309af982695723ceed8c3453affa63c.tar.gz
ivy-csharp-39c3184be309af982695723ceed8c3453affa63c.tar.bz2
ivy-csharp-39c3184be309af982695723ceed8c3453affa63c.tar.xz
Utilisateur : Fcolin Date : 17/01/06 Heure : 13:07 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 3)
Diffstat (limited to 'CSharp/Ivy/IvyPPC')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs97
1 files 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;
}
}