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

📄 stock.cs

📁 《C#数据库项目案例导航》一书的配套光盘
💻 CS
📖 第 1 页 / 共 4 页
字号:
			this.textStockAmount.Location = new System.Drawing.Point(400, 80);
			this.textStockAmount.Name = "textStockAmount";
			this.textStockAmount.Size = new System.Drawing.Size(120, 23);
			this.textStockAmount.TabIndex = 33;
			this.textStockAmount.Text = "";
			// 
			// label7
			// 
			this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label7.Location = new System.Drawing.Point(320, 168);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(56, 16);
			this.label7.TabIndex = 32;
			this.label7.Text = "进货日期";
			// 
			// label8
			// 
			this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label8.Location = new System.Drawing.Point(320, 128);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(56, 23);
			this.label8.TabIndex = 31;
			this.label8.Text = "商品单价";
			// 
			// label9
			// 
			this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label9.Location = new System.Drawing.Point(320, 88);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(72, 23);
			this.label9.TabIndex = 30;
			this.label9.Text = "进货数量";
			// 
			// textProviderName
			// 
			this.textProviderName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objDataSetStock, "Provider.ProviderName"));
			this.textProviderName.Location = new System.Drawing.Point(96, 136);
			this.textProviderName.Name = "textProviderName";
			this.textProviderName.Size = new System.Drawing.Size(120, 23);
			this.textProviderName.TabIndex = 29;
			this.textProviderName.Text = "";
			// 
			// textProviderId
			// 
			this.textProviderId.Cursor = System.Windows.Forms.Cursors.Arrow;
			this.textProviderId.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objDataSetStock, "Stock.ProviderId"));
			this.textProviderId.Location = new System.Drawing.Point(96, 96);
			this.textProviderId.Name = "textProviderId";
			this.textProviderId.Size = new System.Drawing.Size(120, 23);
			this.textProviderId.TabIndex = 28;
			this.textProviderId.Text = "";
			// 
			// label4
			// 
			this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label4.Location = new System.Drawing.Point(16, 144);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(72, 23);
			this.label4.TabIndex = 27;
			this.label4.Text = "公司名称";
			// 
			// label6
			// 
			this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label6.Location = new System.Drawing.Point(16, 104);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(72, 23);
			this.label6.TabIndex = 26;
			this.label6.Text = "供应商编号";
			// 
			// lblDatasetPosition
			// 
			this.lblDatasetPosition.BackColor = System.Drawing.Color.White;
			this.lblDatasetPosition.Location = new System.Drawing.Point(104, 24);
			this.lblDatasetPosition.Name = "lblDatasetPosition";
			this.lblDatasetPosition.Size = new System.Drawing.Size(64, 23);
			this.lblDatasetPosition.TabIndex = 25;
			this.lblDatasetPosition.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// btnLast
			// 
			this.btnLast.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnLast.Image = ((System.Drawing.Image)(resources.GetObject("btnLast.Image")));
			this.btnLast.Location = new System.Drawing.Point(224, 24);
			this.btnLast.Name = "btnLast";
			this.btnLast.Size = new System.Drawing.Size(40, 24);
			this.btnLast.TabIndex = 23;
			this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
			// 
			// btnNext
			// 
			this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnNext.Image = ((System.Drawing.Image)(resources.GetObject("btnNext.Image")));
			this.btnNext.Location = new System.Drawing.Point(176, 24);
			this.btnNext.Name = "btnNext";
			this.btnNext.Size = new System.Drawing.Size(40, 24);
			this.btnNext.TabIndex = 22;
			this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
			// 
			// btnPrevious
			// 
			this.btnPrevious.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnPrevious.Image = ((System.Drawing.Image)(resources.GetObject("btnPrevious.Image")));
			this.btnPrevious.Location = new System.Drawing.Point(56, 24);
			this.btnPrevious.Name = "btnPrevious";
			this.btnPrevious.Size = new System.Drawing.Size(40, 24);
			this.btnPrevious.TabIndex = 21;
			this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
			// 
			// btnFirst
			// 
			this.btnFirst.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnFirst.Image = ((System.Drawing.Image)(resources.GetObject("btnFirst.Image")));
			this.btnFirst.Location = new System.Drawing.Point(8, 24);
			this.btnFirst.Name = "btnFirst";
			this.btnFirst.Size = new System.Drawing.Size(40, 24);
			this.btnFirst.TabIndex = 20;
			this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
			// 
			// textProductUnit
			// 
			this.textProductUnit.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objDataSetStock, "Product.ProductUnit"));
			this.textProductUnit.Location = new System.Drawing.Point(400, 40);
			this.textProductUnit.Name = "textProductUnit";
			this.textProductUnit.Size = new System.Drawing.Size(120, 23);
			this.textProductUnit.TabIndex = 13;
			this.textProductUnit.Text = "";
			// 
			// textProductSpecity
			// 
			this.textProductSpecity.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objDataSetStock, "Product.ProductSpecity"));
			this.textProductSpecity.Location = new System.Drawing.Point(96, 256);
			this.textProductSpecity.Name = "textProductSpecity";
			this.textProductSpecity.Size = new System.Drawing.Size(120, 23);
			this.textProductSpecity.TabIndex = 12;
			this.textProductSpecity.Text = "";
			// 
			// textProductName
			// 
			this.textProductName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objDataSetStock, "Product.ProductName"));
			this.textProductName.Location = new System.Drawing.Point(96, 216);
			this.textProductName.Name = "textProductName";
			this.textProductName.Size = new System.Drawing.Size(120, 23);
			this.textProductName.TabIndex = 11;
			this.textProductName.Text = "";
			// 
			// textProductId
			// 
			this.textProductId.Cursor = System.Windows.Forms.Cursors.Arrow;
			this.textProductId.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objDataSetStock, "Stock.ProductId"));
			this.textProductId.Location = new System.Drawing.Point(96, 176);
			this.textProductId.Name = "textProductId";
			this.textProductId.Size = new System.Drawing.Size(120, 23);
			this.textProductId.TabIndex = 10;
			this.textProductId.Text = "";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.textStockRemark);
			this.groupBox2.Location = new System.Drawing.Point(320, 192);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(224, 112);
			this.groupBox2.TabIndex = 9;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "信息备注";
			// 
			// textStockRemark
			// 
			this.textStockRemark.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objDataSetStock, "Stock.StockRemark"));
			this.textStockRemark.Location = new System.Drawing.Point(24, 24);
			this.textStockRemark.Multiline = true;
			this.textStockRemark.Name = "textStockRemark";
			this.textStockRemark.Size = new System.Drawing.Size(184, 72);
			this.textStockRemark.TabIndex = 0;
			this.textStockRemark.Text = "";
			// 
			// label5
			// 
			this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label5.Location = new System.Drawing.Point(320, 48);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(64, 23);
			this.label5.TabIndex = 4;
			this.label5.Text = "计量单位";
			// 
			// label3
			// 
			this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label3.Location = new System.Drawing.Point(16, 264);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(72, 23);
			this.label3.TabIndex = 2;
			this.label3.Text = "商品类别";
			// 
			// label2
			// 
			this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label2.Location = new System.Drawing.Point(16, 224);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(72, 23);
			this.label2.TabIndex = 1;
			this.label2.Text = "商品名称";
			// 
			// label1
			// 
			this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label1.Location = new System.Drawing.Point(16, 184);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(72, 23);
			this.label1.TabIndex = 0;
			this.label1.Text = "商品编号";
			// 
			// btnAdd
			// 
			this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnAdd.Location = new System.Drawing.Point(36, 360);
			this.btnAdd.Name = "btnAdd";
			this.btnAdd.Size = new System.Drawing.Size(56, 24);
			this.btnAdd.TabIndex = 31;
			this.btnAdd.Text = "添加";
			this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
			// 
			// btnDelete
			// 
			this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnDelete.Location = new System.Drawing.Point(124, 360);
			this.btnDelete.Name = "btnDelete";
			this.btnDelete.Size = new System.Drawing.Size(56, 24);
			this.btnDelete.TabIndex = 32;
			this.btnDelete.Text = "删除";
			this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
			// 
			// btnQuery
			// 
			this.btnQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnQuery.Location = new System.Drawing.Point(204, 360);
			this.btnQuery.Name = "btnQuery";
			this.btnQuery.Size = new System.Drawing.Size(56, 24);
			this.btnQuery.TabIndex = 33;
			this.btnQuery.Text = "查询";
			this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
			// 
			// btnModify
			// 
			this.btnModify.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnModify.Location = new System.Drawing.Point(292, 360);
			this.btnModify.Name = "btnModify";
			this.btnModify.Size = new System.Drawing.Size(56, 24);
			this.btnModify.TabIndex = 34;
			this.btnModify.Text = "修改";
			this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
			// 
			// btnPrint
			// 
			this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnPrint.Location = new System.Drawing.Point(380, 360);

⌨️ 快捷键说明

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