📄 form3.designer.cs
字号:
this.dataGridViewTextBoxColumn6.HeaderText = "手机号码";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.DataPropertyName = "寝室号";
this.dataGridViewTextBoxColumn7.HeaderText = "寝室号";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
//
// dataGridViewTextBoxColumn8
//
this.dataGridViewTextBoxColumn8.DataPropertyName = "寝室电话";
this.dataGridViewTextBoxColumn8.HeaderText = "寝室电话";
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
//
// dataGridViewTextBoxColumn9
//
this.dataGridViewTextBoxColumn9.DataPropertyName = "职务";
this.dataGridViewTextBoxColumn9.HeaderText = "职务";
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
//
// 学号TextBox
//
this.学号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zuzhibu_infBindingSource, "学号", true));
this.学号TextBox.Location = new System.Drawing.Point(488, 77);
this.学号TextBox.Name = "学号TextBox";
this.学号TextBox.Size = new System.Drawing.Size(100, 21);
this.学号TextBox.TabIndex = 3;
//
// 姓名TextBox
//
this.姓名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zuzhibu_infBindingSource, "姓名", true));
this.姓名TextBox.Location = new System.Drawing.Point(488, 104);
this.姓名TextBox.Name = "姓名TextBox";
this.姓名TextBox.Size = new System.Drawing.Size(100, 21);
this.姓名TextBox.TabIndex = 5;
//
// 学院TextBox
//
this.学院TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zuzhibu_infBindingSource, "学院", true));
this.学院TextBox.Location = new System.Drawing.Point(488, 131);
this.学院TextBox.Name = "学院TextBox";
this.学院TextBox.Size = new System.Drawing.Size(100, 21);
this.学院TextBox.TabIndex = 7;
//
// 专业TextBox
//
this.专业TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zuzhibu_infBindingSource, "专业", true));
this.专业TextBox.Location = new System.Drawing.Point(488, 158);
this.专业TextBox.Name = "专业TextBox";
this.专业TextBox.Size = new System.Drawing.Size(100, 21);
this.专业TextBox.TabIndex = 9;
//
// 班级TextBox
//
this.班级TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zuzhibu_infBindingSource, "班级", true));
this.班级TextBox.Location = new System.Drawing.Point(488, 185);
this.班级TextBox.Name = "班级TextBox";
this.班级TextBox.Size = new System.Drawing.Size(100, 21);
this.班级TextBox.TabIndex = 11;
//
// 手机号码TextBox
//
this.手机号码TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zuzhibu_infBindingSource, "手机号码", true));
this.手机号码TextBox.Location = new System.Drawing.Point(488, 212);
this.手机号码TextBox.Name = "手机号码TextBox";
this.手机号码TextBox.Size = new System.Drawing.Size(100, 21);
this.手机号码TextBox.TabIndex = 13;
//
// 寝室号TextBox
//
this.寝室号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zuzhibu_infBindingSource, "寝室号", true));
this.寝室号TextBox.Location = new System.Drawing.Point(488, 239);
this.寝室号TextBox.Name = "寝室号TextBox";
this.寝室号TextBox.Size = new System.Drawing.Size(100, 21);
this.寝室号TextBox.TabIndex = 15;
//
// 寝室电话TextBox
//
this.寝室电话TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zuzhibu_infBindingSource, "寝室电话", true));
this.寝室电话TextBox.Location = new System.Drawing.Point(488, 266);
this.寝室电话TextBox.Name = "寝室电话TextBox";
this.寝室电话TextBox.Size = new System.Drawing.Size(100, 21);
this.寝室电话TextBox.TabIndex = 17;
//
// 职务TextBox
//
this.职务TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zuzhibu_infBindingSource, "职务", true));
this.职务TextBox.Location = new System.Drawing.Point(488, 293);
this.职务TextBox.Name = "职务TextBox";
this.职务TextBox.Size = new System.Drawing.Size(100, 21);
this.职务TextBox.TabIndex = 19;
//
// button1
//
this.button1.Location = new System.Drawing.Point(147, 364);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 20;
this.button1.Text = "添加";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(259, 364);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 21;
this.button2.Text = "删除";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(377, 364);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 22;
this.button3.Text = "修改";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(495, 364);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 23;
this.button4.Text = "退出";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(41, 364);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 24;
this.button5.Text = "重置";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(225, 38);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(44, 23);
this.button6.TabIndex = 27;
this.button6.Text = "查询";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(96, 39);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 25;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Snow;
this.label1.Location = new System.Drawing.Point(31, 43);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 26;
this.label1.Text = "输 入:";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// Form3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Snow;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(616, 415);
this.Controls.Add(this.button6);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(学号Label);
this.Controls.Add(this.学号TextBox);
this.Controls.Add(姓名Label);
this.Controls.Add(this.姓名TextBox);
this.Controls.Add(学院Label);
this.Controls.Add(this.学院TextBox);
this.Controls.Add(专业Label);
this.Controls.Add(this.专业TextBox);
this.Controls.Add(班级Label);
this.Controls.Add(this.班级TextBox);
this.Controls.Add(手机号码Label);
this.Controls.Add(this.手机号码TextBox);
this.Controls.Add(寝室号Label);
this.Controls.Add(this.寝室号TextBox);
this.Controls.Add(寝室电话Label);
this.Controls.Add(this.寝室电话TextBox);
this.Controls.Add(职务Label);
this.Controls.Add(this.职务TextBox);
this.Controls.Add(this.zuzhibu_infDataGridView);
this.ForeColor = System.Drawing.Color.Maroon;
this.Name = "Form3";
this.Text = "组织部成员信息管理";
this.Load += new System.EventHandler(this.Form3_Load);
((System.ComponentModel.ISupportInitialize)(this.tuanweizuzhibu_infDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.zuzhibu_infBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.zuzhibu_infDataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private tuanweizuzhibu_infDataSet tuanweizuzhibu_infDataSet;
private System.Windows.Forms.BindingSource zuzhibu_infBindingSource;
private 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.zuzhibu_infTableAdapter zuzhibu_infTableAdapter;
private 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.DataGridView zuzhibu_infDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
private System.Windows.Forms.TextBox 学号TextBox;
private System.Windows.Forms.TextBox 姓名TextBox;
private System.Windows.Forms.TextBox 学院TextBox;
private System.Windows.Forms.TextBox 专业TextBox;
private System.Windows.Forms.TextBox 班级TextBox;
private System.Windows.Forms.TextBox 手机号码TextBox;
private System.Windows.Forms.TextBox 寝室号TextBox;
private System.Windows.Forms.TextBox 寝室电话TextBox;
private System.Windows.Forms.TextBox 职务TextBox;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -