?? frmbookclassmanager.designer.cs
字號:
?namespace BookManagementSystem
{
partial class frmBookClassManager
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBookClassManager));
this.mydata2DataSet = new BookManagementSystem.Mydata2DataSet();
this.bigClassOfBookBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.bigClassOfBookTableAdapter = new BookManagementSystem.Mydata2DataSetTableAdapters.BigClassOfBookTableAdapter();
this.bigClassOfBookBindingNavigator = 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.bigClassOfBookBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.bigClassOfBookListBox = new System.Windows.Forms.ListBox();
this.大類TextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.SmallClasslistBox = new System.Windows.Forms.ListBox();
this.smallClassOfBookBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.smallClassOfBookTableAdapter = new BookManagementSystem.Mydata2DataSetTableAdapters.SmallClassOfBookTableAdapter();
this.AddBtn = new System.Windows.Forms.Button();
this.deleteBtn = new System.Windows.Forms.Button();
this.MotifyBtn = new System.Windows.Forms.Button();
大類Label = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.mydata2DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bigClassOfBookBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bigClassOfBookBindingNavigator)).BeginInit();
this.bigClassOfBookBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.smallClassOfBookBindingSource)).BeginInit();
this.SuspendLayout();
//
// 大類Label
//
大類Label.AutoSize = true;
大類Label.Location = new System.Drawing.Point(97, 36);
大類Label.Name = "大類Label";
大類Label.Size = new System.Drawing.Size(35, 12);
大類Label.TabIndex = 2;
大類Label.Text = "大類:";
//
// mydata2DataSet
//
this.mydata2DataSet.DataSetName = "Mydata2DataSet";
this.mydata2DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// bigClassOfBookBindingSource
//
this.bigClassOfBookBindingSource.DataMember = "BigClassOfBook";
this.bigClassOfBookBindingSource.DataSource = this.mydata2DataSet;
//
// bigClassOfBookTableAdapter
//
this.bigClassOfBookTableAdapter.ClearBeforeFill = true;
//
// bigClassOfBookBindingNavigator
//
this.bigClassOfBookBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.bigClassOfBookBindingNavigator.BindingSource = this.bigClassOfBookBindingSource;
this.bigClassOfBookBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.bigClassOfBookBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.bigClassOfBookBindingNavigator.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.bigClassOfBookBindingNavigatorSaveItem});
this.bigClassOfBookBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.bigClassOfBookBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.bigClassOfBookBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.bigClassOfBookBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.bigClassOfBookBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.bigClassOfBookBindingNavigator.Name = "bigClassOfBookBindingNavigator";
this.bigClassOfBookBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.bigClassOfBookBindingNavigator.Size = new System.Drawing.Size(362, 25);
this.bigClassOfBookBindingNavigator.TabIndex = 0;
this.bigClassOfBookBindingNavigator.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 = "新添";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(30, 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";
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorDeleteItem.Text = "刪除";
//
// bindingNavigatorMoveFirstItem
//
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveFirstItem.Text = "移到第一條記錄";
//
// bindingNavigatorMovePreviousItem
//
this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMovePreviousItem.Text = "移到上一條記錄";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.AccessibleName = "位置";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "當前位置";
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -