⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 采购新品.designer.cs

📁 进存销系统..适合书店的进销存..功能可以满足一般的需求.很简单
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace BookStore.Forms
{
    partial class newProduct
    {
        /// <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()
        {
            this.cboCategory = new System.Windows.Forms.ComboBox();
            this.cboFormat1 = new System.Windows.Forms.ComboBox();
            this.cboEmployee = new System.Windows.Forms.ComboBox();
            this.cboSupplier = new System.Windows.Forms.ComboBox();
            this.gbNewBook = new System.Windows.Forms.GroupBox();
            this.NUDamount = new System.Windows.Forms.NumericUpDown();
            this.cboFomat2 = new System.Windows.Forms.ComboBox();
            this.tbPrice = new System.Windows.Forms.TextBox();
            this.tbCost = new System.Windows.Forms.TextBox();
            this.tbName = new System.Windows.Forms.TextBox();
            this.cboDetailCategory = new System.Windows.Forms.ComboBox();
            this.label11 = new System.Windows.Forms.Label();
            this.tbRemark = new System.Windows.Forms.TextBox();
            this.dtpTimer = new System.Windows.Forms.DateTimePicker();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = 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.btnOK = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.gbNewBook.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NUDamount)).BeginInit();
            this.SuspendLayout();
            // 
            // cboCategory
            // 
            this.cboCategory.DisplayMember = "CategoryID";
            this.cboCategory.FormattingEnabled = true;
            this.cboCategory.Location = new System.Drawing.Point(125, 20);
            this.cboCategory.Name = "cboCategory";
            this.cboCategory.Size = new System.Drawing.Size(121, 20);
            this.cboCategory.TabIndex = 0;
            this.cboCategory.ValueMember = "CategoryID";
            this.cboCategory.SelectedIndexChanged += new System.EventHandler(this.cboCategory_SelectedIndexChanged);
            // 
            // cboFormat1
            // 
            this.cboFormat1.FormattingEnabled = true;
            this.cboFormat1.Items.AddRange(new object[] {
            "对开",
            "四开",
            "八开",
            "十六开",
            "三十二开",
            "六十四开"});
            this.cboFormat1.Location = new System.Drawing.Point(125, 98);
            this.cboFormat1.Name = "cboFormat1";
            this.cboFormat1.Size = new System.Drawing.Size(57, 20);
            this.cboFormat1.TabIndex = 2;
            // 
            // cboEmployee
            // 
            this.cboEmployee.FormattingEnabled = true;
            this.cboEmployee.Location = new System.Drawing.Point(411, 96);
            this.cboEmployee.Name = "cboEmployee";
            this.cboEmployee.Size = new System.Drawing.Size(121, 20);
            this.cboEmployee.TabIndex = 3;
            // 
            // cboSupplier
            // 
            this.cboSupplier.FormattingEnabled = true;
            this.cboSupplier.Location = new System.Drawing.Point(411, 58);
            this.cboSupplier.Name = "cboSupplier";
            this.cboSupplier.Size = new System.Drawing.Size(121, 20);
            this.cboSupplier.TabIndex = 9;
            // 
            // gbNewBook
            // 
            this.gbNewBook.Controls.Add(this.NUDamount);
            this.gbNewBook.Controls.Add(this.cboFomat2);
            this.gbNewBook.Controls.Add(this.tbPrice);
            this.gbNewBook.Controls.Add(this.tbCost);
            this.gbNewBook.Controls.Add(this.tbName);
            this.gbNewBook.Controls.Add(this.cboDetailCategory);
            this.gbNewBook.Controls.Add(this.label11);
            this.gbNewBook.Controls.Add(this.tbRemark);
            this.gbNewBook.Controls.Add(this.dtpTimer);
            this.gbNewBook.Controls.Add(this.label10);
            this.gbNewBook.Controls.Add(this.label9);
            this.gbNewBook.Controls.Add(this.label8);
            this.gbNewBook.Controls.Add(this.label7);
            this.gbNewBook.Controls.Add(this.label6);
            this.gbNewBook.Controls.Add(this.label5);
            this.gbNewBook.Controls.Add(this.label4);
            this.gbNewBook.Controls.Add(this.label3);
            this.gbNewBook.Controls.Add(this.label2);
            this.gbNewBook.Controls.Add(this.label1);
            this.gbNewBook.Controls.Add(this.cboCategory);
            this.gbNewBook.Controls.Add(this.cboFormat1);
            this.gbNewBook.Controls.Add(this.cboEmployee);
            this.gbNewBook.Controls.Add(this.cboSupplier);
            this.gbNewBook.Location = new System.Drawing.Point(12, 12);
            this.gbNewBook.Name = "gbNewBook";
            this.gbNewBook.Size = new System.Drawing.Size(914, 164);
            this.gbNewBook.TabIndex = 15;
            this.gbNewBook.TabStop = false;
            this.gbNewBook.Text = "采购新进书籍";
            // 
            // NUDamount
            // 
            this.NUDamount.Location = new System.Drawing.Point(713, 19);
            this.NUDamount.Name = "NUDamount";
            this.NUDamount.Size = new System.Drawing.Size(120, 21);
            this.NUDamount.TabIndex = 18;
            // 
            // cboFomat2
            // 
            this.cboFomat2.FormattingEnabled = true;
            this.cboFomat2.Items.AddRange(new object[] {
            "1000M×1400",
            "880×1230M",
            "1000×1400M",
            "787×1092M ",
            "900×1280M",
            "880M×1230",
            "900M×1280",
            "787M×1092",
            ""});
            this.cboFomat2.Location = new System.Drawing.Point(188, 98);
            this.cboFomat2.Name = "cboFomat2";
            this.cboFomat2.Size = new System.Drawing.Size(57, 20);
            this.cboFomat2.TabIndex = 33;
            // 
            // tbPrice
            // 
            this.tbPrice.Location = new System.Drawing.Point(411, 134);
            this.tbPrice.Name = "tbPrice";
            this.tbPrice.Size = new System.Drawing.Size(121, 21);
            this.tbPrice.TabIndex = 32;
            // 
            // tbCost
            // 
            this.tbCost.Location = new System.Drawing.Point(125, 134);
            this.tbCost.Name = "tbCost";
            this.tbCost.Size = new System.Drawing.Size(121, 21);
            this.tbCost.TabIndex = 31;
            // 
            // tbName
            // 
            this.tbName.Location = new System.Drawing.Point(125, 59);
            this.tbName.Name = "tbName";
            this.tbName.Size = new System.Drawing.Size(121, 21);
            this.tbName.TabIndex = 30;
            // 
            // cboDetailCategory
            // 
            this.cboDetailCategory.FormattingEnabled = true;
            this.cboDetailCategory.Location = new System.Drawing.Point(411, 19);
            this.cboDetailCategory.Name = "cboDetailCategory";
            this.cboDetailCategory.Size = new System.Drawing.Size(121, 20);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -