Korero – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
2 namespace Korero.Profile
3 {
4 partial class GroupProfileForm
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(GroupProfileForm));
21 this.tabControl1 = new System.Windows.Forms.TabControl();
22 this.tabPage1 = new System.Windows.Forms.TabPage();
23 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
24 this.groupBox2 = new System.Windows.Forms.GroupBox();
25 this.dataGridView1 = new System.Windows.Forms.DataGridView();
26 this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
27 this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
28 this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
29 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
30 this.profileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
31 this.chatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
32 this.pictureBox1 = new System.Windows.Forms.PictureBox();
33 this.groupBox1 = new System.Windows.Forms.GroupBox();
34 this.richTextBox1 = new Korero.Utilities.Controls.ReadOnlyRichTextBox();
35 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
36 this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37 this.payToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
39 this.tabControl1.SuspendLayout();
40 this.tabPage1.SuspendLayout();
41 this.tableLayoutPanel1.SuspendLayout();
42 this.groupBox2.SuspendLayout();
43 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
44 this.contextMenuStrip1.SuspendLayout();
45 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
46 this.groupBox1.SuspendLayout();
47 this.menuStrip1.SuspendLayout();
48 this.tableLayoutPanel2.SuspendLayout();
49 this.SuspendLayout();
50 //
51 // tabControl1
52 //
53 this.tabControl1.Controls.Add(this.tabPage1);
54 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
55 this.tabControl1.Location = new System.Drawing.Point(3, 27);
56 this.tabControl1.Name = "tabControl1";
57 this.tabControl1.SelectedIndex = 0;
58 this.tabControl1.Size = new System.Drawing.Size(452, 444);
59 this.tabControl1.TabIndex = 0;
60 //
61 // tabPage1
62 //
63 this.tabPage1.Controls.Add(this.tableLayoutPanel1);
64 this.tabPage1.Location = new System.Drawing.Point(4, 22);
65 this.tabPage1.Name = "tabPage1";
66 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
67 this.tabPage1.Size = new System.Drawing.Size(444, 418);
68 this.tabPage1.TabIndex = 0;
69 this.tabPage1.Text = "General";
70 this.tabPage1.UseVisualStyleBackColor = true;
71 //
72 // tableLayoutPanel1
73 //
74 this.tableLayoutPanel1.ColumnCount = 2;
75 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
76 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F));
77 this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 1);
78 this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
79 this.tableLayoutPanel1.Controls.Add(this.groupBox1, 1, 0);
80 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
81 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
82 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
83 this.tableLayoutPanel1.RowCount = 2;
84 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
85 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
86 this.tableLayoutPanel1.Size = new System.Drawing.Size(438, 412);
87 this.tableLayoutPanel1.TabIndex = 4;
88 //
89 // groupBox2
90 //
91 this.tableLayoutPanel1.SetColumnSpan(this.groupBox2, 2);
92 this.groupBox2.Controls.Add(this.dataGridView1);
93 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
94 this.groupBox2.Location = new System.Drawing.Point(3, 209);
95 this.groupBox2.Name = "groupBox2";
96 this.groupBox2.Size = new System.Drawing.Size(432, 200);
97 this.groupBox2.TabIndex = 3;
98 this.groupBox2.TabStop = false;
99 this.groupBox2.Text = "Rooster";
100 //
101 // dataGridView1
102 //
103 this.dataGridView1.AllowUserToAddRows = false;
104 this.dataGridView1.AllowUserToDeleteRows = false;
105 this.dataGridView1.AllowUserToResizeRows = false;
106 this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
107 this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
108 this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
109 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
110 this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
111 this.Column1,
112 this.Column2,
113 this.Column3});
114 this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
115 this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
116 this.dataGridView1.Location = new System.Drawing.Point(3, 16);
117 this.dataGridView1.Name = "dataGridView1";
118 this.dataGridView1.ReadOnly = true;
119 this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
120 this.dataGridView1.Size = new System.Drawing.Size(426, 181);
121 this.dataGridView1.TabIndex = 0;
122 //
123 // Column1
124 //
125 this.Column1.HeaderText = "Name";
126 this.Column1.Name = "Column1";
127 this.Column1.ReadOnly = true;
128 //
129 // Column2
130 //
131 this.Column2.HeaderText = "Title";
132 this.Column2.Name = "Column2";
133 this.Column2.ReadOnly = true;
134 //
135 // Column3
136 //
137 this.Column3.HeaderText = "Last Login";
138 this.Column3.Name = "Column3";
139 this.Column3.ReadOnly = true;
140 //
141 // contextMenuStrip1
142 //
143 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
144 this.profileToolStripMenuItem,
145 this.chatToolStripMenuItem});
146 this.contextMenuStrip1.Name = "contextMenuStrip1";
2 office 147 this.contextMenuStrip1.Size = new System.Drawing.Size(117, 48);
1 office 148 //
149 // profileToolStripMenuItem
150 //
151 this.profileToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("profileToolStripMenuItem.Image")));
152 this.profileToolStripMenuItem.Name = "profileToolStripMenuItem";
2 office 153 this.profileToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
1 office 154 this.profileToolStripMenuItem.Text = "Profile...";
155 this.profileToolStripMenuItem.Click += new System.EventHandler(this.ProfileToolStripMenuItem_Click);
156 //
157 // chatToolStripMenuItem
158 //
159 this.chatToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("chatToolStripMenuItem.Image")));
160 this.chatToolStripMenuItem.Name = "chatToolStripMenuItem";
2 office 161 this.chatToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
1 office 162 this.chatToolStripMenuItem.Text = "Chat...";
163 this.chatToolStripMenuItem.Click += new System.EventHandler(this.ChatToolStripMenuItem_Click);
164 //
165 // pictureBox1
166 //
167 this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
168 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
169 this.pictureBox1.Image = global::Korero.Properties.Resources.creator;
170 this.pictureBox1.Location = new System.Drawing.Point(3, 3);
171 this.pictureBox1.Name = "pictureBox1";
172 this.pictureBox1.Size = new System.Drawing.Size(169, 200);
173 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
174 this.pictureBox1.TabIndex = 0;
175 this.pictureBox1.TabStop = false;
176 //
177 // groupBox1
178 //
179 this.groupBox1.Controls.Add(this.richTextBox1);
180 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
181 this.groupBox1.Location = new System.Drawing.Point(178, 3);
182 this.groupBox1.Name = "groupBox1";
183 this.groupBox1.Size = new System.Drawing.Size(257, 200);
184 this.groupBox1.TabIndex = 2;
185 this.groupBox1.TabStop = false;
186 this.groupBox1.Text = "Charter";
187 //
188 // richTextBox1
189 //
190 this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
191 this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
192 this.richTextBox1.Location = new System.Drawing.Point(3, 16);
193 this.richTextBox1.Name = "richTextBox1";
194 this.richTextBox1.ReadOnly = true;
195 this.richTextBox1.Size = new System.Drawing.Size(251, 181);
196 this.richTextBox1.TabIndex = 0;
197 this.richTextBox1.Text = "";
198 this.richTextBox1.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.RichTextBox1_LinkClicked);
199 //
200 // menuStrip1
201 //
202 this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
203 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
204 this.toolsToolStripMenuItem});
205 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
206 this.menuStrip1.Name = "menuStrip1";
207 this.menuStrip1.Size = new System.Drawing.Size(458, 24);
208 this.menuStrip1.TabIndex = 1;
209 this.menuStrip1.Text = "menuStrip1";
210 //
211 // toolsToolStripMenuItem
212 //
213 this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
214 this.payToolStripMenuItem});
215 this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
2 office 216 this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
1 office 217 this.toolsToolStripMenuItem.Text = "Tools";
218 //
219 // payToolStripMenuItem
220 //
221 this.payToolStripMenuItem.Image = global::Korero.Properties.Resources.salary;
222 this.payToolStripMenuItem.Name = "payToolStripMenuItem";
2 office 223 this.payToolStripMenuItem.Size = new System.Drawing.Size(104, 22);
1 office 224 this.payToolStripMenuItem.Text = "Pay...";
225 this.payToolStripMenuItem.Click += new System.EventHandler(this.PayToolStripMenuItem_Click);
226 //
227 // tableLayoutPanel2
228 //
229 this.tableLayoutPanel2.ColumnCount = 1;
230 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
231 this.tableLayoutPanel2.Controls.Add(this.menuStrip1, 0, 0);
232 this.tableLayoutPanel2.Controls.Add(this.tabControl1, 0, 1);
233 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
234 this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
235 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
236 this.tableLayoutPanel2.RowCount = 2;
237 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
238 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
239 this.tableLayoutPanel2.Size = new System.Drawing.Size(458, 474);
240 this.tableLayoutPanel2.TabIndex = 2;
241 //
242 // GroupProfileForm
243 //
244 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
245 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
246 this.ClientSize = new System.Drawing.Size(458, 474);
247 this.Controls.Add(this.tableLayoutPanel2);
248 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
249 this.MainMenuStrip = this.menuStrip1;
250 this.MinimizeBox = false;
251 this.Name = "GroupProfileForm";
252 this.Text = "Korero: Group Profile";
253 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GroupProfileForm_FormClosing);
2 office 254 this.Load += new System.EventHandler(this.GroupProfileForm_Load);
1 office 255 this.Shown += new System.EventHandler(this.GroupProfileForm_Shown);
256 this.tabControl1.ResumeLayout(false);
257 this.tabPage1.ResumeLayout(false);
258 this.tableLayoutPanel1.ResumeLayout(false);
259 this.groupBox2.ResumeLayout(false);
260 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
261 this.contextMenuStrip1.ResumeLayout(false);
262 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
263 this.groupBox1.ResumeLayout(false);
264 this.menuStrip1.ResumeLayout(false);
265 this.menuStrip1.PerformLayout();
266 this.tableLayoutPanel2.ResumeLayout(false);
267 this.tableLayoutPanel2.PerformLayout();
268 this.ResumeLayout(false);
269  
270 }
271  
272 #endregion
273  
274 private System.Windows.Forms.TabControl tabControl1;
275 private System.Windows.Forms.TabPage tabPage1;
276 private System.Windows.Forms.PictureBox pictureBox1;
277 private System.Windows.Forms.GroupBox groupBox1;
278 private Korero.Utilities.Controls.ReadOnlyRichTextBox richTextBox1;
279 private System.Windows.Forms.GroupBox groupBox2;
280 private System.Windows.Forms.DataGridView dataGridView1;
281 private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
282 private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
283 private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
284 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
285 private System.Windows.Forms.ToolStripMenuItem profileToolStripMenuItem;
286 private System.Windows.Forms.ToolStripMenuItem chatToolStripMenuItem;
287 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
288 private System.Windows.Forms.MenuStrip menuStrip1;
289 private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
290 private System.Windows.Forms.ToolStripMenuItem payToolStripMenuItem;
291 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
292 }
293 }