172 lines
7.9 KiB
C#
172 lines
7.9 KiB
C#
namespace InvoicingTool
|
|
{
|
|
partial class InputCount
|
|
{
|
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
|
this.cobUnit = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtCount = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnEnter = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.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.panel1.BackColor = System.Drawing.Color.White;
|
|
this.panel1.Controls.Add(this.cobUnit);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Controls.Add(this.txtCount);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.btnEnter);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.pictureBox1);
|
|
this.panel1.Location = new System.Drawing.Point(4, 4);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(335, 180);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// cobUnit
|
|
//
|
|
this.cobUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cobUnit.FormattingEnabled = true;
|
|
this.cobUnit.Location = new System.Drawing.Point(236, 34);
|
|
this.cobUnit.Name = "cobUnit";
|
|
this.cobUnit.Size = new System.Drawing.Size(54, 20);
|
|
this.cobUnit.TabIndex = 4;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.ForeColor = System.Drawing.Color.Gray;
|
|
this.label3.Location = new System.Drawing.Point(195, 38);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(41, 12);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "单位:";
|
|
//
|
|
// txtCount
|
|
//
|
|
this.txtCount.BackColor = System.Drawing.SystemColors.Menu;
|
|
this.txtCount.Location = new System.Drawing.Point(100, 34);
|
|
this.txtCount.Name = "txtCount";
|
|
this.txtCount.Size = new System.Drawing.Size(88, 21);
|
|
this.txtCount.TabIndex = 0;
|
|
this.txtCount.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCount_KeyDown);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.ForeColor = System.Drawing.Color.Gray;
|
|
this.label2.Location = new System.Drawing.Point(38, 38);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "采购数量:";
|
|
//
|
|
// btnEnter
|
|
//
|
|
this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(122)))), ((int)(((byte)(67)))));
|
|
this.btnEnter.BackgroundImage = global::InvoicingTool.Properties.Resources.鼠标悬浮时;
|
|
this.btnEnter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnEnter.FlatAppearance.BorderSize = 0;
|
|
this.btnEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnEnter.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.btnEnter.ForeColor = System.Drawing.Color.White;
|
|
this.btnEnter.Location = new System.Drawing.Point(123, 113);
|
|
this.btnEnter.Name = "btnEnter";
|
|
this.btnEnter.Size = new System.Drawing.Size(84, 31);
|
|
this.btnEnter.TabIndex = 2;
|
|
this.btnEnter.Text = "确定";
|
|
this.btnEnter.UseVisualStyleBackColor = false;
|
|
this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.label1.ForeColor = System.Drawing.Color.Gray;
|
|
this.label1.Location = new System.Drawing.Point(4, 69);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(323, 23);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "请输入采购数量并选择采购单位";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox1.BackgroundImage = global::InvoicingTool.Properties.Resources.矩形_3;
|
|
this.pictureBox1.Location = new System.Drawing.Point(40, 99);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(250, 1);
|
|
this.pictureBox1.TabIndex = 0;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// InputCount
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.DodgerBlue;
|
|
this.BackgroundImage = global::InvoicingTool.Properties.Resources.背景;
|
|
this.ClientSize = new System.Drawing.Size(343, 188);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "InputCount";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "InputCount";
|
|
this.TopMost = true;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.InputCount_FormClosing);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.TextBox txtCount;
|
|
private System.Windows.Forms.Button btnEnter;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox cobUnit;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
}
|
|
} |