namespace CircleViewer.Dialogs { partial class InviteMemberDlg { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InviteMemberDlg)); this.panel1 = new System.Windows.Forms.Panel(); this.bnClose = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lblInviteCode = new System.Windows.Forms.Label(); this.lblAuthCode = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.bnClose); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 104); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(319, 36); this.panel1.TabIndex = 1; // // bnClose // this.bnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.bnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.bnClose.Location = new System.Drawing.Point(231, 6); this.bnClose.Name = "bnClose"; this.bnClose.Size = new System.Drawing.Size(75, 23); this.bnClose.TabIndex = 0; this.bnClose.Text = "Close"; this.bnClose.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(83, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(94, 20); this.label1.TabIndex = 2; this.label1.Text = "Invite code:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(19, 45); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(158, 20); this.label2.TabIndex = 3; this.label2.Text = "Authorization code: "; // // lblInviteCode // this.lblInviteCode.AutoSize = true; this.lblInviteCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblInviteCode.Location = new System.Drawing.Point(180, 12); this.lblInviteCode.Name = "lblInviteCode"; this.lblInviteCode.Size = new System.Drawing.Size(97, 20); this.lblInviteCode.TabIndex = 4; this.lblInviteCode.Text = "InviteCode"; this.toolTip1.SetToolTip(this.lblInviteCode, "Click to copy invite code to clipboard"); this.lblInviteCode.Click += new System.EventHandler(this.lblInviteCode_Click); // // lblAuthCode // this.lblAuthCode.AutoSize = true; this.lblAuthCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAuthCode.Location = new System.Drawing.Point(180, 45); this.lblAuthCode.Name = "lblAuthCode"; this.lblAuthCode.Size = new System.Drawing.Size(87, 20); this.lblAuthCode.TabIndex = 5; this.lblAuthCode.Text = "Authcode"; this.toolTip1.SetToolTip(this.lblAuthCode, "Click to copy authorization code to clipboard"); this.lblAuthCode.Click += new System.EventHandler(this.lblAuthCode_Click); // // InviteMemberDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.bnClose; this.ClientSize = new System.Drawing.Size(319, 140); this.ControlBox = false; this.Controls.Add(this.lblAuthCode); this.Controls.Add(this.lblInviteCode); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "InviteMemberDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Add New User"; this.Load += new System.EventHandler(this.InviteMemberDlg_Load); this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button bnClose; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lblInviteCode; private System.Windows.Forms.Label lblAuthCode; private System.Windows.Forms.ToolTip toolTip1; } }