📄 consumeform.designer.cs
字号:
namespace MyHotel
{
partial class ConsumeForm
{
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConsumeForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.消费品价格DataGridView = new System.Windows.Forms.DataGridView();
this.label1 = new System.Windows.Forms.Label();
this.旅客姓名ComboBox = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.酒店房号ComboBox = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.消费品名称TextBox = new System.Windows.Forms.TextBox();
this.折扣价格TextBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.数量TextBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.添加Button = new System.Windows.Forms.Button();
this.单价TextBox = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.打印Button = new System.Windows.Forms.Button();
this.保存Button = new System.Windows.Forms.Button();
this.旅客消费表DataGridView = new System.Windows.Forms.DataGridView();
this.printDocument1 = new System.Drawing.Printing.PrintDocument();
this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.消费品价格DataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.旅客消费表DataGridView)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.消费品价格DataGridView);
this.groupBox1.Location = new System.Drawing.Point(5, 31);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(533, 136);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "酒店常用消费品价格信息";
//
// 消费品价格DataGridView
//
this.消费品价格DataGridView.BackgroundColor = System.Drawing.SystemColors.Highlight;
this.消费品价格DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.消费品价格DataGridView.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.消费品价格DataGridView.Location = new System.Drawing.Point(8, 18);
this.消费品价格DataGridView.Name = "消费品价格DataGridView";
this.消费品价格DataGridView.ReadOnly = true;
this.消费品价格DataGridView.RowHeadersVisible = false;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.Green;
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Yellow;
this.消费品价格DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.消费品价格DataGridView.RowTemplate.Height = 23;
this.消费品价格DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.消费品价格DataGridView.Size = new System.Drawing.Size(519, 110);
this.消费品价格DataGridView.TabIndex = 0;
this.消费品价格DataGridView.Click += new System.EventHandler(this.消费品价格DataGridView_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(5, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 1;
this.label1.Text = "酒店房号:";
//
// 旅客姓名ComboBox
//
this.旅客姓名ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.旅客姓名ComboBox.FormattingEnabled = true;
this.旅客姓名ComboBox.Location = new System.Drawing.Point(234, 5);
this.旅客姓名ComboBox.Name = "旅客姓名ComboBox";
this.旅客姓名ComboBox.Size = new System.Drawing.Size(89, 20);
this.旅客姓名ComboBox.TabIndex = 4;
this.旅客姓名ComboBox.SelectedIndexChanged += new System.EventHandler(this.旅客姓名ComboBox_SelectedIndexChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(165, 10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 3;
this.label2.Text = "旅客姓名:";
//
// 酒店房号ComboBox
//
this.酒店房号ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.酒店房号ComboBox.FormattingEnabled = true;
this.酒店房号ComboBox.Location = new System.Drawing.Point(74, 5);
this.酒店房号ComboBox.Name = "酒店房号ComboBox";
this.酒店房号ComboBox.Size = new System.Drawing.Size(87, 20);
this.酒店房号ComboBox.TabIndex = 5;
this.酒店房号ComboBox.SelectedIndexChanged += new System.EventHandler(this.酒店房号ComboBox_SelectedIndexChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(7, 178);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 12);
this.label3.TabIndex = 6;
this.label3.Text = "消费品名称:";
//
// 消费品名称TextBox
//
this.消费品名称TextBox.Location = new System.Drawing.Point(95, 173);
this.消费品名称TextBox.Name = "消费品名称TextBox";
this.消费品名称TextBox.ReadOnly = true;
this.消费品名称TextBox.Size = new System.Drawing.Size(76, 21);
this.消费品名称TextBox.TabIndex = 7;
//
// 折扣价格TextBox
//
this.折扣价格TextBox.Location = new System.Drawing.Point(370, 173);
this.折扣价格TextBox.Name = "折扣价格TextBox";
this.折扣价格TextBox.Size = new System.Drawing.Size(51, 21);
this.折扣价格TextBox.TabIndex = 9;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(294, 178);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 8;
this.label4.Text = "折扣价格:";
//
// 数量TextBox
//
this.数量TextBox.Location = new System.Drawing.Point(484, 173);
this.数量TextBox.Name = "数量TextBox";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -