📄 frmreckon.designer.cs
字号:
//
this.txtAdd.Location = new System.Drawing.Point(90, 125);
this.txtAdd.Name = "txtAdd";
this.txtAdd.Size = new System.Drawing.Size(108, 21);
this.txtAdd.TabIndex = 1;
this.txtAdd.Text = "20";
//
// txtUse
//
this.txtUse.Location = new System.Drawing.Point(90, 22);
this.txtUse.Name = "txtUse";
this.txtUse.ReadOnly = true;
this.txtUse.Size = new System.Drawing.Size(108, 21);
this.txtUse.TabIndex = 1;
//
// txtSum
//
this.txtSum.Location = new System.Drawing.Point(326, 124);
this.txtSum.Name = "txtSum";
this.txtSum.Size = new System.Drawing.Size(108, 21);
this.txtSum.TabIndex = 1;
//
// txtTO
//
this.txtTO.Location = new System.Drawing.Point(90, 156);
this.txtTO.Name = "txtTO";
this.txtTO.Size = new System.Drawing.Size(108, 21);
this.txtTO.TabIndex = 1;
//
// txtCarNum
//
this.txtCarNum.Location = new System.Drawing.Point(88, 88);
this.txtCarNum.Name = "txtCarNum";
this.txtCarNum.Size = new System.Drawing.Size(134, 21);
this.txtCarNum.TabIndex = 1;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(4, 127);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(83, 12);
this.label14.TabIndex = 0;
this.label14.Text = "本次增送积分:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(275, 159);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(35, 12);
this.label11.TabIndex = 0;
this.label11.Text = "找零:";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(227, 127);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(83, 12);
this.label13.TabIndex = 0;
this.label13.Text = "会员卡总积分:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(52, 183);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(35, 12);
this.label12.TabIndex = 0;
this.label12.Text = "备注:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(28, 56);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(59, 12);
this.label8.TabIndex = 0;
this.label8.Text = "结账方式:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(28, 157);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(59, 12);
this.label10.TabIndex = 0;
this.label10.Text = "宾客支付:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(263, 91);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 0;
this.label2.Text = "应付款:";
//
// lblFind
//
this.lblFind.AutoSize = true;
this.lblFind.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblFind.ForeColor = System.Drawing.Color.Blue;
this.lblFind.Location = new System.Drawing.Point(228, 91);
this.lblFind.Name = "lblFind";
this.lblFind.Size = new System.Drawing.Size(29, 12);
this.lblFind.TabIndex = 0;
this.lblFind.Text = "查找";
this.lblFind.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.lblFind.Click += new System.EventHandler(this.lblFind_Click);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(275, 59);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(35, 12);
this.label9.TabIndex = 0;
this.label9.Text = "折扣:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(251, 23);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 12);
this.label6.TabIndex = 0;
this.label6.Text = "退还押金:";
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(512, 157);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(72, 29);
this.btnExit.TabIndex = 1;
this.btnExit.Text = "退出";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnPrint
//
this.btnPrint.Location = new System.Drawing.Point(480, 57);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(104, 29);
this.btnPrint.TabIndex = 1;
this.btnPrint.Text = "打印清单";
this.btnPrint.UseVisualStyleBackColor = true;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(28, 26);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 0;
this.label5.Text = "宾客消费:";
//
// btnEnd
//
this.btnEnd.Location = new System.Drawing.Point(480, 22);
this.btnEnd.Name = "btnEnd";
this.btnEnd.Size = new System.Drawing.Size(104, 29);
this.btnEnd.TabIndex = 1;
this.btnEnd.Text = "结帐";
this.btnEnd.UseVisualStyleBackColor = true;
this.btnEnd.Click += new System.EventHandler(this.btnEnd_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.lsvAccount);
this.groupBox3.Location = new System.Drawing.Point(17, 295);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(600, 187);
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "客户消费";
//
// lsvAccount
//
this.lsvAccount.FullRowSelect = true;
this.lsvAccount.GridLines = true;
this.lsvAccount.Location = new System.Drawing.Point(15, 19);
this.lsvAccount.Name = "lsvAccount";
this.lsvAccount.Size = new System.Drawing.Size(571, 150);
this.lsvAccount.TabIndex = 0;
this.lsvAccount.UseCompatibleStateImageBehavior = false;
this.lsvAccount.View = System.Windows.Forms.View.Details;
//
// frmReckon
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(631, 494);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmReckon";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "结帐";
this.Load += new System.EventHandler(this.frmReckon_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lblRoom;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnEnd;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtIn;
private System.Windows.Forms.TextBox txtTO;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtRemark;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.ListView lsvAccount;
private System.Windows.Forms.ComboBox cboConsume;
private System.Windows.Forms.TextBox txtCarNum;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txtAdd;
private System.Windows.Forms.TextBox txtSum;
private System.Windows.Forms.Label lblFind;
private System.Windows.Forms.Button btnPrint;
private System.Windows.Forms.Label lblPrice;
private System.Windows.Forms.Label lblName;
private System.Windows.Forms.Label lblRoomID;
private System.Windows.Forms.Label lblRoomUseID;
private System.Windows.Forms.TextBox txtUse;
private System.Windows.Forms.TextBox txtZK;
private System.Windows.Forms.TextBox txtDes;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.TextBox txtPrice;
private System.Windows.Forms.Label label2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -