141 lines
6.5 KiB
C#
141 lines
6.5 KiB
C#
namespace InvoicingTool
|
|
{
|
|
partial class InvoicingCommodityCount
|
|
{
|
|
/// <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.txtPayment = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnEnter = new System.Windows.Forms.Button();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.lblGoodsName = new System.Windows.Forms.Label();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// txtPayment
|
|
//
|
|
this.txtPayment.BackColor = System.Drawing.SystemColors.Menu;
|
|
this.txtPayment.Location = new System.Drawing.Point(24, 57);
|
|
this.txtPayment.Name = "txtPayment";
|
|
this.txtPayment.Size = new System.Drawing.Size(340, 21);
|
|
this.txtPayment.TabIndex = 0;
|
|
this.txtPayment.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPayment_KeyDown);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
this.label1.Location = new System.Drawing.Point(5, 82);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(380, 23);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "请输入进货商品数量";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btnEnter
|
|
//
|
|
this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(112)))), ((int)(((byte)(235)))));
|
|
this.btnEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnEnter.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnEnter.ForeColor = System.Drawing.Color.White;
|
|
this.btnEnter.Location = new System.Drawing.Point(148, 126);
|
|
this.btnEnter.Name = "btnEnter";
|
|
this.btnEnter.Size = new System.Drawing.Size(106, 34);
|
|
this.btnEnter.TabIndex = 2;
|
|
this.btnEnter.Text = "确定[Enter]";
|
|
this.btnEnter.UseVisualStyleBackColor = false;
|
|
this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|
this.panel1.Controls.Add(this.lblGoodsName);
|
|
this.panel1.Controls.Add(this.pictureBox1);
|
|
this.panel1.Controls.Add(this.btnEnter);
|
|
this.panel1.Controls.Add(this.txtPayment);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Location = new System.Drawing.Point(4, 4);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(391, 180);
|
|
this.panel1.TabIndex = 3;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackgroundImage = global::InvoicingTool.Properties.Resources.矩形_3;
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.pictureBox1.Location = new System.Drawing.Point(46, 110);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(294, 10);
|
|
this.pictureBox1.TabIndex = 4;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// lblGoodsName
|
|
//
|
|
this.lblGoodsName.Location = new System.Drawing.Point(7, 16);
|
|
this.lblGoodsName.Name = "lblGoodsName";
|
|
this.lblGoodsName.Size = new System.Drawing.Size(377, 23);
|
|
this.lblGoodsName.TabIndex = 5;
|
|
this.lblGoodsName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// InvoicingCommodityCount
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.DodgerBlue;
|
|
this.ClientSize = new System.Drawing.Size(399, 188);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.KeyPreview = true;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "InvoicingCommodityCount";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "实盘数量";
|
|
this.TopMost = true;
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txtPayment;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnEnter;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label lblGoodsName;
|
|
}
|
|
} |