📄 addoperator.designer.cs
字号:
namespace BMS
{
partial class AddOperator
{
/// <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(AddOperator));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.opid = new System.Windows.Forms.TextBox();
this.opname = new System.Windows.Forms.TextBox();
this.opwd = new System.Windows.Forms.TextBox();
this.opage = new System.Windows.Forms.TextBox();
this.scom1 = new System.Windows.Forms.ComboBox();
this.opdegreen = new System.Windows.Forms.TextBox();
this.opaddress = new System.Windows.Forms.TextBox();
this.ophone = new System.Windows.Forms.TextBox();
this.addpepole = new System.Windows.Forms.TextBox();
this.addtime = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.passwordDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sexDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ageDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.schoolDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.degreenumDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.addressDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.phoneDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.addpeopleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.addateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.operateBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.book_manageDataSet = new BMS.Book_manageDataSet();
this.panel1 = new System.Windows.Forms.Panel();
this.sexcom = new System.Windows.Forms.ComboBox();
this.operateTableAdapter = new BMS.Book_manageDataSetTableAdapters.OperateTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.operateBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.book_manageDataSet)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "ID号:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(10, 48);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 1;
this.label2.Text = "姓名:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(217, 10);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 2;
this.label3.Text = "性别:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(10, 92);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 3;
this.label4.Text = "密码:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(217, 48);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 4;
this.label5.Text = "年龄:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(217, 92);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 5;
this.label6.Text = "学历:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(427, 16);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 6;
this.label7.Text = "身份证号:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(427, 54);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 7;
this.label8.Text = "联系地址:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(427, 95);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 8;
this.label9.Text = "联系电话:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(22, 155);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 9;
this.label10.Text = "操作人:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(229, 155);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(65, 12);
this.label11.TabIndex = 10;
this.label11.Text = "添加时间:";
//
// opid
//
this.opid.Location = new System.Drawing.Point(81, 7);
this.opid.Name = "opid";
this.opid.Size = new System.Drawing.Size(100, 21);
this.opid.TabIndex = 11;
//
// opname
//
this.opname.Location = new System.Drawing.Point(81, 45);
this.opname.MaxLength = 10;
this.opname.Name = "opname";
this.opname.Size = new System.Drawing.Size(100, 21);
this.opname.TabIndex = 12;
//
// opwd
//
this.opwd.Location = new System.Drawing.Point(81, 89);
this.opwd.Name = "opwd";
this.opwd.PasswordChar = '*';
this.opwd.Size = new System.Drawing.Size(100, 21);
this.opwd.TabIndex = 15;
//
// opage
//
this.opage.Location = new System.Drawing.Point(276, 45);
this.opage.MaxLength = 2;
this.opage.Name = "opage";
this.opage.Size = new System.Drawing.Size(121, 21);
this.opage.TabIndex = 16;
//
// scom1
//
this.scom1.FormattingEnabled = true;
this.scom1.Items.AddRange(new object[] {
"中专",
"大专",
"本科",
"研究生",
""});
this.scom1.Location = new System.Drawing.Point(276, 92);
this.scom1.Name = "scom1";
this.scom1.Size = new System.Drawing.Size(121, 20);
this.scom1.TabIndex = 17;
//
// opdegreen
//
this.opdegreen.Location = new System.Drawing.Point(511, 8);
this.opdegreen.Name = "opdegreen";
this.opdegreen.Size = new System.Drawing.Size(187, 21);
this.opdegreen.TabIndex = 18;
this.opdegreen.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.opdegreen_KeyPress);
//
// opaddress
//
this.opaddress.Location = new System.Drawing.Point(511, 45);
this.opaddress.MaxLength = 50;
this.opaddress.Name = "opaddress";
this.opaddress.Size = new System.Drawing.Size(187, 21);
this.opaddress.TabIndex = 19;
//
// ophone
//
this.ophone.Location = new System.Drawing.Point(511, 89);
this.ophone.Name = "ophone";
this.ophone.Size = new System.Drawing.Size(187, 21);
this.ophone.TabIndex = 20;
this.ophone.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ophone_KeyPress);
//
// addpepole
//
this.addpepole.Location = new System.Drawing.Point(93, 148);
this.addpepole.Name = "addpepole";
this.addpepole.ReadOnly = true;
this.addpepole.Size = new System.Drawing.Size(100, 21);
this.addpepole.TabIndex = 21;
//
// addtime
//
this.addtime.Location = new System.Drawing.Point(322, 148);
this.addtime.Name = "addtime";
this.addtime.Size = new System.Drawing.Size(115, 21);
this.addtime.TabIndex = 22;
//
// button1
//
this.button1.Location = new System.Drawing.Point(568, 146);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 23;
this.button1.Text = "添加";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// dataGridView1
//
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column10,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -