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.
362 lines
16 KiB
362 lines
16 KiB
namespace ControlSystem
|
|
{
|
|
partial class FrmUsers
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
_formInstance = null;
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.tsmEdit = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tbUserName = new System.Windows.Forms.TextBox();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.treeView1 = new System.Windows.Forms.TreeView();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.btQuery = new System.Windows.Forms.Button();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.tbContent = new System.Windows.Forms.ComboBox();
|
|
this.cbField = new System.Windows.Forms.ComboBox();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.tbPassword = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.btSave = new System.Windows.Forms.Button();
|
|
this.btAll = new System.Windows.Forms.Button();
|
|
this.btNull = new System.Windows.Forms.Button();
|
|
this.tbUserID = new System.Windows.Forms.TextBox();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.tabPage1.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(155, 9);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(41, 12);
|
|
this.label4.TabIndex = 40;
|
|
this.label4.Text = "姓名:";
|
|
//
|
|
// tsmEdit
|
|
//
|
|
this.tsmEdit.Name = "tsmEdit";
|
|
this.tsmEdit.Size = new System.Drawing.Size(94, 22);
|
|
this.tsmEdit.Text = "修改";
|
|
this.tsmEdit.Click += new System.EventHandler(this.tsmEdit_Click);
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmEdit,
|
|
this.toolStripSeparator1,
|
|
this.ToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(95, 54);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(91, 6);
|
|
//
|
|
// ToolStripMenuItem
|
|
//
|
|
this.ToolStripMenuItem.Name = "ToolStripMenuItem";
|
|
this.ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
|
|
this.ToolStripMenuItem.Text = "删除";
|
|
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(20, 45);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
this.label1.TabIndex = 42;
|
|
this.label1.Text = "权限:";
|
|
//
|
|
// tbUserName
|
|
//
|
|
this.tbUserName.Location = new System.Drawing.Point(197, 6);
|
|
this.tbUserName.Name = "tbUserName";
|
|
this.tbUserName.Size = new System.Drawing.Size(101, 21);
|
|
this.tbUserName.TabIndex = 41;
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
this.dataGridView1.AllowUserToOrderColumns = true;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.dataGridView1.Location = new System.Drawing.Point(6, 484);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.Size = new System.Drawing.Size(868, 169);
|
|
this.dataGridView1.TabIndex = 24;
|
|
this.dataGridView1.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDown);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(11, 9);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
|
this.label2.TabIndex = 27;
|
|
this.label2.Text = "用户ID:";
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.treeView1);
|
|
this.tabPage1.Controls.Add(this.groupBox1);
|
|
this.tabPage1.Controls.Add(this.checkBox1);
|
|
this.tabPage1.Controls.Add(this.tbPassword);
|
|
this.tabPage1.Controls.Add(this.label3);
|
|
this.tabPage1.Controls.Add(this.label1);
|
|
this.tabPage1.Controls.Add(this.tbUserName);
|
|
this.tabPage1.Controls.Add(this.label4);
|
|
this.tabPage1.Controls.Add(this.btSave);
|
|
this.tabPage1.Controls.Add(this.btAll);
|
|
this.tabPage1.Controls.Add(this.btNull);
|
|
this.tabPage1.Controls.Add(this.tbUserID);
|
|
this.tabPage1.Controls.Add(this.label2);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 21);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(864, 446);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "维护用户信息";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// treeView1
|
|
//
|
|
this.treeView1.CheckBoxes = true;
|
|
this.treeView1.Location = new System.Drawing.Point(63, 33);
|
|
this.treeView1.Name = "treeView1";
|
|
this.treeView1.Size = new System.Drawing.Size(443, 380);
|
|
this.treeView1.TabIndex = 51;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.button2);
|
|
this.groupBox1.Controls.Add(this.btQuery);
|
|
this.groupBox1.Controls.Add(this.label10);
|
|
this.groupBox1.Controls.Add(this.tbContent);
|
|
this.groupBox1.Controls.Add(this.cbField);
|
|
this.groupBox1.Location = new System.Drawing.Point(512, 9);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(346, 404);
|
|
this.groupBox1.TabIndex = 50;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "查询";
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(211, 154);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(74, 21);
|
|
this.button2.TabIndex = 45;
|
|
this.button2.Text = "显示全部";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// btQuery
|
|
//
|
|
this.btQuery.Location = new System.Drawing.Point(211, 111);
|
|
this.btQuery.Name = "btQuery";
|
|
this.btQuery.Size = new System.Drawing.Size(74, 21);
|
|
this.btQuery.TabIndex = 43;
|
|
this.btQuery.Text = "开始查询";
|
|
this.btQuery.UseVisualStyleBackColor = true;
|
|
this.btQuery.Click += new System.EventHandler(this.btQuery_Click);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(23, 73);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(29, 12);
|
|
this.label10.TabIndex = 42;
|
|
this.label10.Text = "选择";
|
|
//
|
|
// tbContent
|
|
//
|
|
this.tbContent.FormattingEnabled = true;
|
|
this.tbContent.Location = new System.Drawing.Point(149, 69);
|
|
this.tbContent.Name = "tbContent";
|
|
this.tbContent.Size = new System.Drawing.Size(191, 20);
|
|
this.tbContent.TabIndex = 41;
|
|
//
|
|
// cbField
|
|
//
|
|
this.cbField.FormattingEnabled = true;
|
|
this.cbField.Items.AddRange(new object[] {
|
|
"用户ID",
|
|
"姓名"});
|
|
this.cbField.Location = new System.Drawing.Point(58, 69);
|
|
this.cbField.Name = "cbField";
|
|
this.cbField.Size = new System.Drawing.Size(85, 20);
|
|
this.cbField.TabIndex = 41;
|
|
this.cbField.SelectedIndexChanged += new System.EventHandler(this.cbField_SelectedIndexChanged);
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Checked = true;
|
|
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.checkBox1.Location = new System.Drawing.Point(352, 422);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(84, 16);
|
|
this.checkBox1.TabIndex = 49;
|
|
this.checkBox1.Text = "增加新用户";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|
//
|
|
// tbPassword
|
|
//
|
|
this.tbPassword.Location = new System.Drawing.Point(360, 6);
|
|
this.tbPassword.Name = "tbPassword";
|
|
this.tbPassword.PasswordChar = '*';
|
|
this.tbPassword.Size = new System.Drawing.Size(101, 21);
|
|
this.tbPassword.TabIndex = 45;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(318, 9);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(41, 12);
|
|
this.label3.TabIndex = 44;
|
|
this.label3.Text = "密码:";
|
|
//
|
|
// btSave
|
|
//
|
|
this.btSave.Location = new System.Drawing.Point(442, 419);
|
|
this.btSave.Name = "btSave";
|
|
this.btSave.Size = new System.Drawing.Size(54, 21);
|
|
this.btSave.TabIndex = 35;
|
|
this.btSave.Text = "保存";
|
|
this.btSave.UseVisualStyleBackColor = true;
|
|
this.btSave.Click += new System.EventHandler(this.btSave_Click);
|
|
//
|
|
// btAll
|
|
//
|
|
this.btAll.Location = new System.Drawing.Point(7, 218);
|
|
this.btAll.Name = "btAll";
|
|
this.btAll.Size = new System.Drawing.Size(54, 21);
|
|
this.btAll.TabIndex = 34;
|
|
this.btAll.Text = "全选";
|
|
this.btAll.UseVisualStyleBackColor = true;
|
|
this.btAll.Click += new System.EventHandler(this.btAll_Click);
|
|
//
|
|
// btNull
|
|
//
|
|
this.btNull.Location = new System.Drawing.Point(7, 266);
|
|
this.btNull.Name = "btNull";
|
|
this.btNull.Size = new System.Drawing.Size(54, 21);
|
|
this.btNull.TabIndex = 34;
|
|
this.btNull.Text = "清空";
|
|
this.btNull.UseVisualStyleBackColor = true;
|
|
this.btNull.Click += new System.EventHandler(this.btNull_Click);
|
|
//
|
|
// tbUserID
|
|
//
|
|
this.tbUserID.Location = new System.Drawing.Point(63, 6);
|
|
this.tbUserID.Name = "tbUserID";
|
|
this.tbUserID.Size = new System.Drawing.Size(86, 21);
|
|
this.tbUserID.TabIndex = 28;
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Location = new System.Drawing.Point(6, 7);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(872, 471);
|
|
this.tabControl1.TabIndex = 23;
|
|
//
|
|
// FrmUsers
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(890, 665);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.Name = "FrmUsers";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "系统用户管理";
|
|
this.Load += new System.EventHandler(this.FrmUsers_Load);
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage1.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmEdit;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox tbUserName;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.Button btSave;
|
|
private System.Windows.Forms.Button btNull;
|
|
private System.Windows.Forms.TextBox tbUserID;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TextBox tbPassword;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
|
|
private System.Windows.Forms.Button btAll;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button btQuery;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.ComboBox cbField;
|
|
private System.Windows.Forms.ComboBox tbContent;
|
|
private System.Windows.Forms.TreeView treeView1;
|
|
}
|
|
}
|