OSDN Git Service

Remove redundant refresh button RAD-471
[radegast/radegast.git] / Radegast / GUI / Consoles / GroupDetails.Designer.cs
1 // 
2 // Radegast Metaverse Client
3 // Copyright (c) 2009-2014, Radegast Development Team
4 // All rights reserved.
5 // 
6 // Redistribution and use in source and binary forms, with or without
7 // modification, are permitted provided that the following conditions are met:
8 // 
9 //     * Redistributions of source code must retain the above copyright notice,
10 //       this list of conditions and the following disclaimer.
11 //     * Redistributions in binary form must reproduce the above copyright
12 //       notice, this list of conditions and the following disclaimer in the
13 //       documentation and/or other materials provided with the distribution.
14 //     * Neither the name of the application "Radegast", nor the names of its
15 //       contributors may be used to endorse or promote products derived from
16 //       this software without specific prior written permission.
17 // 
18 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21 // DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
22 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 //
29 // $Id$
30 //
31 namespace Radegast
32 {
33     partial class GroupDetails
34     {
35         /// <summary> 
36         /// Required designer variable.
37         /// </summary>
38         private System.ComponentModel.IContainer components = null;
39
40         /// <summary> 
41         /// Clean up any resources being used.
42         /// </summary>
43         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
44         protected override void Dispose(bool disposing)
45         {
46             if (disposing && (components != null))
47             {
48                 components.Dispose();
49             }
50             base.Dispose(disposing);
51         }
52
53         #region Component Designer generated code
54
55         /// <summary> 
56         /// Required method for Designer support - do not modify 
57         /// the contents of this method with the code editor.
58         /// </summary>
59         private void InitializeComponent()
60         {
61             this.components = new System.ComponentModel.Container();
62             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GroupDetails));
63             this.tcGroupDetails = new System.Windows.Forms.TabControl();
64             this.tpGeneral = new System.Windows.Forms.TabPage();
65             this.txtGroupID = new System.Windows.Forms.TextBox();
66             this.btnJoin = new System.Windows.Forms.Button();
67             this.lvwGeneralMembers = new Radegast.ListViewNoFlicker();
68             this.chGenMemberName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
69             this.chGenTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
70             this.chGenLastOn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
71             this.memberListContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
72             this.memberListContextMenuSave = new System.Windows.Forms.ToolStripMenuItem();
73             this.lblOwners = new System.Windows.Forms.Label();
74             this.tbxCharter = new System.Windows.Forms.TextBox();
75             this.lblCharter = new System.Windows.Forms.Label();
76             this.gbPreferences = new System.Windows.Forms.GroupBox();
77             this.cbxListInProfile = new System.Windows.Forms.CheckBox();
78             this.cbxReceiveNotices = new System.Windows.Forms.CheckBox();
79             this.cbxActiveTitle = new System.Windows.Forms.ComboBox();
80             this.lblActiveTitle = new System.Windows.Forms.Label();
81             this.nudEnrollmentFee = new System.Windows.Forms.NumericUpDown();
82             this.cbxMaturity = new System.Windows.Forms.ComboBox();
83             this.cbxEnrollmentFee = new System.Windows.Forms.CheckBox();
84             this.cbxOpenEnrollment = new System.Windows.Forms.CheckBox();
85             this.cbxShowInSearch = new System.Windows.Forms.CheckBox();
86             this.lblInsignia = new System.Windows.Forms.Label();
87             this.pnlInsignia = new System.Windows.Forms.Panel();
88             this.lblFounded = new System.Windows.Forms.Label();
89             this.lblGroupName = new System.Windows.Forms.Label();
90             this.tpMembersRoles = new System.Windows.Forms.TabPage();
91             this.tcMembersRoles = new System.Windows.Forms.TabControl();
92             this.tpMembers = new System.Windows.Forms.TabPage();
93             this.panel1 = new System.Windows.Forms.Panel();
94             this.lvwAllowedAbilities = new Radegast.ListViewNoFlicker();
95             this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
96             this.lvwAssignedRoles = new Radegast.ListViewNoFlicker();
97             this.chHasRole = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
98             this.chRoleName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
99             this.btnInviteNewMember = new System.Windows.Forms.Button();
100             this.btnBanMember = new System.Windows.Forms.Button();
101             this.btnEjectMember = new System.Windows.Forms.Button();
102             this.label3 = new System.Windows.Forms.Label();
103             this.lblAssignedRoles = new System.Windows.Forms.Label();
104             this.lvwMemberDetails = new Radegast.ListViewNoFlicker();
105             this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
106             this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
107             this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
108             this.tpRoles = new System.Windows.Forms.TabPage();
109             this.pnlRoleDetaiils = new System.Windows.Forms.Panel();
110             this.btnSaveRole = new System.Windows.Forms.Button();
111             this.lvwRoleAbilitis = new Radegast.ListViewNoFlicker();
112             this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
113             this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
114             this.lvwAssignedMembers = new Radegast.ListViewNoFlicker();
115             this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
116             this.btnDeleteRole = new System.Windows.Forms.Button();
117             this.btnCreateNewRole = new System.Windows.Forms.Button();
118             this.label8 = new System.Windows.Forms.Label();
119             this.label7 = new System.Windows.Forms.Label();
120             this.label5 = new System.Windows.Forms.Label();
121             this.label6 = new System.Windows.Forms.Label();
122             this.label4 = new System.Windows.Forms.Label();
123             this.txtRoleTitle = new System.Windows.Forms.TextBox();
124             this.txtRoleDescription = new System.Windows.Forms.TextBox();
125             this.txtRoleName = new System.Windows.Forms.TextBox();
126             this.lvwRoles = new Radegast.ListViewNoFlicker();
127             this.chRoleListName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
128             this.chRoleTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
129             this.cbRoleID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
130             this.rolesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
131             this.copyRoleIDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
132             this.label2 = new System.Windows.Forms.Label();
133             this.tpNotices = new System.Windows.Forms.TabPage();
134             this.btnNewNotice = new System.Windows.Forms.Button();
135             this.lblGroupNoticesArchive = new System.Windows.Forms.Label();
136             this.lvwNoticeArchive = new Radegast.ListViewNoFlicker();
137             this.ntcArchAttachment = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
138             this.ntcArchSubject = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
139             this.ntcArchFrom = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
140             this.ntcArchDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
141             this.pnlNewNotice = new System.Windows.Forms.Panel();
142             this.pnlNoticeAttachment = new System.Windows.Forms.GroupBox();
143             this.btnPasteInv = new System.Windows.Forms.Button();
144             this.btnRemoveAttachment = new System.Windows.Forms.Button();
145             this.icnNewNoticeAtt = new System.Windows.Forms.PictureBox();
146             this.txtNewNoteAtt = new System.Windows.Forms.TextBox();
147             this.txtNewNoticeTitle = new System.Windows.Forms.TextBox();
148             this.btnSend = new System.Windows.Forms.Button();
149             this.txtNewNoticeBody = new System.Windows.Forms.TextBox();
150             this.label10 = new System.Windows.Forms.Label();
151             this.label11 = new System.Windows.Forms.Label();
152             this.pnlArchivedNotice = new System.Windows.Forms.Panel();
153             this.txtItemName = new System.Windows.Forms.TextBox();
154             this.icnItem = new System.Windows.Forms.PictureBox();
155             this.btnSave = new System.Windows.Forms.Button();
156             this.txtNotice = new System.Windows.Forms.TextBox();
157             this.lblTitle = new System.Windows.Forms.Label();
158             this.lblSentBy = new System.Windows.Forms.Label();
159             this.label1 = new System.Windows.Forms.Label();
160             this.tpBanned = new System.Windows.Forms.TabPage();
161             this.lwBannedMembers = new Radegast.ListViewNoFlicker();
162             this.chBannedName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
163             this.chBannedOn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
164             this.pnlBannedBottom = new System.Windows.Forms.Panel();
165             this.btnUnban = new System.Windows.Forms.Button();
166             this.btnBan = new System.Windows.Forms.Button();
167             this.pnlBannedTop = new System.Windows.Forms.Panel();
168             this.label9 = new System.Windows.Forms.Label();
169             this.pnlBottomControls = new System.Windows.Forms.Panel();
170             this.btnClose = new System.Windows.Forms.Button();
171             this.btnApply = new System.Windows.Forms.Button();
172             this.btnRefresh = new System.Windows.Forms.Button();
173             this.tcGroupDetails.SuspendLayout();
174             this.tpGeneral.SuspendLayout();
175             this.memberListContextMenu.SuspendLayout();
176             this.gbPreferences.SuspendLayout();
177             ((System.ComponentModel.ISupportInitialize)(this.nudEnrollmentFee)).BeginInit();
178             this.tpMembersRoles.SuspendLayout();
179             this.tcMembersRoles.SuspendLayout();
180             this.tpMembers.SuspendLayout();
181             this.panel1.SuspendLayout();
182             this.tpRoles.SuspendLayout();
183             this.pnlRoleDetaiils.SuspendLayout();
184             this.rolesContextMenu.SuspendLayout();
185             this.tpNotices.SuspendLayout();
186             this.pnlNewNotice.SuspendLayout();
187             this.pnlNoticeAttachment.SuspendLayout();
188             ((System.ComponentModel.ISupportInitialize)(this.icnNewNoticeAtt)).BeginInit();
189             this.pnlArchivedNotice.SuspendLayout();
190             ((System.ComponentModel.ISupportInitialize)(this.icnItem)).BeginInit();
191             this.tpBanned.SuspendLayout();
192             this.pnlBannedBottom.SuspendLayout();
193             this.pnlBannedTop.SuspendLayout();
194             this.pnlBottomControls.SuspendLayout();
195             this.SuspendLayout();
196             // 
197             // tcGroupDetails
198             // 
199             this.tcGroupDetails.Controls.Add(this.tpGeneral);
200             this.tcGroupDetails.Controls.Add(this.tpMembersRoles);
201             this.tcGroupDetails.Controls.Add(this.tpNotices);
202             this.tcGroupDetails.Controls.Add(this.tpBanned);
203             this.tcGroupDetails.Dock = System.Windows.Forms.DockStyle.Fill;
204             this.tcGroupDetails.Location = new System.Drawing.Point(0, 0);
205             this.tcGroupDetails.Name = "tcGroupDetails";
206             this.tcGroupDetails.SelectedIndex = 0;
207             this.tcGroupDetails.Size = new System.Drawing.Size(408, 465);
208             this.tcGroupDetails.TabIndex = 0;
209             this.tcGroupDetails.SelectedIndexChanged += new System.EventHandler(this.tcGroupDetails_SelectedIndexChanged);
210             // 
211             // tpGeneral
212             // 
213             this.tpGeneral.BackColor = System.Drawing.Color.Transparent;
214             this.tpGeneral.Controls.Add(this.txtGroupID);
215             this.tpGeneral.Controls.Add(this.btnJoin);
216             this.tpGeneral.Controls.Add(this.lvwGeneralMembers);
217             this.tpGeneral.Controls.Add(this.lblOwners);
218             this.tpGeneral.Controls.Add(this.tbxCharter);
219             this.tpGeneral.Controls.Add(this.lblCharter);
220             this.tpGeneral.Controls.Add(this.gbPreferences);
221             this.tpGeneral.Controls.Add(this.lblInsignia);
222             this.tpGeneral.Controls.Add(this.pnlInsignia);
223             this.tpGeneral.Controls.Add(this.lblFounded);
224             this.tpGeneral.Controls.Add(this.lblGroupName);
225             this.tpGeneral.Location = new System.Drawing.Point(4, 22);
226             this.tpGeneral.Name = "tpGeneral";
227             this.tpGeneral.Padding = new System.Windows.Forms.Padding(3);
228             this.tpGeneral.Size = new System.Drawing.Size(400, 439);
229             this.tpGeneral.TabIndex = 0;
230             this.tpGeneral.Text = "General";
231             this.tpGeneral.UseVisualStyleBackColor = true;
232             // 
233             // txtGroupID
234             // 
235             this.txtGroupID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
236             | System.Windows.Forms.AnchorStyles.Right)));
237             this.txtGroupID.Location = new System.Drawing.Point(155, 198);
238             this.txtGroupID.Name = "txtGroupID";
239             this.txtGroupID.ReadOnly = true;
240             this.txtGroupID.Size = new System.Drawing.Size(239, 20);
241             this.txtGroupID.TabIndex = 7;
242             // 
243             // btnJoin
244             // 
245             this.btnJoin.Location = new System.Drawing.Point(9, 195);
246             this.btnJoin.Name = "btnJoin";
247             this.btnJoin.Size = new System.Drawing.Size(75, 23);
248             this.btnJoin.TabIndex = 9;
249             this.btnJoin.Text = "Join $L";
250             this.btnJoin.UseVisualStyleBackColor = true;
251             this.btnJoin.Visible = false;
252             this.btnJoin.Click += new System.EventHandler(this.btnJoin_Click);
253             // 
254             // lvwGeneralMembers
255             // 
256             this.lvwGeneralMembers.AllowColumnReorder = true;
257             this.lvwGeneralMembers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
258             | System.Windows.Forms.AnchorStyles.Left) 
259             | System.Windows.Forms.AnchorStyles.Right)));
260             this.lvwGeneralMembers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
261             this.chGenMemberName,
262             this.chGenTitle,
263             this.chGenLastOn});
264             this.lvwGeneralMembers.ContextMenuStrip = this.memberListContextMenu;
265             this.lvwGeneralMembers.FullRowSelect = true;
266             this.lvwGeneralMembers.GridLines = true;
267             this.lvwGeneralMembers.HideSelection = false;
268             this.lvwGeneralMembers.Location = new System.Drawing.Point(9, 248);
269             this.lvwGeneralMembers.MultiSelect = false;
270             this.lvwGeneralMembers.Name = "lvwGeneralMembers";
271             this.lvwGeneralMembers.ShowGroups = false;
272             this.lvwGeneralMembers.Size = new System.Drawing.Size(385, 82);
273             this.lvwGeneralMembers.TabIndex = 8;
274             this.lvwGeneralMembers.UseCompatibleStateImageBehavior = false;
275             this.lvwGeneralMembers.View = System.Windows.Forms.View.Details;
276             this.lvwGeneralMembers.VirtualMode = true;
277             this.lvwGeneralMembers.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvwGeneralMembers_ColumnClick);
278             this.lvwGeneralMembers.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.lvwGeneralMembers_RetrieveVirtualItem);
279             this.lvwGeneralMembers.SearchForVirtualItem += new System.Windows.Forms.SearchForVirtualItemEventHandler(this.lvwMemberDetails_SearchForVirtualItem);
280             this.lvwGeneralMembers.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvwGeneralMembers_MouseDoubleClick);
281             // 
282             // chGenMemberName
283             // 
284             this.chGenMemberName.Text = "Member name";
285             this.chGenMemberName.Width = 130;
286             // 
287             // chGenTitle
288             // 
289             this.chGenTitle.Text = "Title";
290             this.chGenTitle.Width = 130;
291             // 
292             // chGenLastOn
293             // 
294             this.chGenLastOn.Text = "Last login";
295             this.chGenLastOn.Width = 90;
296             // 
297             // memberListContextMenu
298             // 
299             this.memberListContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
300             this.memberListContextMenuSave});
301             this.memberListContextMenu.Name = "contextMenuStrip1";
302             this.memberListContextMenu.Size = new System.Drawing.Size(168, 26);
303             // 
304             // memberListContextMenuSave
305             // 
306             this.memberListContextMenuSave.Name = "memberListContextMenuSave";
307             this.memberListContextMenuSave.Size = new System.Drawing.Size(167, 22);
308             this.memberListContextMenuSave.Text = "Save Member List";
309             this.memberListContextMenuSave.Click += new System.EventHandler(this.memberListContextMenuSave_Click);
310             // 
311             // lblOwners
312             // 
313             this.lblOwners.AutoSize = true;
314             this.lblOwners.Location = new System.Drawing.Point(6, 232);
315             this.lblOwners.Name = "lblOwners";
316             this.lblOwners.Size = new System.Drawing.Size(141, 13);
317             this.lblOwners.TabIndex = 7;
318             this.lblOwners.Text = "Owners and visible members";
319             // 
320             // tbxCharter
321             // 
322             this.tbxCharter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
323             | System.Windows.Forms.AnchorStyles.Right)));
324             this.tbxCharter.BackColor = System.Drawing.SystemColors.Window;
325             this.tbxCharter.Location = new System.Drawing.Point(155, 36);
326             this.tbxCharter.Multiline = true;
327             this.tbxCharter.Name = "tbxCharter";
328             this.tbxCharter.ReadOnly = true;
329             this.tbxCharter.Size = new System.Drawing.Size(239, 156);
330             this.tbxCharter.TabIndex = 6;
331             this.tbxCharter.TextChanged += new System.EventHandler(this.tbxCharter_TextChanged);
332             // 
333             // lblCharter
334             // 
335             this.lblCharter.AutoSize = true;
336             this.lblCharter.Location = new System.Drawing.Point(152, 20);
337             this.lblCharter.Name = "lblCharter";
338             this.lblCharter.Size = new System.Drawing.Size(72, 13);
339             this.lblCharter.TabIndex = 5;
340             this.lblCharter.Text = "Group charter";
341             // 
342             // gbPreferences
343             // 
344             this.gbPreferences.Controls.Add(this.cbxListInProfile);
345             this.gbPreferences.Controls.Add(this.cbxReceiveNotices);
346             this.gbPreferences.Controls.Add(this.cbxActiveTitle);
347             this.gbPreferences.Controls.Add(this.lblActiveTitle);
348             this.gbPreferences.Controls.Add(this.nudEnrollmentFee);
349             this.gbPreferences.Controls.Add(this.cbxMaturity);
350             this.gbPreferences.Controls.Add(this.cbxEnrollmentFee);
351             this.gbPreferences.Controls.Add(this.cbxOpenEnrollment);
352             this.gbPreferences.Controls.Add(this.cbxShowInSearch);
353             this.gbPreferences.Dock = System.Windows.Forms.DockStyle.Bottom;
354             this.gbPreferences.Location = new System.Drawing.Point(3, 334);
355             this.gbPreferences.Name = "gbPreferences";
356             this.gbPreferences.Size = new System.Drawing.Size(394, 102);
357             this.gbPreferences.TabIndex = 4;
358             this.gbPreferences.TabStop = false;
359             this.gbPreferences.Text = "Group Preferences";
360             // 
361             // cbxListInProfile
362             // 
363             this.cbxListInProfile.AutoSize = true;
364             this.cbxListInProfile.Location = new System.Drawing.Point(211, 82);
365             this.cbxListInProfile.Name = "cbxListInProfile";
366             this.cbxListInProfile.Size = new System.Drawing.Size(130, 17);
367             this.cbxListInProfile.TabIndex = 8;
368             this.cbxListInProfile.Text = "List group in my profile";
369             this.cbxListInProfile.UseVisualStyleBackColor = true;
370             // 
371             // cbxReceiveNotices
372             // 
373             this.cbxReceiveNotices.AutoSize = true;
374             this.cbxReceiveNotices.Location = new System.Drawing.Point(211, 59);
375             this.cbxReceiveNotices.Name = "cbxReceiveNotices";
376             this.cbxReceiveNotices.Size = new System.Drawing.Size(133, 17);
377             this.cbxReceiveNotices.TabIndex = 7;
378             this.cbxReceiveNotices.Text = "Receive group notices";
379             this.cbxReceiveNotices.UseVisualStyleBackColor = true;
380             // 
381             // cbxActiveTitle
382             // 
383             this.cbxActiveTitle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
384             this.cbxActiveTitle.FormattingEnabled = true;
385             this.cbxActiveTitle.Location = new System.Drawing.Point(211, 32);
386             this.cbxActiveTitle.Name = "cbxActiveTitle";
387             this.cbxActiveTitle.Size = new System.Drawing.Size(151, 21);
388             this.cbxActiveTitle.TabIndex = 6;
389             // 
390             // lblActiveTitle
391             // 
392             this.lblActiveTitle.AutoSize = true;
393             this.lblActiveTitle.Location = new System.Drawing.Point(208, 16);
394             this.lblActiveTitle.Name = "lblActiveTitle";
395             this.lblActiveTitle.Size = new System.Drawing.Size(72, 13);
396             this.lblActiveTitle.TabIndex = 5;
397             this.lblActiveTitle.Text = "My active title";
398             // 
399             // nudEnrollmentFee
400             // 
401             this.nudEnrollmentFee.Increment = new decimal(new int[] {
402             10,
403             0,
404             0,
405             0});
406             this.nudEnrollmentFee.Location = new System.Drawing.Point(114, 55);
407             this.nudEnrollmentFee.Maximum = new decimal(new int[] {
408             1410065408,
409             2,
410             0,
411             0});
412             this.nudEnrollmentFee.Name = "nudEnrollmentFee";
413             this.nudEnrollmentFee.Size = new System.Drawing.Size(53, 20);
414             this.nudEnrollmentFee.TabIndex = 4;
415             // 
416             // cbxMaturity
417             // 
418             this.cbxMaturity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
419             this.cbxMaturity.FormattingEnabled = true;
420             this.cbxMaturity.Items.AddRange(new object[] {
421             "PG Content",
422             "Mature Content",
423             "Adult Content"});
424             this.cbxMaturity.Location = new System.Drawing.Point(6, 77);
425             this.cbxMaturity.Name = "cbxMaturity";
426             this.cbxMaturity.Size = new System.Drawing.Size(121, 21);
427             this.cbxMaturity.TabIndex = 3;
428             // 
429             // cbxEnrollmentFee
430             // 
431             this.cbxEnrollmentFee.AutoSize = true;
432             this.cbxEnrollmentFee.Location = new System.Drawing.Point(15, 56);
433             this.cbxEnrollmentFee.Name = "cbxEnrollmentFee";
434             this.cbxEnrollmentFee.Size = new System.Drawing.Size(93, 17);
435             this.cbxEnrollmentFee.TabIndex = 2;
436             this.cbxEnrollmentFee.Text = "Enrollment fee";
437             this.cbxEnrollmentFee.UseVisualStyleBackColor = true;
438             // 
439             // cbxOpenEnrollment
440             // 
441             this.cbxOpenEnrollment.AutoSize = true;
442             this.cbxOpenEnrollment.Location = new System.Drawing.Point(6, 38);
443             this.cbxOpenEnrollment.Name = "cbxOpenEnrollment";
444             this.cbxOpenEnrollment.Size = new System.Drawing.Size(103, 17);
445             this.cbxOpenEnrollment.TabIndex = 1;
446             this.cbxOpenEnrollment.Text = "Open enrollment";
447             this.cbxOpenEnrollment.UseVisualStyleBackColor = true;
448             // 
449             // cbxShowInSearch
450             // 
451             this.cbxShowInSearch.AutoSize = true;
452             this.cbxShowInSearch.Location = new System.Drawing.Point(6, 19);
453             this.cbxShowInSearch.Name = "cbxShowInSearch";
454             this.cbxShowInSearch.Size = new System.Drawing.Size(99, 17);
455             this.cbxShowInSearch.TabIndex = 0;
456             this.cbxShowInSearch.Text = "Show in search";
457             this.cbxShowInSearch.UseVisualStyleBackColor = true;
458             // 
459             // lblInsignia
460             // 
461             this.lblInsignia.AutoSize = true;
462             this.lblInsignia.Location = new System.Drawing.Point(6, 179);
463             this.lblInsignia.Name = "lblInsignia";
464             this.lblInsignia.Size = new System.Drawing.Size(75, 13);
465             this.lblInsignia.TabIndex = 3;
466             this.lblInsignia.Text = "Group Insignia";
467             // 
468             // pnlInsignia
469             // 
470             this.pnlInsignia.Location = new System.Drawing.Point(9, 36);
471             this.pnlInsignia.Name = "pnlInsignia";
472             this.pnlInsignia.Size = new System.Drawing.Size(140, 140);
473             this.pnlInsignia.TabIndex = 2;
474             // 
475             // lblFounded
476             // 
477             this.lblFounded.AutoSize = true;
478             this.lblFounded.Location = new System.Drawing.Point(6, 20);
479             this.lblFounded.Name = "lblFounded";
480             this.lblFounded.Size = new System.Drawing.Size(115, 13);
481             this.lblFounded.TabIndex = 1;
482             this.lblFounded.Text = "Founded by: Test User";
483             // 
484             // lblGroupName
485             // 
486             this.lblGroupName.AutoSize = true;
487             this.lblGroupName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
488             this.lblGroupName.Location = new System.Drawing.Point(6, 3);
489             this.lblGroupName.Name = "lblGroupName";
490             this.lblGroupName.Size = new System.Drawing.Size(89, 17);
491             this.lblGroupName.TabIndex = 0;
492             this.lblGroupName.Text = "Group Name";
493             // 
494             // tpMembersRoles
495             // 
496             this.tpMembersRoles.Controls.Add(this.tcMembersRoles);
497             this.tpMembersRoles.Controls.Add(this.label2);
498             this.tpMembersRoles.Location = new System.Drawing.Point(4, 22);
499             this.tpMembersRoles.Name = "tpMembersRoles";
500             this.tpMembersRoles.Padding = new System.Windows.Forms.Padding(3);
501             this.tpMembersRoles.Size = new System.Drawing.Size(400, 439);
502             this.tpMembersRoles.TabIndex = 3;
503             this.tpMembersRoles.Text = "Members && Roles";
504             this.tpMembersRoles.UseVisualStyleBackColor = true;
505             // 
506             // tcMembersRoles
507             // 
508             this.tcMembersRoles.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
509             | System.Windows.Forms.AnchorStyles.Left) 
510             | System.Windows.Forms.AnchorStyles.Right)));
511             this.tcMembersRoles.Controls.Add(this.tpMembers);
512             this.tcMembersRoles.Controls.Add(this.tpRoles);
513             this.tcMembersRoles.Location = new System.Drawing.Point(9, 23);
514             this.tcMembersRoles.Name = "tcMembersRoles";
515             this.tcMembersRoles.SelectedIndex = 0;
516             this.tcMembersRoles.Size = new System.Drawing.Size(385, 406);
517             this.tcMembersRoles.TabIndex = 2;
518             this.tcMembersRoles.SelectedIndexChanged += new System.EventHandler(this.tcMembersRoles_SelectedIndexChanged);
519             // 
520             // tpMembers
521             // 
522             this.tpMembers.Controls.Add(this.panel1);
523             this.tpMembers.Controls.Add(this.lvwMemberDetails);
524             this.tpMembers.Location = new System.Drawing.Point(4, 22);
525             this.tpMembers.Name = "tpMembers";
526             this.tpMembers.Padding = new System.Windows.Forms.Padding(3);
527             this.tpMembers.Size = new System.Drawing.Size(377, 380);
528             this.tpMembers.TabIndex = 0;
529             this.tpMembers.Text = "Members";
530             this.tpMembers.UseVisualStyleBackColor = true;
531             // 
532             // panel1
533             // 
534             this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
535             | System.Windows.Forms.AnchorStyles.Right)));
536             this.panel1.Controls.Add(this.lvwAllowedAbilities);
537             this.panel1.Controls.Add(this.lvwAssignedRoles);
538             this.panel1.Controls.Add(this.btnInviteNewMember);
539             this.panel1.Controls.Add(this.btnBanMember);
540             this.panel1.Controls.Add(this.btnEjectMember);
541             this.panel1.Controls.Add(this.label3);
542             this.panel1.Controls.Add(this.lblAssignedRoles);
543             this.panel1.Location = new System.Drawing.Point(0, 132);
544             this.panel1.Name = "panel1";
545             this.panel1.Size = new System.Drawing.Size(377, 248);
546             this.panel1.TabIndex = 12;
547             // 
548             // lvwAllowedAbilities
549             // 
550             this.lvwAllowedAbilities.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
551             this.columnHeader4});
552             this.lvwAllowedAbilities.FullRowSelect = true;
553             this.lvwAllowedAbilities.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
554             this.lvwAllowedAbilities.Location = new System.Drawing.Point(185, 45);
555             this.lvwAllowedAbilities.Name = "lvwAllowedAbilities";
556             this.lvwAllowedAbilities.Size = new System.Drawing.Size(189, 197);
557             this.lvwAllowedAbilities.TabIndex = 12;
558             this.lvwAllowedAbilities.UseCompatibleStateImageBehavior = false;
559             this.lvwAllowedAbilities.View = System.Windows.Forms.View.Details;
560             this.lvwAllowedAbilities.SizeChanged += new System.EventHandler(this.lvwAllowedAbilities_SizeChanged);
561             // 
562             // columnHeader4
563             // 
564             this.columnHeader4.Text = "";
565             this.columnHeader4.Width = 167;
566             // 
567             // lvwAssignedRoles
568             // 
569             this.lvwAssignedRoles.CheckBoxes = true;
570             this.lvwAssignedRoles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
571             this.chHasRole,
572             this.chRoleName});
573             this.lvwAssignedRoles.FullRowSelect = true;
574             this.lvwAssignedRoles.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
575             this.lvwAssignedRoles.Location = new System.Drawing.Point(9, 45);
576             this.lvwAssignedRoles.Name = "lvwAssignedRoles";
577             this.lvwAssignedRoles.Size = new System.Drawing.Size(170, 197);
578             this.lvwAssignedRoles.TabIndex = 12;
579             this.lvwAssignedRoles.UseCompatibleStateImageBehavior = false;
580             this.lvwAssignedRoles.View = System.Windows.Forms.View.Details;
581             this.lvwAssignedRoles.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvwAssignedRoles_ItemChecked);
582             // 
583             // chHasRole
584             // 
585             this.chHasRole.Text = "";
586             this.chHasRole.Width = 20;
587             // 
588             // chRoleName
589             // 
590             this.chRoleName.Text = "";
591             this.chRoleName.Width = 115;
592             // 
593             // btnInviteNewMember
594             // 
595             this.btnInviteNewMember.AccessibleName = "Invite new member";
596             this.btnInviteNewMember.Enabled = false;
597             this.btnInviteNewMember.Location = new System.Drawing.Point(6, 3);
598             this.btnInviteNewMember.Name = "btnInviteNewMember";
599             this.btnInviteNewMember.Size = new System.Drawing.Size(80, 23);
600             this.btnInviteNewMember.TabIndex = 11;
601             this.btnInviteNewMember.Text = "Invite";
602             this.btnInviteNewMember.UseVisualStyleBackColor = true;
603             this.btnInviteNewMember.Click += new System.EventHandler(this.btnInviteNewMember_Click);
604             // 
605             // btnBanMember
606             // 
607             this.btnBanMember.AccessibleName = "Eject from group";
608             this.btnBanMember.Enabled = false;
609             this.btnBanMember.Location = new System.Drawing.Point(178, 3);
610             this.btnBanMember.Name = "btnBanMember";
611             this.btnBanMember.Size = new System.Drawing.Size(80, 23);
612             this.btnBanMember.TabIndex = 11;
613             this.btnBanMember.Text = "Ban";
614             this.btnBanMember.UseVisualStyleBackColor = false;
615             this.btnBanMember.Click += new System.EventHandler(this.btnBanMember_Click);
616             // 
617             // btnEjectMember
618             // 
619             this.btnEjectMember.AccessibleName = "Eject from group";
620             this.btnEjectMember.Enabled = false;
621             this.btnEjectMember.Location = new System.Drawing.Point(92, 3);
622             this.btnEjectMember.Name = "btnEjectMember";
623             this.btnEjectMember.Size = new System.Drawing.Size(80, 23);
624             this.btnEjectMember.TabIndex = 11;
625             this.btnEjectMember.Text = "Eject";
626             this.btnEjectMember.UseVisualStyleBackColor = false;
627             this.btnEjectMember.Click += new System.EventHandler(this.btnEjectMember_Click);
628             // 
629             // label3
630             // 
631             this.label3.AutoSize = true;
632             this.label3.Location = new System.Drawing.Point(182, 29);
633             this.label3.Name = "label3";
634             this.label3.Size = new System.Drawing.Size(82, 13);
635             this.label3.TabIndex = 10;
636             this.label3.Text = "Allowed Abilities";
637             // 
638             // lblAssignedRoles
639             // 
640             this.lblAssignedRoles.AutoSize = true;
641             this.lblAssignedRoles.Location = new System.Drawing.Point(6, 29);
642             this.lblAssignedRoles.Name = "lblAssignedRoles";
643             this.lblAssignedRoles.Size = new System.Drawing.Size(80, 13);
644             this.lblAssignedRoles.TabIndex = 10;
645             this.lblAssignedRoles.Text = "Assigned Roles";
646             // 
647             // lvwMemberDetails
648             // 
649             this.lvwMemberDetails.AllowColumnReorder = true;
650             this.lvwMemberDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
651             | System.Windows.Forms.AnchorStyles.Left) 
652             | System.Windows.Forms.AnchorStyles.Right)));
653             this.lvwMemberDetails.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
654             this.columnHeader1,
655             this.columnHeader2,
656             this.columnHeader3});
657             this.lvwMemberDetails.FullRowSelect = true;
658             this.lvwMemberDetails.GridLines = true;
659             this.lvwMemberDetails.HideSelection = false;
660             this.lvwMemberDetails.Location = new System.Drawing.Point(0, 0);
661             this.lvwMemberDetails.MultiSelect = false;
662             this.lvwMemberDetails.Name = "lvwMemberDetails";
663             this.lvwMemberDetails.ShowGroups = false;
664             this.lvwMemberDetails.Size = new System.Drawing.Size(377, 126);
665             this.lvwMemberDetails.TabIndex = 9;
666             this.lvwMemberDetails.UseCompatibleStateImageBehavior = false;
667             this.lvwMemberDetails.View = System.Windows.Forms.View.Details;
668             this.lvwMemberDetails.VirtualMode = true;
669             this.lvwMemberDetails.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvwGeneralMembers_ColumnClick);
670             this.lvwMemberDetails.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.lvwMemberDetails_RetrieveVirtualItem);
671             this.lvwMemberDetails.SearchForVirtualItem += new System.Windows.Forms.SearchForVirtualItemEventHandler(this.lvwMemberDetails_SearchForVirtualItem);
672             this.lvwMemberDetails.SelectedIndexChanged += new System.EventHandler(this.lvwMemberDetails_SelectedIndexChanged);
673             this.lvwMemberDetails.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvwMemberDetails_MouseDoubleClick);
674             // 
675             // columnHeader1
676             // 
677             this.columnHeader1.Text = "Member name";
678             this.columnHeader1.Width = 130;
679             // 
680             // columnHeader2
681             // 
682             this.columnHeader2.Text = "Donated Tier";
683             this.columnHeader2.Width = 130;
684             // 
685             // columnHeader3
686             // 
687             this.columnHeader3.Text = "Last login";
688             this.columnHeader3.Width = 90;
689             // 
690             // tpRoles
691             // 
692             this.tpRoles.Controls.Add(this.pnlRoleDetaiils);
693             this.tpRoles.Controls.Add(this.lvwRoles);
694             this.tpRoles.Location = new System.Drawing.Point(4, 22);
695             this.tpRoles.Name = "tpRoles";
696             this.tpRoles.Padding = new System.Windows.Forms.Padding(3);
697             this.tpRoles.Size = new System.Drawing.Size(377, 380);
698             this.tpRoles.TabIndex = 1;
699             this.tpRoles.Text = "Roles";
700             this.tpRoles.UseVisualStyleBackColor = true;
701             // 
702             // pnlRoleDetaiils
703             // 
704             this.pnlRoleDetaiils.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
705             | System.Windows.Forms.AnchorStyles.Right)));
706             this.pnlRoleDetaiils.Controls.Add(this.btnSaveRole);
707             this.pnlRoleDetaiils.Controls.Add(this.lvwRoleAbilitis);
708             this.pnlRoleDetaiils.Controls.Add(this.lvwAssignedMembers);
709             this.pnlRoleDetaiils.Controls.Add(this.btnDeleteRole);
710             this.pnlRoleDetaiils.Controls.Add(this.btnCreateNewRole);
711             this.pnlRoleDetaiils.Controls.Add(this.label8);
712             this.pnlRoleDetaiils.Controls.Add(this.label7);
713             this.pnlRoleDetaiils.Controls.Add(this.label5);
714             this.pnlRoleDetaiils.Controls.Add(this.label6);
715             this.pnlRoleDetaiils.Controls.Add(this.label4);
716             this.pnlRoleDetaiils.Controls.Add(this.txtRoleTitle);
717             this.pnlRoleDetaiils.Controls.Add(this.txtRoleDescription);
718             this.pnlRoleDetaiils.Controls.Add(this.txtRoleName);
719             this.pnlRoleDetaiils.Location = new System.Drawing.Point(-4, 132);
720             this.pnlRoleDetaiils.Name = "pnlRoleDetaiils";
721             this.pnlRoleDetaiils.Size = new System.Drawing.Size(384, 252);
722             this.pnlRoleDetaiils.TabIndex = 11;
723             // 
724             // btnSaveRole
725             // 
726             this.btnSaveRole.Location = new System.Drawing.Point(303, 81);
727             this.btnSaveRole.Name = "btnSaveRole";
728             this.btnSaveRole.Size = new System.Drawing.Size(75, 23);
729             this.btnSaveRole.TabIndex = 5;
730             this.btnSaveRole.Text = "Save Role";
731             this.btnSaveRole.UseVisualStyleBackColor = true;
732             this.btnSaveRole.Click += new System.EventHandler(this.btnSaveRole_Click);
733             // 
734             // lvwRoleAbilitis
735             // 
736             this.lvwRoleAbilitis.AccessibleName = "Allowed Members";
737             this.lvwRoleAbilitis.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
738             | System.Windows.Forms.AnchorStyles.Right)));
739             this.lvwRoleAbilitis.CheckBoxes = true;
740             this.lvwRoleAbilitis.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
741             this.columnHeader6,
742             this.columnHeader7});
743             this.lvwRoleAbilitis.FullRowSelect = true;
744             this.lvwRoleAbilitis.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
745             this.lvwRoleAbilitis.Location = new System.Drawing.Point(182, 123);
746             this.lvwRoleAbilitis.Name = "lvwRoleAbilitis";
747             this.lvwRoleAbilitis.Size = new System.Drawing.Size(199, 125);
748             this.lvwRoleAbilitis.TabIndex = 7;
749             this.lvwRoleAbilitis.UseCompatibleStateImageBehavior = false;
750             this.lvwRoleAbilitis.View = System.Windows.Forms.View.Details;
751             // 
752             // columnHeader6
753             // 
754             this.columnHeader6.Text = "";
755             this.columnHeader6.Width = 20;
756             // 
757             // columnHeader7
758             // 
759             this.columnHeader7.Text = "";
760             this.columnHeader7.Width = 115;
761             // 
762             // lvwAssignedMembers
763             // 
764             this.lvwAssignedMembers.AccessibleName = "Assigned Members";
765             this.lvwAssignedMembers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
766             this.columnHeader5});
767             this.lvwAssignedMembers.FullRowSelect = true;
768             this.lvwAssignedMembers.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
769             this.lvwAssignedMembers.Location = new System.Drawing.Point(7, 123);
770             this.lvwAssignedMembers.Name = "lvwAssignedMembers";
771             this.lvwAssignedMembers.Size = new System.Drawing.Size(160, 125);
772             this.lvwAssignedMembers.TabIndex = 6;
773             this.lvwAssignedMembers.UseCompatibleStateImageBehavior = false;
774             this.lvwAssignedMembers.View = System.Windows.Forms.View.Details;
775             // 
776             // columnHeader5
777             // 
778             this.columnHeader5.Text = "";
779             this.columnHeader5.Width = 130;
780             // 
781             // btnDeleteRole
782             // 
783             this.btnDeleteRole.AccessibleName = "";
784             this.btnDeleteRole.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
785             this.btnDeleteRole.Location = new System.Drawing.Point(239, 3);
786             this.btnDeleteRole.Name = "btnDeleteRole";
787             this.btnDeleteRole.Size = new System.Drawing.Size(142, 23);
788             this.btnDeleteRole.TabIndex = 1;
789             this.btnDeleteRole.Text = "Delete Role";
790             this.btnDeleteRole.UseVisualStyleBackColor = true;
791             this.btnDeleteRole.Click += new System.EventHandler(this.btnDeleteRole_Click);
792             // 
793             // btnCreateNewRole
794             // 
795             this.btnCreateNewRole.AccessibleName = "";
796             this.btnCreateNewRole.Location = new System.Drawing.Point(7, 3);
797             this.btnCreateNewRole.Name = "btnCreateNewRole";
798             this.btnCreateNewRole.Size = new System.Drawing.Size(142, 23);
799             this.btnCreateNewRole.TabIndex = 0;
800             this.btnCreateNewRole.Text = "New Role";
801             this.btnCreateNewRole.UseVisualStyleBackColor = true;
802             this.btnCreateNewRole.Click += new System.EventHandler(this.btnCreateNewRole_Click);
803             // 
804             // label8
805             // 
806             this.label8.AutoSize = true;
807             this.label8.Location = new System.Drawing.Point(182, 107);
808             this.label8.Name = "label8";
809             this.label8.Size = new System.Drawing.Size(82, 13);
810             this.label8.TabIndex = 1;
811             this.label8.Text = "Allowed Abilities";
812             // 
813             // label7
814             // 
815             this.label7.AutoSize = true;
816             this.label7.Location = new System.Drawing.Point(7, 107);
817             this.label7.Name = "label7";
818             this.label7.Size = new System.Drawing.Size(96, 13);
819             this.label7.TabIndex = 1;
820             this.label7.Text = "Assigned Members";
821             // 
822             // label5
823             // 
824             this.label5.AutoSize = true;
825             this.label5.Location = new System.Drawing.Point(7, 68);
826             this.label5.Name = "label5";
827             this.label5.Size = new System.Drawing.Size(27, 13);
828             this.label5.TabIndex = 1;
829             this.label5.Text = "Title";
830             // 
831             // label6
832             // 
833             this.label6.AutoSize = true;
834             this.label6.Location = new System.Drawing.Point(182, 29);
835             this.label6.Name = "label6";
836             this.label6.Size = new System.Drawing.Size(60, 13);
837             this.label6.TabIndex = 1;
838             this.label6.Text = "Description";
839             // 
840             // label4
841             // 
842             this.label4.AutoSize = true;
843             this.label4.Location = new System.Drawing.Point(7, 29);
844             this.label4.Name = "label4";
845             this.label4.Size = new System.Drawing.Size(35, 13);
846             this.label4.TabIndex = 1;
847             this.label4.Text = "Name";
848             // 
849             // txtRoleTitle
850             // 
851             this.txtRoleTitle.AccessibleName = "Role Title";
852             this.txtRoleTitle.Location = new System.Drawing.Point(7, 84);
853             this.txtRoleTitle.Name = "txtRoleTitle";
854             this.txtRoleTitle.Size = new System.Drawing.Size(160, 20);
855             this.txtRoleTitle.TabIndex = 3;
856             // 
857             // txtRoleDescription
858             // 
859             this.txtRoleDescription.AccessibleName = "Role Description";
860             this.txtRoleDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
861             | System.Windows.Forms.AnchorStyles.Right)));
862             this.txtRoleDescription.Location = new System.Drawing.Point(182, 45);
863             this.txtRoleDescription.Name = "txtRoleDescription";
864             this.txtRoleDescription.Size = new System.Drawing.Size(196, 20);
865             this.txtRoleDescription.TabIndex = 4;
866             // 
867             // txtRoleName
868             // 
869             this.txtRoleName.AccessibleName = "Role Name";
870             this.txtRoleName.Location = new System.Drawing.Point(7, 45);
871             this.txtRoleName.Name = "txtRoleName";
872             this.txtRoleName.Size = new System.Drawing.Size(160, 20);
873             this.txtRoleName.TabIndex = 2;
874             // 
875             // lvwRoles
876             // 
877             this.lvwRoles.AccessibleName = "Roles";
878             this.lvwRoles.AllowColumnReorder = true;
879             this.lvwRoles.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
880             | System.Windows.Forms.AnchorStyles.Left) 
881             | System.Windows.Forms.AnchorStyles.Right)));
882             this.lvwRoles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
883             this.chRoleListName,
884             this.chRoleTitle,
885             this.cbRoleID});
886             this.lvwRoles.ContextMenuStrip = this.rolesContextMenu;
887             this.lvwRoles.FullRowSelect = true;
888             this.lvwRoles.GridLines = true;
889             this.lvwRoles.HideSelection = false;
890             this.lvwRoles.Location = new System.Drawing.Point(0, 0);
891             this.lvwRoles.MultiSelect = false;
892             this.lvwRoles.Name = "lvwRoles";
893             this.lvwRoles.ShowGroups = false;
894             this.lvwRoles.Size = new System.Drawing.Size(377, 126);
895             this.lvwRoles.Sorting = System.Windows.Forms.SortOrder.Ascending;
896             this.lvwRoles.TabIndex = 10;
897             this.lvwRoles.UseCompatibleStateImageBehavior = false;
898             this.lvwRoles.View = System.Windows.Forms.View.Details;
899             this.lvwRoles.SelectedIndexChanged += new System.EventHandler(this.lvwRoles_SelectedIndexChanged);
900             // 
901             // chRoleListName
902             // 
903             this.chRoleListName.Text = "Role Name";
904             this.chRoleListName.Width = 130;
905             // 
906             // chRoleTitle
907             // 
908             this.chRoleTitle.Text = "Role Title";
909             this.chRoleTitle.Width = 198;
910             // 
911             // cbRoleID
912             // 
913             this.cbRoleID.Text = "Role ID";
914             this.cbRoleID.Width = 100;
915             // 
916             // rolesContextMenu
917             // 
918             this.rolesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
919             this.copyRoleIDToolStripMenuItem});
920             this.rolesContextMenu.Name = "rolesContextMenu";
921             this.rolesContextMenu.Size = new System.Drawing.Size(143, 26);
922             // 
923             // copyRoleIDToolStripMenuItem
924             // 
925             this.copyRoleIDToolStripMenuItem.Name = "copyRoleIDToolStripMenuItem";
926             this.copyRoleIDToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
927             this.copyRoleIDToolStripMenuItem.Text = "Copy Role ID";
928             this.copyRoleIDToolStripMenuItem.Click += new System.EventHandler(this.copyRoleIDToolStripMenuItem_Click);
929             // 
930             // label2
931             // 
932             this.label2.AutoSize = true;
933             this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
934             this.label2.Location = new System.Drawing.Point(6, 3);
935             this.label2.Name = "label2";
936             this.label2.Size = new System.Drawing.Size(119, 17);
937             this.label2.TabIndex = 1;
938             this.label2.Text = "Members && Roles";
939             // 
940             // tpNotices
941             // 
942             this.tpNotices.BackColor = System.Drawing.Color.Transparent;
943             this.tpNotices.Controls.Add(this.btnNewNotice);
944             this.tpNotices.Controls.Add(this.lblGroupNoticesArchive);
945             this.tpNotices.Controls.Add(this.lvwNoticeArchive);
946             this.tpNotices.Controls.Add(this.pnlNewNotice);
947             this.tpNotices.Controls.Add(this.pnlArchivedNotice);
948             this.tpNotices.Location = new System.Drawing.Point(4, 22);
949             this.tpNotices.Name = "tpNotices";
950             this.tpNotices.Padding = new System.Windows.Forms.Padding(3);
951             this.tpNotices.Size = new System.Drawing.Size(400, 439);
952             this.tpNotices.TabIndex = 2;
953             this.tpNotices.Text = "Notices";
954             this.tpNotices.UseVisualStyleBackColor = true;
955             // 
956             // btnNewNotice
957             // 
958             this.btnNewNotice.Location = new System.Drawing.Point(9, 192);
959             this.btnNewNotice.Name = "btnNewNotice";
960             this.btnNewNotice.Size = new System.Drawing.Size(132, 23);
961             this.btnNewNotice.TabIndex = 10;
962             this.btnNewNotice.Text = "Create &New Notice";
963             this.btnNewNotice.UseVisualStyleBackColor = true;
964             this.btnNewNotice.Click += new System.EventHandler(this.btnNewNotice_Click);
965             // 
966             // lblGroupNoticesArchive
967             // 
968             this.lblGroupNoticesArchive.AutoSize = true;
969             this.lblGroupNoticesArchive.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
970             this.lblGroupNoticesArchive.Location = new System.Drawing.Point(6, 3);
971             this.lblGroupNoticesArchive.Name = "lblGroupNoticesArchive";
972             this.lblGroupNoticesArchive.Size = new System.Drawing.Size(150, 17);
973             this.lblGroupNoticesArchive.TabIndex = 10;
974             this.lblGroupNoticesArchive.Text = "Group Notices Archive";
975             // 
976             // lvwNoticeArchive
977             // 
978             this.lvwNoticeArchive.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
979             | System.Windows.Forms.AnchorStyles.Right)));
980             this.lvwNoticeArchive.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
981             this.ntcArchAttachment,
982             this.ntcArchSubject,
983             this.ntcArchFrom,
984             this.ntcArchDate});
985             this.lvwNoticeArchive.FullRowSelect = true;
986             this.lvwNoticeArchive.GridLines = true;
987             this.lvwNoticeArchive.HideSelection = false;
988             this.lvwNoticeArchive.Location = new System.Drawing.Point(6, 23);
989             this.lvwNoticeArchive.MultiSelect = false;
990             this.lvwNoticeArchive.Name = "lvwNoticeArchive";
991             this.lvwNoticeArchive.ShowGroups = false;
992             this.lvwNoticeArchive.Size = new System.Drawing.Size(385, 163);
993             this.lvwNoticeArchive.Sorting = System.Windows.Forms.SortOrder.Ascending;
994             this.lvwNoticeArchive.TabIndex = 9;
995             this.lvwNoticeArchive.UseCompatibleStateImageBehavior = false;
996             this.lvwNoticeArchive.View = System.Windows.Forms.View.Details;
997             this.lvwNoticeArchive.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvwNoticeArchive_ColumnClick);
998             this.lvwNoticeArchive.SelectedIndexChanged += new System.EventHandler(this.lvwNoticeArchive_SelectedIndexChanged);
999             // 
1000             // ntcArchAttachment
1001             // 
1002             this.ntcArchAttachment.Text = "";
1003             this.ntcArchAttachment.Width = 17;
1004             // 
1005             // ntcArchSubject
1006             // 
1007             this.ntcArchSubject.Text = "Subject";
1008             this.ntcArchSubject.Width = 196;
1009             // 
1010             // ntcArchFrom
1011             // 
1012             this.ntcArchFrom.Text = "From";
1013             this.ntcArchFrom.Width = 90;
1014             // 
1015             // ntcArchDate
1016             // 
1017             this.ntcArchDate.Text = "Date";
1018             this.ntcArchDate.Width = 72;
1019             // 
1020             // pnlNewNotice
1021             // 
1022             this.pnlNewNotice.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
1023             | System.Windows.Forms.AnchorStyles.Left) 
1024             | System.Windows.Forms.AnchorStyles.Right)));
1025             this.pnlNewNotice.Controls.Add(this.pnlNoticeAttachment);
1026             this.pnlNewNotice.Controls.Add(this.txtNewNoticeTitle);
1027             this.pnlNewNotice.Controls.Add(this.btnSend);
1028             this.pnlNewNotice.Controls.Add(this.txtNewNoticeBody);
1029             this.pnlNewNotice.Controls.Add(this.label10);
1030             this.pnlNewNotice.Controls.Add(this.label11);
1031             this.pnlNewNotice.Location = new System.Drawing.Point(6, 224);
1032             this.pnlNewNotice.Name = "pnlNewNotice";
1033             this.pnlNewNotice.Size = new System.Drawing.Size(385, 212);
1034             this.pnlNewNotice.TabIndex = 25;
1035             this.pnlNewNotice.Visible = false;
1036             // 
1037             // pnlNoticeAttachment
1038             // 
1039             this.pnlNoticeAttachment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
1040             | System.Windows.Forms.AnchorStyles.Right)));
1041             this.pnlNoticeAttachment.Controls.Add(this.btnPasteInv);
1042             this.pnlNoticeAttachment.Controls.Add(this.btnRemoveAttachment);
1043             this.pnlNoticeAttachment.Controls.Add(this.icnNewNoticeAtt);
1044             this.pnlNoticeAttachment.Controls.Add(this.txtNewNoteAtt);
1045             this.pnlNoticeAttachment.Location = new System.Drawing.Point(3, 167);
1046             this.pnlNoticeAttachment.Name = "pnlNoticeAttachment";
1047             this.pnlNoticeAttachment.Size = new System.Drawing.Size(276, 44);
1048             this.pnlNoticeAttachment.TabIndex = 3;
1049             this.pnlNoticeAttachment.TabStop = false;
1050             this.pnlNoticeAttachment.Text = "Notice attachment";
1051             // 
1052             // btnPasteInv
1053             // 
1054             this.btnPasteInv.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
1055             this.btnPasteInv.Location = new System.Drawing.Point(202, 15);
1056             this.btnPasteInv.Name = "btnPasteInv";
1057             this.btnPasteInv.Size = new System.Drawing.Size(68, 23);
1058             this.btnPasteInv.TabIndex = 3;
1059             this.btnPasteInv.Text = "&Paste Inv";
1060             this.btnPasteInv.UseVisualStyleBackColor = true;
1061             this.btnPasteInv.Click += new System.EventHandler(this.btnPasteInv_Click);
1062             // 
1063             // btnRemoveAttachment
1064             // 
1065             this.btnRemoveAttachment.AccessibleName = "Remove attachment";
1066             this.btnRemoveAttachment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
1067             this.btnRemoveAttachment.Enabled = false;
1068             this.btnRemoveAttachment.Image = ((System.Drawing.Image)(resources.GetObject("btnRemoveAttachment.Image")));
1069             this.btnRemoveAttachment.Location = new System.Drawing.Point(170, 15);
1070             this.btnRemoveAttachment.Name = "btnRemoveAttachment";
1071             this.btnRemoveAttachment.Size = new System.Drawing.Size(26, 23);
1072             this.btnRemoveAttachment.TabIndex = 2;
1073             this.btnRemoveAttachment.UseVisualStyleBackColor = true;
1074             this.btnRemoveAttachment.Click += new System.EventHandler(this.btnRemoveAttachment_Click);
1075             // 
1076             // icnNewNoticeAtt
1077             // 
1078             this.icnNewNoticeAtt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1079             this.icnNewNoticeAtt.Location = new System.Drawing.Point(1, 17);
1080             this.icnNewNoticeAtt.Name = "icnNewNoticeAtt";
1081             this.icnNewNoticeAtt.Size = new System.Drawing.Size(16, 16);
1082             this.icnNewNoticeAtt.TabIndex = 23;
1083             this.icnNewNoticeAtt.TabStop = false;
1084             this.icnNewNoticeAtt.Visible = false;
1085             // 
1086             // txtNewNoteAtt
1087             // 
1088             this.txtNewNoteAtt.AccessibleName = "Notice attachment";
1089             this.txtNewNoteAtt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
1090             | System.Windows.Forms.AnchorStyles.Right)));
1091             this.txtNewNoteAtt.Location = new System.Drawing.Point(23, 15);
1092             this.txtNewNoteAtt.Name = "txtNewNoteAtt";
1093             this.txtNewNoteAtt.ReadOnly = true;
1094             this.txtNewNoteAtt.Size = new System.Drawing.Size(141, 20);
1095             this.txtNewNoteAtt.TabIndex = 1;
1096             // 
1097             // txtNewNoticeTitle
1098             // 
1099             this.txtNewNoticeTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
1100             | System.Windows.Forms.AnchorStyles.Right)));
1101             this.txtNewNoticeTitle.Location = new System.Drawing.Point(7, 35);
1102             this.txtNewNoticeTitle.Name = "txtNewNoticeTitle";
1103             this.txtNewNoticeTitle.Size = new System.Drawing.Size(375, 20);
1104             this.txtNewNoticeTitle.TabIndex = 1;
1105             // 
1106             // btnSend
1107             // 
1108             this.btnSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
1109             this.btnSend.Location = new System.Drawing.Point(285, 182);
1110             this.btnSend.Name = "btnSend";
1111             this.btnSend.Size = new System.Drawing.Size(97, 23);
1112             this.btnSend.TabIndex = 6;
1113             this.btnSend.Text = "&Send Notice";
1114             this.btnSend.UseVisualStyleBackColor = false;
1115             this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
1116             // 
1117             // txtNewNoticeBody
1118             // 
1119             this.txtNewNoticeBody.AccessibleName = "Notice text";
1120             this.txtNewNoticeBody.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
1121             | System.Windows.Forms.AnchorStyles.Left) 
1122             | System.Windows.Forms.AnchorStyles.Right)));
1123             this.txtNewNoticeBody.BackColor = System.Drawing.SystemColors.Window;
1124             this.txtNewNoticeBody.Location = new System.Drawing.Point(7, 58);
1125             this.txtNewNoticeBody.Multiline = true;
1126             this.txtNewNoticeBody.Name = "txtNewNoticeBody";
1127             this.txtNewNoticeBody.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
1128             this.txtNewNoticeBody.Size = new System.Drawing.Size(375, 103);
1129             this.txtNewNoticeBody.TabIndex = 2;
1130             // 
1131             // label10
1132             // 
1133             this.label10.AutoSize = true;
1134             this.label10.Location = new System.Drawing.Point(4, 21);
1135             this.label10.Name = "label10";
1136             this.label10.Size = new System.Drawing.Size(27, 13);
1137             this.label10.TabIndex = 21;
1138             this.label10.Text = "Title";
1139             // 
1140             // label11
1141             // 
1142             this.label11.AutoSize = true;
1143             this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1144             this.label11.Location = new System.Drawing.Point(3, 0);
1145             this.label11.Name = "label11";
1146             this.label11.Size = new System.Drawing.Size(166, 24);
1147             this.label11.TabIndex = 22;
1148             this.label11.Text = "New Group Notice";
1149             this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
1150             // 
1151             // pnlArchivedNotice
1152             // 
1153             this.pnlArchivedNotice.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
1154             | System.Windows.Forms.AnchorStyles.Left) 
1155             | System.Windows.Forms.AnchorStyles.Right)));
1156             this.pnlArchivedNotice.Controls.Add(this.txtItemName);
1157             this.pnlArchivedNotice.Controls.Add(this.icnItem);
1158             this.pnlArchivedNotice.Controls.Add(this.btnSave);
1159             this.pnlArchivedNotice.Controls.Add(this.txtNotice);
1160             this.pnlArchivedNotice.Controls.Add(this.lblTitle);
1161             this.pnlArchivedNotice.Controls.Add(this.lblSentBy);
1162             this.pnlArchivedNotice.Controls.Add(this.label1);
1163             this.pnlArchivedNotice.Location = new System.Drawing.Point(6, 224);
1164             this.pnlArchivedNotice.Name = "pnlArchivedNotice";
1165             this.pnlArchivedNotice.Size = new System.Drawing.Size(385, 209);
1166             this.pnlArchivedNotice.TabIndex = 11;
1167             this.pnlArchivedNotice.Visible = false;
1168             // 
1169             // txtItemName
1170             // 
1171             this.txtItemName.AccessibleName = "Notice attachment";
1172             this.txtItemName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
1173             | System.Windows.Forms.AnchorStyles.Right)));
1174             this.txtItemName.Location = new System.Drawing.Point(25, 185);
1175             this.txtItemName.Name = "txtItemName";
1176             this.txtItemName.ReadOnly = true;
1177             this.txtItemName.Size = new System.Drawing.Size(302, 20);
1178             this.txtItemName.TabIndex = 24;
1179             this.txtItemName.Visible = false;
1180             // 
1181             // icnItem
1182             // 
1183             this.icnItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1184             this.icnItem.Location = new System.Drawing.Point(3, 187);
1185             this.icnItem.Name = "icnItem";
1186             this.icnItem.Size = new System.Drawing.Size(16, 16);
1187             this.icnItem.TabIndex = 23;
1188             this.icnItem.TabStop = false;
1189             this.icnItem.Visible = false;
1190             // 
1191             // btnSave
1192             // 
1193             this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
1194             this.btnSave.Enabled = false;
1195             this.btnSave.Location = new System.Drawing.Point(333, 185);
1196             this.btnSave.Name = "btnSave";
1197             this.btnSave.Size = new System.Drawing.Size(49, 23);
1198             this.btnSave.TabIndex = 18;
1199             this.btnSave.Text = "Save";
1200             this.btnSave.UseVisualStyleBackColor = true;
1201             this.btnSave.Visible = false;
1202             this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
1203             // 
1204             // txtNotice
1205             // 
1206             this.txtNotice.AccessibleName = "Notice text";
1207             this.txtNotice.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
1208             | System.Windows.Forms.AnchorStyles.Left) 
1209             | System.Windows.Forms.AnchorStyles.Right)));
1210             this.txtNotice.BackColor = System.Drawing.SystemColors.Window;
1211             this.txtNotice.Location = new System.Drawing.Point(7, 58);
1212             this.txtNotice.Multiline = true;
1213             this.txtNotice.Name = "txtNotice";
1214             this.txtNotice.ReadOnly = true;
1215             this.txtNotice.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
1216             this.txtNotice.Size = new System.Drawing.Size(375, 121);
1217             this.txtNotice.TabIndex = 19;
1218             // 
1219             // lblTitle
1220             // 
1221             this.lblTitle.AccessibleName = "Notice title";
1222             this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
1223             | System.Windows.Forms.AnchorStyles.Right)));
1224             this.lblTitle.BackColor = System.Drawing.SystemColors.Window;
1225             this.lblTitle.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
1226             this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1227             this.lblTitle.Location = new System.Drawing.Point(7, 37);
1228             this.lblTitle.Name = "lblTitle";
1229             this.lblTitle.Size = new System.Drawing.Size(375, 18);
1230             this.lblTitle.TabIndex = 20;
1231             this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
1232             // 
1233             // lblSentBy
1234             // 
1235             this.lblSentBy.AutoSize = true;
1236             this.lblSentBy.Location = new System.Drawing.Point(4, 24);
1237             this.lblSentBy.Name = "lblSentBy";
1238             this.lblSentBy.Size = new System.Drawing.Size(52, 13);
1239             this.lblSentBy.TabIndex = 21;
1240             this.lblSentBy.Text = "Sent by...";
1241             this.lblSentBy.Visible = false;
1242             // 
1243             // label1
1244             // 
1245             this.label1.AutoSize = true;
1246             this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1247             this.label1.Location = new System.Drawing.Point(3, 0);
1248             this.label1.Name = "label1";
1249             this.label1.Size = new System.Drawing.Size(122, 24);
1250             this.label1.TabIndex = 22;
1251             this.label1.Text = "Group Notice";
1252             this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
1253             // 
1254             // tpBanned
1255             // 
1256             this.tpBanned.Controls.Add(this.lwBannedMembers);
1257             this.tpBanned.Controls.Add(this.pnlBannedBottom);
1258             this.tpBanned.Controls.Add(this.pnlBannedTop);
1259             this.tpBanned.Location = new System.Drawing.Point(4, 22);
1260             this.tpBanned.Name = "tpBanned";
1261             this.tpBanned.Size = new System.Drawing.Size(400, 439);
1262             this.tpBanned.TabIndex = 4;
1263             this.tpBanned.Text = "Banned Residents";
1264             this.tpBanned.UseVisualStyleBackColor = true;
1265             // 
1266             // lwBannedMembers
1267             // 
1268             this.lwBannedMembers.AllowColumnReorder = true;
1269             this.lwBannedMembers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
1270             this.chBannedName,
1271             this.chBannedOn});
1272             this.lwBannedMembers.Dock = System.Windows.Forms.DockStyle.Fill;
1273             this.lwBannedMembers.FullRowSelect = true;
1274             this.lwBannedMembers.GridLines = true;
1275             this.lwBannedMembers.HideSelection = false;
1276             this.lwBannedMembers.Location = new System.Drawing.Point(0, 28);
1277             this.lwBannedMembers.Name = "lwBannedMembers";
1278             this.lwBannedMembers.ShowGroups = false;
1279             this.lwBannedMembers.Size = new System.Drawing.Size(400, 372);
1280             this.lwBannedMembers.TabIndex = 10;
1281             this.lwBannedMembers.UseCompatibleStateImageBehavior = false;
1282             this.lwBannedMembers.View = System.Windows.Forms.View.Details;
1283             this.lwBannedMembers.SelectedIndexChanged += new System.EventHandler(this.lwBannedMembers_SelectedIndexChanged);
1284             // 
1285             // chBannedName
1286             // 
1287             this.chBannedName.Text = "Resident name";
1288             this.chBannedName.Width = 268;
1289             // 
1290             // chBannedOn
1291             // 
1292             this.chBannedOn.Text = "Banned on";
1293             this.chBannedOn.Width = 90;
1294             // 
1295             // pnlBannedBottom
1296             // 
1297             this.pnlBannedBottom.Controls.Add(this.btnUnban);
1298             this.pnlBannedBottom.Controls.Add(this.btnBan);
1299             this.pnlBannedBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
1300             this.pnlBannedBottom.Location = new System.Drawing.Point(0, 400);
1301             this.pnlBannedBottom.Name = "pnlBannedBottom";
1302             this.pnlBannedBottom.Size = new System.Drawing.Size(400, 39);
1303             this.pnlBannedBottom.TabIndex = 4;
1304             // 
1305             // btnUnban
1306             // 
1307             this.btnUnban.Enabled = false;
1308             this.btnUnban.Location = new System.Drawing.Point(84, 3);
1309             this.btnUnban.Name = "btnUnban";
1310             this.btnUnban.Size = new System.Drawing.Size(75, 23);
1311             this.btnUnban.TabIndex = 1;
1312             this.btnUnban.Text = "Unban";
1313             this.btnUnban.UseVisualStyleBackColor = true;
1314             this.btnUnban.Click += new System.EventHandler(this.btnUnban_Click);
1315             // 
1316             // btnBan
1317             // 
1318             this.btnBan.Location = new System.Drawing.Point(3, 3);
1319             this.btnBan.Name = "btnBan";
1320             this.btnBan.Size = new System.Drawing.Size(75, 23);
1321             this.btnBan.TabIndex = 0;
1322             this.btnBan.Text = "Ban...";
1323             this.btnBan.UseVisualStyleBackColor = true;
1324             this.btnBan.Click += new System.EventHandler(this.btnBan_Click);
1325             // 
1326             // pnlBannedTop
1327             // 
1328             this.pnlBannedTop.Controls.Add(this.label9);
1329             this.pnlBannedTop.Dock = System.Windows.Forms.DockStyle.Top;
1330             this.pnlBannedTop.Location = new System.Drawing.Point(0, 0);
1331             this.pnlBannedTop.Name = "pnlBannedTop";
1332             this.pnlBannedTop.Size = new System.Drawing.Size(400, 28);
1333             this.pnlBannedTop.TabIndex = 3;
1334             // 
1335             // label9
1336             // 
1337             this.label9.AutoSize = true;
1338             this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1339             this.label9.Location = new System.Drawing.Point(3, 3);
1340             this.label9.Name = "label9";
1341             this.label9.Size = new System.Drawing.Size(222, 17);
1342             this.label9.TabIndex = 2;
1343             this.label9.Text = "Residents banned from this group";
1344             // 
1345             // pnlBottomControls
1346             // 
1347             this.pnlBottomControls.Controls.Add(this.btnClose);
1348             this.pnlBottomControls.Controls.Add(this.btnApply);
1349             this.pnlBottomControls.Controls.Add(this.btnRefresh);
1350             this.pnlBottomControls.Dock = System.Windows.Forms.DockStyle.Bottom;
1351             this.pnlBottomControls.Location = new System.Drawing.Point(0, 465);
1352             this.pnlBottomControls.Name = "pnlBottomControls";
1353             this.pnlBottomControls.Size = new System.Drawing.Size(408, 34);
1354             this.pnlBottomControls.TabIndex = 6;
1355             // 
1356             // btnClose
1357             // 
1358             this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1359             this.btnClose.Location = new System.Drawing.Point(329, 6);
1360             this.btnClose.Name = "btnClose";
1361             this.btnClose.Size = new System.Drawing.Size(75, 23);
1362             this.btnClose.TabIndex = 0;
1363             this.btnClose.Text = "Close";
1364             this.btnClose.UseVisualStyleBackColor = true;
1365             this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
1366             // 
1367             // btnApply
1368             // 
1369             this.btnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1370             this.btnApply.Enabled = false;
1371             this.btnApply.Location = new System.Drawing.Point(248, 6);
1372             this.btnApply.Name = "btnApply";
1373             this.btnApply.Size = new System.Drawing.Size(75, 23);
1374             this.btnApply.TabIndex = 1;
1375             this.btnApply.Text = "Apply";
1376             this.btnApply.UseVisualStyleBackColor = true;
1377             this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
1378             // 
1379             // btnRefresh
1380             // 
1381             this.btnRefresh.Location = new System.Drawing.Point(13, 6);
1382             this.btnRefresh.Name = "btnRefresh";
1383             this.btnRefresh.Size = new System.Drawing.Size(75, 23);
1384             this.btnRefresh.TabIndex = 2;
1385             this.btnRefresh.Text = "Refresh";
1386             this.btnRefresh.UseVisualStyleBackColor = true;
1387             this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
1388             // 
1389             // GroupDetails
1390             // 
1391             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
1392             this.Controls.Add(this.tcGroupDetails);
1393             this.Controls.Add(this.pnlBottomControls);
1394             this.MinimumSize = new System.Drawing.Size(300, 400);
1395             this.Name = "GroupDetails";
1396             this.Size = new System.Drawing.Size(408, 499);
1397             this.tcGroupDetails.ResumeLayout(false);
1398             this.tpGeneral.ResumeLayout(false);
1399             this.tpGeneral.PerformLayout();
1400             this.memberListContextMenu.ResumeLayout(false);
1401             this.gbPreferences.ResumeLayout(false);
1402             this.gbPreferences.PerformLayout();
1403             ((System.ComponentModel.ISupportInitialize)(this.nudEnrollmentFee)).EndInit();
1404             this.tpMembersRoles.ResumeLayout(false);
1405             this.tpMembersRoles.PerformLayout();
1406             this.tcMembersRoles.ResumeLayout(false);
1407             this.tpMembers.ResumeLayout(false);
1408             this.panel1.ResumeLayout(false);
1409             this.panel1.PerformLayout();
1410             this.tpRoles.ResumeLayout(false);
1411             this.pnlRoleDetaiils.ResumeLayout(false);
1412             this.pnlRoleDetaiils.PerformLayout();
1413             this.rolesContextMenu.ResumeLayout(false);
1414             this.tpNotices.ResumeLayout(false);
1415             this.tpNotices.PerformLayout();
1416             this.pnlNewNotice.ResumeLayout(false);
1417             this.pnlNewNotice.PerformLayout();
1418             this.pnlNoticeAttachment.ResumeLayout(false);
1419             this.pnlNoticeAttachment.PerformLayout();
1420             ((System.ComponentModel.ISupportInitialize)(this.icnNewNoticeAtt)).EndInit();
1421             this.pnlArchivedNotice.ResumeLayout(false);
1422             this.pnlArchivedNotice.PerformLayout();
1423             ((System.ComponentModel.ISupportInitialize)(this.icnItem)).EndInit();
1424             this.tpBanned.ResumeLayout(false);
1425             this.pnlBannedBottom.ResumeLayout(false);
1426             this.pnlBannedTop.ResumeLayout(false);
1427             this.pnlBannedTop.PerformLayout();
1428             this.pnlBottomControls.ResumeLayout(false);
1429             this.ResumeLayout(false);
1430
1431         }
1432
1433         #endregion
1434
1435         public System.Windows.Forms.TabControl tcGroupDetails;
1436         public System.Windows.Forms.TabPage tpGeneral;
1437         public System.Windows.Forms.TabPage tpNotices;
1438         public System.Windows.Forms.Panel pnlInsignia;
1439         public System.Windows.Forms.Label lblFounded;
1440         public System.Windows.Forms.Label lblGroupName;
1441         public System.Windows.Forms.Label lblInsignia;
1442         public System.Windows.Forms.GroupBox gbPreferences;
1443         public System.Windows.Forms.Panel pnlBottomControls;
1444         public System.Windows.Forms.Button btnClose;
1445         public System.Windows.Forms.Button btnApply;
1446         public System.Windows.Forms.Button btnRefresh;
1447         public System.Windows.Forms.CheckBox cbxEnrollmentFee;
1448         public System.Windows.Forms.CheckBox cbxOpenEnrollment;
1449         public System.Windows.Forms.CheckBox cbxShowInSearch;
1450         public System.Windows.Forms.ComboBox cbxMaturity;
1451         public System.Windows.Forms.ComboBox cbxActiveTitle;
1452         public System.Windows.Forms.Label lblActiveTitle;
1453         public System.Windows.Forms.NumericUpDown nudEnrollmentFee;
1454         public System.Windows.Forms.CheckBox cbxListInProfile;
1455         public System.Windows.Forms.CheckBox cbxReceiveNotices;
1456         public System.Windows.Forms.Label lblCharter;
1457         public ListViewNoFlicker lvwGeneralMembers;
1458         public System.Windows.Forms.Label lblOwners;
1459         public System.Windows.Forms.TextBox tbxCharter;
1460         public System.Windows.Forms.ColumnHeader chGenMemberName;
1461         public System.Windows.Forms.ColumnHeader chGenTitle;
1462         public System.Windows.Forms.ColumnHeader chGenLastOn;
1463         public ListViewNoFlicker lvwNoticeArchive;
1464         public System.Windows.Forms.ColumnHeader ntcArchAttachment;
1465         public System.Windows.Forms.ColumnHeader ntcArchSubject;
1466         public System.Windows.Forms.ColumnHeader ntcArchFrom;
1467         public System.Windows.Forms.ColumnHeader ntcArchDate;
1468         public System.Windows.Forms.Label lblGroupNoticesArchive;
1469         public System.Windows.Forms.Panel pnlArchivedNotice;
1470         public System.Windows.Forms.TextBox txtItemName;
1471         public System.Windows.Forms.PictureBox icnItem;
1472         public System.Windows.Forms.Button btnSave;
1473         public System.Windows.Forms.TextBox txtNotice;
1474         public System.Windows.Forms.Label lblTitle;
1475         public System.Windows.Forms.Label lblSentBy;
1476         public System.Windows.Forms.Label label1;
1477         public System.Windows.Forms.TabPage tpMembersRoles;
1478         public System.Windows.Forms.Label label2;
1479         public ListViewNoFlicker lvwMemberDetails;
1480         public System.Windows.Forms.ColumnHeader columnHeader1;
1481         public System.Windows.Forms.ColumnHeader columnHeader2;
1482         public System.Windows.Forms.ColumnHeader columnHeader3;
1483         public System.Windows.Forms.Button btnJoin;
1484         public System.Windows.Forms.TabControl tcMembersRoles;
1485         public System.Windows.Forms.TabPage tpMembers;
1486         public System.Windows.Forms.TabPage tpRoles;
1487         public System.Windows.Forms.Label lblAssignedRoles;
1488         public System.Windows.Forms.Button btnInviteNewMember;
1489         public System.Windows.Forms.Button btnEjectMember;
1490         public System.Windows.Forms.Panel panel1;
1491         public ListViewNoFlicker lvwAssignedRoles;
1492         public System.Windows.Forms.ColumnHeader chHasRole;
1493         public System.Windows.Forms.ColumnHeader chRoleName;
1494         public ListViewNoFlicker lvwAllowedAbilities;
1495         public System.Windows.Forms.ColumnHeader columnHeader4;
1496         public System.Windows.Forms.Label label3;
1497         public ListViewNoFlicker lvwRoles;
1498         public System.Windows.Forms.ColumnHeader chRoleListName;
1499         public System.Windows.Forms.ColumnHeader chRoleTitle;
1500         private System.Windows.Forms.Panel pnlRoleDetaiils;
1501         private System.Windows.Forms.Button btnDeleteRole;
1502         private System.Windows.Forms.Button btnCreateNewRole;
1503         private System.Windows.Forms.Label label4;
1504         private System.Windows.Forms.TextBox txtRoleName;
1505         private System.Windows.Forms.Label label5;
1506         private System.Windows.Forms.Label label6;
1507         private System.Windows.Forms.TextBox txtRoleTitle;
1508         private System.Windows.Forms.TextBox txtRoleDescription;
1509         public ListViewNoFlicker lvwAssignedMembers;
1510         public System.Windows.Forms.ColumnHeader columnHeader5;
1511         private System.Windows.Forms.Label label8;
1512         private System.Windows.Forms.Label label7;
1513         public ListViewNoFlicker lvwRoleAbilitis;
1514         public System.Windows.Forms.ColumnHeader columnHeader6;
1515         public System.Windows.Forms.ColumnHeader columnHeader7;
1516         private System.Windows.Forms.Button btnSaveRole;
1517         private System.Windows.Forms.Button btnNewNotice;
1518         public System.Windows.Forms.Panel pnlNewNotice;
1519         public System.Windows.Forms.TextBox txtNewNoteAtt;
1520         public System.Windows.Forms.PictureBox icnNewNoticeAtt;
1521         public System.Windows.Forms.Button btnSend;
1522         public System.Windows.Forms.TextBox txtNewNoticeBody;
1523         public System.Windows.Forms.Label label10;
1524         public System.Windows.Forms.Label label11;
1525         private System.Windows.Forms.TextBox txtNewNoticeTitle;
1526         private System.Windows.Forms.Button btnPasteInv;
1527         private System.Windows.Forms.Button btnRemoveAttachment;
1528         private System.Windows.Forms.GroupBox pnlNoticeAttachment;
1529         private System.Windows.Forms.ContextMenuStrip memberListContextMenu;
1530         private System.Windows.Forms.ToolStripMenuItem memberListContextMenuSave;
1531         public System.Windows.Forms.TextBox txtGroupID;
1532         private System.Windows.Forms.ColumnHeader cbRoleID;
1533         private System.Windows.Forms.ContextMenuStrip rolesContextMenu;
1534         private System.Windows.Forms.ToolStripMenuItem copyRoleIDToolStripMenuItem;
1535         private System.Windows.Forms.TabPage tpBanned;
1536         public ListViewNoFlicker lwBannedMembers;
1537         public System.Windows.Forms.ColumnHeader chBannedName;
1538         public System.Windows.Forms.ColumnHeader chBannedOn;
1539         private System.Windows.Forms.Panel pnlBannedBottom;
1540         private System.Windows.Forms.Button btnUnban;
1541         private System.Windows.Forms.Button btnBan;
1542         private System.Windows.Forms.Panel pnlBannedTop;
1543         public System.Windows.Forms.Label label9;
1544         public System.Windows.Forms.Button btnBanMember;
1545
1546     }
1547 }