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

📄 frm预定管理.designer.cs

📁 c#can yin guan li xi tong
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace 餐饮管理系统
{
    partial class frm预定管理
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm预定管理));
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripBtn单台预定 = new System.Windows.Forms.ToolStripButton();
            this.toolStripBtn批量预定 = new System.Windows.Forms.ToolStripButton();
            this.toolStripBtn编缉 = new System.Windows.Forms.ToolStripButton();
            this.toolStripBtn取消预定 = new System.Windows.Forms.ToolStripButton();
            this.toolStripBtn预定到达 = new System.Windows.Forms.ToolStripButton();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.ColumnID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column预定编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column固定电话 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.移动电话 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column预定时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column房间类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column餐台名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column客户留言 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column逾期是否取消预定 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.toolStrip1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.BackColor = System.Drawing.Color.DodgerBlue;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripBtn单台预定,
            this.toolStripBtn批量预定,
            this.toolStripBtn编缉,
            this.toolStripBtn取消预定,
            this.toolStripBtn预定到达});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(1028, 63);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
            // 
            // toolStripBtn单台预定
            // 
            this.toolStripBtn单台预定.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripBtn单台预定.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtn单台预定.Image")));
            this.toolStripBtn单台预定.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripBtn单台预定.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripBtn单台预定.Name = "toolStripBtn单台预定";
            this.toolStripBtn单台预定.Size = new System.Drawing.Size(61, 60);
            this.toolStripBtn单台预定.Text = "toolStripButton1";
            this.toolStripBtn单台预定.Click += new System.EventHandler(this.toolStripBtn单台预定_Click);
            // 
            // toolStripBtn批量预定
            // 
            this.toolStripBtn批量预定.BackColor = System.Drawing.Color.Blue;
            this.toolStripBtn批量预定.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripBtn批量预定.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtn批量预定.Image")));
            this.toolStripBtn批量预定.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripBtn批量预定.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripBtn批量预定.Name = "toolStripBtn批量预定";
            this.toolStripBtn批量预定.Size = new System.Drawing.Size(61, 60);
            this.toolStripBtn批量预定.Text = "toolStripButton1";
            // 
            // toolStripBtn编缉
            // 
            this.toolStripBtn编缉.BackColor = System.Drawing.Color.Blue;
            this.toolStripBtn编缉.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripBtn编缉.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtn编缉.Image")));
            this.toolStripBtn编缉.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripBtn编缉.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripBtn编缉.Name = "toolStripBtn编缉";
            this.toolStripBtn编缉.Size = new System.Drawing.Size(61, 60);
            this.toolStripBtn编缉.Text = "toolStripButton1";
            this.toolStripBtn编缉.Click += new System.EventHandler(this.toolStripBtn编缉_Click);
            // 
            // toolStripBtn取消预定
            // 
            this.toolStripBtn取消预定.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripBtn取消预定.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtn取消预定.Image")));
            this.toolStripBtn取消预定.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripBtn取消预定.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripBtn取消预定.Name = "toolStripBtn取消预定";
            this.toolStripBtn取消预定.Size = new System.Drawing.Size(65, 60);
            this.toolStripBtn取消预定.Text = "toolStripButton1";
            this.toolStripBtn取消预定.Click += new System.EventHandler(this.toolStripBtn取消预定_Click);
            // 
            // toolStripBtn预定到达
            // 
            this.toolStripBtn预定到达.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripBtn预定到达.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtn预定到达.Image")));
            this.toolStripBtn预定到达.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripBtn预定到达.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripBtn预定到达.Name = "toolStripBtn预定到达";
            this.toolStripBtn预定到达.Size = new System.Drawing.Size(63, 60);
            this.toolStripBtn预定到达.Text = "toolStripButton1";
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 63);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1028, 388);
            this.tabControl1.TabIndex = 1;
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.Color.White;
            this.tabPage1.Controls.Add(this.dataGridView1);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(1020, 363);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "单台预定记录";
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColumnID,
            this.Column预定编号,
            this.Column姓名,
            this.Column固定电话,
            this.移动电话,
            this.Column预定时间,
            this.Column房间类型,
            this.Column餐台名,
            this.Column状态,
            this.Column客户留言,

⌨️ 快捷键说明

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