Korero – Rev 1

Subversion Repositories:
Rev:

namespace Korero.Friendship
{
    partial class FriendshipForm
    {
        /// <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(FriendshipForm));
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.FullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CanSeeMeOnline = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.CanSeeMeOnMap = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.CanModifyMyObjects = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.CanSeeThemOnMap = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.CanModifyTheirObjects = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.chatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AllowUserToResizeRows = false;
            this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.FullName,
            this.CanSeeMeOnline,
            this.CanSeeMeOnMap,
            this.CanModifyMyObjects,
            this.CanSeeThemOnMap,
            this.CanModifyTheirObjects});
            this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView1.Location = new System.Drawing.Point(0, 0);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView1.Size = new System.Drawing.Size(655, 387);
            this.dataGridView1.TabIndex = 0;
            this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentClick);
            // 
            // FullName
            // 
            this.FullName.HeaderText = "Name";
            this.FullName.Name = "FullName";
            this.FullName.ReadOnly = true;
            // 
            // CanSeeMeOnline
            // 
            this.CanSeeMeOnline.HeaderText = "Online";
            this.CanSeeMeOnline.Name = "CanSeeMeOnline";
            this.CanSeeMeOnline.ReadOnly = true;
            this.CanSeeMeOnline.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.CanSeeMeOnline.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // CanSeeMeOnMap
            // 
            this.CanSeeMeOnMap.HeaderText = "Map";
            this.CanSeeMeOnMap.Name = "CanSeeMeOnMap";
            this.CanSeeMeOnMap.ReadOnly = true;
            this.CanSeeMeOnMap.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.CanSeeMeOnMap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // CanModifyMyObjects
            // 
            this.CanModifyMyObjects.HeaderText = "Objects";
            this.CanModifyMyObjects.Name = "CanModifyMyObjects";
            this.CanModifyMyObjects.ReadOnly = true;
            this.CanModifyMyObjects.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.CanModifyMyObjects.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // CanSeeThemOnMap
            // 
            this.CanSeeThemOnMap.HeaderText = "Map (Them)";
            this.CanSeeThemOnMap.Name = "CanSeeThemOnMap";
            this.CanSeeThemOnMap.ReadOnly = true;
            this.CanSeeThemOnMap.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.CanSeeThemOnMap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // CanModifyTheirObjects
            // 
            this.CanModifyTheirObjects.HeaderText = "Objects (Them)";
            this.CanModifyTheirObjects.Name = "CanModifyTheirObjects";
            this.CanModifyTheirObjects.ReadOnly = true;
            this.CanModifyTheirObjects.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.CanModifyTheirObjects.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.chatToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(109, 26);
            // 
            // chatToolStripMenuItem
            // 
            this.chatToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("chatToolStripMenuItem.Image")));
            this.chatToolStripMenuItem.Name = "chatToolStripMenuItem";
            this.chatToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
            this.chatToolStripMenuItem.Text = "Chat...";
            this.chatToolStripMenuItem.Click += new System.EventHandler(this.ChatToolStripMenuItem_Click);
            // 
            // FriendshipForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(655, 387);
            this.Controls.Add(this.dataGridView1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FriendshipForm";
            this.Text = "Korero: Friendship";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FriendshipForm_FormClosing);
            this.Shown += new System.EventHandler(this.FriendshipForm_Shown);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem chatToolStripMenuItem;
        private System.Windows.Forms.DataGridViewTextBoxColumn FullName;
        private System.Windows.Forms.DataGridViewCheckBoxColumn CanSeeMeOnline;
        private System.Windows.Forms.DataGridViewCheckBoxColumn CanSeeMeOnMap;
        private System.Windows.Forms.DataGridViewCheckBoxColumn CanModifyMyObjects;
        private System.Windows.Forms.DataGridViewCheckBoxColumn CanSeeThemOnMap;
        private System.Windows.Forms.DataGridViewCheckBoxColumn CanModifyTheirObjects;
    }
}

Generated by GNU Enscript 1.6.5.90.