286 lines
16 KiB
C#
286 lines
16 KiB
C#
namespace InvoicingTool
|
|
{
|
|
partial class CheckBill
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.lblMess = new System.Windows.Forms.Label();
|
|
this.lblCheckDate = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tlpCheckBill = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.lblShopName = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.loadingCircle1 = new InvoicingTool.LoadingCircle();
|
|
this.lblStartTime = new System.Windows.Forms.Label();
|
|
this.tlpCheckBill.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblMess
|
|
//
|
|
this.lblMess.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.tlpCheckBill.SetColumnSpan(this.lblMess, 3);
|
|
this.lblMess.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.lblMess.Location = new System.Drawing.Point(145, 92);
|
|
this.lblMess.Name = "lblMess";
|
|
this.lblMess.Size = new System.Drawing.Size(364, 35);
|
|
this.lblMess.TabIndex = 6;
|
|
this.lblMess.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblCheckDate
|
|
//
|
|
this.lblCheckDate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lblCheckDate.BackColor = System.Drawing.Color.RoyalBlue;
|
|
this.lblCheckDate.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblCheckDate.ForeColor = System.Drawing.Color.White;
|
|
this.lblCheckDate.Location = new System.Drawing.Point(327, 191);
|
|
this.lblCheckDate.Margin = new System.Windows.Forms.Padding(0);
|
|
this.lblCheckDate.Name = "lblCheckDate";
|
|
this.lblCheckDate.Size = new System.Drawing.Size(185, 55);
|
|
this.lblCheckDate.TabIndex = 5;
|
|
this.lblCheckDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.Color.RoyalBlue;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(250, 191);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(77, 55);
|
|
this.label1.TabIndex = 4;
|
|
this.label1.Text = "盘点账期:";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// tlpCheckBill
|
|
//
|
|
this.tlpCheckBill.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tlpCheckBill.BackColor = System.Drawing.Color.White;
|
|
this.tlpCheckBill.ColumnCount = 6;
|
|
this.tlpCheckBill.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F));
|
|
this.tlpCheckBill.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tlpCheckBill.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 64F));
|
|
this.tlpCheckBill.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tlpCheckBill.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F));
|
|
this.tlpCheckBill.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 185F));
|
|
this.tlpCheckBill.Controls.Add(this.label3, 0, 0);
|
|
this.tlpCheckBill.Controls.Add(this.lblMess, 3, 2);
|
|
this.tlpCheckBill.Controls.Add(this.lblShopName, 2, 5);
|
|
this.tlpCheckBill.Controls.Add(this.label1, 4, 5);
|
|
this.tlpCheckBill.Controls.Add(this.lblCheckDate, 5, 5);
|
|
this.tlpCheckBill.Controls.Add(this.label2, 0, 5);
|
|
this.tlpCheckBill.Controls.Add(this.panel1, 0, 0);
|
|
this.tlpCheckBill.Controls.Add(this.loadingCircle1, 1, 2);
|
|
this.tlpCheckBill.Controls.Add(this.lblStartTime, 3, 3);
|
|
this.tlpCheckBill.Location = new System.Drawing.Point(2, 2);
|
|
this.tlpCheckBill.Name = "tlpCheckBill";
|
|
this.tlpCheckBill.RowCount = 6;
|
|
this.tlpCheckBill.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 37F));
|
|
this.tlpCheckBill.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F));
|
|
this.tlpCheckBill.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
|
|
this.tlpCheckBill.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 39F));
|
|
this.tlpCheckBill.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
|
|
this.tlpCheckBill.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tlpCheckBill.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tlpCheckBill.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tlpCheckBill.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tlpCheckBill.Size = new System.Drawing.Size(512, 246);
|
|
this.tlpCheckBill.TabIndex = 7;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label3.BackColor = System.Drawing.Color.White;
|
|
this.tlpCheckBill.SetColumnSpan(this.label3, 6);
|
|
this.label3.Font = new System.Drawing.Font("宋体", 16F);
|
|
this.label3.ForeColor = System.Drawing.Color.Black;
|
|
this.label3.Location = new System.Drawing.Point(3, 37);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(506, 54);
|
|
this.label3.TabIndex = 10;
|
|
this.label3.Text = "进销存门店盘点申请状态";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lblShopName
|
|
//
|
|
this.lblShopName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lblShopName.BackColor = System.Drawing.Color.RoyalBlue;
|
|
this.tlpCheckBill.SetColumnSpan(this.lblShopName, 2);
|
|
this.lblShopName.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblShopName.ForeColor = System.Drawing.Color.White;
|
|
this.lblShopName.Location = new System.Drawing.Point(78, 191);
|
|
this.lblShopName.Margin = new System.Windows.Forms.Padding(0);
|
|
this.lblShopName.Name = "lblShopName";
|
|
this.lblShopName.Size = new System.Drawing.Size(172, 55);
|
|
this.lblShopName.TabIndex = 8;
|
|
this.lblShopName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.RoyalBlue;
|
|
this.tlpCheckBill.SetColumnSpan(this.label2, 2);
|
|
this.label2.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(0, 191);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(78, 55);
|
|
this.label2.TabIndex = 7;
|
|
this.label2.Text = "盘点门店:";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.RoyalBlue;
|
|
this.tlpCheckBill.SetColumnSpan(this.panel1, 6);
|
|
this.panel1.Controls.Add(this.label4);
|
|
this.panel1.Controls.Add(this.btnClose);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(512, 37);
|
|
this.panel1.TabIndex = 12;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.BackColor = System.Drawing.Color.Transparent;
|
|
this.label4.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label4.ForeColor = System.Drawing.Color.White;
|
|
this.label4.Location = new System.Drawing.Point(26, 10);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(72, 16);
|
|
this.label4.TabIndex = 1;
|
|
this.label4.Text = "系统提示";
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnClose.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnClose.BackgroundImage = global::InvoicingTool.Properties.Resources.Close;
|
|
this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.btnClose.FlatAppearance.BorderSize = 0;
|
|
this.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.LightSkyBlue;
|
|
this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DeepSkyBlue;
|
|
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnClose.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold);
|
|
this.btnClose.ForeColor = System.Drawing.Color.White;
|
|
this.btnClose.Location = new System.Drawing.Point(483, 8);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(20, 20);
|
|
this.btnClose.TabIndex = 0;
|
|
this.btnClose.UseVisualStyleBackColor = false;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// loadingCircle1
|
|
//
|
|
this.loadingCircle1.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.loadingCircle1.BackColor = System.Drawing.Color.Transparent;
|
|
this.loadingCircle1.Color = System.Drawing.Color.Blue;
|
|
this.tlpCheckBill.SetColumnSpan(this.loadingCircle1, 2);
|
|
this.loadingCircle1.DotCount = ((uint)(5u));
|
|
this.loadingCircle1.Location = new System.Drawing.Point(80, 113);
|
|
this.loadingCircle1.Name = "loadingCircle1";
|
|
this.tlpCheckBill.SetRowSpan(this.loadingCircle1, 2);
|
|
this.loadingCircle1.Size = new System.Drawing.Size(30, 30);
|
|
this.loadingCircle1.TabIndex = 13;
|
|
//
|
|
// lblStartTime
|
|
//
|
|
this.lblStartTime.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.tlpCheckBill.SetColumnSpan(this.lblStartTime, 3);
|
|
this.lblStartTime.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.lblStartTime.Location = new System.Drawing.Point(143, 127);
|
|
this.lblStartTime.Margin = new System.Windows.Forms.Padding(0);
|
|
this.lblStartTime.Name = "lblStartTime";
|
|
this.lblStartTime.Size = new System.Drawing.Size(368, 33);
|
|
this.lblStartTime.TabIndex = 9;
|
|
this.lblStartTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// CheckBill
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(515, 249);
|
|
this.Controls.Add(this.tlpCheckBill);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.KeyPreview = true;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "CheckBill";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "系统提示";
|
|
this.TopMost = true;
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckBill_KeyDown);
|
|
this.tlpCheckBill.ResumeLayout(false);
|
|
this.tlpCheckBill.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblMess;
|
|
private System.Windows.Forms.TableLayoutPanel tlpCheckBill;
|
|
private System.Windows.Forms.Label lblShopName;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label lblCheckDate;
|
|
private System.Windows.Forms.Label lblStartTime;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private LoadingCircle loadingCircle1;
|
|
private System.Windows.Forms.Label label4;
|
|
}
|
|
} |