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

📄 frm预定管理.designer.cs

📁 c#can yin guan li xi tong
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.Column逾期是否取消预定});
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView1.Location = new System.Drawing.Point(3, 3);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView1.Size = new System.Drawing.Size(1014, 357);
            this.dataGridView1.TabIndex = 2;
            // 
            // ColumnID
            // 
            this.ColumnID.DataPropertyName = "ID";
            this.ColumnID.HeaderText = "ID";
            this.ColumnID.Name = "ColumnID";
            this.ColumnID.Visible = false;
            // 
            // Column预定编号
            // 
            this.Column预定编号.DataPropertyName = "预定编号";
            this.Column预定编号.HeaderText = "预定编号";
            this.Column预定编号.Name = "Column预定编号";
            // 
            // Column姓名
            // 
            this.Column姓名.DataPropertyName = "姓名";
            this.Column姓名.HeaderText = "姓名";
            this.Column姓名.Name = "Column姓名";
            // 
            // Column固定电话
            // 
            this.Column固定电话.DataPropertyName = "固定电话";
            this.Column固定电话.HeaderText = "固定电话";
            this.Column固定电话.Name = "Column固定电话";
            // 
            // 移动电话
            // 
            this.移动电话.DataPropertyName = "移动电话";
            this.移动电话.HeaderText = "移动电话";
            this.移动电话.Name = "移动电话";
            // 
            // Column预定时间
            // 
            this.Column预定时间.DataPropertyName = "预定时间";
            this.Column预定时间.HeaderText = "预定时间";
            this.Column预定时间.Name = "Column预定时间";
            this.Column预定时间.Width = 170;
            // 
            // Column房间类型
            // 
            this.Column房间类型.DataPropertyName = "房间类型";
            this.Column房间类型.HeaderText = "房间类型";
            this.Column房间类型.Name = "Column房间类型";
            // 
            // Column餐台名
            // 
            this.Column餐台名.DataPropertyName = "餐台名";
            this.Column餐台名.HeaderText = "餐台名";
            this.Column餐台名.Name = "Column餐台名";
            // 
            // Column状态
            // 
            this.Column状态.DataPropertyName = "状态";
            this.Column状态.HeaderText = "状态";
            this.Column状态.Name = "Column状态";
            // 
            // Column客户留言
            // 
            this.Column客户留言.DataPropertyName = "客户留言";
            this.Column客户留言.HeaderText = "客户留言";
            this.Column客户留言.Name = "Column客户留言";
            this.Column客户留言.Width = 120;
            // 
            // Column逾期是否取消预定
            // 
            this.Column逾期是否取消预定.DataPropertyName = "自动取消";
            this.Column逾期是否取消预定.HeaderText = "逾期是否取消预定";
            this.Column逾期是否取消预定.Name = "Column逾期是否取消预定";
            this.Column逾期是否取消预定.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.Column逾期是否取消预定.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.Column逾期是否取消预定.Width = 130;
            // 
            // tabPage2
            // 
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(1165, 363);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "批量预定记录";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(489, 21);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(140, 21);
            this.textBox1.TabIndex = 2;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.SystemColors.Desktop;
            this.label1.Location = new System.Drawing.Point(400, 24);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(83, 12);
            this.label1.TabIndex = 3;
            this.label1.Text = "预定编号/姓名";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(658, 2);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(57, 56);
            this.pictureBox1.TabIndex = 4;
            this.pictureBox1.TabStop = false;
            // 
            // frm预定管理
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            this.ClientSize = new System.Drawing.Size(1028, 451);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.toolStrip1);
            this.Name = "frm预定管理";
            this.Text = "预定管理";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.frm预定管理_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton toolStripBtn单台预定;
        private System.Windows.Forms.ToolStripButton toolStripBtn批量预定;
        private System.Windows.Forms.ToolStripButton toolStripBtn编缉;
        private System.Windows.Forms.ToolStripButton toolStripBtn取消预定;
        private System.Windows.Forms.ToolStripButton toolStripBtn预定到达;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.DataGridViewTextBoxColumn ColumnID;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column预定编号;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column姓名;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column固定电话;
        private System.Windows.Forms.DataGridViewTextBoxColumn 移动电话;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column预定时间;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column房间类型;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column餐台名;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column状态;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column客户留言;
        private System.Windows.Forms.DataGridViewCheckBoxColumn Column逾期是否取消预定;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.PictureBox pictureBox1;
    }
}

⌨️ 快捷键说明

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