?? frmbookmanager.designer.cs
字號:
?namespace BookManagementSystem
{
partial class frmBookManager
{
/// <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 書籍編號Label;
System.Windows.Forms.Label 書名Label;
System.Windows.Forms.Label 作者Label;
System.Windows.Forms.Label 出版社Label;
System.Windows.Forms.Label 大類Label;
System.Windows.Forms.Label 小類Label;
System.Windows.Forms.Label 數量Label;
System.Windows.Forms.Label 入庫時間Label;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBookManager));
this.bookBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bookBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.mydata2DataSet = new BookManagementSystem.Mydata2DataSet();
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.bookBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.內容簡介TextBox = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.GetBookClass = new System.Windows.Forms.Button();
this.入庫時間DateTimePicker = new System.Windows.Forms.DateTimePicker();
this.現有數量TextBox = new System.Windows.Forms.TextBox();
this.小類ComboBox = new System.Windows.Forms.ComboBox();
this.大類ComboBox = new System.Windows.Forms.ComboBox();
this.出版社TextBox = new System.Windows.Forms.TextBox();
this.作者TextBox = new System.Windows.Forms.TextBox();
this.書名TextBox = new System.Windows.Forms.TextBox();
this.書籍編號TextBox = new System.Windows.Forms.TextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.圖片PictureBox = new System.Windows.Forms.PictureBox();
this.InImage = new System.Windows.Forms.Button();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.SerchBoxNo = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.SerchBoxName = new System.Windows.Forms.TextBox();
this.SerchBox = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.clear = new System.Windows.Forms.Button();
this.dataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fillByToolStrip = new System.Windows.Forms.ToolStrip();
this.fillByToolStripButton = new System.Windows.Forms.ToolStripButton();
this.bookTableAdapter = new BookManagementSystem.Mydata2DataSetTableAdapters.BookTableAdapter();
書籍編號Label = new System.Windows.Forms.Label();
書名Label = new System.Windows.Forms.Label();
作者Label = new System.Windows.Forms.Label();
出版社Label = new System.Windows.Forms.Label();
大類Label = new System.Windows.Forms.Label();
小類Label = new System.Windows.Forms.Label();
數量Label = new System.Windows.Forms.Label();
入庫時間Label = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bookBindingNavigator)).BeginInit();
this.bookBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bookBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.mydata2DataSet)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.圖片PictureBox)).BeginInit();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
this.fillByToolStrip.SuspendLayout();
this.SuspendLayout();
//
// 書籍編號Label
//
書籍編號Label.AutoSize = true;
書籍編號Label.Location = new System.Drawing.Point(12, 22);
書籍編號Label.Name = "書籍編號Label";
書籍編號Label.Size = new System.Drawing.Size(59, 12);
書籍編號Label.TabIndex = 0;
書籍編號Label.Text = "書籍編號:";
//
// 書名Label
//
書名Label.AutoSize = true;
書名Label.Location = new System.Drawing.Point(36, 53);
書名Label.Name = "書名Label";
書名Label.Size = new System.Drawing.Size(35, 12);
書名Label.TabIndex = 2;
書名Label.Text = "書名:";
//
// 作者Label
//
作者Label.AutoSize = true;
作者Label.Location = new System.Drawing.Point(202, 22);
作者Label.Name = "作者Label";
作者Label.Size = new System.Drawing.Size(35, 12);
作者Label.TabIndex = 4;
作者Label.Text = "作者:";
//
// 出版社Label
//
出版社Label.AutoSize = true;
出版社Label.Location = new System.Drawing.Point(202, 53);
出版社Label.Name = "出版社Label";
出版社Label.Size = new System.Drawing.Size(47, 12);
出版社Label.TabIndex = 6;
出版社Label.Text = "出版社:";
//
// 大類Label
//
大類Label.AutoSize = true;
大類Label.Location = new System.Drawing.Point(548, 23);
大類Label.Name = "大類Label";
大類Label.Size = new System.Drawing.Size(35, 12);
大類Label.TabIndex = 8;
大類Label.Text = "大類:";
//
// 小類Label
//
小類Label.AutoSize = true;
小類Label.Location = new System.Drawing.Point(548, 54);
小類Label.Name = "小類Label";
小類Label.Size = new System.Drawing.Size(35, 12);
小類Label.TabIndex = 10;
小類Label.Text = "小類:";
//
// 數量Label
//
數量Label.AutoSize = true;
數量Label.Location = new System.Drawing.Point(361, 23);
數量Label.Name = "數量Label";
數量Label.Size = new System.Drawing.Size(59, 12);
數量Label.TabIndex = 12;
數量Label.Text = "現有數量:";
//
// 入庫時間Label
//
入庫時間Label.AutoSize = true;
入庫時間Label.Location = new System.Drawing.Point(361, 59);
入庫時間Label.Name = "入庫時間Label";
入庫時間Label.Size = new System.Drawing.Size(59, 12);
入庫時間Label.TabIndex = 14;
入庫時間Label.Text = "入庫時間:";
//
// bookBindingNavigator
//
this.bookBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.bookBindingNavigator.BindingSource = this.bookBindingSource;
this.bookBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.bookBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.bookBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.bindingNavigatorAddNewItem,
this.bindingNavigatorDeleteItem,
this.bookBindingNavigatorSaveItem});
this.bookBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.bookBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.bookBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.bookBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.bookBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.bookBindingNavigator.Name = "bookBindingNavigator";
this.bookBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.bookBindingNavigator.Size = new System.Drawing.Size(819, 25);
this.bookBindingNavigator.TabIndex = 0;
this.bookBindingNavigator.Text = "bindingNavigator1";
//
// bindingNavigatorAddNewItem
//
this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorAddNewItem.Text = "新添";
//
// bookBindingSource
//
this.bookBindingSource.DataMember = "Book";
this.bookBindingSource.DataSource = this.mydata2DataSet;
//
// mydata2DataSet
//
this.mydata2DataSet.DataSetName = "Mydata2DataSet";
this.mydata2DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
this.bindingNavigatorCountItem.Text = "/ {0}";
this.bindingNavigatorCountItem.ToolTipText = "總項數";
//
// bindingNavigatorDeleteItem
//
this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -