132 lines
6.6 KiB
C#
132 lines
6.6 KiB
C#
|
namespace Server.User
|
|||
|
{
|
|||
|
partial class FrmBetaUsers
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
this.components = new System.ComponentModel.Container();
|
|||
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|||
|
this.添加用户组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.修改用户组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.删除用户组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.objectListView1 = new BrightIdeasSoftware.ObjectListView();
|
|||
|
this.OlvTitle = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|||
|
this.OlvUserList = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|||
|
this.contextMenuStrip1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.objectListView1)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// contextMenuStrip1
|
|||
|
//
|
|||
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.添加用户组ToolStripMenuItem,
|
|||
|
this.修改用户组ToolStripMenuItem,
|
|||
|
this.删除用户组ToolStripMenuItem});
|
|||
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|||
|
this.contextMenuStrip1.Size = new System.Drawing.Size(137, 70);
|
|||
|
//
|
|||
|
// 添加用户组ToolStripMenuItem
|
|||
|
//
|
|||
|
this.添加用户组ToolStripMenuItem.Name = "添加用户组ToolStripMenuItem";
|
|||
|
this.添加用户组ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|||
|
this.添加用户组ToolStripMenuItem.Text = "添加用户组";
|
|||
|
this.添加用户组ToolStripMenuItem.Click += new System.EventHandler(this.添加用户组ToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// 修改用户组ToolStripMenuItem
|
|||
|
//
|
|||
|
this.修改用户组ToolStripMenuItem.Name = "修改用户组ToolStripMenuItem";
|
|||
|
this.修改用户组ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|||
|
this.修改用户组ToolStripMenuItem.Text = "修改用户组";
|
|||
|
this.修改用户组ToolStripMenuItem.Click += new System.EventHandler(this.修改用户组ToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// 删除用户组ToolStripMenuItem
|
|||
|
//
|
|||
|
this.删除用户组ToolStripMenuItem.Name = "删除用户组ToolStripMenuItem";
|
|||
|
this.删除用户组ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|||
|
this.删除用户组ToolStripMenuItem.Text = "删除用户组";
|
|||
|
this.删除用户组ToolStripMenuItem.Click += new System.EventHandler(this.删除用户组ToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// objectListView1
|
|||
|
//
|
|||
|
this.objectListView1.AllColumns.Add(this.OlvTitle);
|
|||
|
this.objectListView1.AllColumns.Add(this.OlvUserList);
|
|||
|
this.objectListView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|||
|
| System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.objectListView1.CellEditUseWholeCell = false;
|
|||
|
this.objectListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|||
|
this.OlvTitle,
|
|||
|
this.OlvUserList});
|
|||
|
this.objectListView1.ContextMenuStrip = this.contextMenuStrip1;
|
|||
|
this.objectListView1.Cursor = System.Windows.Forms.Cursors.Default;
|
|||
|
this.objectListView1.FullRowSelect = true;
|
|||
|
this.objectListView1.HideSelection = false;
|
|||
|
this.objectListView1.Location = new System.Drawing.Point(9, 8);
|
|||
|
this.objectListView1.Name = "objectListView1";
|
|||
|
this.objectListView1.Size = new System.Drawing.Size(712, 522);
|
|||
|
this.objectListView1.TabIndex = 1;
|
|||
|
this.objectListView1.UseCompatibleStateImageBehavior = false;
|
|||
|
this.objectListView1.View = System.Windows.Forms.View.Details;
|
|||
|
this.objectListView1.DoubleClick += new System.EventHandler(this.ObjectListView1_DoubleClick);
|
|||
|
//
|
|||
|
// OlvTitle
|
|||
|
//
|
|||
|
this.OlvTitle.Text = "说明";
|
|||
|
this.OlvTitle.Width = 200;
|
|||
|
//
|
|||
|
// OlvUserList
|
|||
|
//
|
|||
|
this.OlvUserList.Text = "用户列表";
|
|||
|
this.OlvUserList.Width = 400;
|
|||
|
//
|
|||
|
// FrmBetaUsers
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(732, 542);
|
|||
|
this.Controls.Add(this.objectListView1);
|
|||
|
this.Name = "FrmBetaUsers";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "特定更新用户组";
|
|||
|
this.Load += new System.EventHandler(this.FrmBetaUsers_Load);
|
|||
|
this.contextMenuStrip1.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.objectListView1)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private BrightIdeasSoftware.ObjectListView objectListView1;
|
|||
|
private BrightIdeasSoftware.OLVColumn OlvTitle;
|
|||
|
private BrightIdeasSoftware.OLVColumn OlvUserList;
|
|||
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem 添加用户组ToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem 修改用户组ToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem 删除用户组ToolStripMenuItem;
|
|||
|
}
|
|||
|
}
|