namespace Histacom2.OS.Win95.Win95Apps { partial class FRMWinClassicAddressBookNewContact { /// /// 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.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtFirst = new System.Windows.Forms.TextBox(); this.txtMiddle = new System.Windows.Forms.TextBox(); this.txtLast = new System.Windows.Forms.TextBox(); this.emails = new System.Windows.Forms.ListView(); this.label4 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.pnlAdd = new System.Windows.Forms.Panel(); this.button4 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.pnlAdd.SuspendLayout(); this.SuspendLayout(); // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.button1.Location = new System.Drawing.Point(107, 239); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(105, 23); this.button1.TabIndex = 0; this.button1.Text = "OK"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(16, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 13); this.label1.TabIndex = 1; this.label1.Text = "First Name:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(16, 36); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(72, 13); this.label2.TabIndex = 1; this.label2.Text = "Middle Name:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(16, 59); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(61, 13); this.label3.TabIndex = 1; this.label3.Text = "Last Name:"; // // txtFirst // this.txtFirst.Location = new System.Drawing.Point(94, 13); this.txtFirst.Name = "txtFirst"; this.txtFirst.Size = new System.Drawing.Size(203, 20); this.txtFirst.TabIndex = 2; // // txtMiddle // this.txtMiddle.Location = new System.Drawing.Point(94, 36); this.txtMiddle.Name = "txtMiddle"; this.txtMiddle.Size = new System.Drawing.Size(203, 20); this.txtMiddle.TabIndex = 2; // // txtLast // this.txtLast.Location = new System.Drawing.Point(94, 59); this.txtLast.Name = "txtLast"; this.txtLast.Size = new System.Drawing.Size(203, 20); this.txtLast.TabIndex = 2; // // emails // this.emails.Location = new System.Drawing.Point(94, 114); this.emails.Name = "emails"; this.emails.Size = new System.Drawing.Size(203, 119); this.emails.TabIndex = 3; this.emails.UseCompatibleStateImageBehavior = false; this.emails.View = System.Windows.Forms.View.List; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(91, 89); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(40, 13); this.label4.TabIndex = 4; this.label4.Text = "Emails:"; // // cancelButton // this.button2.Location = new System.Drawing.Point(13, 114); this.button2.Name = "cancelButton"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 5; this.button2.Text = "Add"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Location = new System.Drawing.Point(13, 143); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 5; this.button3.Text = "Remove"; this.button3.UseVisualStyleBackColor = true; // // pnlAdd // this.pnlAdd.Controls.Add(this.button4); this.pnlAdd.Controls.Add(this.textBox1); this.pnlAdd.Controls.Add(this.label5); this.pnlAdd.Location = new System.Drawing.Point(94, 114); this.pnlAdd.Name = "pnlAdd"; this.pnlAdd.Size = new System.Drawing.Size(203, 119); this.pnlAdd.TabIndex = 6; this.pnlAdd.Visible = false; // // button4 // this.button4.Location = new System.Drawing.Point(59, 73); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 8; this.button4.Text = "Add"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(9, 31); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(187, 20); this.textBox1.TabIndex = 7; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(60, 18); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(68, 13); this.label5.TabIndex = 0; this.label5.Text = "Email to add:"; // // FRMWinClassicAddressBookNewContact // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.label4); this.Controls.Add(this.txtLast); this.Controls.Add(this.txtMiddle); this.Controls.Add(this.txtFirst); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.button1); this.Controls.Add(this.emails); this.Controls.Add(this.pnlAdd); this.Name = "FRMWinClassicAddressBookNewContact"; this.Size = new System.Drawing.Size(332, 265); this.Load += new System.EventHandler(this.FRMWinClassicAddressBookNewContact_Load); this.pnlAdd.ResumeLayout(false); this.pnlAdd.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtFirst; private System.Windows.Forms.TextBox txtMiddle; private System.Windows.Forms.TextBox txtLast; private System.Windows.Forms.ListView emails; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Panel pnlAdd; private System.Windows.Forms.Button button4; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label5; } }