Korero – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
2 namespace Korero.Friendship
3 {
4 partial class FriendshipForm
5 {
6 /// <summary>
7 /// Required designer variable.
8 /// </summary>
9 private System.ComponentModel.IContainer components = null;
10  
11 #region Windows Form Designer generated code
12  
13 /// <summary>
14 /// Required method for Designer support - do not modify
15 /// the contents of this method with the code editor.
16 /// </summary>
17 private void InitializeComponent()
18 {
19 this.components = new System.ComponentModel.Container();
20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FriendshipForm));
21 this.dataGridView1 = new System.Windows.Forms.DataGridView();
22 this.FullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
23 this.CanSeeMeOnline = new System.Windows.Forms.DataGridViewCheckBoxColumn();
24 this.CanSeeMeOnMap = new System.Windows.Forms.DataGridViewCheckBoxColumn();
25 this.CanModifyMyObjects = new System.Windows.Forms.DataGridViewCheckBoxColumn();
26 this.CanSeeThemOnMap = new System.Windows.Forms.DataGridViewCheckBoxColumn();
27 this.CanModifyTheirObjects = new System.Windows.Forms.DataGridViewCheckBoxColumn();
28 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
29 this.chatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
30 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
31 this.contextMenuStrip1.SuspendLayout();
32 this.SuspendLayout();
33 //
34 // dataGridView1
35 //
36 this.dataGridView1.AllowUserToAddRows = false;
37 this.dataGridView1.AllowUserToDeleteRows = false;
38 this.dataGridView1.AllowUserToResizeRows = false;
39 this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
40 this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
41 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
42 this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
43 this.FullName,
44 this.CanSeeMeOnline,
45 this.CanSeeMeOnMap,
46 this.CanModifyMyObjects,
47 this.CanSeeThemOnMap,
48 this.CanModifyTheirObjects});
49 this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
50 this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
51 this.dataGridView1.Location = new System.Drawing.Point(0, 0);
52 this.dataGridView1.Name = "dataGridView1";
53 this.dataGridView1.ReadOnly = true;
54 this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
55 this.dataGridView1.Size = new System.Drawing.Size(655, 387);
56 this.dataGridView1.TabIndex = 0;
57 this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentClick);
58 //
59 // FullName
60 //
61 this.FullName.HeaderText = "Name";
62 this.FullName.Name = "FullName";
63 this.FullName.ReadOnly = true;
64 //
65 // CanSeeMeOnline
66 //
67 this.CanSeeMeOnline.HeaderText = "Online";
68 this.CanSeeMeOnline.Name = "CanSeeMeOnline";
69 this.CanSeeMeOnline.ReadOnly = true;
70 this.CanSeeMeOnline.Resizable = System.Windows.Forms.DataGridViewTriState.True;
71 this.CanSeeMeOnline.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
72 //
73 // CanSeeMeOnMap
74 //
75 this.CanSeeMeOnMap.HeaderText = "Map";
76 this.CanSeeMeOnMap.Name = "CanSeeMeOnMap";
77 this.CanSeeMeOnMap.ReadOnly = true;
78 this.CanSeeMeOnMap.Resizable = System.Windows.Forms.DataGridViewTriState.True;
79 this.CanSeeMeOnMap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
80 //
81 // CanModifyMyObjects
82 //
83 this.CanModifyMyObjects.HeaderText = "Objects";
84 this.CanModifyMyObjects.Name = "CanModifyMyObjects";
85 this.CanModifyMyObjects.ReadOnly = true;
86 this.CanModifyMyObjects.Resizable = System.Windows.Forms.DataGridViewTriState.True;
87 this.CanModifyMyObjects.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
88 //
89 // CanSeeThemOnMap
90 //
91 this.CanSeeThemOnMap.HeaderText = "Map (Them)";
92 this.CanSeeThemOnMap.Name = "CanSeeThemOnMap";
93 this.CanSeeThemOnMap.ReadOnly = true;
94 this.CanSeeThemOnMap.Resizable = System.Windows.Forms.DataGridViewTriState.True;
95 this.CanSeeThemOnMap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
96 //
97 // CanModifyTheirObjects
98 //
99 this.CanModifyTheirObjects.HeaderText = "Objects (Them)";
100 this.CanModifyTheirObjects.Name = "CanModifyTheirObjects";
101 this.CanModifyTheirObjects.ReadOnly = true;
102 this.CanModifyTheirObjects.Resizable = System.Windows.Forms.DataGridViewTriState.True;
103 this.CanModifyTheirObjects.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
104 //
105 // contextMenuStrip1
106 //
107 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
108 this.chatToolStripMenuItem});
109 this.contextMenuStrip1.Name = "contextMenuStrip1";
2 office 110 this.contextMenuStrip1.Size = new System.Drawing.Size(110, 26);
1 office 111 //
112 // chatToolStripMenuItem
113 //
114 this.chatToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("chatToolStripMenuItem.Image")));
115 this.chatToolStripMenuItem.Name = "chatToolStripMenuItem";
2 office 116 this.chatToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
1 office 117 this.chatToolStripMenuItem.Text = "Chat...";
118 this.chatToolStripMenuItem.Click += new System.EventHandler(this.ChatToolStripMenuItem_Click);
119 //
120 // FriendshipForm
121 //
122 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
123 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
124 this.ClientSize = new System.Drawing.Size(655, 387);
125 this.Controls.Add(this.dataGridView1);
126 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
127 this.Name = "FriendshipForm";
128 this.Text = "Korero: Friendship";
129 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FriendshipForm_FormClosing);
2 office 130 this.Load += new System.EventHandler(this.FriendshipForm_Load);
1 office 131 this.Shown += new System.EventHandler(this.FriendshipForm_Shown);
132 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
133 this.contextMenuStrip1.ResumeLayout(false);
134 this.ResumeLayout(false);
135  
136 }
137  
138 #endregion
139  
140 private System.Windows.Forms.DataGridView dataGridView1;
141 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
142 private System.Windows.Forms.ToolStripMenuItem chatToolStripMenuItem;
143 private System.Windows.Forms.DataGridViewTextBoxColumn FullName;
144 private System.Windows.Forms.DataGridViewCheckBoxColumn CanSeeMeOnline;
145 private System.Windows.Forms.DataGridViewCheckBoxColumn CanSeeMeOnMap;
146 private System.Windows.Forms.DataGridViewCheckBoxColumn CanModifyMyObjects;
147 private System.Windows.Forms.DataGridViewCheckBoxColumn CanSeeThemOnMap;
148 private System.Windows.Forms.DataGridViewCheckBoxColumn CanModifyTheirObjects;
149 }
150 }