namespace TestShapeControl { partial class FormProperty { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBoxNotes = new System.Windows.Forms.TextBox(); this.textBoxIP = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(32, 39); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(17, 13); this.label1.TabIndex = 0; this.label1.Text = "IP"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(32, 81); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(35, 13); this.label2.TabIndex = 1; this.label2.Text = "Notes"; // // textBoxNotes // this.textBoxNotes.Location = new System.Drawing.Point(73, 81); this.textBoxNotes.MaxLength = 100; this.textBoxNotes.Name = "textBoxNotes"; this.textBoxNotes.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal; this.textBoxNotes.Size = new System.Drawing.Size(188, 20); this.textBoxNotes.TabIndex = 1; // // textBoxIP // this.textBoxIP.Location = new System.Drawing.Point(73, 39); this.textBoxIP.MaxLength = 15; this.textBoxIP.Name = "textBoxIP"; this.textBoxIP.Size = new System.Drawing.Size(188, 20); this.textBoxIP.TabIndex = 0; this.textBoxIP.Enter += new System.EventHandler(this.textBoxIP_Enter); // // FormProperty // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(296, 161); this.Controls.Add(this.textBoxIP); this.Controls.Add(this.textBoxNotes); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormProperty"; this.Text = "Cam Properties"; this.Activated += new System.EventHandler(this.FormProperty_Activated); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormProperty_FormClosing); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBoxNotes; private System.Windows.Forms.TextBox textBoxIP; } }