Korero – Rev 1

Subversion Repositories:
Rev:

namespace Korero.Profile
{
    partial class AvatarProfileForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AvatarProfileForm));
            this.secondLifeProfilePictureBox = new System.Windows.Forms.PictureBox();
            this.secondLifeGroupsListBox = new System.Windows.Forms.ListBox();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.secondLifeAboutRichTextBox = new Korero.Utilities.Controls.ReadOnlyRichTextBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.secondLifeNameTextBox = new System.Windows.Forms.TextBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.secondLifeBornTextBox = new System.Windows.Forms.TextBox();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.firstLifeInfoRichTextBox = new Korero.Utilities.Controls.ReadOnlyRichTextBox();
            this.firstLifeProfilePictureBox = new System.Windows.Forms.PictureBox();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.payToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            ((System.ComponentModel.ISupportInitialize)(this.secondLifeProfilePictureBox)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.groupBox5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.firstLifeProfilePictureBox)).BeginInit();
            this.menuStrip1.SuspendLayout();
            this.tableLayoutPanel4.SuspendLayout();
            this.SuspendLayout();
            // 
            // secondLifeProfilePictureBox
            // 
            this.secondLifeProfilePictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.secondLifeProfilePictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.secondLifeProfilePictureBox.Image = global::Korero.Properties.Resources.creator;
            this.secondLifeProfilePictureBox.Location = new System.Drawing.Point(3, 3);
            this.secondLifeProfilePictureBox.Name = "secondLifeProfilePictureBox";
            this.secondLifeProfilePictureBox.Size = new System.Drawing.Size(213, 146);
            this.secondLifeProfilePictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.secondLifeProfilePictureBox.TabIndex = 0;
            this.secondLifeProfilePictureBox.TabStop = false;
            // 
            // secondLifeGroupsListBox
            // 
            this.secondLifeGroupsListBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.secondLifeGroupsListBox.ContextMenuStrip = this.contextMenuStrip1;
            this.secondLifeGroupsListBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.secondLifeGroupsListBox.FormattingEnabled = true;
            this.secondLifeGroupsListBox.Location = new System.Drawing.Point(3, 16);
            this.secondLifeGroupsListBox.Name = "secondLifeGroupsListBox";
            this.secondLifeGroupsListBox.Size = new System.Drawing.Size(426, 127);
            this.secondLifeGroupsListBox.TabIndex = 1;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem1});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(118, 26);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem1.Image")));
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(117, 22);
            this.toolStripMenuItem1.Text = "Profile...";
            this.toolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
            // 
            // secondLifeAboutRichTextBox
            // 
            this.secondLifeAboutRichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.secondLifeAboutRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.secondLifeAboutRichTextBox.Location = new System.Drawing.Point(3, 16);
            this.secondLifeAboutRichTextBox.Name = "secondLifeAboutRichTextBox";
            this.secondLifeAboutRichTextBox.ReadOnly = true;
            this.secondLifeAboutRichTextBox.Size = new System.Drawing.Size(426, 83);
            this.secondLifeAboutRichTextBox.TabIndex = 2;
            this.secondLifeAboutRichTextBox.Text = "";
            this.secondLifeAboutRichTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.SecondLifeAboutRichTextBox_LinkClicked);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(3, 27);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(452, 444);
            this.tabControl1.TabIndex = 3;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.tableLayoutPanel1);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(444, 418);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "2nd Life";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.secondLifeProfilePictureBox, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 3;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 108F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 157F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(438, 412);
            this.tableLayoutPanel1.TabIndex = 8;
            // 
            // groupBox1
            // 
            this.tableLayoutPanel1.SetColumnSpan(this.groupBox1, 2);
            this.groupBox1.Controls.Add(this.secondLifeGroupsListBox);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(3, 155);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(432, 146);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Groups";
            // 
            // groupBox2
            // 
            this.tableLayoutPanel1.SetColumnSpan(this.groupBox2, 2);
            this.groupBox2.Controls.Add(this.secondLifeAboutRichTextBox);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox2.Location = new System.Drawing.Point(3, 307);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(432, 102);
            this.groupBox2.TabIndex = 5;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "About";
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.Controls.Add(this.groupBox4, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.groupBox3, 0, 1);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(222, 3);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 2;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(213, 146);
            this.tableLayoutPanel2.TabIndex = 6;
            // 
            // groupBox4
            // 
            this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox4.Controls.Add(this.secondLifeNameTextBox);
            this.groupBox4.Location = new System.Drawing.Point(3, 11);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(207, 50);
            this.groupBox4.TabIndex = 7;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Name";
            // 
            // secondLifeNameTextBox
            // 
            this.secondLifeNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.secondLifeNameTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.secondLifeNameTextBox.Location = new System.Drawing.Point(3, 16);
            this.secondLifeNameTextBox.Name = "secondLifeNameTextBox";
            this.secondLifeNameTextBox.ReadOnly = true;
            this.secondLifeNameTextBox.Size = new System.Drawing.Size(201, 13);
            this.secondLifeNameTextBox.TabIndex = 0;
            // 
            // groupBox3
            // 
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox3.Controls.Add(this.secondLifeBornTextBox);
            this.groupBox3.Location = new System.Drawing.Point(3, 84);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(207, 50);
            this.groupBox3.TabIndex = 6;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Born";
            // 
            // secondLifeBornTextBox
            // 
            this.secondLifeBornTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.secondLifeBornTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.secondLifeBornTextBox.Location = new System.Drawing.Point(3, 16);
            this.secondLifeBornTextBox.Name = "secondLifeBornTextBox";
            this.secondLifeBornTextBox.ReadOnly = true;
            this.secondLifeBornTextBox.Size = new System.Drawing.Size(201, 13);
            this.secondLifeBornTextBox.TabIndex = 0;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.tableLayoutPanel3);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(450, 448);
            this.tabPage3.TabIndex = 1;
            this.tabPage3.Text = "1st Life";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 2;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.Controls.Add(this.groupBox5, 0, 1);
            this.tableLayoutPanel3.Controls.Add(this.firstLifeProfilePictureBox, 0, 0);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 2;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(450, 448);
            this.tableLayoutPanel3.TabIndex = 2;
            // 
            // groupBox5
            // 
            this.tableLayoutPanel3.SetColumnSpan(this.groupBox5, 2);
            this.groupBox5.Controls.Add(this.firstLifeInfoRichTextBox);
            this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox5.Location = new System.Drawing.Point(3, 227);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(444, 218);
            this.groupBox5.TabIndex = 1;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Info";
            // 
            // firstLifeInfoRichTextBox
            // 
            this.firstLifeInfoRichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.firstLifeInfoRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.firstLifeInfoRichTextBox.Location = new System.Drawing.Point(3, 16);
            this.firstLifeInfoRichTextBox.Name = "firstLifeInfoRichTextBox";
            this.firstLifeInfoRichTextBox.ReadOnly = true;
            this.firstLifeInfoRichTextBox.Size = new System.Drawing.Size(438, 199);
            this.firstLifeInfoRichTextBox.TabIndex = 0;
            this.firstLifeInfoRichTextBox.Text = "";
            this.firstLifeInfoRichTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.FirstLifeInfoRichTextBox_LinkClicked);
            // 
            // firstLifeProfilePictureBox
            // 
            this.firstLifeProfilePictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.firstLifeProfilePictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.firstLifeProfilePictureBox.Image = global::Korero.Properties.Resources.creator;
            this.firstLifeProfilePictureBox.Location = new System.Drawing.Point(3, 3);
            this.firstLifeProfilePictureBox.Name = "firstLifeProfilePictureBox";
            this.firstLifeProfilePictureBox.Size = new System.Drawing.Size(219, 218);
            this.firstLifeProfilePictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.firstLifeProfilePictureBox.TabIndex = 0;
            this.firstLifeProfilePictureBox.TabStop = false;
            // 
            // menuStrip1
            // 
            this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolsToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(458, 24);
            this.menuStrip1.TabIndex = 4;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // toolsToolStripMenuItem
            // 
            this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.payToolStripMenuItem});
            this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
            this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
            this.toolsToolStripMenuItem.Text = "Tools";
            // 
            // payToolStripMenuItem
            // 
            this.payToolStripMenuItem.Image = global::Korero.Properties.Resources.salary;
            this.payToolStripMenuItem.Name = "payToolStripMenuItem";
            this.payToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.payToolStripMenuItem.Text = "Pay...";
            this.payToolStripMenuItem.Click += new System.EventHandler(this.PayToolStripMenuItem_Click);
            // 
            // tableLayoutPanel4
            // 
            this.tableLayoutPanel4.ColumnCount = 1;
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel4.Controls.Add(this.menuStrip1, 0, 0);
            this.tableLayoutPanel4.Controls.Add(this.tabControl1, 0, 1);
            this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
            this.tableLayoutPanel4.RowCount = 2;
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel4.Size = new System.Drawing.Size(458, 474);
            this.tableLayoutPanel4.TabIndex = 5;
            // 
            // AvatarProfileForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(458, 474);
            this.Controls.Add(this.tableLayoutPanel4);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.Name = "AvatarProfileForm";
            this.Text = "Korero: Avatar Profile";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AvatarProfileForm_FormClosing);
            this.Shown += new System.EventHandler(this.AvatarProfileForm_Shown);
            ((System.ComponentModel.ISupportInitialize)(this.secondLifeProfilePictureBox)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.tabPage3.ResumeLayout(false);
            this.tableLayoutPanel3.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.firstLifeProfilePictureBox)).EndInit();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.tableLayoutPanel4.ResumeLayout(false);
            this.tableLayoutPanel4.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.PictureBox secondLifeProfilePictureBox;
        private System.Windows.Forms.ListBox secondLifeGroupsListBox;
        private Korero.Utilities.Controls.ReadOnlyRichTextBox secondLifeAboutRichTextBox;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.TextBox secondLifeNameTextBox;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.TextBox secondLifeBornTextBox;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.PictureBox firstLifeProfilePictureBox;
        private System.Windows.Forms.GroupBox groupBox5;
        private Korero.Utilities.Controls.ReadOnlyRichTextBox firstLifeInfoRichTextBox;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem payToolStripMenuItem;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
    }
}

Generated by GNU Enscript 1.6.5.90.