You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

133 lines
5.8 KiB

namespace CircleViewer.Dialogs
{
partial class RevokeMemberDlg
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RevokeMemberDlg));
this.panel1 = new System.Windows.Forms.Panel();
this.bnRevoke = new System.Windows.Forms.Button();
this.bnCancel = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.lbMemberList = new System.Windows.Forms.ListBox();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.bnRevoke);
this.panel1.Controls.Add(this.bnCancel);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 563);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(384, 36);
this.panel1.TabIndex = 1;
//
// bnRevoke
//
this.bnRevoke.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.bnRevoke.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.bnRevoke.Location = new System.Drawing.Point(202, 6);
this.bnRevoke.Name = "bnRevoke";
this.bnRevoke.Size = new System.Drawing.Size(75, 23);
this.bnRevoke.TabIndex = 1;
this.bnRevoke.Text = "Revoke";
this.bnRevoke.UseVisualStyleBackColor = true;
this.bnRevoke.Click += new System.EventHandler(this.bnRevoke_Click);
//
// bnCancel
//
this.bnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.bnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.bnCancel.Location = new System.Drawing.Point(296, 6);
this.bnCancel.Name = "bnCancel";
this.bnCancel.Size = new System.Drawing.Size(75, 23);
this.bnCancel.TabIndex = 0;
this.bnCancel.Text = "Cancel";
this.bnCancel.UseVisualStyleBackColor = true;
//
// panel2
//
this.panel2.Controls.Add(this.label1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(384, 34);
this.panel2.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(4, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(181, 16);
this.label1.TabIndex = 0;
this.label1.Text = "Select the member to revoke.";
//
// lbMemberList
//
this.lbMemberList.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbMemberList.FormattingEnabled = true;
this.lbMemberList.ItemHeight = 16;
this.lbMemberList.Location = new System.Drawing.Point(0, 34);
this.lbMemberList.Name = "lbMemberList";
this.lbMemberList.Size = new System.Drawing.Size(384, 529);
this.lbMemberList.TabIndex = 4;
//
// RevokeMemberDlg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.bnRevoke;
this.ClientSize = new System.Drawing.Size(384, 599);
this.Controls.Add(this.lbMemberList);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "RevokeMemberDlg";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Revoke Member";
this.Load += new System.EventHandler(this.RevokeMemberDlg_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button bnRevoke;
private System.Windows.Forms.Button bnCancel;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ListBox lbMemberList;
}
}