?? frmbookmanager.designer.cs
字號:
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 = "當前位置";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorMoveNextItem
//
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveNextItem.Text = "移到下一條記錄";
//
// bindingNavigatorMoveLastItem
//
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);
//
// bookBindingNavigatorSaveItem
//
this.bookBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bookBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("bookBindingNavigatorSaveItem.Image")));
this.bookBindingNavigatorSaveItem.Name = "bookBindingNavigatorSaveItem";
this.bookBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
this.bookBindingNavigatorSaveItem.Text = "保存數據";
this.bookBindingNavigatorSaveItem.Click += new System.EventHandler(this.bookBindingNavigatorSaveItem_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.內容簡介TextBox);
this.groupBox2.Location = new System.Drawing.Point(637, 410);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(159, 178);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "內容簡介";
//
// 內容簡介TextBox
//
this.內容簡介TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "內容簡介", true));
this.內容簡介TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.內容簡介TextBox.Location = new System.Drawing.Point(3, 17);
this.內容簡介TextBox.Multiline = true;
this.內容簡介TextBox.Name = "內容簡介TextBox";
this.內容簡介TextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.內容簡介TextBox.Size = new System.Drawing.Size(153, 158);
this.內容簡介TextBox.TabIndex = 1;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.GetBookClass);
this.groupBox1.Controls.Add(入庫時間Label);
this.groupBox1.Controls.Add(this.入庫時間DateTimePicker);
this.groupBox1.Controls.Add(數量Label);
this.groupBox1.Controls.Add(this.現有數量TextBox);
this.groupBox1.Controls.Add(小類Label);
this.groupBox1.Controls.Add(this.小類ComboBox);
this.groupBox1.Controls.Add(大類Label);
this.groupBox1.Controls.Add(this.大類ComboBox);
this.groupBox1.Controls.Add(出版社Label);
this.groupBox1.Controls.Add(this.出版社TextBox);
this.groupBox1.Controls.Add(作者Label);
this.groupBox1.Controls.Add(this.作者TextBox);
this.groupBox1.Controls.Add(書名Label);
this.groupBox1.Controls.Add(this.書名TextBox);
this.groupBox1.Controls.Add(書籍編號Label);
this.groupBox1.Controls.Add(this.書籍編號TextBox);
this.groupBox1.Location = new System.Drawing.Point(51, 28);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(751, 81);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查閱圖書";
//
// GetBookClass
//
this.GetBookClass.Location = new System.Drawing.Point(701, 23);
this.GetBookClass.Name = "GetBookClass";
this.GetBookClass.Size = new System.Drawing.Size(44, 48);
this.GetBookClass.TabIndex = 16;
this.GetBookClass.Text = "取得類型";
this.GetBookClass.UseVisualStyleBackColor = true;
this.GetBookClass.Click += new System.EventHandler(this.GetBookClass_Click);
//
// 入庫時間DateTimePicker
//
this.入庫時間DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bookBindingSource, "入庫時間", true));
this.入庫時間DateTimePicker.Location = new System.Drawing.Point(426, 55);
this.入庫時間DateTimePicker.Name = "入庫時間DateTimePicker";
this.入庫時間DateTimePicker.Size = new System.Drawing.Size(116, 21);
this.入庫時間DateTimePicker.TabIndex = 15;
//
// 現有數量TextBox
//
this.現有數量TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "現有數量", true));
this.現有數量TextBox.Location = new System.Drawing.Point(426, 20);
this.現有數量TextBox.Name = "現有數量TextBox";
this.現有數量TextBox.Size = new System.Drawing.Size(116, 21);
this.現有數量TextBox.TabIndex = 13;
//
// 小類ComboBox
//
this.小類ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "小類", true));
this.小類ComboBox.FormattingEnabled = true;
this.小類ComboBox.Location = new System.Drawing.Point(589, 51);
this.小類ComboBox.Name = "小類ComboBox";
this.小類ComboBox.Size = new System.Drawing.Size(109, 20);
this.小類ComboBox.TabIndex = 11;
//
// 大類ComboBox
//
this.大類ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "大類", true));
this.大類ComboBox.FormattingEnabled = true;
this.大類ComboBox.Location = new System.Drawing.Point(589, 20);
this.大類ComboBox.Name = "大類ComboBox";
this.大類ComboBox.Size = new System.Drawing.Size(109, 20);
this.大類ComboBox.TabIndex = 9;
this.大類ComboBox.SelectedIndexChanged += new System.EventHandler(this.大類ComboBox_SelectedIndexChanged);
//
// 出版社TextBox
//
this.出版社TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "出版社", true));
this.出版社TextBox.Location = new System.Drawing.Point(255, 50);
this.出版社TextBox.Name = "出版社TextBox";
this.出版社TextBox.Size = new System.Drawing.Size(100, 21);
this.出版社TextBox.TabIndex = 7;
//
// 作者TextBox
//
this.作者TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "作者", true));
this.作者TextBox.Location = new System.Drawing.Point(255, 19);
this.作者TextBox.Name = "作者TextBox";
this.作者TextBox.Size = new System.Drawing.Size(100, 21);
this.作者TextBox.TabIndex = 5;
//
// 書名TextBox
//
this.書名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "書名", true));
this.書名TextBox.Location = new System.Drawing.Point(77, 50);
this.書名TextBox.Name = "書名TextBox";
this.書名TextBox.Size = new System.Drawing.Size(100, 21);
this.書名TextBox.TabIndex = 3;
//
// 書籍編號TextBox
//
this.書籍編號TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "書籍編號", true));
this.書籍編號TextBox.Location = new System.Drawing.Point(77, 19);
this.書籍編號TextBox.Name = "書籍編號TextBox";
this.書籍編號TextBox.Size = new System.Drawing.Size(100, 21);
this.書籍編號TextBox.TabIndex = 1;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.圖片PictureBox);
this.groupBox3.Location = new System.Drawing.Point(637, 212);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(141, 158);
this.groupBox3.TabIndex = 5;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "圖片";
//
// 圖片PictureBox
//
this.圖片PictureBox.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.bookBindingSource, "圖片", true));
this.圖片PictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.圖片PictureBox.Location = new System.Drawing.Point(3, 17);
this.圖片PictureBox.Name = "圖片PictureBox";
this.圖片PictureBox.Size = new System.Drawing.Size(135, 138);
this.圖片PictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.圖片PictureBox.TabIndex = 1;
this.圖片PictureBox.TabStop = false;
//
// InImage
//
this.InImage.Location = new System.Drawing.Point(637, 376);
this.InImage.Name = "InImage";
this.InImage.Size = new System.Drawing.Size(75, 28);
this.InImage.TabIndex = 6;
this.InImage.Text = "導入圖片";
this.InImage.UseVisualStyleBackColor = true;
this.InImage.Click += new System.EventHandler(this.InImage_Click);
//
// openFileDialog
//
this.openFileDialog.FileName = "openFileDialog1";
//
// SerchBoxNo
//
this.SerchBoxNo.Location = new System.Drawing.Point(68, 14);
this.SerchBoxNo.Name = "SerchBoxNo";
this.SerchBoxNo.Size = new System.Drawing.Size(85, 21);
this.SerchBoxNo.TabIndex = 7;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -