📄 changegoodsstock.designer.cs
字号:
namespace GoodsReportManage.Stock
{
partial class ChangeGoods
{
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChangeGoods));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtNum = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.cbxIn = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.labOut = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.labGoodsCount = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.txtGoodsName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.labGoodsID = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dgvChangeInfo = new System.Windows.Forms.DataGridView();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolSave = new System.Windows.Forms.ToolStripButton();
this.toolCancel = new System.Windows.Forms.ToolStripButton();
this.toolAdd = new System.Windows.Forms.ToolStripButton();
this.toolDelete = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolExit = new System.Windows.Forms.ToolStripButton();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvChangeInfo)).BeginInit();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtNum);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.cbxIn);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.labOut);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.labGoodsCount);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.txtGoodsName);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.labGoodsID);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Enabled = false;
this.groupBox1.Location = new System.Drawing.Point(13, 32);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(663, 86);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "库存调拨记录项";
//
// txtNum
//
this.txtNum.Location = new System.Drawing.Point(531, 54);
this.txtNum.Name = "txtNum";
this.txtNum.Size = new System.Drawing.Size(100, 21);
this.txtNum.TabIndex = 12;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(464, 62);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(59, 12);
this.label10.TabIndex = 11;
this.label10.Text = "调动数量:";
//
// cbxIn
//
this.cbxIn.FormattingEnabled = true;
this.cbxIn.Location = new System.Drawing.Point(273, 54);
this.cbxIn.Name = "cbxIn";
this.cbxIn.Size = new System.Drawing.Size(135, 20);
this.cbxIn.TabIndex = 10;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(208, 57);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(59, 12);
this.label8.TabIndex = 9;
this.label8.Text = "调入仓库:";
//
// labOut
//
this.labOut.AutoSize = true;
this.labOut.Location = new System.Drawing.Point(83, 57);
this.labOut.Name = "labOut";
this.labOut.Size = new System.Drawing.Size(0, 12);
this.labOut.TabIndex = 8;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(17, 57);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 12);
this.label7.TabIndex = 7;
this.label7.Text = "调出仓库:";
//
// labGoodsCount
//
this.labGoodsCount.AutoSize = true;
this.labGoodsCount.ForeColor = System.Drawing.Color.Red;
this.labGoodsCount.Location = new System.Drawing.Point(529, 21);
this.labGoodsCount.Name = "labGoodsCount";
this.labGoodsCount.Size = new System.Drawing.Size(0, 12);
this.labGoodsCount.TabIndex = 6;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(464, 21);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 5;
this.label4.Text = "库存数量:";
//
// button1
//
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
this.button1.Location = new System.Drawing.Point(414, 16);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(34, 23);
this.button1.TabIndex = 4;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txtGoodsName
//
this.txtGoodsName.Location = new System.Drawing.Point(273, 18);
this.txtGoodsName.Name = "txtGoodsName";
this.txtGoodsName.ReadOnly = true;
this.txtGoodsName.Size = new System.Drawing.Size(135, 21);
this.txtGoodsName.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(208, 21);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -