namespace MSNPSharpClient { partial class AddContactForm { /// /// 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.lblAccount = new System.Windows.Forms.Label(); this.txtAccount = new System.Windows.Forms.TextBox(); this.txtInvitation = new System.Windows.Forms.TextBox(); this.lblInvitation = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // lblAccount // this.lblAccount.AutoSize = true; this.lblAccount.Location = new System.Drawing.Point(4, 21); this.lblAccount.Name = "lblAccount"; this.lblAccount.Size = new System.Drawing.Size(106, 13); this.lblAccount.TabIndex = 0; this.lblAccount.Text = "Messenger address:*"; // // txtAccount // this.txtAccount.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower; this.txtAccount.Location = new System.Drawing.Point(115, 18); this.txtAccount.Name = "txtAccount"; this.txtAccount.Size = new System.Drawing.Size(250, 20); this.txtAccount.TabIndex = 1; // // txtInvitation // this.txtInvitation.Location = new System.Drawing.Point(115, 47); this.txtInvitation.Name = "txtInvitation"; this.txtInvitation.Size = new System.Drawing.Size(250, 20); this.txtInvitation.TabIndex = 2; // // lblInvitation // this.lblInvitation.AutoSize = true; this.lblInvitation.Location = new System.Drawing.Point(12, 50); this.lblInvitation.Name = "lblInvitation"; this.lblInvitation.Size = new System.Drawing.Size(98, 13); this.lblInvitation.TabIndex = 4; this.lblInvitation.Text = "Invitation message:"; // // btnOK // this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOK.Location = new System.Drawing.Point(209, 84); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 3; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btn_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(290, 84); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 4; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btn_Click); // // AddContactForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(373, 119); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.txtInvitation); this.Controls.Add(this.lblInvitation); this.Controls.Add(this.txtAccount); this.Controls.Add(this.lblAccount); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AddContactForm"; this.Text = "Add New Contact"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblAccount; private System.Windows.Forms.TextBox txtAccount; private System.Windows.Forms.TextBox txtInvitation; private System.Windows.Forms.Label lblInvitation; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; } }