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

📄 fmreckoning.cs

📁 真的很不错哦 用了c#开发 面向对象过程
💻 CS
📖 第 1 页 / 共 3 页
字号:
			this.checkBox5.Location = new System.Drawing.Point(544, 120);
			this.checkBox5.Name = "checkBox5";
			this.checkBox5.Size = new System.Drawing.Size(64, 24);
			this.checkBox5.TabIndex = 10;
			this.checkBox5.Text = "开发票";
			// 
			// checkBox4
			// 
			this.checkBox4.Location = new System.Drawing.Point(544, 72);
			this.checkBox4.Name = "checkBox4";
			this.checkBox4.Size = new System.Drawing.Size(48, 24);
			this.checkBox4.TabIndex = 9;
			this.checkBox4.Text = "退单";
			// 
			// checkBox3
			// 
			this.checkBox3.Location = new System.Drawing.Point(544, 48);
			this.checkBox3.Name = "checkBox3";
			this.checkBox3.Size = new System.Drawing.Size(48, 24);
			this.checkBox3.TabIndex = 8;
			this.checkBox3.Text = "免费";
			// 
			// checkBox2
			// 
			this.checkBox2.Location = new System.Drawing.Point(544, 32);
			this.checkBox2.Name = "checkBox2";
			this.checkBox2.Size = new System.Drawing.Size(48, 16);
			this.checkBox2.TabIndex = 7;
			this.checkBox2.Text = "挂帐";
			// 
			// checkBox1
			// 
			this.checkBox1.Location = new System.Drawing.Point(544, 8);
			this.checkBox1.Name = "checkBox1";
			this.checkBox1.Size = new System.Drawing.Size(80, 24);
			this.checkBox1.TabIndex = 6;
			this.checkBox1.Text = "签单[F6]";
			// 
			// lblFavourable
			// 
			this.lblFavourable.Location = new System.Drawing.Point(424, 32);
			this.lblFavourable.Name = "lblFavourable";
			this.lblFavourable.Size = new System.Drawing.Size(64, 16);
			this.lblFavourable.TabIndex = 5;
			this.lblFavourable.Text = "100";
			// 
			// lblreduce
			// 
			this.lblreduce.Location = new System.Drawing.Point(352, 32);
			this.lblreduce.Name = "lblreduce";
			this.lblreduce.Size = new System.Drawing.Size(96, 16);
			this.lblreduce.TabIndex = 4;
			this.lblreduce.Text = "优惠金额:";
			// 
			// lbldeposit
			// 
			this.lbldeposit.Location = new System.Drawing.Point(272, 32);
			this.lbldeposit.Name = "lbldeposit";
			this.lbldeposit.Size = new System.Drawing.Size(48, 16);
			this.lbldeposit.TabIndex = 3;
			this.lbldeposit.Text = "1000";
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(184, 32);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(72, 16);
			this.label17.TabIndex = 2;
			this.label17.Text = "已收押金:";
			// 
			// lblcharge
			// 
			this.lblcharge.Location = new System.Drawing.Point(80, 32);
			this.lblcharge.Name = "lblcharge";
			this.lblcharge.Size = new System.Drawing.Size(80, 16);
			this.lblcharge.TabIndex = 1;
			this.lblcharge.Text = "500";
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(16, 32);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(80, 16);
			this.label16.TabIndex = 0;
			this.label16.Text = "应收金额:";
			
			// 
			// groupBox4
			// 
			this.groupBox4.BackColor = System.Drawing.Color.Snow;
			this.groupBox4.Controls.Add(this.treeView1);
			this.groupBox4.Controls.Add(this.textBox2);
			this.groupBox4.Controls.Add(this.label23);
			this.groupBox4.Controls.Add(this.panel1);
			this.groupBox4.Location = new System.Drawing.Point(8, 288);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(184, 160);
			this.groupBox4.TabIndex = 3;
			this.groupBox4.TabStop = false;
			// 
			// treeView1
			// 
			this.treeView1.ImageIndex = -1;
			this.treeView1.Location = new System.Drawing.Point(0, 56);
			this.treeView1.Name = "treeView1";
			this.treeView1.SelectedImageIndex = -1;
			this.treeView1.Size = new System.Drawing.Size(184, 104);
			this.treeView1.TabIndex = 5;
			// 
			// textBox2
			// 
			this.textBox2.Location = new System.Drawing.Point(96, 32);
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new System.Drawing.Size(80, 21);
			this.textBox2.TabIndex = 2;
			this.textBox2.Text = "";
			// 
			// label23
			// 
			this.label23.Location = new System.Drawing.Point(8, 32);
			this.label23.Name = "label23";
			this.label23.Size = new System.Drawing.Size(88, 16);
			this.label23.TabIndex = 1;
			this.label23.Text = "指定房间(Q):";
			// 
			// panel1
			// 
			this.panel1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(192)));
			this.panel1.Controls.Add(this.label22);
			this.panel1.Location = new System.Drawing.Point(0, 8);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(184, 16);
			this.panel1.TabIndex = 4;
			// 
			// label22
			// 
			this.label22.BackColor = System.Drawing.Color.IndianRed;
			this.label22.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label22.Location = new System.Drawing.Point(64, 0);
			this.label22.Name = "label22";
			this.label22.Size = new System.Drawing.Size(56, 16);
			this.label22.TabIndex = 0;
			this.label22.Text = "在店宾客";
			this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// label24
			// 
			this.label24.Location = new System.Drawing.Point(8, 464);
			this.label24.Name = "label24";
			this.label24.Size = new System.Drawing.Size(56, 16);
			this.label24.TabIndex = 5;
			this.label24.Text = "结帐区↓";
			// 
			// button5
			// 
			this.button5.Location = new System.Drawing.Point(72, 456);
			this.button5.Name = "button5";
			this.button5.Size = new System.Drawing.Size(24, 23);
			this.button5.TabIndex = 6;
			this.button5.Text = "∨";
			// 
			// button6
			// 
			this.button6.Location = new System.Drawing.Point(120, 456);
			this.button6.Name = "button6";
			this.button6.Size = new System.Drawing.Size(24, 23);
			this.button6.TabIndex = 7;
			this.button6.Text = "∧";
			// 
			// groupBox5
			// 
			this.groupBox5.BackColor = System.Drawing.Color.Snow;
			this.groupBox5.Controls.Add(this.treeView2);
			this.groupBox5.Location = new System.Drawing.Point(8, 480);
			this.groupBox5.Name = "groupBox5";
			this.groupBox5.Size = new System.Drawing.Size(184, 112);
			this.groupBox5.TabIndex = 8;
			this.groupBox5.TabStop = false;
			// 
			// treeView2
			// 
			this.treeView2.ImageIndex = -1;
			this.treeView2.Location = new System.Drawing.Point(0, 8);
			this.treeView2.Name = "treeView2";
			this.treeView2.SelectedImageIndex = -1;
			this.treeView2.Size = new System.Drawing.Size(184, 104);
			this.treeView2.TabIndex = 0;
			// 
			// lsttab
			// 
			this.lsttab.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																					 this.房间号,
																					 this.消费项目,
																					 this.单价,
																					 this.打折比例,
																					 this.折后单价,
																					 this.打折金额,
																					 this.消费数量,
																					 this.应收金额,
																					 this.服务生,
																					 this.消费时间,
																					 this.记帐人});
			this.lsttab.GridLines = true;
			this.lsttab.Location = new System.Drawing.Point(200, 296);
			this.lsttab.Name = "lsttab";
			this.lsttab.Size = new System.Drawing.Size(560, 296);
			this.lsttab.TabIndex = 9;
			this.lsttab.View = System.Windows.Forms.View.Details;
			// 
			// 房间号
			// 
			this.房间号.Text = "房间号";
			this.房间号.Width = 50;
			// 
			// 消费项目
			// 
			this.消费项目.Text = "消费项目";
			this.消费项目.Width = 70;
			// 
			// 单价
			// 
			this.单价.Text = "单价";
			// 
			// 打折比例
			// 
			this.打折比例.Text = "打折比例";
			this.打折比例.Width = 70;
			// 
			// 折后单价
			// 
			this.折后单价.Text = "折后单价";
			this.折后单价.Width = 70;
			// 
			// 打折金额
			// 
			this.打折金额.Text = "打折金额";
			this.打折金额.Width = 70;
			// 
			// 消费数量
			// 
			this.消费数量.Text = "消费数量";
			this.消费数量.Width = 65;
			// 
			// 应收金额
			// 
			this.应收金额.Text = "应收金额";
			// 
			// 服务生
			// 
			this.服务生.Text = "服务生";
			// 
			// 消费时间
			// 
			this.消费时间.Text = "消费时间";
			this.消费时间.Width = 120;
			// 
			// 记帐人
			// 
			this.记帐人.Text = "记帐人";
			this.记帐人.Width = 130;
			// 
			// fmreckoning
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.BackColor = System.Drawing.Color.White;
			this.ClientSize = new System.Drawing.Size(768, 598);
			this.Controls.Add(this.lsttab);
			this.Controls.Add(this.groupBox5);
			this.Controls.Add(this.button6);
			this.Controls.Add(this.button5);
			this.Controls.Add(this.label24);
			this.Controls.Add(this.groupBox4);
			this.Controls.Add(this.groupBox3);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.groupBox1);
			this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.Name = "fmreckoning";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "收银结帐";
			this.Load += new System.EventHandler(this.fmreckoning_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.groupBox3.ResumeLayout(false);
			this.groupBox4.ResumeLayout(false);
			this.panel1.ResumeLayout(false);
			this.groupBox5.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		#endregion

		
		private void fmreckoning_Load(object sender, System.EventArgs e)
		{
			this.lbltab.Text=this.reckoning;
			this.label3.Text=this.rid;
		}
	}
}

⌨️ 快捷键说明

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