FormProduct.Designer.cs

namespace ProductManager
{
    partial class FormProduct
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProduct));
            this.splitContainer = new System.Windows.Forms.SplitContainer();
            this.gbButton = new System.Windows.Forms.GroupBox();
            this.btnSave = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnModify = new System.Windows.Forms.Button();
            this.btnAdd = new System.Windows.Forms.Button();
            this.btnDelete = new System.Windows.Forms.Button();
            this.gbText = new System.Windows.Forms.GroupBox();
            this.txtSellPrice = new System.Windows.Forms.TextBox();
            this.txtBuyPrice = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.cmbType = new System.Windows.Forms.ComboBox();
            this.gbView = new System.Windows.Forms.GroupBox();
            this.cmbValue = new System.Windows.Forms.ComboBox();
            this.btnQuery = new System.Windows.Forms.Button();
            this.cmbQuery = new System.Windows.Forms.ComboBox();
            this.btnLast = new System.Windows.Forms.Button();
            this.btnPrevious = new System.Windows.Forms.Button();
            this.btnFirst = new System.Windows.Forms.Button();
            this.labelPosition = new System.Windows.Forms.Label();
            this.btnNext = new System.Windows.Forms.Button();
            this.maskedTextID = new System.Windows.Forms.MaskedTextBox();
            this.txtNumber = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.txtMemo = new System.Windows.Forms.TextBox();
            this.cmbUnit = new System.Windows.Forms.ComboBox();
            this.txtName = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.dgProduct = new System.Windows.Forms.DataGrid();
            this.tableStyleProduct = new System.Windows.Forms.DataGridTableStyle();
            this.columnID = new System.Windows.Forms.DataGridTextBoxColumn();
            this.columnName = new System.Windows.Forms.DataGridTextBoxColumn();
            this.columnType = new System.Windows.Forms.DataGridTextBoxColumn();
            this.columnUnit = new System.Windows.Forms.DataGridTextBoxColumn();
            this.columnNumber = new System.Windows.Forms.DataGridTextBoxColumn();
            this.columnBuyPrice = new System.Windows.Forms.DataGridTextBoxColumn();
            this.columnSellPrice = new System.Windows.Forms.DataGridTextBoxColumn();
            this.columnMemo = new System.Windows.Forms.DataGridTextBoxColumn();
            this.tableStyleIn = new System.Windows.Forms.DataGridTableStyle();
            this.column1 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.column2 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.column3 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.column4 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.column5 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.column6 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.column7 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.column8 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.tableStyleOut = new System.Windows.Forms.DataGridTableStyle();
            this.column9 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.column10 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.column11 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.column12 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.column13 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.column14 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.column15 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.column16 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.splitContainer.Panel1.SuspendLayout();
            this.splitContainer.Panel2.SuspendLayout();
            this.splitContainer.SuspendLayout();
            this.gbButton.SuspendLayout();
            this.gbText.SuspendLayout();
            this.gbView.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgProduct)).BeginInit();
            this.SuspendLayout();
            //
            // splitContainer
            //
            this.splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer.Location = new System.Drawing.Point(0, 0);
            this.splitContainer.Name = "splitContainer";
            this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
            //
            // splitContainer.Panel1
            //
            this.splitContainer.Panel1.Controls.Add(this.gbButton);
            this.splitContainer.Panel1.Controls.Add(this.gbText);
            //
            // splitContainer.Panel2
            //
            this.splitContainer.Panel2.Controls.Add(this.dgProduct);
            this.splitContainer.Size = new System.Drawing.Size(792, 592);
            this.splitContainer.SplitterDistance = 360;
            this.splitContainer.TabIndex = 0;
            //
            // gbButton
            //
            this.gbButton.Controls.Add(this.btnSave);
            this.gbButton.Controls.Add(this.btnCancel);
            this.gbButton.Controls.Add(this.btnModify);
            this.gbButton.Controls.Add(this.btnAdd);
            this.gbButton.Controls.Add(this.btnDelete);
            this.gbButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.gbButton.Location = new System.Drawing.Point(44, 300);
            this.gbButton.Name = "gbButton";
            this.gbButton.Size = new System.Drawing.Size(700, 42);
            this.gbButton.TabIndex = 47;
            this.gbButton.TabStop = false;
            //
            // btnSave
            //
            this.btnSave.Enabled = false;
            this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnSave.Font = new System.Drawing.Font("宋体", 9.5F);
            this.btnSave.ForeColor = System.Drawing.SystemColors.Desktop;
            this.btnSave.Location = new System.Drawing.Point(509, 11);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(75, 26);
            this.btnSave.TabIndex = 11;
            this.btnSave.Text = "保存(&S)";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            //
            // btnCancel
            //
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnCancel.Font = new System.Drawing.Font("宋体", 9.5F);
            this.btnCancel.ForeColor = System.Drawing.SystemColors.Desktop;
            this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnCancel.Location = new System.Drawing.Point(619, 11);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 26);
            this.btnCancel.TabIndex = 12;
            this.btnCancel.Text = "取消(&C)";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            //
            // btnModify
            //
            this.btnModify.Enabled = false;
            this.btnModify.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnModify.Font = new System.Drawing.Font("宋体", 9.5F);
            this.btnModify.ForeColor = System.Drawing.SystemColors.Desktop;
            this.btnModify.Location = new System.Drawing.Point(115, 11);
            this.btnModify.Name = "btnModify";
            this.btnModify.Size = new System.Drawing.Size(75, 26);
            this.btnModify.TabIndex = 9;
            this.btnModify.Text = "修改(&U)";
            this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
            //
            // btnAdd
            //
            this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnAdd.Font = new System.Drawing.Font("宋体", 9.5F);
            this.btnAdd.ForeColor = System.Drawing.SystemColors.Desktop;
            this.btnAdd.Location = new System.Drawing.Point(5, 11);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(75, 26);
            this.btnAdd.TabIndex = 8;
            this.btnAdd.Text = "添加(&A)";
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            //
            // btnDelete
            //
            this.btnDelete.Enabled = false;
            this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnDelete.Font = new System.Drawing.Font("宋体", 9.5F);
            this.btnDelete.ForeColor = System.Drawing.SystemColors.Desktop;
            this.btnDelete.Location = new System.Drawing.Point(225, 11);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(75, 26);
            this.btnDelete.TabIndex = 10;
            this.btnDelete.Text = "删除(&D)";
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            //
            // gbText
            //
            this.gbText.Controls.Add(this.txtSellPrice);
            this.gbText.Controls.Add(this.txtBuyPrice);
            this.gbText.Controls.Add(this.label8);
            this.gbText.Controls.Add(this.label7);
            this.gbText.Controls.Add(this.cmbType);
            this.gbText.Controls.Add(this.gbView);
            this.gbText.Controls.Add(this.maskedTextID);
            this.gbText.Controls.Add(this.txtNumber);
            this.gbText.Controls.Add(this.label6);
            this.gbText.Controls.Add(this.label4);
            this.gbText.Controls.Add(this.txtMemo);
            this.gbText.Controls.Add(this.cmbUnit);
            this.gbText.Controls.Add(this.txtName);
            this.gbText.Controls.Add(this.label5);
            this.gbText.Controls.Add(this.label3);
            this.gbText.Controls.Add(this.label2);
            this.gbText.Controls.Add(this.label1);
            this.gbText.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.gbText.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.gbText.ForeColor = System.Drawing.SystemColors.ControlText;
            this.gbText.Location = new System.Drawing.Point(44, 48);
            this.gbText.Name = "gbText";
            this.gbText.Size = new System.Drawing.Size(701, 246);
            this.gbText.TabIndex = 46;
            this.gbText.TabStop = false;
            this.gbText.Text = "商品库存信息";
            //
            // txtSellPrice
            //
            this.txtSellPrice.Location = new System.Drawing.Point(427, 158);
            this.txtSellPrice.Name = "txtSellPrice";
            this.txtSellPrice.Size = new System.Drawing.Size(224, 23);
            this.txtSellPrice.TabIndex = 6;
            this.txtSellPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtSellPrice.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrice_KeyPress);
            //
            // txtBuyPrice
            //
            this.txtBuyPrice.Location = new System.Drawing.Point(427, 128);
            this.txtBuyPrice.Name = "txtBuyPrice";
            this.txtBuyPrice.Size = new System.Drawing.Size(224, 23);
            this.txtBuyPrice.TabIndex = 5;
            this.txtBuyPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtBuyPrice.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrice_KeyPress);
            //
            // label8
            //
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label8.Location = new System.Drawing.Point(370, 162);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(53, 12);
            this.label8.TabIndex = 36;
            this.label8.Text = "销售单价";
            //
            // label7
            //
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label7.Location = new System.Drawing.Point(370, 132);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 35;
            this.label7.Text = "进货单价";
            //
            // cmbType
            //
            this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbType.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cmbType.FormattingEnabled = true;
            this.cmbType.Location = new System.Drawing.Point(107, 162);
            this.cmbType.Name = "cmbType";
            this.cmbType.Size = new System.Drawing.Size(175, 22);
            this.cmbType.TabIndex = 2;
            //
            // gbView
            //
            this.gbView.Controls.Add(this.cmbValue);
            this.gbView.Controls.Add(this.btnQuery);
            this.gbView.Controls.Add(this.cmbQuery);
            this.gbView.Controls.Add(this.btnLast);
            this.gbView.Controls.Add(this.btnPrevious);
            this.gbView.Controls.Add(this.btnFirst);
            this.gbView.Controls.Add(this.labelPosition);
            this.gbView.Controls.Add(this.btnNext);
            this.gbView.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.gbView.Font = new System.Drawing.Font("宋体", 9F);
            this.gbView.Location = new System.Drawing.Point(28, 25);
            this.gbView.Name = "gbView";
            this.gbView.Size = new System.Drawing.Size(645, 41);
            this.gbView.TabIndex = 33;
            this.gbView.TabStop = false;
            //
            // cmbValue
            //
            this.cmbValue.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbValue.FormattingEnabled = true;
            this.cmbValue.ItemHeight = 14;
            this.cmbValue.Location = new System.Drawing.Point(385, 12);
            this.cmbValue.Name = "cmbValue";
            this.cmbValue.Size = new System.Drawing.Size(176, 22);
            this.cmbValue.TabIndex = 14;
            //
            // btnQuery
            //
            this.btnQuery.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnQuery.Font = new System.Drawing.Font("宋体", 9.5F);
            this.btnQuery.ForeColor = System.Drawing.SystemColors.Desktop;
            this.btnQuery.Location = new System.Drawing.Point(565, 11);
            this.btnQuery.Name = "btnQuery";
            this.btnQuery.Size = new System.Drawing.Size(75, 25);
            this.btnQuery.TabIndex = 15;
            this.btnQuery.Text = "查询(&Q)";
            this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
            //
            // cmbQuery
            //
            this.cmbQuery.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbQuery.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbQuery.FormattingEnabled = true;
            this.cmbQuery.Items.AddRange(new object[] {
            "商品编号",
            "商品名称",
            "商品类别"});
            this.cmbQuery.Location = new System.Drawing.Point(237, 12);
            this.cmbQuery.Name = "cmbQuery";
            this.cmbQuery.Size = new System.Drawing.Size(145, 22);
            this.cmbQuery.TabIndex = 13;
            this.cmbQuery.SelectedIndexChanged += new System.EventHandler(this.cmbQuery_SelectedIndexChanged);
            //
            // btnLast
            //
            this.btnLast.Enabled = false;
            this.btnLast.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnLast.Image = ((System.Drawing.Image)(resources.GetObject("btnLast.Image")));
            this.btnLast.Location = new System.Drawing.Point(183, 12);
            this.btnLast.Name = "btnLast";
            this.btnLast.Size = new System.Drawing.Size(32, 23);
            this.btnLast.TabIndex = 34;
            this.btnLast.Click += new System.EventHandler(this.btnPosition_Click);
            //
            // btnPrevious
            //
            this.btnPrevious.Enabled = false;
            this.btnPrevious.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnPrevious.Image = ((System.Drawing.Image)(resources.GetObject("btnPrevious.Image")));
            this.btnPrevious.Location = new System.Drawing.Point(38, 12);
            this.btnPrevious.Name = "btnPrevious";
            this.btnPrevious.Size = new System.Drawing.Size(32, 23);
            this.btnPrevious.TabIndex = 32;
            this.btnPrevious.Click += new System.EventHandler(this.btnPosition_Click);
            //
            // btnFirst
            //
            this.btnFirst.Enabled = false;
            this.btnFirst.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnFirst.Image = ((System.Drawing.Image)(resources.GetObject("btnFirst.Image")));
            this.btnFirst.Location = new System.Drawing.Point(6, 12);
            this.btnFirst.Name = "btnFirst";
            this.btnFirst.Size = new System.Drawing.Size(32, 23);
            this.btnFirst.TabIndex = 31;
            this.btnFirst.Click += new System.EventHandler(this.btnPosition_Click);
            //
            // labelPosition
            //
            this.labelPosition.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.labelPosition.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.labelPosition.ForeColor = System.Drawing.Color.White;
            this.labelPosition.Location = new System.Drawing.Point(73, 12);
            this.labelPosition.Name = "labelPosition";
            this.labelPosition.Size = new System.Drawing.Size(75, 23);
            this.labelPosition.TabIndex = 30;
            this.labelPosition.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // btnNext
            //
            this.btnNext.Enabled = false;
            this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnNext.Image = ((System.Drawing.Image)(resources.GetObject("btnNext.Image")));
            this.btnNext.Location = new System.Drawing.Point(151, 12);
            this.btnNext.Name = "btnNext";
            this.btnNext.Size = new System.Drawing.Size(32, 23);
            this.btnNext.TabIndex = 33;
            this.btnNext.Click += new System.EventHandler(this.btnPosition_Click);
            //
            // maskedTextID
            //
            this.maskedTextID.HideSelection = false;
            this.maskedTextID.Location = new System.Drawing.Point(107, 98);
            this.maskedTextID.Mask = "P000";
            this.maskedTextID.Name = "maskedTextID";
            this.maskedTextID.ReadOnly = true;
            this.maskedTextID.Size = new System.Drawing.Size(175, 23);
            this.maskedTextID.TabIndex = 0;
            this.maskedTextID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // txtNumber
            //
            this.txtNumber.Location = new System.Drawing.Point(427, 98);
            this.txtNumber.MaxLength = 10;
            this.txtNumber.Name = "txtNumber";
            this.txtNumber.Size = new System.Drawing.Size(224, 23);
            this.txtNumber.TabIndex = 4;
            this.txtNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtNumber.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNumber_KeyPress);
            //
            // label6
            //
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label6.Location = new System.Drawing.Point(370, 102);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 30;
            this.label6.Text = "商品数量";
            //
            // label4
            //
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label4.Location = new System.Drawing.Point(370, 192);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 29;
            this.label4.Text = "备注信息";
            //
            // txtMemo
            //
            this.txtMemo.BackColor = System.Drawing.Color.White;
            this.txtMemo.Location = new System.Drawing.Point(427, 188);
            this.txtMemo.Multiline = true;
            this.txtMemo.Name = "txtMemo";
            this.txtMemo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtMemo.Size = new System.Drawing.Size(224, 39);
            this.txtMemo.TabIndex = 7;
            //
            // cmbUnit
            //
            this.cmbUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbUnit.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cmbUnit.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.cmbUnit.Items.AddRange(new object[] {
            "千克",
            "吨",
            "台",
            "箱",
            "袋",
            "套",
            "件",
            "辆"});
            this.cmbUnit.Location = new System.Drawing.Point(107, 193);
            this.cmbUnit.Name = "cmbUnit";
            this.cmbUnit.Size = new System.Drawing.Size(175, 22);
            this.cmbUnit.TabIndex = 3;
            //
            // txtName
            //
            this.txtName.Location = new System.Drawing.Point(107, 130);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(175, 23);
            this.txtName.TabIndex = 1;
            this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            //
            // label5
            //
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label5.Location = new System.Drawing.Point(50, 199);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 4;
            this.label5.Text = "计量单位";
            //
            // label3
            //
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label3.Location = new System.Drawing.Point(50, 167);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "商品类别";
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label2.Location = new System.Drawing.Point(50, 135);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "商品名称";
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label1.Location = new System.Drawing.Point(50, 103);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "商品编号";
            //
            // dgProduct
            //
            this.dgProduct.AllowSorting = false;
            this.dgProduct.AlternatingBackColor = System.Drawing.Color.GhostWhite;
            this.dgProduct.BackColor = System.Drawing.Color.GhostWhite;
            this.dgProduct.BackgroundColor = System.Drawing.Color.Lavender;
            this.dgProduct.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dgProduct.CaptionBackColor = System.Drawing.Color.RoyalBlue;
            this.dgProduct.CaptionForeColor = System.Drawing.Color.White;
            this.dgProduct.CaptionText = "商品库存表";
            this.dgProduct.DataMember = "";
            this.dgProduct.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgProduct.FlatMode = true;
            this.dgProduct.Font = new System.Drawing.Font("Tahoma", 8F);
            this.dgProduct.ForeColor = System.Drawing.Color.MidnightBlue;
            this.dgProduct.GridLineColor = System.Drawing.Color.RoyalBlue;
            this.dgProduct.HeaderBackColor = System.Drawing.Color.MidnightBlue;
            this.dgProduct.HeaderFont = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.dgProduct.HeaderForeColor = System.Drawing.Color.Lavender;
            this.dgProduct.LinkColor = System.Drawing.Color.Teal;
            this.dgProduct.Location = new System.Drawing.Point(0, 0);
            this.dgProduct.Name = "dgProduct";
            this.dgProduct.ParentRowsBackColor = System.Drawing.Color.Lavender;
            this.dgProduct.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
            this.dgProduct.ReadOnly = true;
            this.dgProduct.SelectionBackColor = System.Drawing.Color.Teal;
            this.dgProduct.SelectionForeColor = System.Drawing.Color.PaleGreen;
            this.dgProduct.Size = new System.Drawing.Size(788, 224);
            this.dgProduct.TabIndex = 0;
            this.dgProduct.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
            this.tableStyleProduct,
            this.tableStyleIn,
            this.tableStyleOut});
            this.dgProduct.TabStop = false;
            this.dgProduct.Resize += new System.EventHandler(this.dgProduct_Resize);
            this.dgProduct.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgProduct_MouseUp);
            this.dgProduct.Navigate += new System.Windows.Forms.NavigateEventHandler(this.dgProduct_Navigate);
            //
            // tableStyleProduct
            //
            this.tableStyleProduct.AllowSorting = false;
            this.tableStyleProduct.DataGrid = this.dgProduct;
            this.tableStyleProduct.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
            this.columnID,
            this.columnName,
            this.columnType,
            this.columnUnit,
            this.columnNumber,
            this.columnBuyPrice,
            this.columnSellPrice,
            this.columnMemo});
            this.tableStyleProduct.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.tableStyleProduct.MappingName = "Product";
            this.tableStyleProduct.ReadOnly = true;
            //
            // columnID
            //
            this.columnID.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnID.Format = "";
            this.columnID.FormatInfo = null;
            this.columnID.HeaderText = "商品编号";
            this.columnID.MappingName = "ProductID";
            this.columnID.Width = 75;
            //
            // columnName
            //
            this.columnName.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnName.Format = "";
            this.columnName.FormatInfo = null;
            this.columnName.HeaderText = "商品名称";
            this.columnName.MappingName = "ProductName";
            this.columnName.Width = 150;
            //
            // columnType
            //
            this.columnType.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnType.Format = "";
            this.columnType.FormatInfo = null;
            this.columnType.HeaderText = "商品类型";
            this.columnType.MappingName = "ProductType";
            this.columnType.Width = 75;
            //
            // columnUnit
            //
            this.columnUnit.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnUnit.Format = "";
            this.columnUnit.FormatInfo = null;
            this.columnUnit.HeaderText = "单位";
            this.columnUnit.MappingName = "Unit";
            this.columnUnit.Width = 75;
            //
            // columnNumber
            //
            this.columnNumber.Alignment = System.Windows.Forms.HorizontalAlignment.Right;
            this.columnNumber.Format = "#,##0;-#,##0;零个";
            this.columnNumber.FormatInfo = null;
            this.columnNumber.HeaderText = "库存数量";
            this.columnNumber.MappingName = "Number";
            this.columnNumber.NullText = "0";
            this.columnNumber.Width = 75;
            //
            // columnBuyPrice
            //
            this.columnBuyPrice.Alignment = System.Windows.Forms.HorizontalAlignment.Right;
            this.columnBuyPrice.Format = "¥#,##0.00;¥-#,##0.00;零元";
            this.columnBuyPrice.FormatInfo = null;
            this.columnBuyPrice.HeaderText = "进货单价";
            this.columnBuyPrice.MappingName = "BuyPrice";
            this.columnBuyPrice.NullText = "0.00";
            this.columnBuyPrice.Width = 75;
            //
            // columnSellPrice
            //
            this.columnSellPrice.Alignment = System.Windows.Forms.HorizontalAlignment.Right;
            this.columnSellPrice.Format = "¥#,##0.00;¥-#,##0.00;零元";
            this.columnSellPrice.FormatInfo = null;
            this.columnSellPrice.HeaderText = "销售单价";
            this.columnSellPrice.MappingName = "SellPrice";
            this.columnSellPrice.NullText = "0.00";
            this.columnSellPrice.Width = 75;
            //
            // columnMemo
            //
            this.columnMemo.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnMemo.Format = "";
            this.columnMemo.FormatInfo = null;
            this.columnMemo.HeaderText = "备注";
            this.columnMemo.MappingName = "Memo";
            this.columnMemo.Width = 200;
            //
            // tableStyleIn
            //
            this.tableStyleIn.AllowSorting = false;
            this.tableStyleIn.DataGrid = this.dgProduct;
            this.tableStyleIn.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
            this.column1,
            this.column2,
            this.column3,
            this.column4,
            this.column5,
            this.column6,
            this.column7,
            this.column8});
            this.tableStyleIn.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.tableStyleIn.MappingName = "ProductIn";
            this.tableStyleIn.ReadOnly = true;
            //
            // column1
            //
            this.column1.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.column1.Format = "";
            this.column1.FormatInfo = null;
            this.column1.HeaderText = "入库单编号";
            this.column1.MappingName = "InID";
            this.column1.Width = 75;
            //
            // column2
            //
            this.column2.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.column2.Format = "";
            this.column2.FormatInfo = null;
            this.column2.HeaderText = "采购单编号";
            this.column2.MappingName = "BuyID";
            this.column2.Width = 75;
            //
            // column3
            //
            this.column3.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.column3.Format = "";
            this.column3.FormatInfo = null;
            this.column3.HeaderText = "商品编号";
            this.column3.MappingName = "ProductID";
            this.column3.Width = 75;
            //
            // column4
            //
            this.column4.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.column4.Format = "";
            this.column4.FormatInfo = null;
            this.column4.HeaderText = "入库类型";
            this.column4.MappingName = "Type";
            this.column4.Width = 75;
            //
            // column5
            //
            this.column5.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.column5.Format = "";
            this.column5.FormatInfo = null;
            this.column5.HeaderText = "商品单位";
            this.column5.MappingName = "Unit";
            this.column5.Width = 75;
            //
            // column6
            //
            this.column6.Alignment = System.Windows.Forms.HorizontalAlignment.Right;
            this.column6.Format = "¥#,##0.00;¥-#,##0.00;零元";
            this.column6.FormatInfo = null;
            this.column6.HeaderText = "采购价格";
            this.column6.MappingName = "Price";
            this.column6.NullText = "¥0.00";
            this.column6.Width = 75;
            //
            // column7
            //
            this.column7.Alignment = System.Windows.Forms.HorizontalAlignment.Right;
            this.column7.Format = "#,##0;-#,##0;零个";
            this.column7.FormatInfo = null;
            this.column7.HeaderText = "入库数量";
            this.column7.MappingName = "Number";
            this.column7.NullText = "0";
            this.column7.Width = 75;
            //
            // column8
            //
            this.column8.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.column8.Format = "yyyy-MM-dd";
            this.column8.FormatInfo = null;
            this.column8.HeaderText = "入库日期";
            this.column8.MappingName = "Date";
            this.column8.Width = 75;
            //
            // tableStyleOut
            //
            this.tableStyleOut.AllowSorting = false;
            this.tableStyleOut.DataGrid = this.dgProduct;
            this.tableStyleOut.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
            this.column9,
            this.column10,
            this.column11,
            this.column12,
            this.column13,
            this.column14,
            this.column15,
            this.column16});
            this.tableStyleOut.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.tableStyleOut.MappingName = "ProductOut";
            this.tableStyleOut.ReadOnly = true;
            //
            // column9
            //
            this.column9.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.column9.Format = "";
            this.column9.FormatInfo = null;
            this.column9.HeaderText = "出库单编号";
            this.column9.MappingName = "OutID";
            this.column9.Width = 75;
            //
            // column10
            //
            this.column10.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.column10.Format = "";
            this.column10.FormatInfo = null;
            this.column10.HeaderText = "订单编号";
            this.column10.MappingName = "SellID";
            this.column10.Width = 75;
            //
            // column11
            //
            this.column11.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.column11.Format = "";
            this.column11.FormatInfo = null;
            this.column11.HeaderText = "商品编号";
            this.column11.MappingName = "ProductID";
            this.column11.Width = 75;
            //
            // column12
            //
            this.column12.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.column12.Format = "";
            this.column12.FormatInfo = null;
            this.column12.HeaderText = "出库类型";
            this.column12.MappingName = "Type";
            this.column12.Width = 75;
            //
            // column13
            //
            this.column13.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.column13.Format = "";
            this.column13.FormatInfo = null;
            this.column13.HeaderText = "商品单位";
            this.column13.MappingName = "Unit";
            this.column13.Width = 75;
            //
            // column14
            //
            this.column14.Alignment = System.Windows.Forms.HorizontalAlignment.Right;
            this.column14.Format = "¥#,##0.00;¥-#,##0.00;零元";
            this.column14.FormatInfo = null;
            this.column14.HeaderText = "订单价格";
            this.column14.MappingName = "Price";
            this.column14.NullText = "¥0.00";
            this.column14.Width = 75;
            //
            // column15
            //
            this.column15.Alignment = System.Windows.Forms.HorizontalAlignment.Right;
            this.column15.Format = "#,##0;-#,##0;零个";
            this.column15.FormatInfo = null;
            this.column15.HeaderText = "出库数量";
            this.column15.MappingName = "Number";
            this.column15.NullText = "0";
            this.column15.Width = 75;
            //
            // column16
            //
            this.column16.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.column16.Format = "yyyy-MM-dd";
            this.column16.FormatInfo = null;
            this.column16.HeaderText = "出库日期";
            this.column16.MappingName = "Date";
            this.column16.Width = 75;
            //
            // FormProduct
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.ClientSize = new System.Drawing.Size(792, 592);
            this.ControlBox = false;
            this.Controls.Add(this.splitContainer);
            this.Name = "FormProduct";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormProduct_FormClosing);
            this.splitContainer.Panel1.ResumeLayout(false);
            this.splitContainer.Panel2.ResumeLayout(false);
            this.splitContainer.ResumeLayout(false);
            this.gbButton.ResumeLayout(false);
            this.gbText.ResumeLayout(false);
            this.gbText.PerformLayout();
            this.gbView.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgProduct)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.SplitContainer splitContainer;
        private System.Windows.Forms.GroupBox gbButton;
        private System.Windows.Forms.Button btnSave;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnModify;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.Button btnDelete;
        private System.Windows.Forms.GroupBox gbText;
        private System.Windows.Forms.GroupBox gbView;
        private System.Windows.Forms.Button btnQuery;
        private System.Windows.Forms.ComboBox cmbQuery;
        private System.Windows.Forms.Button btnLast;
        private System.Windows.Forms.Button btnPrevious;
        private System.Windows.Forms.Button btnFirst;
        private System.Windows.Forms.Label labelPosition;
        private System.Windows.Forms.Button btnNext;
        private System.Windows.Forms.MaskedTextBox maskedTextID;
        private System.Windows.Forms.TextBox txtNumber;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtMemo;
        private System.Windows.Forms.ComboBox cmbUnit;
        private System.Windows.Forms.TextBox txtName;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DataGrid dgProduct;
        private System.Windows.Forms.DataGridTableStyle tableStyleProduct;
        private System.Windows.Forms.DataGridTextBoxColumn columnID;
        private System.Windows.Forms.DataGridTextBoxColumn columnName;
        private System.Windows.Forms.DataGridTextBoxColumn columnType;
        private System.Windows.Forms.DataGridTextBoxColumn columnUnit;
        private System.Windows.Forms.DataGridTextBoxColumn columnNumber;
        private System.Windows.Forms.DataGridTextBoxColumn columnMemo;
        private System.Windows.Forms.DataGridTableStyle tableStyleIn;
        private System.Windows.Forms.DataGridTextBoxColumn column1;
        private System.Windows.Forms.DataGridTextBoxColumn column2;
        private System.Windows.Forms.DataGridTextBoxColumn column3;
        private System.Windows.Forms.DataGridTextBoxColumn column4;
        private System.Windows.Forms.DataGridTextBoxColumn column5;
        private System.Windows.Forms.DataGridTextBoxColumn column6;
        private System.Windows.Forms.DataGridTextBoxColumn column7;
        private System.Windows.Forms.DataGridTextBoxColumn column8;
        private System.Windows.Forms.DataGridTableStyle tableStyleOut;
        private System.Windows.Forms.DataGridTextBoxColumn column9;
        private System.Windows.Forms.DataGridTextBoxColumn column10;
        private System.Windows.Forms.DataGridTextBoxColumn column11;
        private System.Windows.Forms.DataGridTextBoxColumn column12;
        private System.Windows.Forms.DataGridTextBoxColumn column13;
        private System.Windows.Forms.DataGridTextBoxColumn column14;
        private System.Windows.Forms.DataGridTextBoxColumn column15;
        private System.Windows.Forms.DataGridTextBoxColumn column16;
        private System.Windows.Forms.ComboBox cmbType;
        private System.Windows.Forms.DataGridTextBoxColumn columnBuyPrice;
        private System.Windows.Forms.DataGridTextBoxColumn columnSellPrice;
        private System.Windows.Forms.TextBox txtSellPrice;
        private System.Windows.Forms.TextBox txtBuyPrice;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.ComboBox cmbValue;
    }
}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值