📄 showresultform.designer.cs
字号:
namespace HPIResource.ShouFei
{
partial class ShowResultForm
{
/// <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()
{
this.label1 = new System.Windows.Forms.Label();
this.t_zjid = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.t_acttime_up = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.t_incount = new System.Windows.Forms.Label();
this.t_incash = new System.Windows.Forms.Label();
this.t_outcount = new System.Windows.Forms.Label();
this.t_outcash = new System.Windows.Forms.Label();
this.t_count = new System.Windows.Forms.Label();
this.t_cash = new System.Windows.Forms.Label();
this.t_userid = new System.Windows.Forms.Label();
this.t_time = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("楷体_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(40, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(88, 16);
this.label1.TabIndex = 0;
this.label1.Text = "结帐编号:";
//
// t_zjid
//
this.t_zjid.AutoSize = true;
this.t_zjid.Font = new System.Drawing.Font("楷体_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.t_zjid.Location = new System.Drawing.Point(134, 21);
this.t_zjid.Name = "t_zjid";
this.t_zjid.Size = new System.Drawing.Size(56, 16);
this.t_zjid.TabIndex = 1;
this.t_zjid.Text = "label2";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("楷体_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(229, 21);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(120, 16);
this.label3.TabIndex = 2;
this.label3.Text = "上次结帐时间:";
//
// t_acttime_up
//
this.t_acttime_up.AutoSize = true;
this.t_acttime_up.Font = new System.Drawing.Font("楷体_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.t_acttime_up.Location = new System.Drawing.Point(355, 25);
this.t_acttime_up.Name = "t_acttime_up";
this.t_acttime_up.Size = new System.Drawing.Size(56, 16);
this.t_acttime_up.TabIndex = 3;
this.t_acttime_up.Text = "label4";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.t_time);
this.groupBox1.Controls.Add(this.t_userid);
this.groupBox1.Controls.Add(this.t_cash);
this.groupBox1.Controls.Add(this.t_count);
this.groupBox1.Controls.Add(this.t_outcash);
this.groupBox1.Controls.Add(this.t_outcount);
this.groupBox1.Controls.Add(this.t_incash);
this.groupBox1.Controls.Add(this.t_incount);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.t_acttime_up);
this.groupBox1.Controls.Add(this.t_zjid);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Font = new System.Drawing.Font("楷体_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(512, 280);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "结帐";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(134, 69);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(40, 16);
this.label5.TabIndex = 4;
this.label5.Text = "笔数";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(237, 69);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(40, 16);
this.label6.TabIndex = 5;
this.label6.Text = "金额";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(40, 95);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(72, 16);
this.label7.TabIndex = 6;
this.label7.Text = "本次收款";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(40, 137);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(72, 16);
this.label8.TabIndex = 7;
this.label8.Text = "本次退款";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(41, 175);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(40, 16);
this.label9.TabIndex = 8;
this.label9.Text = "合计";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(96, 247);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(72, 16);
this.label10.TabIndex = 9;
this.label10.Text = "结帐人:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(292, 247);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(56, 16);
this.label11.TabIndex = 10;
this.label11.Text = "时间:";
//
// t_incount
//
this.t_incount.AutoSize = true;
this.t_incount.Location = new System.Drawing.Point(126, 95);
this.t_incount.Name = "t_incount";
this.t_incount.Size = new System.Drawing.Size(64, 16);
this.t_incount.TabIndex = 11;
this.t_incount.Text = "label12";
//
// t_incash
//
this.t_incash.AutoSize = true;
this.t_incash.Location = new System.Drawing.Point(229, 95);
this.t_incash.Name = "t_incash";
this.t_incash.Size = new System.Drawing.Size(64, 16);
this.t_incash.TabIndex = 12;
this.t_incash.Text = "label13";
//
// t_outcount
//
this.t_outcount.AutoSize = true;
this.t_outcount.Location = new System.Drawing.Point(126, 137);
this.t_outcount.Name = "t_outcount";
this.t_outcount.Size = new System.Drawing.Size(64, 16);
this.t_outcount.TabIndex = 13;
this.t_outcount.Text = "label14";
//
// t_outcash
//
this.t_outcash.AutoSize = true;
this.t_outcash.Location = new System.Drawing.Point(229, 137);
this.t_outcash.Name = "t_outcash";
this.t_outcash.Size = new System.Drawing.Size(64, 16);
this.t_outcash.TabIndex = 14;
this.t_outcash.Text = "label15";
//
// t_count
//
this.t_count.AutoSize = true;
this.t_count.Location = new System.Drawing.Point(126, 175);
this.t_count.Name = "t_count";
this.t_count.Size = new System.Drawing.Size(64, 16);
this.t_count.TabIndex = 15;
this.t_count.Text = "label16";
//
// t_cash
//
this.t_cash.AutoSize = true;
this.t_cash.Location = new System.Drawing.Point(232, 175);
this.t_cash.Name = "t_cash";
this.t_cash.Size = new System.Drawing.Size(64, 16);
this.t_cash.TabIndex = 16;
this.t_cash.Text = "label17";
//
// t_userid
//
this.t_userid.AutoSize = true;
this.t_userid.Location = new System.Drawing.Point(181, 247);
this.t_userid.Name = "t_userid";
this.t_userid.Size = new System.Drawing.Size(64, 16);
this.t_userid.TabIndex = 17;
this.t_userid.Text = "label18";
//
// t_time
//
this.t_time.AutoSize = true;
this.t_time.Location = new System.Drawing.Point(355, 250);
this.t_time.Name = "t_time";
this.t_time.Size = new System.Drawing.Size(64, 16);
this.t_time.TabIndex = 18;
this.t_time.Text = "label19";
//
// ShowResultForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(536, 304);
this.Controls.Add(this.groupBox1);
this.Name = "ShowResultForm";
this.Text = "ShowResultForm";
this.Load += new System.EventHandler(this.ShowResultForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label t_zjid;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label t_acttime_up;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label t_time;
private System.Windows.Forms.Label t_userid;
private System.Windows.Forms.Label t_cash;
private System.Windows.Forms.Label t_count;
private System.Windows.Forms.Label t_outcash;
private System.Windows.Forms.Label t_outcount;
private System.Windows.Forms.Label t_incash;
private System.Windows.Forms.Label t_incount;
private System.Windows.Forms.Label label11;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -