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

行业应用

开发平台:

SQL

  1. namespace BookStoreMan
  2. {
  3.     partial class SellForm
  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(SellForm));
  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.nudNumber = new System.Windows.Forms.NumericUpDown();
  33.             this.label3 = new System.Windows.Forms.Label();
  34.             this.nudDiscount = new System.Windows.Forms.NumericUpDown();
  35.             this.cmbCustomerID = new System.Windows.Forms.ComboBox();
  36.             this.btnSel = new System.Windows.Forms.Button();
  37.             this.btnOK = new System.Windows.Forms.Button();
  38.             this.btnReset = new System.Windows.Forms.Button();
  39.             this.btnAdd = new System.Windows.Forms.Button();
  40.             this.label2 = new System.Windows.Forms.Label();
  41.             this.cmbBookBarcode = new System.Windows.Forms.ComboBox();
  42.             this.checkBox1 = new System.Windows.Forms.CheckBox();
  43.             this.label1 = new System.Windows.Forms.Label();
  44.             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  45.             this.printDocument1 = new System.Drawing.Printing.PrintDocument();
  46.             this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
  47.             this.dgvSellDetail = new System.Windows.Forms.DataGridView();
  48.             this.bookStoreDataSet1 = new BookStoreMan.BookStoreDataSet();
  49.             this.iSBNDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50.             this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51.             this.priceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52.             this.numberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53.             this.discountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54.             this.sumDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55.             this.panel1.SuspendLayout();
  56.             ((System.ComponentModel.ISupportInitialize)(this.nudNumber)).BeginInit();
  57.             ((System.ComponentModel.ISupportInitialize)(this.nudDiscount)).BeginInit();
  58.             ((System.ComponentModel.ISupportInitialize)(this.dgvSellDetail)).BeginInit();
  59.             ((System.ComponentModel.ISupportInitialize)(this.bookStoreDataSet1)).BeginInit();
  60.             this.SuspendLayout();
  61.             // 
  62.             // panel1
  63.             // 
  64.             this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  65.             this.panel1.Controls.Add(this.nudNumber);
  66.             this.panel1.Controls.Add(this.label3);
  67.             this.panel1.Controls.Add(this.nudDiscount);
  68.             this.panel1.Controls.Add(this.cmbCustomerID);
  69.             this.panel1.Controls.Add(this.btnSel);
  70.             this.panel1.Controls.Add(this.btnOK);
  71.             this.panel1.Controls.Add(this.btnReset);
  72.             this.panel1.Controls.Add(this.btnAdd);
  73.             this.panel1.Controls.Add(this.label2);
  74.             this.panel1.Controls.Add(this.cmbBookBarcode);
  75.             this.panel1.Controls.Add(this.checkBox1);
  76.             this.panel1.Controls.Add(this.label1);
  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(472, 75);
  81.             this.panel1.TabIndex = 0;
  82.             // 
  83.             // nudNumber
  84.             // 
  85.             this.nudNumber.Location = new System.Drawing.Point(220, 39);
  86.             this.nudNumber.Maximum = new decimal(new int[] {
  87.             9999,
  88.             0,
  89.             0,
  90.             0});
  91.             this.nudNumber.Minimum = new decimal(new int[] {
  92.             1,
  93.             0,
  94.             0,
  95.             0});
  96.             this.nudNumber.Name = "nudNumber";
  97.             this.nudNumber.Size = new System.Drawing.Size(45, 21);
  98.             this.nudNumber.TabIndex = 13;
  99.             this.nudNumber.Value = new decimal(new int[] {
  100.             1,
  101.             0,
  102.             0,
  103.             0});
  104.             // 
  105.             // label3
  106.             // 
  107.             this.label3.AutoSize = true;
  108.             this.label3.Location = new System.Drawing.Point(275, 42);
  109.             this.label3.Name = "label3";
  110.             this.label3.Size = new System.Drawing.Size(35, 12);
  111.             this.label3.TabIndex = 12;
  112.             this.label3.Text = "折扣:";
  113.             // 
  114.             // nudDiscount
  115.             // 
  116.             this.nudDiscount.DecimalPlaces = 2;
  117.             this.nudDiscount.Increment = new decimal(new int[] {
  118.             1,
  119.             0,
  120.             0,
  121.             131072});
  122.             this.nudDiscount.Location = new System.Drawing.Point(315, 39);
  123.             this.nudDiscount.Maximum = new decimal(new int[] {
  124.             1,
  125.             0,
  126.             0,
  127.             0});
  128.             this.nudDiscount.Name = "nudDiscount";
  129.             this.nudDiscount.Size = new System.Drawing.Size(53, 21);
  130.             this.nudDiscount.TabIndex = 11;
  131.             this.nudDiscount.Value = new decimal(new int[] {
  132.             1,
  133.             0,
  134.             0,
  135.             0});
  136.             // 
  137.             // cmbCustomerID
  138.             // 
  139.             this.cmbCustomerID.Enabled = false;
  140.             this.cmbCustomerID.FormattingEnabled = true;
  141.             this.cmbCustomerID.Location = new System.Drawing.Point(80, 9);
  142.             this.cmbCustomerID.Name = "cmbCustomerID";
  143.             this.cmbCustomerID.Size = new System.Drawing.Size(90, 20);
  144.             this.cmbCustomerID.TabIndex = 10;
  145.             // 
  146.             // btnSel
  147.             // 
  148.             this.btnSel.Enabled = false;
  149.             this.btnSel.Location = new System.Drawing.Point(182, 7);
  150.             this.btnSel.Name = "btnSel";
  151.             this.btnSel.Size = new System.Drawing.Size(45, 23);
  152.             this.btnSel.TabIndex = 9;
  153.             this.btnSel.Text = "确认";
  154.             this.btnSel.UseVisualStyleBackColor = true;
  155.             this.btnSel.Click += new System.EventHandler(this.btnSel_Click);
  156.             // 
  157.             // btnOK
  158.             // 
  159.             this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  160.             this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  161.             this.btnOK.Location = new System.Drawing.Point(392, 7);
  162.             this.btnOK.Name = "btnOK";
  163.             this.btnOK.Size = new System.Drawing.Size(75, 23);
  164.             this.btnOK.TabIndex = 8;
  165.             this.btnOK.Text = "完成";
  166.             this.btnOK.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  167.             this.btnOK.UseVisualStyleBackColor = true;
  168.             this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  169.             // 
  170.             // btnReset
  171.             // 
  172.             this.btnReset.Location = new System.Drawing.Point(422, 37);
  173.             this.btnReset.Name = "btnReset";
  174.             this.btnReset.Size = new System.Drawing.Size(45, 23);
  175.             this.btnReset.TabIndex = 7;
  176.             this.btnReset.Text = "重置";
  177.             this.btnReset.UseVisualStyleBackColor = true;
  178.             this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
  179.             // 
  180.             // btnAdd
  181.             // 
  182.             this.btnAdd.Location = new System.Drawing.Point(372, 37);
  183.             this.btnAdd.Name = "btnAdd";
  184.             this.btnAdd.Size = new System.Drawing.Size(45, 23);
  185.             this.btnAdd.TabIndex = 6;
  186.             this.btnAdd.Text = "加入";
  187.             this.btnAdd.UseVisualStyleBackColor = true;
  188.             this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  189.             // 
  190.             // label2
  191.             // 
  192.             this.label2.AutoSize = true;
  193.             this.label2.Location = new System.Drawing.Point(180, 42);
  194.             this.label2.Name = "label2";
  195.             this.label2.Size = new System.Drawing.Size(35, 12);
  196.             this.label2.TabIndex = 4;
  197.             this.label2.Text = "数量:";
  198.             // 
  199.             // cmbBookBarcode
  200.             // 
  201.             this.cmbBookBarcode.FormattingEnabled = true;
  202.             this.cmbBookBarcode.Location = new System.Drawing.Point(70, 39);
  203.             this.cmbBookBarcode.MaxLength = 13;
  204.             this.cmbBookBarcode.Name = "cmbBookBarcode";
  205.             this.cmbBookBarcode.Size = new System.Drawing.Size(100, 20);
  206.             this.cmbBookBarcode.TabIndex = 3;
  207.             // 
  208.             // checkBox1
  209.             // 
  210.             this.checkBox1.AutoSize = true;
  211.             this.checkBox1.Location = new System.Drawing.Point(10, 11);
  212.             this.checkBox1.Name = "checkBox1";
  213.             this.checkBox1.Size = new System.Drawing.Size(66, 16);
  214.             this.checkBox1.TabIndex = 2;
  215.             this.checkBox1.Text = "会员号:";
  216.             this.checkBox1.UseVisualStyleBackColor = true;
  217.             this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  218.             // 
  219.             // label1
  220.             // 
  221.             this.label1.AutoSize = true;
  222.             this.label1.Location = new System.Drawing.Point(10, 42);
  223.             this.label1.Name = "label1";
  224.             this.label1.Size = new System.Drawing.Size(59, 12);
  225.             this.label1.TabIndex = 0;
  226.             this.label1.Text = "图书条码:";
  227.             // 
  228.             // statusStrip1
  229.             // 
  230.             this.statusStrip1.Location = new System.Drawing.Point(0, 311);
  231.             this.statusStrip1.Name = "statusStrip1";
  232.             this.statusStrip1.Size = new System.Drawing.Size(472, 22);
  233.             this.statusStrip1.TabIndex = 1;
  234.             this.statusStrip1.Text = "statusStrip1";
  235.             // 
  236.             // printDocument1
  237.             // 
  238.             this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
  239.             // 
  240.             // printPreviewDialog1
  241.             // 
  242.             this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
  243.             this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
  244.             this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
  245.             this.printPreviewDialog1.Document = this.printDocument1;
  246.             this.printPreviewDialog1.Enabled = true;
  247.             this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
  248.             this.printPreviewDialog1.Name = "printPreviewDialog1";
  249.             this.printPreviewDialog1.Visible = false;
  250.             // 
  251.             // dgvSellDetail
  252.             // 
  253.             this.dgvSellDetail.AutoGenerateColumns = false;
  254.             this.dgvSellDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  255.             this.iSBNDataGridViewTextBoxColumn,
  256.             this.nameDataGridViewTextBoxColumn,
  257.             this.priceDataGridViewTextBoxColumn,
  258.             this.numberDataGridViewTextBoxColumn,
  259.             this.discountDataGridViewTextBoxColumn,
  260.             this.sumDataGridViewTextBoxColumn});
  261.             this.dgvSellDetail.DataMember = "P_GetSellDetail";
  262.             this.dgvSellDetail.DataSource = this.bookStoreDataSet1;
  263.             this.dgvSellDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  264.             this.dgvSellDetail.Location = new System.Drawing.Point(0, 75);
  265.             this.dgvSellDetail.Name = "dgvSellDetail";
  266.             this.dgvSellDetail.ReadOnly = true;
  267.             this.dgvSellDetail.RowHeadersWidth = 30;
  268.             this.dgvSellDetail.RowTemplate.Height = 23;
  269.             this.dgvSellDetail.Size = new System.Drawing.Size(472, 236);
  270.             this.dgvSellDetail.TabIndex = 2;
  271.             // 
  272.             // bookStoreDataSet1
  273.             // 
  274.             this.bookStoreDataSet1.DataSetName = "BookStoreDataSet";
  275.             this.bookStoreDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  276.             // 
  277.             // iSBNDataGridViewTextBoxColumn
  278.             // 
  279.             this.iSBNDataGridViewTextBoxColumn.DataPropertyName = "ISBN";
  280.             this.iSBNDataGridViewTextBoxColumn.HeaderText = "ISBN";
  281.             this.iSBNDataGridViewTextBoxColumn.Name = "iSBNDataGridViewTextBoxColumn";
  282.             this.iSBNDataGridViewTextBoxColumn.ReadOnly = true;
  283.             this.iSBNDataGridViewTextBoxColumn.Width = 75;
  284.             // 
  285.             // nameDataGridViewTextBoxColumn
  286.             // 
  287.             this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
  288.             this.nameDataGridViewTextBoxColumn.HeaderText = "书名";
  289.             this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
  290.             this.nameDataGridViewTextBoxColumn.ReadOnly = true;
  291.             this.nameDataGridViewTextBoxColumn.Width = 150;
  292.             // 
  293.             // priceDataGridViewTextBoxColumn
  294.             // 
  295.             this.priceDataGridViewTextBoxColumn.DataPropertyName = "Price";
  296.             dataGridViewCellStyle1.Format = "N2";
  297.             dataGridViewCellStyle1.NullValue = null;
  298.             this.priceDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
  299.             this.priceDataGridViewTextBoxColumn.HeaderText = "定价";
  300.             this.priceDataGridViewTextBoxColumn.Name = "priceDataGridViewTextBoxColumn";
  301.             this.priceDataGridViewTextBoxColumn.ReadOnly = true;
  302.             this.priceDataGridViewTextBoxColumn.Width = 50;
  303.             // 
  304.             // numberDataGridViewTextBoxColumn
  305.             // 
  306.             this.numberDataGridViewTextBoxColumn.DataPropertyName = "Number";
  307.             this.numberDataGridViewTextBoxColumn.HeaderText = "数量";
  308.             this.numberDataGridViewTextBoxColumn.Name = "numberDataGridViewTextBoxColumn";
  309.             this.numberDataGridViewTextBoxColumn.ReadOnly = true;
  310.             this.numberDataGridViewTextBoxColumn.Width = 45;
  311.             // 
  312.             // discountDataGridViewTextBoxColumn
  313.             // 
  314.             this.discountDataGridViewTextBoxColumn.DataPropertyName = "Discount";
  315.             this.discountDataGridViewTextBoxColumn.HeaderText = "折扣";
  316.             this.discountDataGridViewTextBoxColumn.Name = "discountDataGridViewTextBoxColumn";
  317.             this.discountDataGridViewTextBoxColumn.ReadOnly = true;
  318.             this.discountDataGridViewTextBoxColumn.Width = 45;
  319.             // 
  320.             // sumDataGridViewTextBoxColumn
  321.             // 
  322.             this.sumDataGridViewTextBoxColumn.DataPropertyName = "Sum";
  323.             dataGridViewCellStyle2.Format = "C2";
  324.             dataGridViewCellStyle2.NullValue = null;
  325.             this.sumDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2;
  326.             this.sumDataGridViewTextBoxColumn.HeaderText = "金额";
  327.             this.sumDataGridViewTextBoxColumn.Name = "sumDataGridViewTextBoxColumn";
  328.             this.sumDataGridViewTextBoxColumn.ReadOnly = true;
  329.             this.sumDataGridViewTextBoxColumn.Width = 75;
  330.             // 
  331.             // SellForm
  332.             // 
  333.             this.AcceptButton = this.btnAdd;
  334.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  335.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  336.             this.ClientSize = new System.Drawing.Size(472, 333);
  337.             this.Controls.Add(this.dgvSellDetail);
  338.             this.Controls.Add(this.statusStrip1);
  339.             this.Controls.Add(this.panel1);
  340.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  341.             this.Name = "SellForm";
  342.             this.Text = "收银台";
  343.             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SellForm_FormClosing);
  344.             this.Load += new System.EventHandler(this.SellForm_Load);
  345.             this.panel1.ResumeLayout(false);
  346.             this.panel1.PerformLayout();
  347.             ((System.ComponentModel.ISupportInitialize)(this.nudNumber)).EndInit();
  348.             ((System.ComponentModel.ISupportInitialize)(this.nudDiscount)).EndInit();
  349.             ((System.ComponentModel.ISupportInitialize)(this.dgvSellDetail)).EndInit();
  350.             ((System.ComponentModel.ISupportInitialize)(this.bookStoreDataSet1)).EndInit();
  351.             this.ResumeLayout(false);
  352.             this.PerformLayout();
  353.         }
  354.         #endregion
  355.         private System.Windows.Forms.Panel panel1;
  356.         private System.Windows.Forms.Label label1;
  357.         private System.Windows.Forms.Label label2;
  358.         private System.Windows.Forms.CheckBox checkBox1;
  359.         private System.Windows.Forms.ComboBox cmbCustomerID;
  360.         private System.Windows.Forms.ComboBox cmbBookBarcode;
  361.         private System.Windows.Forms.Button btnAdd;
  362.         private System.Windows.Forms.Button btnOK;
  363.         private System.Windows.Forms.Button btnReset;
  364.         private System.Windows.Forms.StatusStrip statusStrip1;
  365.         private System.Windows.Forms.DataGridView dgvSellDetail;
  366.         private BookStoreDataSet bookStoreDataSet1;
  367.         private System.Windows.Forms.Button btnSel;
  368.         private System.Windows.Forms.NumericUpDown nudDiscount;
  369.         private System.Windows.Forms.NumericUpDown nudNumber;
  370.         private System.Windows.Forms.Label label3;
  371.         private System.Drawing.Printing.PrintDocument printDocument1;
  372.         private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
  373.         private System.Windows.Forms.DataGridViewTextBoxColumn iSBNDataGridViewTextBoxColumn;
  374.         private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
  375.         private System.Windows.Forms.DataGridViewTextBoxColumn priceDataGridViewTextBoxColumn;
  376.         private System.Windows.Forms.DataGridViewTextBoxColumn numberDataGridViewTextBoxColumn;
  377.         private System.Windows.Forms.DataGridViewTextBoxColumn discountDataGridViewTextBoxColumn;
  378.         private System.Windows.Forms.DataGridViewTextBoxColumn sumDataGridViewTextBoxColumn;
  379.     }
  380. }