namespace IvyBus { partial class IvyDomain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); 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, 0); 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; this.toolTip1.SetToolTip(this.ivybus, "Ivy Bus Domain"); 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); 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.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.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.ComboBox ivybus; private System.Windows.Forms.Label label1; } }