BookForm.Designer.cs
上传用户:xyl529207
上传日期:2022-08-03
资源大小:935k
文件大小:22k
源码类别:

行业应用

开发平台:

SQL

  1. namespace BookStoreMan
  2. {
  3.     partial class BookForm
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BookForm));
  29.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31.             this.panel1 = new System.Windows.Forms.Panel();
  32.             this.btnViewAll = new System.Windows.Forms.Button();
  33.             this.btnReset = new System.Windows.Forms.Button();
  34.             this.btnQuery = new System.Windows.Forms.Button();
  35.             this.tbAuthor = new System.Windows.Forms.TextBox();
  36.             this.chbAuthor = new System.Windows.Forms.CheckBox();
  37.             this.chbPress = new System.Windows.Forms.CheckBox();
  38.             this.tbName = new System.Windows.Forms.TextBox();
  39.             this.cmbPress = new System.Windows.Forms.ComboBox();
  40.             this.chbName = new System.Windows.Forms.CheckBox();
  41.             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  42.             this.panel2 = new System.Windows.Forms.Panel();
  43.             this.btnAbort = new System.Windows.Forms.Button();
  44.             this.btnSave = new System.Windows.Forms.Button();
  45.             this.btnSel = new System.Windows.Forms.Button();
  46.             this.cmbBookBarcode = new System.Windows.Forms.ComboBox();
  47.             this.label1 = new System.Windows.Forms.Label();
  48.             this.dgvBook = new System.Windows.Forms.DataGridView();
  49.             this.iSBNDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50.             this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51.             this.authorDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52.             this.pressDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53.             this.publishDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54.             this.priceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55.             this.pagesDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56.             this.barcodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57.             this.cDDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  58.             this.storageDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59.             this.bookStoreDataSet1 = new BookStoreMan.BookStoreDataSet();
  60.             this.panel1.SuspendLayout();
  61.             this.panel2.SuspendLayout();
  62.             ((System.ComponentModel.ISupportInitialize)(this.dgvBook)).BeginInit();
  63.             ((System.ComponentModel.ISupportInitialize)(this.bookStoreDataSet1)).BeginInit();
  64.             this.SuspendLayout();
  65.             // 
  66.             // panel1
  67.             // 
  68.             this.panel1.Controls.Add(this.btnViewAll);
  69.             this.panel1.Controls.Add(this.btnReset);
  70.             this.panel1.Controls.Add(this.btnQuery);
  71.             this.panel1.Controls.Add(this.tbAuthor);
  72.             this.panel1.Controls.Add(this.chbAuthor);
  73.             this.panel1.Controls.Add(this.chbPress);
  74.             this.panel1.Controls.Add(this.tbName);
  75.             this.panel1.Controls.Add(this.cmbPress);
  76.             this.panel1.Controls.Add(this.chbName);
  77.             this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  78.             this.panel1.Location = new System.Drawing.Point(0, 0);
  79.             this.panel1.Name = "panel1";
  80.             this.panel1.Size = new System.Drawing.Size(632, 60);
  81.             this.panel1.TabIndex = 0;
  82.             // 
  83.             // btnViewAll
  84.             // 
  85.             this.btnViewAll.Image = ((System.Drawing.Image)(resources.GetObject("btnViewAll.Image")));
  86.             this.btnViewAll.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  87.             this.btnViewAll.Location = new System.Drawing.Point(152, 31);
  88.             this.btnViewAll.Name = "btnViewAll";
  89.             this.btnViewAll.Size = new System.Drawing.Size(80, 23);
  90.             this.btnViewAll.TabIndex = 19;
  91.             this.btnViewAll.Text = "显示所有";
  92.             this.btnViewAll.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  93.             this.btnViewAll.UseVisualStyleBackColor = true;
  94.             this.btnViewAll.Click += new System.EventHandler(this.btnViewAll_Click);
  95.             // 
  96.             // btnReset
  97.             // 
  98.             this.btnReset.Image = ((System.Drawing.Image)(resources.GetObject("btnReset.Image")));
  99.             this.btnReset.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  100.             this.btnReset.Location = new System.Drawing.Point(82, 31);
  101.             this.btnReset.Name = "btnReset";
  102.             this.btnReset.Size = new System.Drawing.Size(60, 23);
  103.             this.btnReset.TabIndex = 18;
  104.             this.btnReset.Text = "重置";
  105.             this.btnReset.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  106.             this.btnReset.UseVisualStyleBackColor = true;
  107.             this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
  108.             // 
  109.             // btnQuery
  110.             // 
  111.             this.btnQuery.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.Image")));
  112.             this.btnQuery.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  113.             this.btnQuery.Location = new System.Drawing.Point(12, 31);
  114.             this.btnQuery.Name = "btnQuery";
  115.             this.btnQuery.Size = new System.Drawing.Size(60, 23);
  116.             this.btnQuery.TabIndex = 17;
  117.             this.btnQuery.Text = "查询";
  118.             this.btnQuery.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  119.             this.btnQuery.UseVisualStyleBackColor = true;
  120.             this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  121.             // 
  122.             // tbAuthor
  123.             // 
  124.             this.tbAuthor.Location = new System.Drawing.Point(492, 8);
  125.             this.tbAuthor.MaxLength = 100;
  126.             this.tbAuthor.Name = "tbAuthor";
  127.             this.tbAuthor.Size = new System.Drawing.Size(100, 21);
  128.             this.tbAuthor.TabIndex = 16;
  129.             // 
  130.             // chbAuthor
  131.             // 
  132.             this.chbAuthor.AutoSize = true;
  133.             this.chbAuthor.Location = new System.Drawing.Point(422, 10);
  134.             this.chbAuthor.Name = "chbAuthor";
  135.             this.chbAuthor.Size = new System.Drawing.Size(66, 16);
  136.             this.chbAuthor.TabIndex = 15;
  137.             this.chbAuthor.Text = "按作者:";
  138.             this.chbAuthor.UseVisualStyleBackColor = true;
  139.             // 
  140.             // chbPress
  141.             // 
  142.             this.chbPress.AutoSize = true;
  143.             this.chbPress.Location = new System.Drawing.Point(202, 10);
  144.             this.chbPress.Name = "chbPress";
  145.             this.chbPress.Size = new System.Drawing.Size(78, 16);
  146.             this.chbPress.TabIndex = 14;
  147.             this.chbPress.Text = "按出版社:";
  148.             this.chbPress.UseVisualStyleBackColor = true;
  149.             // 
  150.             // tbName
  151.             // 
  152.             this.tbName.Location = new System.Drawing.Point(82, 8);
  153.             this.tbName.MaxLength = 100;
  154.             this.tbName.Name = "tbName";
  155.             this.tbName.Size = new System.Drawing.Size(100, 21);
  156.             this.tbName.TabIndex = 13;
  157.             // 
  158.             // cmbPress
  159.             // 
  160.             this.cmbPress.FormattingEnabled = true;
  161.             this.cmbPress.Location = new System.Drawing.Point(282, 8);
  162.             this.cmbPress.Name = "cmbPress";
  163.             this.cmbPress.Size = new System.Drawing.Size(120, 20);
  164.             this.cmbPress.TabIndex = 12;
  165.             // 
  166.             // chbName
  167.             // 
  168.             this.chbName.AutoSize = true;
  169.             this.chbName.Checked = true;
  170.             this.chbName.CheckState = System.Windows.Forms.CheckState.Checked;
  171.             this.chbName.Location = new System.Drawing.Point(12, 10);
  172.             this.chbName.Name = "chbName";
  173.             this.chbName.Size = new System.Drawing.Size(66, 16);
  174.             this.chbName.TabIndex = 11;
  175.             this.chbName.Text = "按书名:";
  176.             this.chbName.UseVisualStyleBackColor = true;
  177.             // 
  178.             // statusStrip1
  179.             // 
  180.             this.statusStrip1.Location = new System.Drawing.Point(0, 431);
  181.             this.statusStrip1.Name = "statusStrip1";
  182.             this.statusStrip1.Size = new System.Drawing.Size(632, 22);
  183.             this.statusStrip1.TabIndex = 1;
  184.             this.statusStrip1.Text = "statusStrip1";
  185.             // 
  186.             // panel2
  187.             // 
  188.             this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  189.             this.panel2.Controls.Add(this.btnAbort);
  190.             this.panel2.Controls.Add(this.btnSave);
  191.             this.panel2.Controls.Add(this.btnSel);
  192.             this.panel2.Controls.Add(this.cmbBookBarcode);
  193.             this.panel2.Controls.Add(this.label1);
  194.             this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  195.             this.panel2.Location = new System.Drawing.Point(0, 391);
  196.             this.panel2.Name = "panel2";
  197.             this.panel2.Size = new System.Drawing.Size(632, 40);
  198.             this.panel2.TabIndex = 2;
  199.             // 
  200.             // btnAbort
  201.             // 
  202.             this.btnAbort.Image = ((System.Drawing.Image)(resources.GetObject("btnAbort.Image")));
  203.             this.btnAbort.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  204.             this.btnAbort.Location = new System.Drawing.Point(511, 6);
  205.             this.btnAbort.Name = "btnAbort";
  206.             this.btnAbort.Size = new System.Drawing.Size(80, 23);
  207.             this.btnAbort.TabIndex = 22;
  208.             this.btnAbort.Text = "放弃修改";
  209.             this.btnAbort.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  210.             this.btnAbort.UseVisualStyleBackColor = true;
  211.             this.btnAbort.Click += new System.EventHandler(this.btnAbort_Click);
  212.             // 
  213.             // btnSave
  214.             // 
  215.             this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
  216.             this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  217.             this.btnSave.Location = new System.Drawing.Point(421, 6);
  218.             this.btnSave.Name = "btnSave";
  219.             this.btnSave.Size = new System.Drawing.Size(80, 23);
  220.             this.btnSave.TabIndex = 21;
  221.             this.btnSave.Text = "保存修改";
  222.             this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  223.             this.btnSave.UseVisualStyleBackColor = true;
  224.             this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  225.             // 
  226.             // btnSel
  227.             // 
  228.             this.btnSel.Location = new System.Drawing.Point(186, 6);
  229.             this.btnSel.Name = "btnSel";
  230.             this.btnSel.Size = new System.Drawing.Size(45, 23);
  231.             this.btnSel.TabIndex = 10;
  232.             this.btnSel.Text = "定位";
  233.             this.btnSel.UseVisualStyleBackColor = true;
  234.             this.btnSel.Click += new System.EventHandler(this.btnSel_Click);
  235.             // 
  236.             // cmbBookBarcode
  237.             // 
  238.             this.cmbBookBarcode.FormattingEnabled = true;
  239.             this.cmbBookBarcode.Location = new System.Drawing.Point(69, 8);
  240.             this.cmbBookBarcode.MaxLength = 13;
  241.             this.cmbBookBarcode.Name = "cmbBookBarcode";
  242.             this.cmbBookBarcode.Size = new System.Drawing.Size(100, 20);
  243.             this.cmbBookBarcode.TabIndex = 5;
  244.             // 
  245.             // label1
  246.             // 
  247.             this.label1.AutoSize = true;
  248.             this.label1.Location = new System.Drawing.Point(9, 11);
  249.             this.label1.Name = "label1";
  250.             this.label1.Size = new System.Drawing.Size(59, 12);
  251.             this.label1.TabIndex = 4;
  252.             this.label1.Text = "图书条码:";
  253.             // 
  254.             // dgvBook
  255.             // 
  256.             this.dgvBook.AutoGenerateColumns = false;
  257.             this.dgvBook.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  258.             this.dgvBook.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  259.             this.iSBNDataGridViewTextBoxColumn,
  260.             this.nameDataGridViewTextBoxColumn,
  261.             this.authorDataGridViewTextBoxColumn,
  262.             this.pressDataGridViewTextBoxColumn,
  263.             this.publishDateDataGridViewTextBoxColumn,
  264.             this.priceDataGridViewTextBoxColumn,
  265.             this.pagesDataGridViewTextBoxColumn,
  266.             this.barcodeDataGridViewTextBoxColumn,
  267.             this.cDDataGridViewCheckBoxColumn,
  268.             this.storageDataGridViewTextBoxColumn});
  269.             this.dgvBook.DataMember = "Book";
  270.             this.dgvBook.DataSource = this.bookStoreDataSet1;
  271.             this.dgvBook.Dock = System.Windows.Forms.DockStyle.Fill;
  272.             this.dgvBook.Location = new System.Drawing.Point(0, 60);
  273.             this.dgvBook.Name = "dgvBook";
  274.             this.dgvBook.RowHeadersWidth = 30;
  275.             this.dgvBook.RowTemplate.Height = 23;
  276.             this.dgvBook.Size = new System.Drawing.Size(632, 331);
  277.             this.dgvBook.TabIndex = 3;
  278.             this.dgvBook.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvBook_DataError);
  279.             // 
  280.             // iSBNDataGridViewTextBoxColumn
  281.             // 
  282.             this.iSBNDataGridViewTextBoxColumn.DataPropertyName = "ISBN";
  283.             this.iSBNDataGridViewTextBoxColumn.HeaderText = "ISBN";
  284.             this.iSBNDataGridViewTextBoxColumn.Name = "iSBNDataGridViewTextBoxColumn";
  285.             this.iSBNDataGridViewTextBoxColumn.Width = 75;
  286.             // 
  287.             // nameDataGridViewTextBoxColumn
  288.             // 
  289.             this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
  290.             this.nameDataGridViewTextBoxColumn.HeaderText = "书名";
  291.             this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
  292.             this.nameDataGridViewTextBoxColumn.Width = 150;
  293.             // 
  294.             // authorDataGridViewTextBoxColumn
  295.             // 
  296.             this.authorDataGridViewTextBoxColumn.DataPropertyName = "Author";
  297.             this.authorDataGridViewTextBoxColumn.HeaderText = "作者";
  298.             this.authorDataGridViewTextBoxColumn.Name = "authorDataGridViewTextBoxColumn";
  299.             // 
  300.             // pressDataGridViewTextBoxColumn
  301.             // 
  302.             this.pressDataGridViewTextBoxColumn.DataPropertyName = "Press";
  303.             this.pressDataGridViewTextBoxColumn.HeaderText = "出版社";
  304.             this.pressDataGridViewTextBoxColumn.Name = "pressDataGridViewTextBoxColumn";
  305.             // 
  306.             // publishDateDataGridViewTextBoxColumn
  307.             // 
  308.             this.publishDateDataGridViewTextBoxColumn.DataPropertyName = "PublishDate";
  309.             this.publishDateDataGridViewTextBoxColumn.HeaderText = "出版日期";
  310.             this.publishDateDataGridViewTextBoxColumn.Name = "publishDateDataGridViewTextBoxColumn";
  311.             this.publishDateDataGridViewTextBoxColumn.Width = 60;
  312.             // 
  313.             // priceDataGridViewTextBoxColumn
  314.             // 
  315.             this.priceDataGridViewTextBoxColumn.DataPropertyName = "Price";
  316.             dataGridViewCellStyle1.Format = "C2";
  317.             dataGridViewCellStyle1.NullValue = null;
  318.             this.priceDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
  319.             this.priceDataGridViewTextBoxColumn.HeaderText = "定价";
  320.             this.priceDataGridViewTextBoxColumn.Name = "priceDataGridViewTextBoxColumn";
  321.             this.priceDataGridViewTextBoxColumn.Width = 50;
  322.             // 
  323.             // pagesDataGridViewTextBoxColumn
  324.             // 
  325.             this.pagesDataGridViewTextBoxColumn.DataPropertyName = "Pages";
  326.             this.pagesDataGridViewTextBoxColumn.HeaderText = "页数";
  327.             this.pagesDataGridViewTextBoxColumn.Name = "pagesDataGridViewTextBoxColumn";
  328.             this.pagesDataGridViewTextBoxColumn.Width = 40;
  329.             // 
  330.             // barcodeDataGridViewTextBoxColumn
  331.             // 
  332.             this.barcodeDataGridViewTextBoxColumn.DataPropertyName = "Barcode";
  333.             this.barcodeDataGridViewTextBoxColumn.HeaderText = "条码";
  334.             this.barcodeDataGridViewTextBoxColumn.Name = "barcodeDataGridViewTextBoxColumn";
  335.             this.barcodeDataGridViewTextBoxColumn.Width = 90;
  336.             // 
  337.             // cDDataGridViewCheckBoxColumn
  338.             // 
  339.             this.cDDataGridViewCheckBoxColumn.DataPropertyName = "CD";
  340.             this.cDDataGridViewCheckBoxColumn.HeaderText = "光盘";
  341.             this.cDDataGridViewCheckBoxColumn.Name = "cDDataGridViewCheckBoxColumn";
  342.             this.cDDataGridViewCheckBoxColumn.Width = 45;
  343.             // 
  344.             // storageDataGridViewTextBoxColumn
  345.             // 
  346.             this.storageDataGridViewTextBoxColumn.DataPropertyName = "Storage";
  347.             dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348.             this.storageDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2;
  349.             this.storageDataGridViewTextBoxColumn.HeaderText = "库存量";
  350.             this.storageDataGridViewTextBoxColumn.Name = "storageDataGridViewTextBoxColumn";
  351.             this.storageDataGridViewTextBoxColumn.Width = 60;
  352.             // 
  353.             // bookStoreDataSet1
  354.             // 
  355.             this.bookStoreDataSet1.DataSetName = "BookStoreDataSet";
  356.             this.bookStoreDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  357.             // 
  358.             // BookForm
  359.             // 
  360.             this.AcceptButton = this.btnQuery;
  361.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  362.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  363.             this.ClientSize = new System.Drawing.Size(632, 453);
  364.             this.Controls.Add(this.dgvBook);
  365.             this.Controls.Add(this.panel2);
  366.             this.Controls.Add(this.statusStrip1);
  367.             this.Controls.Add(this.panel1);
  368.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  369.             this.Name = "BookForm";
  370.             this.Text = "图书管理";
  371.             this.Load += new System.EventHandler(this.BookForm_Load);
  372.             this.panel1.ResumeLayout(false);
  373.             this.panel1.PerformLayout();
  374.             this.panel2.ResumeLayout(false);
  375.             this.panel2.PerformLayout();
  376.             ((System.ComponentModel.ISupportInitialize)(this.dgvBook)).EndInit();
  377.             ((System.ComponentModel.ISupportInitialize)(this.bookStoreDataSet1)).EndInit();
  378.             this.ResumeLayout(false);
  379.             this.PerformLayout();
  380.         }
  381.         #endregion
  382.         private System.Windows.Forms.Panel panel1;
  383.         private System.Windows.Forms.StatusStrip statusStrip1;
  384.         private System.Windows.Forms.Panel panel2;
  385.         private System.Windows.Forms.DataGridView dgvBook;
  386.         private System.Windows.Forms.ComboBox cmbPress;
  387.         private System.Windows.Forms.CheckBox chbName;
  388.         private System.Windows.Forms.Button btnQuery;
  389.         private System.Windows.Forms.TextBox tbAuthor;
  390.         private System.Windows.Forms.CheckBox chbAuthor;
  391.         private System.Windows.Forms.CheckBox chbPress;
  392.         private System.Windows.Forms.TextBox tbName;
  393.         private System.Windows.Forms.Button btnViewAll;
  394.         private System.Windows.Forms.Button btnReset;
  395.         private BookStoreDataSet bookStoreDataSet1;
  396.         private System.Windows.Forms.DataGridViewTextBoxColumn iSBNDataGridViewTextBoxColumn;
  397.         private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
  398.         private System.Windows.Forms.DataGridViewTextBoxColumn authorDataGridViewTextBoxColumn;
  399.         private System.Windows.Forms.DataGridViewTextBoxColumn pressDataGridViewTextBoxColumn;
  400.         private System.Windows.Forms.DataGridViewTextBoxColumn publishDateDataGridViewTextBoxColumn;
  401.         private System.Windows.Forms.DataGridViewTextBoxColumn priceDataGridViewTextBoxColumn;
  402.         private System.Windows.Forms.DataGridViewTextBoxColumn pagesDataGridViewTextBoxColumn;
  403.         private System.Windows.Forms.DataGridViewTextBoxColumn barcodeDataGridViewTextBoxColumn;
  404.         private System.Windows.Forms.DataGridViewCheckBoxColumn cDDataGridViewCheckBoxColumn;
  405.         private System.Windows.Forms.DataGridViewTextBoxColumn storageDataGridViewTextBoxColumn;
  406.         private System.Windows.Forms.ComboBox cmbBookBarcode;
  407.         private System.Windows.Forms.Label label1;
  408.         private System.Windows.Forms.Button btnSel;
  409.         private System.Windows.Forms.Button btnAbort;
  410.         private System.Windows.Forms.Button btnSave;
  411.     }
  412. }