📄 form6.designer.cs
字号:
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// erjibuzhang_infBindingNavigatorSaveItem
//
this.erjibuzhang_infBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.erjibuzhang_infBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("erjibuzhang_infBindingNavigatorSaveItem.Image")));
this.erjibuzhang_infBindingNavigatorSaveItem.Name = "erjibuzhang_infBindingNavigatorSaveItem";
this.erjibuzhang_infBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
this.erjibuzhang_infBindingNavigatorSaveItem.Text = "保存数据";
this.erjibuzhang_infBindingNavigatorSaveItem.Click += new System.EventHandler(this.erjibuzhang_infBindingNavigatorSaveItem_Click);
//
// erjibuzhang_infDataGridView
//
this.erjibuzhang_infDataGridView.AutoGenerateColumns = false;
this.erjibuzhang_infDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.erjibuzhang_infDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3});
this.erjibuzhang_infDataGridView.DataSource = this.erjibuzhang_infBindingSource;
this.erjibuzhang_infDataGridView.Location = new System.Drawing.Point(38, 86);
this.erjibuzhang_infDataGridView.Name = "erjibuzhang_infDataGridView";
this.erjibuzhang_infDataGridView.RowTemplate.Height = 23;
this.erjibuzhang_infDataGridView.Size = new System.Drawing.Size(300, 220);
this.erjibuzhang_infDataGridView.TabIndex = 1;
this.erjibuzhang_infDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.erjibuzhang_infDataGridView_CellContentClick);
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "Name";
this.dataGridViewTextBoxColumn1.HeaderText = "Name";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "Colleage";
this.dataGridViewTextBoxColumn2.HeaderText = "Colleage";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "PhoneNum";
this.dataGridViewTextBoxColumn3.HeaderText = "PhoneNum";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// nameTextBox
//
this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.erjibuzhang_infBindingSource, "Name", true));
this.nameTextBox.Location = new System.Drawing.Point(441, 104);
this.nameTextBox.Name = "nameTextBox";
this.nameTextBox.Size = new System.Drawing.Size(100, 21);
this.nameTextBox.TabIndex = 3;
//
// colleageTextBox
//
this.colleageTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.erjibuzhang_infBindingSource, "Colleage", true));
this.colleageTextBox.Location = new System.Drawing.Point(441, 131);
this.colleageTextBox.Name = "colleageTextBox";
this.colleageTextBox.Size = new System.Drawing.Size(100, 21);
this.colleageTextBox.TabIndex = 5;
//
// phoneNumTextBox
//
this.phoneNumTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.erjibuzhang_infBindingSource, "PhoneNum", true));
this.phoneNumTextBox.Location = new System.Drawing.Point(441, 158);
this.phoneNumTextBox.Name = "phoneNumTextBox";
this.phoneNumTextBox.Size = new System.Drawing.Size(100, 21);
this.phoneNumTextBox.TabIndex = 7;
//
// comboBox3
//
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"电自",
"能环",
"管文",
"计信",
"外语",
"数理",
"国交"});
this.comboBox3.Location = new System.Drawing.Point(132, 43);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(121, 20);
this.comboBox3.TabIndex = 9;
//
// button3
//
this.button3.Location = new System.Drawing.Point(288, 43);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(45, 23);
this.button3.TabIndex = 8;
this.button3.Text = "查询";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Snow;
this.label4.Location = new System.Drawing.Point(36, 47);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(89, 12);
this.label4.TabIndex = 10;
this.label4.Text = "选择所属学院:";
//
// button5
//
this.button5.Location = new System.Drawing.Point(40, 344);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 34;
this.button5.Text = "重置";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(456, 344);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 33;
this.button4.Text = "退出";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(350, 344);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 32;
this.button1.Text = "修改";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(240, 344);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 31;
this.button2.Text = "删除";
this.button2.UseVisualStyleBackColor = true;
//
// button6
//
this.button6.Location = new System.Drawing.Point(140, 344);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 23);
this.button6.TabIndex = 30;
this.button6.Text = "添加";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// Form6
//
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(603, 413);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button6);
this.Controls.Add(this.comboBox3);
this.Controls.Add(this.button3);
this.Controls.Add(this.label4);
this.Controls.Add(nameLabel);
this.Controls.Add(this.nameTextBox);
this.Controls.Add(colleageLabel);
this.Controls.Add(this.colleageTextBox);
this.Controls.Add(phoneNumLabel);
this.Controls.Add(this.phoneNumTextBox);
this.Controls.Add(this.erjibuzhang_infDataGridView);
this.Controls.Add(this.erjibuzhang_infBindingNavigator);
this.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ForeColor = System.Drawing.Color.Maroon;
this.Name = "Form6";
this.Text = "部长信息管理";
this.Load += new System.EventHandler(this.Form6_Load);
((System.ComponentModel.ISupportInitialize)(this.tuanweizuzhibu_infDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.erjibuzhang_infBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.erjibuzhang_infBindingNavigator)).EndInit();
this.erjibuzhang_infBindingNavigator.ResumeLayout(false);
this.erjibuzhang_infBindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.erjibuzhang_infDataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private tuanweizuzhibu_infDataSet tuanweizuzhibu_infDataSet;
private System.Windows.Forms.BindingSource erjibuzhang_infBindingSource;
private 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.erjibuzhang_infTableAdapter erjibuzhang_infTableAdapter;
private 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.BindingNavigator erjibuzhang_infBindingNavigator;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton erjibuzhang_infBindingNavigatorSaveItem;
private System.Windows.Forms.DataGridView erjibuzhang_infDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.TextBox nameTextBox;
private System.Windows.Forms.TextBox colleageTextBox;
private System.Windows.Forms.TextBox phoneNumTextBox;
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button6;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -