OSDN Git Service

Check if group bans is available on the current region RAD-471
[radegast/radegast.git] / Radegast / GUI / Consoles / GroupDetails.Designer.cs
index 4454a53..afae3c4 100644 (file)
@@ -97,6 +97,7 @@ namespace Radegast
             this.chHasRole = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
             this.chRoleName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
             this.btnInviteNewMember = new System.Windows.Forms.Button();
+            this.btnBanMember = new System.Windows.Forms.Button();
             this.btnEjectMember = new System.Windows.Forms.Button();
             this.label3 = new System.Windows.Forms.Label();
             this.lblAssignedRoles = new System.Windows.Forms.Label();
@@ -161,16 +162,14 @@ namespace Radegast
             this.chBannedName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
             this.chBannedOn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
             this.pnlBannedBottom = new System.Windows.Forms.Panel();
-            this.btnRefreshBanned = new System.Windows.Forms.Button();
             this.btnUnban = new System.Windows.Forms.Button();
             this.btnBan = new System.Windows.Forms.Button();
             this.pnlBannedTop = new System.Windows.Forms.Panel();
-            this.label9 = new System.Windows.Forms.Label();
+            this.lblGroupBansTitle = new System.Windows.Forms.Label();
             this.pnlBottomControls = new System.Windows.Forms.Panel();
             this.btnClose = new System.Windows.Forms.Button();
             this.btnApply = new System.Windows.Forms.Button();
             this.btnRefresh = new System.Windows.Forms.Button();
-            this.btnBanMember = new System.Windows.Forms.Button();
             this.tcGroupDetails.SuspendLayout();
             this.tpGeneral.SuspendLayout();
             this.memberListContextMenu.SuspendLayout();
@@ -603,6 +602,18 @@ namespace Radegast
             this.btnInviteNewMember.UseVisualStyleBackColor = true;
             this.btnInviteNewMember.Click += new System.EventHandler(this.btnInviteNewMember_Click);
             // 
+            // btnBanMember
+            // 
+            this.btnBanMember.AccessibleName = "Eject from group";
+            this.btnBanMember.Enabled = false;
+            this.btnBanMember.Location = new System.Drawing.Point(178, 3);
+            this.btnBanMember.Name = "btnBanMember";
+            this.btnBanMember.Size = new System.Drawing.Size(80, 23);
+            this.btnBanMember.TabIndex = 11;
+            this.btnBanMember.Text = "Ban";
+            this.btnBanMember.UseVisualStyleBackColor = false;
+            this.btnBanMember.Click += new System.EventHandler(this.btnBanMember_Click);
+            // 
             // btnEjectMember
             // 
             this.btnEjectMember.AccessibleName = "Eject from group";
@@ -1283,7 +1294,6 @@ namespace Radegast
             // 
             // pnlBannedBottom
             // 
-            this.pnlBannedBottom.Controls.Add(this.btnRefreshBanned);
             this.pnlBannedBottom.Controls.Add(this.btnUnban);
             this.pnlBannedBottom.Controls.Add(this.btnBan);
             this.pnlBannedBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
@@ -1292,16 +1302,6 @@ namespace Radegast
             this.pnlBannedBottom.Size = new System.Drawing.Size(400, 39);
             this.pnlBannedBottom.TabIndex = 4;
             // 
-            // btnRefreshBanned
-            // 
-            this.btnRefreshBanned.Location = new System.Drawing.Point(165, 3);
-            this.btnRefreshBanned.Name = "btnRefreshBanned";
-            this.btnRefreshBanned.Size = new System.Drawing.Size(75, 23);
-            this.btnRefreshBanned.TabIndex = 2;
-            this.btnRefreshBanned.Text = "Refresh";
-            this.btnRefreshBanned.UseVisualStyleBackColor = true;
-            this.btnRefreshBanned.Click += new System.EventHandler(this.btnRefreshBanned_Click);
-            // 
             // btnUnban
             // 
             this.btnUnban.Enabled = false;
@@ -1325,22 +1325,22 @@ namespace Radegast
             // 
             // pnlBannedTop
             // 
-            this.pnlBannedTop.Controls.Add(this.label9);
+            this.pnlBannedTop.Controls.Add(this.lblGroupBansTitle);
             this.pnlBannedTop.Dock = System.Windows.Forms.DockStyle.Top;
             this.pnlBannedTop.Location = new System.Drawing.Point(0, 0);
             this.pnlBannedTop.Name = "pnlBannedTop";
             this.pnlBannedTop.Size = new System.Drawing.Size(400, 28);
             this.pnlBannedTop.TabIndex = 3;
             // 
-            // label9
+            // lblGroupBansTitle
             // 
-            this.label9.AutoSize = true;
-            this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.label9.Location = new System.Drawing.Point(3, 3);
-            this.label9.Name = "label9";
-            this.label9.Size = new System.Drawing.Size(222, 17);
-            this.label9.TabIndex = 2;
-            this.label9.Text = "Residents banned from this group";
+            this.lblGroupBansTitle.AutoSize = true;
+            this.lblGroupBansTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lblGroupBansTitle.Location = new System.Drawing.Point(3, 3);
+            this.lblGroupBansTitle.Name = "lblGroupBansTitle";
+            this.lblGroupBansTitle.Size = new System.Drawing.Size(222, 17);
+            this.lblGroupBansTitle.TabIndex = 2;
+            this.lblGroupBansTitle.Text = "Residents banned from this group";
             // 
             // pnlBottomControls
             // 
@@ -1386,18 +1386,6 @@ namespace Radegast
             this.btnRefresh.UseVisualStyleBackColor = true;
             this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
             // 
-            // btnBanMember
-            // 
-            this.btnBanMember.AccessibleName = "Eject from group";
-            this.btnBanMember.Enabled = false;
-            this.btnBanMember.Location = new System.Drawing.Point(178, 3);
-            this.btnBanMember.Name = "btnBanMember";
-            this.btnBanMember.Size = new System.Drawing.Size(80, 23);
-            this.btnBanMember.TabIndex = 11;
-            this.btnBanMember.Text = "Ban";
-            this.btnBanMember.UseVisualStyleBackColor = false;
-            this.btnBanMember.Click += new System.EventHandler(this.btnBanMember_Click);
-            // 
             // GroupDetails
             // 
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
@@ -1549,11 +1537,10 @@ namespace Radegast
         public System.Windows.Forms.ColumnHeader chBannedName;
         public System.Windows.Forms.ColumnHeader chBannedOn;
         private System.Windows.Forms.Panel pnlBannedBottom;
-        private System.Windows.Forms.Button btnRefreshBanned;
         private System.Windows.Forms.Button btnUnban;
         private System.Windows.Forms.Button btnBan;
         private System.Windows.Forms.Panel pnlBannedTop;
-        public System.Windows.Forms.Label label9;
+        public System.Windows.Forms.Label lblGroupBansTitle;
         public System.Windows.Forms.Button btnBanMember;
 
     }