summaryrefslogtreecommitdiff
path: root/CSharp/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:59:29 +0000
committerfcolin2007-02-01 09:59:29 +0000
commite289f976c4123d4bc761cfb4c42aaf01b917afc9 (patch)
treec567eea5eafe4f057a6acc350b85822f348dc0ff /CSharp/Ivy
parentcb072b04df12997b944631600adf60a888be60ed (diff)
downloadivy-csharp-e289f976c4123d4bc761cfb4c42aaf01b917afc9.zip
ivy-csharp-e289f976c4123d4bc761cfb4c42aaf01b917afc9.tar.gz
ivy-csharp-e289f976c4123d4bc761cfb4c42aaf01b917afc9.tar.bz2
ivy-csharp-e289f976c4123d4bc761cfb4c42aaf01b917afc9.tar.xz
Utilisateur : Fcolin Date : 6/02/06 Heure : 18:31 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 12)
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyDomain.Designer.cs46
1 files changed, 18 insertions, 28 deletions
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
/// </summary>
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;
}
}