📄 depositform.designer.cs
字号:
//
// 店内消费TextBox
//
this.店内消费TextBox.Location = new System.Drawing.Point(81, 20);
this.店内消费TextBox.Name = "店内消费TextBox";
this.店内消费TextBox.ReadOnly = true;
this.店内消费TextBox.Size = new System.Drawing.Size(179, 21);
this.店内消费TextBox.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 25);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 0;
this.label3.Text = "店内消费:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.说明TextBox);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.补交押金TextBox);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.费用总额TextBox);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.预收押金TextBox);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Location = new System.Drawing.Point(283, 33);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(255, 135);
this.groupBox2.TabIndex = 24;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "押金补交信息";
//
// 说明TextBox
//
this.说明TextBox.Location = new System.Drawing.Point(81, 101);
this.说明TextBox.Name = "说明TextBox";
this.说明TextBox.Size = new System.Drawing.Size(168, 21);
this.说明TextBox.TabIndex = 7;
this.说明TextBox.Text = "旅客曾经补交押金";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(10, 106);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 6;
this.label7.Text = "说明:";
//
// 补交押金TextBox
//
this.补交押金TextBox.Location = new System.Drawing.Point(81, 74);
this.补交押金TextBox.Name = "补交押金TextBox";
this.补交押金TextBox.Size = new System.Drawing.Size(168, 21);
this.补交押金TextBox.TabIndex = 5;
this.补交押金TextBox.Text = "0";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(10, 79);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 4;
this.label8.Text = "补交押金:";
//
// 费用总额TextBox
//
this.费用总额TextBox.Location = new System.Drawing.Point(81, 47);
this.费用总额TextBox.Name = "费用总额TextBox";
this.费用总额TextBox.ReadOnly = true;
this.费用总额TextBox.Size = new System.Drawing.Size(168, 21);
this.费用总额TextBox.TabIndex = 3;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(10, 52);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 2;
this.label9.Text = "费用总额:";
//
// 预收押金TextBox
//
this.预收押金TextBox.Location = new System.Drawing.Point(81, 20);
this.预收押金TextBox.Name = "预收押金TextBox";
this.预收押金TextBox.ReadOnly = true;
this.预收押金TextBox.Size = new System.Drawing.Size(168, 21);
this.预收押金TextBox.TabIndex = 1;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(10, 25);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 0;
this.label10.Text = "预收押金:";
//
// printDocument1
//
this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
//
// printPreviewDialog1
//
this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
this.printPreviewDialog1.Enabled = true;
this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
this.printPreviewDialog1.Name = "printPreviewDialog1";
this.printPreviewDialog1.Visible = false;
//
// 客房入住单DataGridView
//
this.客房入住单DataGridView.BackgroundColor = System.Drawing.SystemColors.Highlight;
this.客房入住单DataGridView.Location = new System.Drawing.Point(6, 174);
this.客房入住单DataGridView.Name = "客房入住单DataGridView";
this.客房入住单DataGridView.RowHeadersVisible = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Green;
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Yellow;
this.客房入住单DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle1;
this.客房入住单DataGridView.RowTemplate.Height = 23;
this.客房入住单DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.客房入住单DataGridView.Size = new System.Drawing.Size(532, 235);
this.客房入住单DataGridView.TabIndex = 38;
//
// DepositForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.ClientSize = new System.Drawing.Size(540, 414);
this.Controls.Add(this.客房入住单DataGridView);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.保存Button);
this.Controls.Add(this.打印Button);
this.Controls.Add(this.酒店房号ComboBox);
this.Controls.Add(this.旅客姓名ComboBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DepositForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "登记旅客补交押金信息";
this.Load += new System.EventHandler(this.DepositForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.客房入住单DataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button 保存Button;
private System.Windows.Forms.Button 打印Button;
private System.Windows.Forms.ComboBox 酒店房号ComboBox;
private System.Windows.Forms.ComboBox 旅客姓名ComboBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox 店内消费TextBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox 用餐费TextBox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox 电话费TextBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox 住宿费TextBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox 说明TextBox;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox 补交押金TextBox;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox 费用总额TextBox;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox 预收押金TextBox;
private System.Windows.Forms.Label label10;
private System.Drawing.Printing.PrintDocument printDocument1;
private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
private System.Windows.Forms.DataGridView 客房入住单DataGridView;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -