?? frmxianshi.cs
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;
namespace bggl.fm
{
/// <summary>
/// frmxianshi 的摘要說明。
/// </summary>
public class frmxianshi : System.Windows.Forms.Form
{
public string zhi;
cs.Class1 zw=new bggl.cs.Class1();
cs.Class1 type=new bggl.cs.Class1();
cs.diancai sel=new bggl.cs.diancai();
DataSet objset=new DataSet();
string desk=""; //用來存放點擊列表后放餐桌id值
string empty=""; //用來存放點擊列表后放空餐桌
string settype=""; //用來存放點擊列表后放餐廳類型
string knumber="";
string khao="";
string zk="";
string Ddtime="";
string sperson="";
string kname="";
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ListView listView2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.ColumnHeader columnHeader7;
private System.Windows.Forms.ColumnHeader columnHeader8;
private System.Windows.Forms.ColumnHeader columnHeader10;
private System.Windows.Forms.ColumnHeader columnHeader11;
private System.Windows.Forms.ColumnHeader columnHeader12;
private System.Windows.Forms.ColumnHeader columnHeader13;
private System.Windows.Forms.ColumnHeader columnHeader14;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.ColumnHeader columnHeader9;
private System.Windows.Forms.Button button8;
private System.ComponentModel.IContainer components;
public frmxianshi()
{
//
// Windows 窗體設計器支持所必需的
//
InitializeComponent();
//
// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
//
}
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Windows 窗體設計器生成的代碼
/// <summary>
/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
/// 此方法的內容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmxianshi));
this.treeView1 = new System.Windows.Forms.TreeView();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button8 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.listView2 = new System.Windows.Forms.ListView();
this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.button6 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// treeView1
//
this.treeView1.ImageIndex = -1;
this.treeView1.Location = new System.Drawing.Point(8, 24);
this.treeView1.Name = "treeView1";
this.treeView1.SelectedImageIndex = -1;
this.treeView1.Size = new System.Drawing.Size(136, 144);
this.treeView1.TabIndex = 0;
this.treeView1.DoubleClick += new System.EventHandler(this.treeView1_DoubleClick);
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader3,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6,
this.columnHeader7,
this.columnHeader8,
this.columnHeader10,
this.columnHeader11,
this.columnHeader9});
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
this.listView1.Location = new System.Drawing.Point(160, 24);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(864, 344);
this.listView1.TabIndex = 1;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.Click += new System.EventHandler(this.listView1_Click);
//
// columnHeader1
//
this.columnHeader1.Text = "餐桌號";
//
// columnHeader3
//
this.columnHeader3.Text = "餐廳類型";
this.columnHeader3.Width = 100;
//
// columnHeader4
//
this.columnHeader4.Text = "餐桌狀態";
this.columnHeader4.Width = 98;
//
// columnHeader5
//
this.columnHeader5.Text = "客人人數";
this.columnHeader5.Width = 75;
//
// columnHeader6
//
this.columnHeader6.Text = "客人姓名";
this.columnHeader6.Width = 80;
//
// columnHeader7
//
this.columnHeader7.Text = "會員卡號";
this.columnHeader7.Width = 85;
//
// columnHeader8
//
this.columnHeader8.Text = "折扣";
//
// columnHeader10
//
this.columnHeader10.Text = "點單時間";
this.columnHeader10.Width = 100;
//
// columnHeader11
//
this.columnHeader11.Text = "收銀員";
this.columnHeader11.Width = 80;
//
// columnHeader9
//
this.columnHeader9.Text = "備注";
this.columnHeader9.Width = 123;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button8);
this.groupBox1.Controls.Add(this.button7);
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Location = new System.Drawing.Point(8, 368);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1008, 56);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "操作";
//
// button8
//
this.button8.Location = new System.Drawing.Point(912, 17);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(72, 32);
this.button8.TabIndex = 5;
this.button8.Text = "刷新";
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button7
//
this.button7.Location = new System.Drawing.Point(832, 17);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(72, 32);
this.button7.TabIndex = 4;
this.button7.Text = "結帳";
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(672, 16);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(72, 32);
this.button4.TabIndex = 3;
this.button4.Text = "客人開單";
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(752, 16);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(72, 32);
this.button1.TabIndex = 0;
this.button1.Text = "餐桌管理";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.Location = new System.Drawing.Point(8, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(136, 24);
this.label1.TabIndex = 3;
this.label1.Text = "餐桌分類";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label2
//
this.label2.Location = new System.Drawing.Point(160, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(760, 24);
this.label2.TabIndex = 4;
this.label2.Text = "餐桌信息詳細狀態";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// listView2
//
this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader12,
this.columnHeader13,
this.columnHeader14,
this.columnHeader2});
this.listView2.GridLines = true;
this.listView2.Location = new System.Drawing.Point(8, 448);
this.listView2.Name = "listView2";
this.listView2.Size = new System.Drawing.Size(968, 192);
this.listView2.TabIndex = 6;
this.listView2.View = System.Windows.Forms.View.Details;
this.listView2.SelectedIndexChanged += new System.EventHandler(this.listView2_SelectedIndexChanged);
//
// columnHeader12
//
this.columnHeader12.Text = "餐桌號";
this.columnHeader12.Width = 150;
//
// columnHeader13
//
this.columnHeader13.Text = "菜單編號";
this.columnHeader13.Width = 220;
//
// columnHeader14
//
this.columnHeader14.Text = "菜單名";
this.columnHeader14.Width = 180;
//
// columnHeader2
//
this.columnHeader2.Text = "單價";
this.columnHeader2.Width = 400;
//
// label3
//
this.label3.Location = new System.Drawing.Point(16, 176);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(128, 16);
this.label3.TabIndex = 7;
this.label3.Text = "餐桌狀態";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label4
//
this.label4.Location = new System.Drawing.Point(0, 432);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(1000, 16);
this.label4.TabIndex = 8;
this.label4.Text = "消費項目";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button6);
this.groupBox2.Controls.Add(this.button3);
this.groupBox2.Controls.Add(this.button2);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Location = new System.Drawing.Point(8, 200);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(136, 168);
this.groupBox2.TabIndex = 9;
this.groupBox2.TabStop = false;
//
// imageList1
//
this.imageList1.ImageSize = new System.Drawing.Size(45, 50);
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// button6
//
this.button6.ImageIndex = 3;
this.button6.ImageList = this.imageList1;
this.button6.Location = new System.Drawing.Point(8, 88);
this.button6.Name = "button6";
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -