📄 form_usermanage.designer.cs
字号:
namespace AttendManager
{
partial class Form_UserManage
{
/// <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);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_UserManage));
this.odbcSelectCommand1 = new System.Data.Odbc.OdbcCommand();
this.odbcInsertCommand1 = new System.Data.Odbc.OdbcCommand();
this.odbcUpdateCommand1 = new System.Data.Odbc.OdbcCommand();
this.odbcDeleteCommand1 = new System.Data.Odbc.OdbcCommand();
this.odbcDataAdapter1 = new System.Data.Odbc.OdbcDataAdapter();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.comboBox_usertype = new System.Windows.Forms.ComboBox();
this.button_update = new System.Windows.Forms.Button();
this.button_del = new System.Windows.Forms.Button();
this.button_add = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.textBox_conntext = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox_pw = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.textBox_username = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.panel2 = new System.Windows.Forms.Panel();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.dataSet1 = new AttendManager.DataSet1();
this.textBox_usertype = new System.Windows.Forms.TextBox();
this.button_new = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.groupBox1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
this.bindingNavigator1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
this.panel3.SuspendLayout();
this.panel4.SuspendLayout();
this.SuspendLayout();
//
// odbcDataAdapter1
//
this.odbcDataAdapter1.DeleteCommand = this.odbcDeleteCommand1;
this.odbcDataAdapter1.InsertCommand = this.odbcInsertCommand1;
this.odbcDataAdapter1.SelectCommand = this.odbcSelectCommand1;
this.odbcDataAdapter1.UpdateCommand = this.odbcUpdateCommand1;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button_new);
this.groupBox1.Controls.Add(this.textBox_usertype);
this.groupBox1.Controls.Add(this.comboBox_usertype);
this.groupBox1.Controls.Add(this.button_update);
this.groupBox1.Controls.Add(this.button_del);
this.groupBox1.Controls.Add(this.button_add);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.textBox_conntext);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.textBox_pw);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.textBox_username);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(770, 200);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "用户管理";
//
// comboBox_usertype
//
this.comboBox_usertype.FormattingEnabled = true;
this.comboBox_usertype.Location = new System.Drawing.Point(77, 84);
this.comboBox_usertype.Name = "comboBox_usertype";
this.comboBox_usertype.Size = new System.Drawing.Size(100, 20);
this.comboBox_usertype.TabIndex = 3;
this.comboBox_usertype.SelectedIndexChanged += new System.EventHandler(this.comboBox_usertype_SelectedIndexChanged);
//
// button_update
//
this.button_update.Location = new System.Drawing.Point(232, 148);
this.button_update.Name = "button_update";
this.button_update.Size = new System.Drawing.Size(52, 22);
this.button_update.TabIndex = 7;
this.button_update.Text = "修改";
this.button_update.UseVisualStyleBackColor = true;
this.button_update.Click += new System.EventHandler(this.button_update_Click);
//
// button_del
//
this.button_del.Location = new System.Drawing.Point(325, 148);
this.button_del.Name = "button_del";
this.button_del.Size = new System.Drawing.Size(52, 22);
this.button_del.TabIndex = 8;
this.button_del.Text = "删除";
this.button_del.UseVisualStyleBackColor = true;
this.button_del.Click += new System.EventHandler(this.button_del_Click);
//
// button_add
//
this.button_add.Location = new System.Drawing.Point(135, 148);
this.button_add.Name = "button_add";
this.button_add.Size = new System.Drawing.Size(52, 22);
this.button_add.TabIndex = 6;
this.button_add.Text = "保存";
this.button_add.UseVisualStyleBackColor = true;
this.button_add.Click += new System.EventHandler(this.button_add_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(30, 113);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 7;
this.label4.Text = "备注:";
//
// textBox_conntext
//
this.textBox_conntext.Location = new System.Drawing.Point(77, 110);
this.textBox_conntext.Name = "textBox_conntext";
this.textBox_conntext.Size = new System.Drawing.Size(410, 21);
this.textBox_conntext.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 86);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 5;
this.label3.Text = "用户类型:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(30, 59);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 3;
this.label2.Text = "口令:";
//
// textBox_pw
//
this.textBox_pw.Location = new System.Drawing.Point(77, 56);
this.textBox_pw.Name = "textBox_pw";
this.textBox_pw.PasswordChar = '*';
this.textBox_pw.Size = new System.Drawing.Size(100, 21);
this.textBox_pw.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(18, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 1;
this.label1.Text = "用户名:";
//
// textBox_username
//
this.textBox_username.Location = new System.Drawing.Point(77, 29);
this.textBox_username.Name = "textBox_username";
this.textBox_username.Size = new System.Drawing.Size(100, 21);
this.textBox_username.TabIndex = 1;
//
// panel1
//
this.panel1.Controls.Add(this.bindingNavigator1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(770, 31);
this.panel1.TabIndex = 4;
//
// bindingNavigator1
//
this.bindingNavigator1.AddNewItem = null;
this.bindingNavigator1.BindingSource = this.bindingSource1;
this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
this.bindingNavigator1.DeleteItem = null;
this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Fill;
this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -