📄 frmacount.designer.cs
字号:
//
this.bindingNavigatorCountItem1.Name = "bindingNavigatorCountItem1";
this.bindingNavigatorCountItem1.Size = new System.Drawing.Size(30, 22);
this.bindingNavigatorCountItem1.Text = "/ {0}";
this.bindingNavigatorCountItem1.ToolTipText = "总项数";
//
// bindingNavigatorDeleteItem1
//
this.bindingNavigatorDeleteItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorDeleteItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem1.Image")));
this.bindingNavigatorDeleteItem1.Name = "bindingNavigatorDeleteItem1";
this.bindingNavigatorDeleteItem1.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorDeleteItem1.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorDeleteItem1.Text = "删除";
//
// bindingNavigatorMoveFirstItem1
//
this.bindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveFirstItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem1.Image")));
this.bindingNavigatorMoveFirstItem1.Name = "bindingNavigatorMoveFirstItem1";
this.bindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveFirstItem1.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveFirstItem1.Text = "移到第一条记录";
//
// bindingNavigatorMovePreviousItem1
//
this.bindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMovePreviousItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem1.Image")));
this.bindingNavigatorMovePreviousItem1.Name = "bindingNavigatorMovePreviousItem1";
this.bindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMovePreviousItem1.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMovePreviousItem1.Text = "移到上一条记录";
//
// bindingNavigatorSeparator3
//
this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3";
this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorPositionItem1
//
this.bindingNavigatorPositionItem1.AccessibleName = "位置";
this.bindingNavigatorPositionItem1.AutoSize = false;
this.bindingNavigatorPositionItem1.Name = "bindingNavigatorPositionItem1";
this.bindingNavigatorPositionItem1.Size = new System.Drawing.Size(50, 21);
this.bindingNavigatorPositionItem1.Text = "0";
this.bindingNavigatorPositionItem1.ToolTipText = "当前位置";
//
// bindingNavigatorSeparator4
//
this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4";
this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorMoveNextItem1
//
this.bindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem1.Image")));
this.bindingNavigatorMoveNextItem1.Name = "bindingNavigatorMoveNextItem1";
this.bindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem1.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveNextItem1.Text = "移到下一条记录";
//
// bindingNavigatorMoveLastItem1
//
this.bindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveLastItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem1.Image")));
this.bindingNavigatorMoveLastItem1.Name = "bindingNavigatorMoveLastItem1";
this.bindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveLastItem1.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveLastItem1.Text = "移到最后一条记录";
//
// bindingNavigatorSeparator5
//
this.bindingNavigatorSeparator5.Name = "bindingNavigatorSeparator5";
this.bindingNavigatorSeparator5.Size = new System.Drawing.Size(6, 25);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
this.toolStripButton1.Text = "保存数据";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// readerDataGridView
//
this.readerDataGridView.AutoGenerateColumns = false;
this.readerDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn4});
this.readerDataGridView.DataSource = this.readerBindingSource;
this.readerDataGridView.Location = new System.Drawing.Point(8, 31);
this.readerDataGridView.Name = "readerDataGridView";
this.readerDataGridView.RowHeadersVisible = false;
this.readerDataGridView.RowTemplate.Height = 23;
this.readerDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.readerDataGridView.Size = new System.Drawing.Size(203, 220);
this.readerDataGridView.TabIndex = 0;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "acount";
this.dataGridViewTextBoxColumn2.HeaderText = "帐号";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "name";
this.dataGridViewTextBoxColumn4.HeaderText = "姓名";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// openFileDialog
//
this.openFileDialog.FileName = "openFileDialog1";
//
// adminTableAdapter
//
this.adminTableAdapter.ClearBeforeFill = true;
//
// readerTableAdapter
//
this.readerTableAdapter.ClearBeforeFill = true;
//
// frmAcount
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(556, 344);
this.Controls.Add(this.tabControl1);
this.Name = "frmAcount";
this.Text = "帐号管理";
this.Load += new System.EventHandler(this.frmAdmin_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.adminBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.mydata2DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.adminImagePictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.adminDataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.adminBindingNavigator)).EndInit();
this.adminBindingNavigator.ResumeLayout(false);
this.adminBindingNavigator.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.readerImagePictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.readerBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator)).EndInit();
this.bindingNavigator.ResumeLayout(false);
this.bindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.readerDataGridView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Mydata2DataSet mydata2DataSet;
private System.Windows.Forms.BindingSource adminBindingSource;
private BookManagementSystem.Mydata2DataSetTableAdapters.adminTableAdapter adminTableAdapter;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.BindingNavigator adminBindingNavigator;
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 adminBindingNavigatorSaveItem;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.DataGridView adminDataGridView;
private System.Windows.Forms.TextBox passwordTextBox;
private System.Windows.Forms.Button InImage;
private System.Windows.Forms.OpenFileDialog openFileDialog;
private System.Windows.Forms.Button Clear;
private System.Windows.Forms.PictureBox adminImagePictureBox;
private System.Windows.Forms.BindingSource readerBindingSource;
private BookManagementSystem.Mydata2DataSetTableAdapters.ReaderTableAdapter readerTableAdapter;
private System.Windows.Forms.DataGridView readerDataGridView;
private System.Windows.Forms.BindingNavigator bindingNavigator;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem1;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem1;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem1;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator3;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem1;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator4;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem1;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator5;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox nameTextBox;
private System.Windows.Forms.TextBox accountTextBox;
private System.Windows.Forms.TextBox synopsisTextBox;
private System.Windows.Forms.TextBox identityNoTextBox;
private System.Windows.Forms.TextBox passwordTextBox1;
private System.Windows.Forms.TextBox nameTextBox1;
private System.Windows.Forms.TextBox acountTextBox;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.PictureBox readerImagePictureBox;
private System.Windows.Forms.TextBox serchbox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox serchbox2;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -