📄 formyhxx.designer.cs
字号:
//
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.Location = new System.Drawing.Point(10, 133);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 21);
this.button4.TabIndex = 4;
this.button4.Text = "备 注";
this.button4.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.Location = new System.Drawing.Point(10, 101);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 21);
this.button3.TabIndex = 4;
this.button3.Text = "用户密码";
this.button3.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Location = new System.Drawing.Point(10, 64);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 21);
this.button2.TabIndex = 4;
this.button2.Text = "员工编号";
this.button2.UseVisualStyleBackColor = true;
//
// button9
//
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button9.Location = new System.Drawing.Point(336, 28);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(92, 21);
this.button9.TabIndex = 4;
this.button9.Text = "用户可用权限";
this.button9.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(10, 28);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 21);
this.button1.TabIndex = 4;
this.button1.Text = "用 户 名";
this.button1.UseVisualStyleBackColor = true;
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(369, 46);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(100, 119);
this.pictureBox1.TabIndex = 8;
this.pictureBox1.TabStop = false;
//
// 查询
//
this.查询.Location = new System.Drawing.Point(441, 202);
this.查询.Name = "查询";
this.查询.Size = new System.Drawing.Size(75, 31);
this.查询.TabIndex = 5;
this.查询.Text = "查 询";
this.查询.UseVisualStyleBackColor = true;
this.查询.Click += new System.EventHandler(this.查询_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(332, 202);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 31);
this.button5.TabIndex = 7;
this.button5.Text = "刷 新";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.刷新ToolStripMenuItem_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(229, 202);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 31);
this.button6.TabIndex = 8;
this.button6.Text = "删 除";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.tslSc_Click);
//
// button7
//
this.button7.Location = new System.Drawing.Point(120, 201);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(75, 31);
this.button7.TabIndex = 9;
this.button7.Text = "修 改";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.tslXg_Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(12, 201);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(75, 31);
this.button8.TabIndex = 9;
this.button8.Text = "添 加";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.tslTj_Click);
//
// formYhxx
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(535, 447);
this.Controls.Add(this.button8);
this.Controls.Add(this.button7);
this.Controls.Add(this.button6);
this.Controls.Add(this.button5);
this.Controls.Add(this.查询);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "formYhxx";
this.Text = "用户信息";
this.Load += new System.EventHandler(this.yhxxBiao_Load);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtuseAb;
private System.Windows.Forms.TextBox txtyhPSD;
private System.Windows.Forms.TextBox txtyhID;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button 查询;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.ComboBox cbYgID;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.PictureBox pictureBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -