103 lines
4.0 KiB
C#
103 lines
4.0 KiB
C#
|
namespace FLSystem.Forms
|
|||
|
{
|
|||
|
partial class member_reelect_group
|
|||
|
{
|
|||
|
/// <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.label2 = new System.Windows.Forms.Label();
|
|||
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.ForeColor = System.Drawing.Color.Red;
|
|||
|
this.label2.Location = new System.Drawing.Point(88, 90);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(283, 14);
|
|||
|
this.label2.TabIndex = 7;
|
|||
|
this.label2.Text = "注:删除分组,将分组对应的用户转移至选择分组中";
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.Location = new System.Drawing.Point(330, 41);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.button1.TabIndex = 6;
|
|||
|
this.button1.Text = "确定";
|
|||
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Location = new System.Drawing.Point(68, 45);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(67, 14);
|
|||
|
this.label1.TabIndex = 5;
|
|||
|
this.label1.Text = "选择分组:";
|
|||
|
//
|
|||
|
// comboBox1
|
|||
|
//
|
|||
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.comboBox1.FormattingEnabled = true;
|
|||
|
this.comboBox1.Location = new System.Drawing.Point(141, 41);
|
|||
|
this.comboBox1.Name = "comboBox1";
|
|||
|
this.comboBox1.Size = new System.Drawing.Size(170, 22);
|
|||
|
this.comboBox1.TabIndex = 4;
|
|||
|
//
|
|||
|
// member_reelect_group
|
|||
|
//
|
|||
|
this.AcceptButton = this.button1;
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(472, 144);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.button1);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.comboBox1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "member_reelect_group";
|
|||
|
this.Text = "选择移入分组";
|
|||
|
this.Load += new System.EventHandler(this.member_reelect_group_Load);
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.Button button1;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.ComboBox comboBox1;
|
|||
|
}
|
|||
|
}
|