corrade-vassal – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 vero 1 namespace groupmanager
2 {
3 partial class frmGroupInfo
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9  
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22  
23 #region Windows Form Designer generated code
24  
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.tabs = new System.Windows.Forms.TabControl();
32 this.tabGeneral = new System.Windows.Forms.TabPage();
33 this.labelInsigniaProgress = new System.Windows.Forms.Label();
34 this.grpPreferences = new System.Windows.Forms.GroupBox();
35 this.chkMature = new System.Windows.Forms.CheckBox();
36 this.numFee = new System.Windows.Forms.NumericUpDown();
37 this.chkGroupNotices = new System.Windows.Forms.CheckBox();
38 this.chkFee = new System.Windows.Forms.CheckBox();
39 this.chkOpenEnrollment = new System.Windows.Forms.CheckBox();
40 this.chkPublish = new System.Windows.Forms.CheckBox();
41 this.chkShow = new System.Windows.Forms.CheckBox();
42 this.lstMembers = new System.Windows.Forms.ListView();
43 this.colName = new System.Windows.Forms.ColumnHeader();
44 this.colTitle = new System.Windows.Forms.ColumnHeader();
45 this.colLasLogin = new System.Windows.Forms.ColumnHeader();
46 this.txtCharter = new System.Windows.Forms.TextBox();
47 this.lblFoundedBy = new System.Windows.Forms.Label();
48 this.lblGroupName = new System.Windows.Forms.Label();
49 this.picInsignia = new System.Windows.Forms.PictureBox();
50 this.tabMembersRoles = new System.Windows.Forms.TabPage();
51 this.tabsMRA = new System.Windows.Forms.TabControl();
52 this.tabMembers = new System.Windows.Forms.TabPage();
53 this.cmdEject = new System.Windows.Forms.Button();
54 this.lstMembers2 = new System.Windows.Forms.ListView();
55 this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
56 this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
57 this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
58 this.chkListRoles = new System.Windows.Forms.CheckedListBox();
59 this.treeAbilities = new System.Windows.Forms.TreeView();
60 this.label2 = new System.Windows.Forms.Label();
61 this.label1 = new System.Windows.Forms.Label();
62 this.tabRoles = new System.Windows.Forms.TabPage();
63 this.tabAbilities = new System.Windows.Forms.TabPage();
64 this.tabNotices = new System.Windows.Forms.TabPage();
65 this.textBox1 = new System.Windows.Forms.TextBox();
66 this.label3 = new System.Windows.Forms.Label();
67 this.cmdRefreshNotices = new System.Windows.Forms.Button();
68 this.lstNotices = new System.Windows.Forms.ListView();
69 this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
70 this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
71 this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
72 this.tabProposals = new System.Windows.Forms.TabPage();
73 this.tabLand = new System.Windows.Forms.TabPage();
74 this.tabsMoney = new System.Windows.Forms.TabControl();
75 this.tabPlanning = new System.Windows.Forms.TabPage();
76 this.txtPlanning = new System.Windows.Forms.TextBox();
77 this.tabDetails = new System.Windows.Forms.TabPage();
78 this.txtDetails = new System.Windows.Forms.TextBox();
79 this.tabSales = new System.Windows.Forms.TabPage();
80 this.txtSales = new System.Windows.Forms.TextBox();
81 this.txtContribution = new System.Windows.Forms.TextBox();
82 this.lblLandAvailable = new System.Windows.Forms.Label();
83 this.lblLandInUse = new System.Windows.Forms.Label();
84 this.lblTotalContribution = new System.Windows.Forms.Label();
85 this.label7 = new System.Windows.Forms.Label();
86 this.label6 = new System.Windows.Forms.Label();
87 this.label5 = new System.Windows.Forms.Label();
88 this.label4 = new System.Windows.Forms.Label();
89 this.lstLand = new System.Windows.Forms.ListView();
90 this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
91 this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
92 this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
93 this.cmdApply = new System.Windows.Forms.Button();
94 this.cmdCancel = new System.Windows.Forms.Button();
95 this.cmdOK = new System.Windows.Forms.Button();
96 this.cmdRefresh = new System.Windows.Forms.Button();
97 this.tabs.SuspendLayout();
98 this.tabGeneral.SuspendLayout();
99 this.grpPreferences.SuspendLayout();
100 ((System.ComponentModel.ISupportInitialize)(this.numFee)).BeginInit();
101 ((System.ComponentModel.ISupportInitialize)(this.picInsignia)).BeginInit();
102 this.tabMembersRoles.SuspendLayout();
103 this.tabsMRA.SuspendLayout();
104 this.tabMembers.SuspendLayout();
105 this.tabNotices.SuspendLayout();
106 this.tabLand.SuspendLayout();
107 this.tabsMoney.SuspendLayout();
108 this.tabPlanning.SuspendLayout();
109 this.tabDetails.SuspendLayout();
110 this.tabSales.SuspendLayout();
111 this.SuspendLayout();
112 //
113 // tabs
114 //
115 this.tabs.Controls.Add(this.tabGeneral);
116 this.tabs.Controls.Add(this.tabMembersRoles);
117 this.tabs.Controls.Add(this.tabNotices);
118 this.tabs.Controls.Add(this.tabProposals);
119 this.tabs.Controls.Add(this.tabLand);
120 this.tabs.Location = new System.Drawing.Point(6, 7);
121 this.tabs.Name = "tabs";
122 this.tabs.SelectedIndex = 0;
123 this.tabs.Size = new System.Drawing.Size(417, 507);
124 this.tabs.TabIndex = 9;
125 //
126 // tabGeneral
127 //
128 this.tabGeneral.Controls.Add(this.labelInsigniaProgress);
129 this.tabGeneral.Controls.Add(this.grpPreferences);
130 this.tabGeneral.Controls.Add(this.lstMembers);
131 this.tabGeneral.Controls.Add(this.txtCharter);
132 this.tabGeneral.Controls.Add(this.lblFoundedBy);
133 this.tabGeneral.Controls.Add(this.lblGroupName);
134 this.tabGeneral.Controls.Add(this.picInsignia);
135 this.tabGeneral.Location = new System.Drawing.Point(4, 22);
136 this.tabGeneral.Name = "tabGeneral";
137 this.tabGeneral.Padding = new System.Windows.Forms.Padding(3);
138 this.tabGeneral.Size = new System.Drawing.Size(409, 481);
139 this.tabGeneral.TabIndex = 0;
140 this.tabGeneral.Text = "General";
141 this.tabGeneral.UseVisualStyleBackColor = true;
142 //
143 // labelInsigniaProgress
144 //
145 this.labelInsigniaProgress.AutoSize = true;
146 this.labelInsigniaProgress.Location = new System.Drawing.Point(23, 149);
147 this.labelInsigniaProgress.Name = "labelInsigniaProgress";
148 this.labelInsigniaProgress.Size = new System.Drawing.Size(54, 13);
149 this.labelInsigniaProgress.TabIndex = 7;
150 this.labelInsigniaProgress.Text = "Loading...";
151 //
152 // grpPreferences
153 //
154 this.grpPreferences.Controls.Add(this.chkMature);
155 this.grpPreferences.Controls.Add(this.numFee);
156 this.grpPreferences.Controls.Add(this.chkGroupNotices);
157 this.grpPreferences.Controls.Add(this.chkFee);
158 this.grpPreferences.Controls.Add(this.chkOpenEnrollment);
159 this.grpPreferences.Controls.Add(this.chkPublish);
160 this.grpPreferences.Controls.Add(this.chkShow);
161 this.grpPreferences.Location = new System.Drawing.Point(10, 353);
162 this.grpPreferences.Name = "grpPreferences";
163 this.grpPreferences.Size = new System.Drawing.Size(393, 122);
164 this.grpPreferences.TabIndex = 14;
165 this.grpPreferences.TabStop = false;
166 this.grpPreferences.Text = "Group Preferences";
167 //
168 // chkMature
169 //
170 this.chkMature.AutoSize = true;
171 this.chkMature.Location = new System.Drawing.Point(162, 19);
172 this.chkMature.Name = "chkMature";
173 this.chkMature.Size = new System.Drawing.Size(95, 17);
174 this.chkMature.TabIndex = 6;
175 this.chkMature.Text = "Mature publish";
176 this.chkMature.UseVisualStyleBackColor = true;
177 //
178 // numFee
179 //
180 this.numFee.Location = new System.Drawing.Point(162, 87);
181 this.numFee.Name = "numFee";
182 this.numFee.Size = new System.Drawing.Size(82, 20);
183 this.numFee.TabIndex = 5;
184 //
185 // chkGroupNotices
186 //
187 this.chkGroupNotices.AutoSize = true;
188 this.chkGroupNotices.Location = new System.Drawing.Point(250, 87);
189 this.chkGroupNotices.Name = "chkGroupNotices";
190 this.chkGroupNotices.Size = new System.Drawing.Size(137, 17);
191 this.chkGroupNotices.TabIndex = 4;
192 this.chkGroupNotices.Text = "Receive Group Notices";
193 this.chkGroupNotices.UseVisualStyleBackColor = true;
194 //
195 // chkFee
196 //
197 this.chkFee.AutoSize = true;
198 this.chkFee.Location = new System.Drawing.Point(36, 88);
199 this.chkFee.Name = "chkFee";
200 this.chkFee.Size = new System.Drawing.Size(114, 17);
201 this.chkFee.TabIndex = 3;
202 this.chkFee.Text = "Enrollment Fee: L$";
203 this.chkFee.UseVisualStyleBackColor = true;
204 //
205 // chkOpenEnrollment
206 //
207 this.chkOpenEnrollment.AutoSize = true;
208 this.chkOpenEnrollment.Location = new System.Drawing.Point(16, 65);
209 this.chkOpenEnrollment.Name = "chkOpenEnrollment";
210 this.chkOpenEnrollment.Size = new System.Drawing.Size(104, 17);
211 this.chkOpenEnrollment.TabIndex = 2;
212 this.chkOpenEnrollment.Text = "Open Enrollment";
213 this.chkOpenEnrollment.UseVisualStyleBackColor = true;
214 //
215 // chkPublish
216 //
217 this.chkPublish.AutoSize = true;
218 this.chkPublish.Location = new System.Drawing.Point(16, 42);
219 this.chkPublish.Name = "chkPublish";
220 this.chkPublish.Size = new System.Drawing.Size(116, 17);
221 this.chkPublish.TabIndex = 1;
222 this.chkPublish.Text = "Publish on the web";
223 this.chkPublish.UseVisualStyleBackColor = true;
224 //
225 // chkShow
226 //
227 this.chkShow.AutoSize = true;
228 this.chkShow.Location = new System.Drawing.Point(16, 19);
229 this.chkShow.Name = "chkShow";
230 this.chkShow.Size = new System.Drawing.Size(116, 17);
231 this.chkShow.TabIndex = 0;
232 this.chkShow.Text = "Show In Group List";
233 this.chkShow.UseVisualStyleBackColor = true;
234 //
235 // lstMembers
236 //
237 this.lstMembers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
238 this.colName,
239 this.colTitle,
240 this.colLasLogin});
241 this.lstMembers.Location = new System.Drawing.Point(7, 221);
242 this.lstMembers.Name = "lstMembers";
243 this.lstMembers.Size = new System.Drawing.Size(396, 126);
244 this.lstMembers.TabIndex = 13;
245 this.lstMembers.UseCompatibleStateImageBehavior = false;
246 this.lstMembers.View = System.Windows.Forms.View.Details;
247 //
248 // colName
249 //
250 this.colName.Text = "Member Name";
251 this.colName.Width = 166;
252 //
253 // colTitle
254 //
255 this.colTitle.Text = "Title";
256 this.colTitle.Width = 127;
257 //
258 // colLasLogin
259 //
260 this.colLasLogin.Text = "Last Login";
261 this.colLasLogin.Width = 95;
262 //
263 // txtCharter
264 //
265 this.txtCharter.Location = new System.Drawing.Point(146, 42);
266 this.txtCharter.Multiline = true;
267 this.txtCharter.Name = "txtCharter";
268 this.txtCharter.Size = new System.Drawing.Size(257, 173);
269 this.txtCharter.TabIndex = 12;
270 //
271 // lblFoundedBy
272 //
273 this.lblFoundedBy.AutoSize = true;
274 this.lblFoundedBy.Location = new System.Drawing.Point(7, 26);
275 this.lblFoundedBy.Name = "lblFoundedBy";
276 this.lblFoundedBy.Size = new System.Drawing.Size(137, 13);
277 this.lblFoundedBy.TabIndex = 11;
278 this.lblFoundedBy.Text = "Founded by Group Founder";
279 //
280 // lblGroupName
281 //
282 this.lblGroupName.AutoSize = true;
283 this.lblGroupName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
284 this.lblGroupName.Location = new System.Drawing.Point(7, 6);
285 this.lblGroupName.Name = "lblGroupName";
286 this.lblGroupName.Size = new System.Drawing.Size(99, 17);
287 this.lblGroupName.TabIndex = 10;
288 this.lblGroupName.Text = "Group Name";
289 //
290 // picInsignia
291 //
292 this.picInsignia.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
293 this.picInsignia.Location = new System.Drawing.Point(10, 42);
294 this.picInsignia.Name = "picInsignia";
295 this.picInsignia.Size = new System.Drawing.Size(130, 130);
296 this.picInsignia.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
297 this.picInsignia.TabIndex = 9;
298 this.picInsignia.TabStop = false;
299 //
300 // tabMembersRoles
301 //
302 this.tabMembersRoles.Controls.Add(this.tabsMRA);
303 this.tabMembersRoles.Location = new System.Drawing.Point(4, 22);
304 this.tabMembersRoles.Name = "tabMembersRoles";
305 this.tabMembersRoles.Padding = new System.Windows.Forms.Padding(3);
306 this.tabMembersRoles.Size = new System.Drawing.Size(409, 481);
307 this.tabMembersRoles.TabIndex = 1;
308 this.tabMembersRoles.Text = "Members & Roles";
309 this.tabMembersRoles.UseVisualStyleBackColor = true;
310 //
311 // tabsMRA
312 //
313 this.tabsMRA.Controls.Add(this.tabMembers);
314 this.tabsMRA.Controls.Add(this.tabRoles);
315 this.tabsMRA.Controls.Add(this.tabAbilities);
316 this.tabsMRA.Location = new System.Drawing.Point(6, 6);
317 this.tabsMRA.Name = "tabsMRA";
318 this.tabsMRA.SelectedIndex = 0;
319 this.tabsMRA.Size = new System.Drawing.Size(400, 469);
320 this.tabsMRA.TabIndex = 0;
321 //
322 // tabMembers
323 //
324 this.tabMembers.Controls.Add(this.cmdEject);
325 this.tabMembers.Controls.Add(this.lstMembers2);
326 this.tabMembers.Controls.Add(this.chkListRoles);
327 this.tabMembers.Controls.Add(this.treeAbilities);
328 this.tabMembers.Controls.Add(this.label2);
329 this.tabMembers.Controls.Add(this.label1);
330 this.tabMembers.Location = new System.Drawing.Point(4, 22);
331 this.tabMembers.Name = "tabMembers";
332 this.tabMembers.Padding = new System.Windows.Forms.Padding(3);
333 this.tabMembers.Size = new System.Drawing.Size(392, 443);
334 this.tabMembers.TabIndex = 0;
335 this.tabMembers.Text = "Members";
336 this.tabMembers.UseVisualStyleBackColor = true;
337 //
338 // cmdEject
339 //
340 this.cmdEject.Location = new System.Drawing.Point(258, 152);
341 this.cmdEject.Name = "cmdEject";
342 this.cmdEject.Size = new System.Drawing.Size(128, 23);
343 this.cmdEject.TabIndex = 15;
344 this.cmdEject.Text = "Eject From Group";
345 this.cmdEject.UseVisualStyleBackColor = true;
346 //
347 // lstMembers2
348 //
349 this.lstMembers2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
350 this.columnHeader1,
351 this.columnHeader2,
352 this.columnHeader3});
353 this.lstMembers2.Location = new System.Drawing.Point(6, 6);
354 this.lstMembers2.Name = "lstMembers2";
355 this.lstMembers2.Size = new System.Drawing.Size(380, 140);
356 this.lstMembers2.TabIndex = 14;
357 this.lstMembers2.UseCompatibleStateImageBehavior = false;
358 this.lstMembers2.View = System.Windows.Forms.View.Details;
359 //
360 // columnHeader1
361 //
362 this.columnHeader1.Text = "Member Name";
363 this.columnHeader1.Width = 152;
364 //
365 // columnHeader2
366 //
367 this.columnHeader2.Text = "Donated Tier";
368 this.columnHeader2.Width = 119;
369 //
370 // columnHeader3
371 //
372 this.columnHeader3.Text = "Last Login";
373 this.columnHeader3.Width = 96;
374 //
375 // chkListRoles
376 //
377 this.chkListRoles.FormattingEnabled = true;
378 this.chkListRoles.Location = new System.Drawing.Point(6, 196);
379 this.chkListRoles.Name = "chkListRoles";
380 this.chkListRoles.Size = new System.Drawing.Size(147, 244);
381 this.chkListRoles.TabIndex = 8;
382 //
383 // treeAbilities
384 //
385 this.treeAbilities.Location = new System.Drawing.Point(159, 196);
386 this.treeAbilities.Name = "treeAbilities";
387 this.treeAbilities.Size = new System.Drawing.Size(227, 244);
388 this.treeAbilities.TabIndex = 7;
389 //
390 // label2
391 //
392 this.label2.AutoSize = true;
393 this.label2.Location = new System.Drawing.Point(156, 180);
394 this.label2.Name = "label2";
395 this.label2.Size = new System.Drawing.Size(82, 13);
396 this.label2.TabIndex = 6;
397 this.label2.Text = "Allowed Abilities";
398 //
399 // label1
400 //
401 this.label1.AutoSize = true;
402 this.label1.Location = new System.Drawing.Point(3, 180);
403 this.label1.Name = "label1";
404 this.label1.Size = new System.Drawing.Size(80, 13);
405 this.label1.TabIndex = 5;
406 this.label1.Text = "Assigned Roles";
407 //
408 // tabRoles
409 //
410 this.tabRoles.Location = new System.Drawing.Point(4, 22);
411 this.tabRoles.Name = "tabRoles";
412 this.tabRoles.Padding = new System.Windows.Forms.Padding(3);
413 this.tabRoles.Size = new System.Drawing.Size(392, 443);
414 this.tabRoles.TabIndex = 1;
415 this.tabRoles.Text = "Roles";
416 this.tabRoles.UseVisualStyleBackColor = true;
417 //
418 // tabAbilities
419 //
420 this.tabAbilities.Location = new System.Drawing.Point(4, 22);
421 this.tabAbilities.Name = "tabAbilities";
422 this.tabAbilities.Size = new System.Drawing.Size(392, 443);
423 this.tabAbilities.TabIndex = 2;
424 this.tabAbilities.Text = "Abilities";
425 this.tabAbilities.UseVisualStyleBackColor = true;
426 //
427 // tabNotices
428 //
429 this.tabNotices.Controls.Add(this.textBox1);
430 this.tabNotices.Controls.Add(this.label3);
431 this.tabNotices.Controls.Add(this.cmdRefreshNotices);
432 this.tabNotices.Controls.Add(this.lstNotices);
433 this.tabNotices.Location = new System.Drawing.Point(4, 22);
434 this.tabNotices.Name = "tabNotices";
435 this.tabNotices.Size = new System.Drawing.Size(409, 481);
436 this.tabNotices.TabIndex = 2;
437 this.tabNotices.Text = "Notices";
438 this.tabNotices.UseVisualStyleBackColor = true;
439 //
440 // textBox1
441 //
442 this.textBox1.Location = new System.Drawing.Point(3, 239);
443 this.textBox1.Multiline = true;
444 this.textBox1.Name = "textBox1";
445 this.textBox1.Size = new System.Drawing.Size(403, 239);
446 this.textBox1.TabIndex = 18;
447 //
448 // label3
449 //
450 this.label3.AutoSize = true;
451 this.label3.Location = new System.Drawing.Point(3, 223);
452 this.label3.Name = "label3";
453 this.label3.Size = new System.Drawing.Size(83, 13);
454 this.label3.TabIndex = 17;
455 this.label3.Text = "Archived Notice";
456 //
457 // cmdRefreshNotices
458 //
459 this.cmdRefreshNotices.Location = new System.Drawing.Point(289, 194);
460 this.cmdRefreshNotices.Name = "cmdRefreshNotices";
461 this.cmdRefreshNotices.Size = new System.Drawing.Size(117, 23);
462 this.cmdRefreshNotices.TabIndex = 16;
463 this.cmdRefreshNotices.Text = "Refresh List";
464 this.cmdRefreshNotices.UseVisualStyleBackColor = true;
465 //
466 // lstNotices
467 //
468 this.lstNotices.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
469 this.columnHeader4,
470 this.columnHeader5,
471 this.columnHeader6});
472 this.lstNotices.Location = new System.Drawing.Point(3, 8);
473 this.lstNotices.Name = "lstNotices";
474 this.lstNotices.Size = new System.Drawing.Size(403, 180);
475 this.lstNotices.TabIndex = 15;
476 this.lstNotices.UseCompatibleStateImageBehavior = false;
477 this.lstNotices.View = System.Windows.Forms.View.Details;
478 //
479 // columnHeader4
480 //
481 this.columnHeader4.Text = "Subject";
482 this.columnHeader4.Width = 184;
483 //
484 // columnHeader5
485 //
486 this.columnHeader5.Text = "From";
487 this.columnHeader5.Width = 125;
488 //
489 // columnHeader6
490 //
491 this.columnHeader6.Text = "Date";
492 this.columnHeader6.Width = 87;
493 //
494 // tabProposals
495 //
496 this.tabProposals.Location = new System.Drawing.Point(4, 22);
497 this.tabProposals.Name = "tabProposals";
498 this.tabProposals.Size = new System.Drawing.Size(409, 481);
499 this.tabProposals.TabIndex = 3;
500 this.tabProposals.Text = "Proposals";
501 this.tabProposals.UseVisualStyleBackColor = true;
502 //
503 // tabLand
504 //
505 this.tabLand.Controls.Add(this.tabsMoney);
506 this.tabLand.Controls.Add(this.txtContribution);
507 this.tabLand.Controls.Add(this.lblLandAvailable);
508 this.tabLand.Controls.Add(this.lblLandInUse);
509 this.tabLand.Controls.Add(this.lblTotalContribution);
510 this.tabLand.Controls.Add(this.label7);
511 this.tabLand.Controls.Add(this.label6);
512 this.tabLand.Controls.Add(this.label5);
513 this.tabLand.Controls.Add(this.label4);
514 this.tabLand.Controls.Add(this.lstLand);
515 this.tabLand.Location = new System.Drawing.Point(4, 22);
516 this.tabLand.Name = "tabLand";
517 this.tabLand.Size = new System.Drawing.Size(409, 481);
518 this.tabLand.TabIndex = 4;
519 this.tabLand.Text = "Land & L$";
520 this.tabLand.UseVisualStyleBackColor = true;
521 //
522 // tabsMoney
523 //
524 this.tabsMoney.Controls.Add(this.tabPlanning);
525 this.tabsMoney.Controls.Add(this.tabDetails);
526 this.tabsMoney.Controls.Add(this.tabSales);
527 this.tabsMoney.Location = new System.Drawing.Point(3, 278);
528 this.tabsMoney.Name = "tabsMoney";
529 this.tabsMoney.SelectedIndex = 0;
530 this.tabsMoney.Size = new System.Drawing.Size(406, 200);
531 this.tabsMoney.TabIndex = 24;
532 //
533 // tabPlanning
534 //
535 this.tabPlanning.Controls.Add(this.txtPlanning);
536 this.tabPlanning.Location = new System.Drawing.Point(4, 22);
537 this.tabPlanning.Name = "tabPlanning";
538 this.tabPlanning.Padding = new System.Windows.Forms.Padding(3);
539 this.tabPlanning.Size = new System.Drawing.Size(398, 174);
540 this.tabPlanning.TabIndex = 0;
541 this.tabPlanning.Text = "Planning";
542 this.tabPlanning.UseVisualStyleBackColor = true;
543 //
544 // txtPlanning
545 //
546 this.txtPlanning.Location = new System.Drawing.Point(6, 5);
547 this.txtPlanning.Multiline = true;
548 this.txtPlanning.Name = "txtPlanning";
549 this.txtPlanning.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
550 this.txtPlanning.Size = new System.Drawing.Size(386, 163);
551 this.txtPlanning.TabIndex = 13;
552 //
553 // tabDetails
554 //
555 this.tabDetails.Controls.Add(this.txtDetails);
556 this.tabDetails.Location = new System.Drawing.Point(4, 22);
557 this.tabDetails.Name = "tabDetails";
558 this.tabDetails.Padding = new System.Windows.Forms.Padding(3);
559 this.tabDetails.Size = new System.Drawing.Size(398, 174);
560 this.tabDetails.TabIndex = 1;
561 this.tabDetails.Text = "Details";
562 this.tabDetails.UseVisualStyleBackColor = true;
563 //
564 // txtDetails
565 //
566 this.txtDetails.Location = new System.Drawing.Point(6, 6);
567 this.txtDetails.Multiline = true;
568 this.txtDetails.Name = "txtDetails";
569 this.txtDetails.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
570 this.txtDetails.Size = new System.Drawing.Size(386, 163);
571 this.txtDetails.TabIndex = 14;
572 //
573 // tabSales
574 //
575 this.tabSales.Controls.Add(this.txtSales);
576 this.tabSales.Location = new System.Drawing.Point(4, 22);
577 this.tabSales.Name = "tabSales";
578 this.tabSales.Size = new System.Drawing.Size(398, 174);
579 this.tabSales.TabIndex = 2;
580 this.tabSales.Text = "Sales";
581 this.tabSales.UseVisualStyleBackColor = true;
582 //
583 // txtSales
584 //
585 this.txtSales.Location = new System.Drawing.Point(6, 6);
586 this.txtSales.Multiline = true;
587 this.txtSales.Name = "txtSales";
588 this.txtSales.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
589 this.txtSales.Size = new System.Drawing.Size(386, 163);
590 this.txtSales.TabIndex = 14;
591 //
592 // txtContribution
593 //
594 this.txtContribution.Location = new System.Drawing.Point(157, 237);
595 this.txtContribution.Name = "txtContribution";
596 this.txtContribution.Size = new System.Drawing.Size(94, 20);
597 this.txtContribution.TabIndex = 23;
598 //
599 // lblLandAvailable
600 //
601 this.lblLandAvailable.AutoSize = true;
602 this.lblLandAvailable.Location = new System.Drawing.Point(154, 221);
603 this.lblLandAvailable.Name = "lblLandAvailable";
604 this.lblLandAvailable.Size = new System.Drawing.Size(13, 13);
605 this.lblLandAvailable.TabIndex = 22;
606 this.lblLandAvailable.Text = "0";
607 //
608 // lblLandInUse
609 //
610 this.lblLandInUse.AutoSize = true;
611 this.lblLandInUse.Location = new System.Drawing.Point(154, 199);
612 this.lblLandInUse.Name = "lblLandInUse";
613 this.lblLandInUse.Size = new System.Drawing.Size(13, 13);
614 this.lblLandInUse.TabIndex = 21;
615 this.lblLandInUse.Text = "0";
616 //
617 // lblTotalContribution
618 //
619 this.lblTotalContribution.AutoSize = true;
620 this.lblTotalContribution.Location = new System.Drawing.Point(154, 176);
621 this.lblTotalContribution.Name = "lblTotalContribution";
622 this.lblTotalContribution.Size = new System.Drawing.Size(13, 13);
623 this.lblTotalContribution.TabIndex = 20;
624 this.lblTotalContribution.Text = "0";
625 //
626 // label7
627 //
628 this.label7.AutoSize = true;
629 this.label7.Location = new System.Drawing.Point(57, 244);
630 this.label7.Name = "label7";
631 this.label7.Size = new System.Drawing.Size(91, 13);
632 this.label7.TabIndex = 19;
633 this.label7.Text = "Your Contribution:";
634 this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
635 //
636 // label6
637 //
638 this.label6.AutoSize = true;
639 this.label6.Location = new System.Drawing.Point(68, 221);
640 this.label6.Name = "label6";
641 this.label6.Size = new System.Drawing.Size(80, 13);
642 this.label6.TabIndex = 18;
643 this.label6.Text = "Land Available:";
644 this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
645 //
646 // label5
647 //
648 this.label5.AutoSize = true;
649 this.label5.Location = new System.Drawing.Point(53, 199);
650 this.label5.Name = "label5";
651 this.label5.Size = new System.Drawing.Size(95, 13);
652 this.label5.TabIndex = 17;
653 this.label5.Text = "Total Land In Use:";
654 this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
655 //
656 // label4
657 //
658 this.label4.AutoSize = true;
659 this.label4.Location = new System.Drawing.Point(55, 176);
660 this.label4.Name = "label4";
661 this.label4.Size = new System.Drawing.Size(93, 13);
662 this.label4.TabIndex = 16;
663 this.label4.Text = "Total Contribution:";
664 this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
665 //
666 // lstLand
667 //
668 this.lstLand.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
669 this.columnHeader7,
670 this.columnHeader8,
671 this.columnHeader9});
672 this.lstLand.Location = new System.Drawing.Point(3, 3);
673 this.lstLand.Name = "lstLand";
674 this.lstLand.Size = new System.Drawing.Size(403, 140);
675 this.lstLand.TabIndex = 15;
676 this.lstLand.UseCompatibleStateImageBehavior = false;
677 this.lstLand.View = System.Windows.Forms.View.Details;
678 //
679 // columnHeader7
680 //
681 this.columnHeader7.Text = "Parcel Name";
682 this.columnHeader7.Width = 180;
683 //
684 // columnHeader8
685 //
686 this.columnHeader8.Text = "Region";
687 this.columnHeader8.Width = 119;
688 //
689 // columnHeader9
690 //
691 this.columnHeader9.Text = "Area";
692 this.columnHeader9.Width = 93;
693 //
694 // cmdApply
695 //
696 this.cmdApply.Location = new System.Drawing.Point(348, 520);
697 this.cmdApply.Name = "cmdApply";
698 this.cmdApply.Size = new System.Drawing.Size(75, 23);
699 this.cmdApply.TabIndex = 10;
700 this.cmdApply.Text = "Apply";
701 this.cmdApply.UseVisualStyleBackColor = true;
702 //
703 // cmdCancel
704 //
705 this.cmdCancel.Location = new System.Drawing.Point(267, 520);
706 this.cmdCancel.Name = "cmdCancel";
707 this.cmdCancel.Size = new System.Drawing.Size(75, 23);
708 this.cmdCancel.TabIndex = 11;
709 this.cmdCancel.Text = "Cancel";
710 this.cmdCancel.UseVisualStyleBackColor = true;
711 //
712 // cmdOK
713 //
714 this.cmdOK.Location = new System.Drawing.Point(186, 520);
715 this.cmdOK.Name = "cmdOK";
716 this.cmdOK.Size = new System.Drawing.Size(75, 23);
717 this.cmdOK.TabIndex = 12;
718 this.cmdOK.Text = "OK";
719 this.cmdOK.UseVisualStyleBackColor = true;
720 //
721 // cmdRefresh
722 //
723 this.cmdRefresh.Location = new System.Drawing.Point(6, 520);
724 this.cmdRefresh.Name = "cmdRefresh";
725 this.cmdRefresh.Size = new System.Drawing.Size(121, 23);
726 this.cmdRefresh.TabIndex = 13;
727 this.cmdRefresh.Text = "Refresh from server";
728 this.cmdRefresh.UseVisualStyleBackColor = true;
729 //
730 // frmGroupInfo
731 //
732 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
733 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
734 this.ClientSize = new System.Drawing.Size(431, 548);
735 this.Controls.Add(this.cmdRefresh);
736 this.Controls.Add(this.cmdOK);
737 this.Controls.Add(this.cmdCancel);
738 this.Controls.Add(this.cmdApply);
739 this.Controls.Add(this.tabs);
740 this.MaximizeBox = false;
741 this.Name = "frmGroupInfo";
742 this.ShowInTaskbar = false;
743 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
744 this.Text = "Group Information";
745 this.tabs.ResumeLayout(false);
746 this.tabGeneral.ResumeLayout(false);
747 this.tabGeneral.PerformLayout();
748 this.grpPreferences.ResumeLayout(false);
749 this.grpPreferences.PerformLayout();
750 ((System.ComponentModel.ISupportInitialize)(this.numFee)).EndInit();
751 ((System.ComponentModel.ISupportInitialize)(this.picInsignia)).EndInit();
752 this.tabMembersRoles.ResumeLayout(false);
753 this.tabsMRA.ResumeLayout(false);
754 this.tabMembers.ResumeLayout(false);
755 this.tabMembers.PerformLayout();
756 this.tabNotices.ResumeLayout(false);
757 this.tabNotices.PerformLayout();
758 this.tabLand.ResumeLayout(false);
759 this.tabLand.PerformLayout();
760 this.tabsMoney.ResumeLayout(false);
761 this.tabPlanning.ResumeLayout(false);
762 this.tabPlanning.PerformLayout();
763 this.tabDetails.ResumeLayout(false);
764 this.tabDetails.PerformLayout();
765 this.tabSales.ResumeLayout(false);
766 this.tabSales.PerformLayout();
767 this.ResumeLayout(false);
768  
769 }
770  
771 #endregion
772  
773 private System.Windows.Forms.TabControl tabs;
774 private System.Windows.Forms.TabPage tabGeneral;
775 private System.Windows.Forms.GroupBox grpPreferences;
776 private System.Windows.Forms.CheckBox chkMature;
777 private System.Windows.Forms.NumericUpDown numFee;
778 private System.Windows.Forms.CheckBox chkGroupNotices;
779 private System.Windows.Forms.CheckBox chkFee;
780 private System.Windows.Forms.CheckBox chkOpenEnrollment;
781 private System.Windows.Forms.CheckBox chkPublish;
782 private System.Windows.Forms.CheckBox chkShow;
783 private System.Windows.Forms.ListView lstMembers;
784 private System.Windows.Forms.ColumnHeader colName;
785 private System.Windows.Forms.ColumnHeader colTitle;
786 private System.Windows.Forms.ColumnHeader colLasLogin;
787 private System.Windows.Forms.TextBox txtCharter;
788 private System.Windows.Forms.Label lblFoundedBy;
789 private System.Windows.Forms.Label lblGroupName;
790 private System.Windows.Forms.PictureBox picInsignia;
791 private System.Windows.Forms.TabPage tabMembersRoles;
792 private System.Windows.Forms.TabPage tabNotices;
793 private System.Windows.Forms.TabPage tabProposals;
794 private System.Windows.Forms.TabPage tabLand;
795 private System.Windows.Forms.Button cmdApply;
796 private System.Windows.Forms.Button cmdCancel;
797 private System.Windows.Forms.Button cmdOK;
798 private System.Windows.Forms.Button cmdRefresh;
799 private System.Windows.Forms.TabControl tabsMRA;
800 private System.Windows.Forms.TabPage tabMembers;
801 private System.Windows.Forms.TabPage tabRoles;
802 private System.Windows.Forms.TabPage tabAbilities;
803 private System.Windows.Forms.ListView lstMembers2;
804 private System.Windows.Forms.ColumnHeader columnHeader1;
805 private System.Windows.Forms.ColumnHeader columnHeader2;
806 private System.Windows.Forms.ColumnHeader columnHeader3;
807 private System.Windows.Forms.CheckedListBox chkListRoles;
808 private System.Windows.Forms.TreeView treeAbilities;
809 private System.Windows.Forms.Label label2;
810 private System.Windows.Forms.Label label1;
811 private System.Windows.Forms.Button cmdEject;
812 private System.Windows.Forms.TextBox textBox1;
813 private System.Windows.Forms.Label label3;
814 private System.Windows.Forms.Button cmdRefreshNotices;
815 private System.Windows.Forms.ListView lstNotices;
816 private System.Windows.Forms.ColumnHeader columnHeader4;
817 private System.Windows.Forms.ColumnHeader columnHeader5;
818 private System.Windows.Forms.ColumnHeader columnHeader6;
819 private System.Windows.Forms.ListView lstLand;
820 private System.Windows.Forms.ColumnHeader columnHeader7;
821 private System.Windows.Forms.ColumnHeader columnHeader8;
822 private System.Windows.Forms.ColumnHeader columnHeader9;
823 private System.Windows.Forms.Label label5;
824 private System.Windows.Forms.Label label4;
825 private System.Windows.Forms.TabControl tabsMoney;
826 private System.Windows.Forms.TabPage tabPlanning;
827 private System.Windows.Forms.TabPage tabDetails;
828 private System.Windows.Forms.TextBox txtContribution;
829 private System.Windows.Forms.Label lblLandAvailable;
830 private System.Windows.Forms.Label lblLandInUse;
831 private System.Windows.Forms.Label lblTotalContribution;
832 private System.Windows.Forms.Label label7;
833 private System.Windows.Forms.Label label6;
834 private System.Windows.Forms.TextBox txtPlanning;
835 private System.Windows.Forms.TextBox txtDetails;
836 private System.Windows.Forms.TabPage tabSales;
837 private System.Windows.Forms.TextBox txtSales;
838 private System.Windows.Forms.Label labelInsigniaProgress;
839  
840 }
841 }