?? frmacount.designer.cs
字號:
?namespace BookManagementSystem
{
partial class frmAcount
{
/// <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.Windows.Forms.Label passwordLabel;
System.Windows.Forms.Label adminImageLabel;
System.Windows.Forms.Label accountLabel;
System.Windows.Forms.Label nameLabel;
System.Windows.Forms.Label acountLabel;
System.Windows.Forms.Label nameLabel1;
System.Windows.Forms.Label identityNoLabel;
System.Windows.Forms.Label synopsisLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAcount));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.label1 = new System.Windows.Forms.Label();
this.serchbox = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.nameTextBox = new System.Windows.Forms.TextBox();
this.adminBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.mydata2DataSet = new BookManagementSystem.Mydata2DataSet();
this.accountTextBox = new System.Windows.Forms.TextBox();
this.adminImagePictureBox = new System.Windows.Forms.PictureBox();
this.Clear = new System.Windows.Forms.Button();
this.InImage = new System.Windows.Forms.Button();
this.passwordTextBox = new System.Windows.Forms.TextBox();
this.adminDataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.adminBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.adminBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.label2 = new System.Windows.Forms.Label();
this.serchbox2 = new System.Windows.Forms.TextBox();
this.button5 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.readerImagePictureBox = new System.Windows.Forms.PictureBox();
this.readerBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.synopsisTextBox = new System.Windows.Forms.TextBox();
this.identityNoTextBox = new System.Windows.Forms.TextBox();
this.passwordTextBox1 = new System.Windows.Forms.TextBox();
this.nameTextBox1 = new System.Windows.Forms.TextBox();
this.acountTextBox = new System.Windows.Forms.TextBox();
this.bindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem1 = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorCountItem1 = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorDeleteItem1 = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveFirstItem1 = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem1 = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem1 = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem1 = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem1 = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.readerDataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.adminTableAdapter = new BookManagementSystem.Mydata2DataSetTableAdapters.adminTableAdapter();
this.readerTableAdapter = new BookManagementSystem.Mydata2DataSetTableAdapters.ReaderTableAdapter();
passwordLabel = new System.Windows.Forms.Label();
adminImageLabel = new System.Windows.Forms.Label();
accountLabel = new System.Windows.Forms.Label();
nameLabel = new System.Windows.Forms.Label();
acountLabel = new System.Windows.Forms.Label();
nameLabel1 = new System.Windows.Forms.Label();
passwordLabel1 = new System.Windows.Forms.Label();
identityNoLabel = new System.Windows.Forms.Label();
synopsisLabel = new System.Windows.Forms.Label();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.adminBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.mydata2DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.adminImagePictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.adminDataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.adminBindingNavigator)).BeginInit();
this.adminBindingNavigator.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.readerImagePictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.readerBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator)).BeginInit();
this.bindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.readerDataGridView)).BeginInit();
this.SuspendLayout();
//
// passwordLabel
//
passwordLabel.AutoSize = true;
passwordLabel.Location = new System.Drawing.Point(230, 98);
passwordLabel.Name = "passwordLabel";
passwordLabel.Size = new System.Drawing.Size(35, 12);
passwordLabel.TabIndex = 4;
passwordLabel.Text = "密碼:";
//
// adminImageLabel
//
adminImageLabel.AutoSize = true;
adminImageLabel.Location = new System.Drawing.Point(230, 122);
adminImageLabel.Name = "adminImageLabel";
adminImageLabel.Size = new System.Drawing.Size(35, 12);
adminImageLabel.TabIndex = 5;
adminImageLabel.Text = "圖片:";
//
// accountLabel
//
accountLabel.AutoSize = true;
accountLabel.Location = new System.Drawing.Point(230, 44);
accountLabel.Name = "accountLabel";
accountLabel.Size = new System.Drawing.Size(35, 12);
accountLabel.TabIndex = 9;
accountLabel.Text = "帳號:";
//
// nameLabel
//
nameLabel.AutoSize = true;
nameLabel.Location = new System.Drawing.Point(230, 73);
nameLabel.Name = "nameLabel";
nameLabel.Size = new System.Drawing.Size(35, 12);
nameLabel.TabIndex = 10;
nameLabel.Text = "姓名:";
//
// acountLabel
//
acountLabel.AutoSize = true;
acountLabel.Location = new System.Drawing.Point(217, 31);
acountLabel.Name = "acountLabel";
acountLabel.Size = new System.Drawing.Size(35, 12);
acountLabel.TabIndex = 2;
acountLabel.Text = "帳號:";
//
// nameLabel1
//
nameLabel1.AutoSize = true;
nameLabel1.Location = new System.Drawing.Point(217, 62);
nameLabel1.Name = "nameLabel1";
nameLabel1.Size = new System.Drawing.Size(35, 12);
nameLabel1.TabIndex = 4;
nameLabel1.Text = "姓名:";
//
// passwordLabel1
//
passwordLabel1.AutoSize = true;
passwordLabel1.Location = new System.Drawing.Point(217, 95);
passwordLabel1.Name = "passwordLabel1";
passwordLabel1.Size = new System.Drawing.Size(35, 12);
passwordLabel1.TabIndex = 6;
passwordLabel1.Text = "密碼:";
//
// identityNoLabel
//
identityNoLabel.AutoSize = true;
identityNoLabel.Location = new System.Drawing.Point(217, 125);
identityNoLabel.Name = "identityNoLabel";
identityNoLabel.Size = new System.Drawing.Size(59, 12);
identityNoLabel.TabIndex = 8;
identityNoLabel.Text = "證件號碼:";
//
// synopsisLabel
//
synopsisLabel.AutoSize = true;
synopsisLabel.Location = new System.Drawing.Point(217, 161);
synopsisLabel.Name = "synopsisLabel";
synopsisLabel.Size = new System.Drawing.Size(35, 12);
synopsisLabel.TabIndex = 10;
synopsisLabel.Text = "電話:";
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(556, 344);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -