📄 inwarehouseform.designer.cs
字号:
namespace DaFanRongMIS.ViewController.InWarehoures
{
partial class InWarehouseForm
{
/// <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.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnBack = new System.Windows.Forms.Button();
this.btnAddMainAndDetailInWare = new System.Windows.Forms.Button();
this.btnCanel = new System.Windows.Forms.Button();
this.btnAddDetailInWare = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.txtMaterialNum = new System.Windows.Forms.TextBox();
this.txtMaterialPrice = new System.Windows.Forms.TextBox();
this.txtMaterialName = new System.Windows.Forms.TextBox();
this.cboProviderName = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.LVInWarehoures = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.ID = new System.Windows.Forms.ColumnHeader();
this.MaterialName = new System.Windows.Forms.ColumnHeader();
this.MaterialPrice = new System.Windows.Forms.ColumnHeader();
this.MaterialNum = new System.Windows.Forms.ColumnHeader();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslblShopName = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslblOperater = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslblNowTime = new System.Windows.Forms.ToolStripStatusLabel();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.MaterialID = new System.Windows.Forms.ColumnHeader();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnBack);
this.groupBox1.Controls.Add(this.btnAddMainAndDetailInWare);
this.groupBox1.Controls.Add(this.btnCanel);
this.groupBox1.Controls.Add(this.btnAddDetailInWare);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.txtMaterialNum);
this.groupBox1.Controls.Add(this.txtMaterialPrice);
this.groupBox1.Controls.Add(this.txtMaterialName);
this.groupBox1.Controls.Add(this.cboProviderName);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(19, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(232, 406);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "入库操作";
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// btnBack
//
this.btnBack.Location = new System.Drawing.Point(116, 337);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(75, 43);
this.btnBack.TabIndex = 12;
this.btnBack.Text = "返回";
this.btnBack.UseVisualStyleBackColor = true;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// btnAddMainAndDetailInWare
//
this.btnAddMainAndDetailInWare.Location = new System.Drawing.Point(24, 337);
this.btnAddMainAndDetailInWare.Name = "btnAddMainAndDetailInWare";
this.btnAddMainAndDetailInWare.Size = new System.Drawing.Size(75, 43);
this.btnAddMainAndDetailInWare.TabIndex = 11;
this.btnAddMainAndDetailInWare.Text = "入库";
this.btnAddMainAndDetailInWare.UseVisualStyleBackColor = true;
this.btnAddMainAndDetailInWare.Click += new System.EventHandler(this.btnAddMainAndDetailInWare_Click);
//
// btnCanel
//
this.btnCanel.Location = new System.Drawing.Point(116, 278);
this.btnCanel.Name = "btnCanel";
this.btnCanel.Size = new System.Drawing.Size(75, 43);
this.btnCanel.TabIndex = 10;
this.btnCanel.Text = "取消";
this.btnCanel.UseVisualStyleBackColor = true;
this.btnCanel.Click += new System.EventHandler(this.btnCanel_Click);
//
// btnAddDetailInWare
//
this.btnAddDetailInWare.Location = new System.Drawing.Point(24, 278);
this.btnAddDetailInWare.Name = "btnAddDetailInWare";
this.btnAddDetailInWare.Size = new System.Drawing.Size(75, 43);
this.btnAddDetailInWare.TabIndex = 9;
this.btnAddDetailInWare.Text = "明细";
this.btnAddDetailInWare.UseVisualStyleBackColor = true;
this.btnAddDetailInWare.Click += new System.EventHandler(this.btnAddDetailInWare_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(201, 112);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(22, 27);
this.button1.TabIndex = 8;
this.button1.Text = "btnFindUnit";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txtMaterialNum
//
this.txtMaterialNum.Location = new System.Drawing.Point(101, 230);
this.txtMaterialNum.Name = "txtMaterialNum";
this.txtMaterialNum.Size = new System.Drawing.Size(121, 26);
this.txtMaterialNum.TabIndex = 7;
//
// txtMaterialPrice
//
this.txtMaterialPrice.Location = new System.Drawing.Point(101, 170);
this.txtMaterialPrice.Name = "txtMaterialPrice";
this.txtMaterialPrice.Size = new System.Drawing.Size(121, 26);
this.txtMaterialPrice.TabIndex = 6;
this.txtMaterialPrice.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtMaterialPrice_KeyUp);
//
// txtMaterialName
//
this.txtMaterialName.Location = new System.Drawing.Point(102, 113);
this.txtMaterialName.Name = "txtMaterialName";
this.txtMaterialName.ReadOnly = true;
this.txtMaterialName.Size = new System.Drawing.Size(106, 26);
this.txtMaterialName.TabIndex = 5;
this.txtMaterialName.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// cboProviderName
//
this.cboProviderName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboProviderName.FormattingEnabled = true;
this.cboProviderName.Location = new System.Drawing.Point(102, 58);
this.cboProviderName.Name = "cboProviderName";
this.cboProviderName.Size = new System.Drawing.Size(121, 24);
this.cboProviderName.TabIndex = 4;
this.cboProviderName.SelectionChangeCommitted += new System.EventHandler(this.cboProviderName_SelectionChangeCommitted);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 230);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(88, 16);
this.label4.TabIndex = 3;
this.label4.Text = "材料数量:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 170);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(88, 16);
this.label3.TabIndex = 2;
this.label3.Text = "材料单价:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(8, 113);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -