BookForm.Designer.cs
资源名称:BookStore.rar [点击查看]
上传用户:xyl529207
上传日期:2022-08-03
资源大小:935k
文件大小:22k
源码类别:
行业应用
开发平台:
SQL
- namespace BookStoreMan
- {
- partial class BookForm
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BookForm));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panel1 = new System.Windows.Forms.Panel();
- this.btnViewAll = new System.Windows.Forms.Button();
- this.btnReset = new System.Windows.Forms.Button();
- this.btnQuery = new System.Windows.Forms.Button();
- this.tbAuthor = new System.Windows.Forms.TextBox();
- this.chbAuthor = new System.Windows.Forms.CheckBox();
- this.chbPress = new System.Windows.Forms.CheckBox();
- this.tbName = new System.Windows.Forms.TextBox();
- this.cmbPress = new System.Windows.Forms.ComboBox();
- this.chbName = new System.Windows.Forms.CheckBox();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.panel2 = new System.Windows.Forms.Panel();
- this.btnAbort = new System.Windows.Forms.Button();
- this.btnSave = new System.Windows.Forms.Button();
- this.btnSel = new System.Windows.Forms.Button();
- this.cmbBookBarcode = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.dgvBook = new System.Windows.Forms.DataGridView();
- this.iSBNDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.authorDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pressDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.publishDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.priceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pagesDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.barcodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.cDDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.storageDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.bookStoreDataSet1 = new BookStoreMan.BookStoreDataSet();
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvBook)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bookStoreDataSet1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.btnViewAll);
- this.panel1.Controls.Add(this.btnReset);
- this.panel1.Controls.Add(this.btnQuery);
- this.panel1.Controls.Add(this.tbAuthor);
- this.panel1.Controls.Add(this.chbAuthor);
- this.panel1.Controls.Add(this.chbPress);
- this.panel1.Controls.Add(this.tbName);
- this.panel1.Controls.Add(this.cmbPress);
- this.panel1.Controls.Add(this.chbName);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(632, 60);
- this.panel1.TabIndex = 0;
- //
- // btnViewAll
- //
- this.btnViewAll.Image = ((System.Drawing.Image)(resources.GetObject("btnViewAll.Image")));
- this.btnViewAll.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btnViewAll.Location = new System.Drawing.Point(152, 31);
- this.btnViewAll.Name = "btnViewAll";
- this.btnViewAll.Size = new System.Drawing.Size(80, 23);
- this.btnViewAll.TabIndex = 19;
- this.btnViewAll.Text = "显示所有";
- this.btnViewAll.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.btnViewAll.UseVisualStyleBackColor = true;
- this.btnViewAll.Click += new System.EventHandler(this.btnViewAll_Click);
- //
- // btnReset
- //
- this.btnReset.Image = ((System.Drawing.Image)(resources.GetObject("btnReset.Image")));
- this.btnReset.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btnReset.Location = new System.Drawing.Point(82, 31);
- this.btnReset.Name = "btnReset";
- this.btnReset.Size = new System.Drawing.Size(60, 23);
- this.btnReset.TabIndex = 18;
- this.btnReset.Text = "重置";
- this.btnReset.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.btnReset.UseVisualStyleBackColor = true;
- this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
- //
- // btnQuery
- //
- this.btnQuery.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.Image")));
- this.btnQuery.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btnQuery.Location = new System.Drawing.Point(12, 31);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(60, 23);
- this.btnQuery.TabIndex = 17;
- this.btnQuery.Text = "查询";
- this.btnQuery.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.btnQuery.UseVisualStyleBackColor = true;
- this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
- //
- // tbAuthor
- //
- this.tbAuthor.Location = new System.Drawing.Point(492, 8);
- this.tbAuthor.MaxLength = 100;
- this.tbAuthor.Name = "tbAuthor";
- this.tbAuthor.Size = new System.Drawing.Size(100, 21);
- this.tbAuthor.TabIndex = 16;
- //
- // chbAuthor
- //
- this.chbAuthor.AutoSize = true;
- this.chbAuthor.Location = new System.Drawing.Point(422, 10);
- this.chbAuthor.Name = "chbAuthor";
- this.chbAuthor.Size = new System.Drawing.Size(66, 16);
- this.chbAuthor.TabIndex = 15;
- this.chbAuthor.Text = "按作者:";
- this.chbAuthor.UseVisualStyleBackColor = true;
- //
- // chbPress
- //
- this.chbPress.AutoSize = true;
- this.chbPress.Location = new System.Drawing.Point(202, 10);
- this.chbPress.Name = "chbPress";
- this.chbPress.Size = new System.Drawing.Size(78, 16);
- this.chbPress.TabIndex = 14;
- this.chbPress.Text = "按出版社:";
- this.chbPress.UseVisualStyleBackColor = true;
- //
- // tbName
- //
- this.tbName.Location = new System.Drawing.Point(82, 8);
- this.tbName.MaxLength = 100;
- this.tbName.Name = "tbName";
- this.tbName.Size = new System.Drawing.Size(100, 21);
- this.tbName.TabIndex = 13;
- //
- // cmbPress
- //
- this.cmbPress.FormattingEnabled = true;
- this.cmbPress.Location = new System.Drawing.Point(282, 8);
- this.cmbPress.Name = "cmbPress";
- this.cmbPress.Size = new System.Drawing.Size(120, 20);
- this.cmbPress.TabIndex = 12;
- //
- // chbName
- //
- this.chbName.AutoSize = true;
- this.chbName.Checked = true;
- this.chbName.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chbName.Location = new System.Drawing.Point(12, 10);
- this.chbName.Name = "chbName";
- this.chbName.Size = new System.Drawing.Size(66, 16);
- this.chbName.TabIndex = 11;
- this.chbName.Text = "按书名:";
- this.chbName.UseVisualStyleBackColor = true;
- //
- // statusStrip1
- //
- this.statusStrip1.Location = new System.Drawing.Point(0, 431);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(632, 22);
- this.statusStrip1.TabIndex = 1;
- this.statusStrip1.Text = "statusStrip1";
- //
- // panel2
- //
- this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel2.Controls.Add(this.btnAbort);
- this.panel2.Controls.Add(this.btnSave);
- this.panel2.Controls.Add(this.btnSel);
- this.panel2.Controls.Add(this.cmbBookBarcode);
- this.panel2.Controls.Add(this.label1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel2.Location = new System.Drawing.Point(0, 391);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(632, 40);
- this.panel2.TabIndex = 2;
- //
- // btnAbort
- //
- this.btnAbort.Image = ((System.Drawing.Image)(resources.GetObject("btnAbort.Image")));
- this.btnAbort.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btnAbort.Location = new System.Drawing.Point(511, 6);
- this.btnAbort.Name = "btnAbort";
- this.btnAbort.Size = new System.Drawing.Size(80, 23);
- this.btnAbort.TabIndex = 22;
- this.btnAbort.Text = "放弃修改";
- this.btnAbort.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.btnAbort.UseVisualStyleBackColor = true;
- this.btnAbort.Click += new System.EventHandler(this.btnAbort_Click);
- //
- // btnSave
- //
- this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
- this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btnSave.Location = new System.Drawing.Point(421, 6);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(80, 23);
- this.btnSave.TabIndex = 21;
- this.btnSave.Text = "保存修改";
- this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.btnSave.UseVisualStyleBackColor = true;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // btnSel
- //
- this.btnSel.Location = new System.Drawing.Point(186, 6);
- this.btnSel.Name = "btnSel";
- this.btnSel.Size = new System.Drawing.Size(45, 23);
- this.btnSel.TabIndex = 10;
- this.btnSel.Text = "定位";
- this.btnSel.UseVisualStyleBackColor = true;
- this.btnSel.Click += new System.EventHandler(this.btnSel_Click);
- //
- // cmbBookBarcode
- //
- this.cmbBookBarcode.FormattingEnabled = true;
- this.cmbBookBarcode.Location = new System.Drawing.Point(69, 8);
- this.cmbBookBarcode.MaxLength = 13;
- this.cmbBookBarcode.Name = "cmbBookBarcode";
- this.cmbBookBarcode.Size = new System.Drawing.Size(100, 20);
- this.cmbBookBarcode.TabIndex = 5;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(9, 11);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(59, 12);
- this.label1.TabIndex = 4;
- this.label1.Text = "图书条码:";
- //
- // dgvBook
- //
- this.dgvBook.AutoGenerateColumns = false;
- this.dgvBook.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgvBook.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.iSBNDataGridViewTextBoxColumn,
- this.nameDataGridViewTextBoxColumn,
- this.authorDataGridViewTextBoxColumn,
- this.pressDataGridViewTextBoxColumn,
- this.publishDateDataGridViewTextBoxColumn,
- this.priceDataGridViewTextBoxColumn,
- this.pagesDataGridViewTextBoxColumn,
- this.barcodeDataGridViewTextBoxColumn,
- this.cDDataGridViewCheckBoxColumn,
- this.storageDataGridViewTextBoxColumn});
- this.dgvBook.DataMember = "Book";
- this.dgvBook.DataSource = this.bookStoreDataSet1;
- this.dgvBook.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvBook.Location = new System.Drawing.Point(0, 60);
- this.dgvBook.Name = "dgvBook";
- this.dgvBook.RowHeadersWidth = 30;
- this.dgvBook.RowTemplate.Height = 23;
- this.dgvBook.Size = new System.Drawing.Size(632, 331);
- this.dgvBook.TabIndex = 3;
- this.dgvBook.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvBook_DataError);
- //
- // iSBNDataGridViewTextBoxColumn
- //
- this.iSBNDataGridViewTextBoxColumn.DataPropertyName = "ISBN";
- this.iSBNDataGridViewTextBoxColumn.HeaderText = "ISBN";
- this.iSBNDataGridViewTextBoxColumn.Name = "iSBNDataGridViewTextBoxColumn";
- this.iSBNDataGridViewTextBoxColumn.Width = 75;
- //
- // nameDataGridViewTextBoxColumn
- //
- this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
- this.nameDataGridViewTextBoxColumn.HeaderText = "书名";
- this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
- this.nameDataGridViewTextBoxColumn.Width = 150;
- //
- // authorDataGridViewTextBoxColumn
- //
- this.authorDataGridViewTextBoxColumn.DataPropertyName = "Author";
- this.authorDataGridViewTextBoxColumn.HeaderText = "作者";
- this.authorDataGridViewTextBoxColumn.Name = "authorDataGridViewTextBoxColumn";
- //
- // pressDataGridViewTextBoxColumn
- //
- this.pressDataGridViewTextBoxColumn.DataPropertyName = "Press";
- this.pressDataGridViewTextBoxColumn.HeaderText = "出版社";
- this.pressDataGridViewTextBoxColumn.Name = "pressDataGridViewTextBoxColumn";
- //
- // publishDateDataGridViewTextBoxColumn
- //
- this.publishDateDataGridViewTextBoxColumn.DataPropertyName = "PublishDate";
- this.publishDateDataGridViewTextBoxColumn.HeaderText = "出版日期";
- this.publishDateDataGridViewTextBoxColumn.Name = "publishDateDataGridViewTextBoxColumn";
- this.publishDateDataGridViewTextBoxColumn.Width = 60;
- //
- // priceDataGridViewTextBoxColumn
- //
- this.priceDataGridViewTextBoxColumn.DataPropertyName = "Price";
- dataGridViewCellStyle1.Format = "C2";
- dataGridViewCellStyle1.NullValue = null;
- this.priceDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
- this.priceDataGridViewTextBoxColumn.HeaderText = "定价";
- this.priceDataGridViewTextBoxColumn.Name = "priceDataGridViewTextBoxColumn";
- this.priceDataGridViewTextBoxColumn.Width = 50;
- //
- // pagesDataGridViewTextBoxColumn
- //
- this.pagesDataGridViewTextBoxColumn.DataPropertyName = "Pages";
- this.pagesDataGridViewTextBoxColumn.HeaderText = "页数";
- this.pagesDataGridViewTextBoxColumn.Name = "pagesDataGridViewTextBoxColumn";
- this.pagesDataGridViewTextBoxColumn.Width = 40;
- //
- // barcodeDataGridViewTextBoxColumn
- //
- this.barcodeDataGridViewTextBoxColumn.DataPropertyName = "Barcode";
- this.barcodeDataGridViewTextBoxColumn.HeaderText = "条码";
- this.barcodeDataGridViewTextBoxColumn.Name = "barcodeDataGridViewTextBoxColumn";
- this.barcodeDataGridViewTextBoxColumn.Width = 90;
- //
- // cDDataGridViewCheckBoxColumn
- //
- this.cDDataGridViewCheckBoxColumn.DataPropertyName = "CD";
- this.cDDataGridViewCheckBoxColumn.HeaderText = "光盘";
- this.cDDataGridViewCheckBoxColumn.Name = "cDDataGridViewCheckBoxColumn";
- this.cDDataGridViewCheckBoxColumn.Width = 45;
- //
- // storageDataGridViewTextBoxColumn
- //
- this.storageDataGridViewTextBoxColumn.DataPropertyName = "Storage";
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.storageDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2;
- this.storageDataGridViewTextBoxColumn.HeaderText = "库存量";
- this.storageDataGridViewTextBoxColumn.Name = "storageDataGridViewTextBoxColumn";
- this.storageDataGridViewTextBoxColumn.Width = 60;
- //
- // bookStoreDataSet1
- //
- this.bookStoreDataSet1.DataSetName = "BookStoreDataSet";
- this.bookStoreDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // BookForm
- //
- this.AcceptButton = this.btnQuery;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(632, 453);
- this.Controls.Add(this.dgvBook);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "BookForm";
- this.Text = "图书管理";
- this.Load += new System.EventHandler(this.BookForm_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvBook)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bookStoreDataSet1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.DataGridView dgvBook;
- private System.Windows.Forms.ComboBox cmbPress;
- private System.Windows.Forms.CheckBox chbName;
- private System.Windows.Forms.Button btnQuery;
- private System.Windows.Forms.TextBox tbAuthor;
- private System.Windows.Forms.CheckBox chbAuthor;
- private System.Windows.Forms.CheckBox chbPress;
- private System.Windows.Forms.TextBox tbName;
- private System.Windows.Forms.Button btnViewAll;
- private System.Windows.Forms.Button btnReset;
- private BookStoreDataSet bookStoreDataSet1;
- private System.Windows.Forms.DataGridViewTextBoxColumn iSBNDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn authorDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn pressDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn publishDateDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn priceDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn pagesDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn barcodeDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewCheckBoxColumn cDDataGridViewCheckBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn storageDataGridViewTextBoxColumn;
- private System.Windows.Forms.ComboBox cmbBookBarcode;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btnSel;
- private System.Windows.Forms.Button btnAbort;
- private System.Windows.Forms.Button btnSave;
- }
- }