📄 inwarehouseform.designer.cs
字号:
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(88, 16);
this.label2.TabIndex = 1;
this.label2.Text = "材料名称:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 61);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(104, 16);
this.label1.TabIndex = 0;
this.label1.Text = "供应商名称:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.LVInWarehoures);
this.groupBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox2.Location = new System.Drawing.Point(257, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(428, 406);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "明细信息显示";
//
// LVInWarehoures
//
this.LVInWarehoures.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.ID,
this.MaterialName,
this.MaterialPrice,
this.MaterialNum,
this.MaterialID});
this.LVInWarehoures.FullRowSelect = true;
this.LVInWarehoures.GridLines = true;
this.LVInWarehoures.Location = new System.Drawing.Point(12, 24);
this.LVInWarehoures.MultiSelect = false;
this.LVInWarehoures.Name = "LVInWarehoures";
this.LVInWarehoures.Size = new System.Drawing.Size(406, 369);
this.LVInWarehoures.TabIndex = 0;
this.LVInWarehoures.UseCompatibleStateImageBehavior = false;
this.LVInWarehoures.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Width = 1;
//
// ID
//
this.ID.Text = "序号";
this.ID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// MaterialName
//
this.MaterialName.Text = "材料名称";
this.MaterialName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.MaterialName.Width = 117;
//
// MaterialPrice
//
this.MaterialPrice.Text = "材料价格";
this.MaterialPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.MaterialPrice.Width = 102;
//
// MaterialNum
//
this.MaterialNum.Text = "材料数量";
this.MaterialNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.MaterialNum.Width = 119;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.tsslblShopName,
this.toolStripStatusLabel2,
this.toolStripStatusLabel3,
this.tsslblOperater,
this.toolStripStatusLabel4,
this.toolStripStatusLabel5,
this.tsslblNowTime});
this.statusStrip1.Location = new System.Drawing.Point(0, 434);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(697, 22);
this.statusStrip1.TabIndex = 2;
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(41, 17);
this.toolStripStatusLabel1.Text = "店名:";
//
// tsslblShopName
//
this.tsslblShopName.Name = "tsslblShopName";
this.tsslblShopName.Size = new System.Drawing.Size(77, 17);
this.tsslblShopName.Text = " ";
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(11, 17);
this.toolStripStatusLabel2.Text = "|";
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(53, 17);
this.toolStripStatusLabel3.Text = "操作员:";
//
// tsslblOperater
//
this.tsslblOperater.Name = "tsslblOperater";
this.tsslblOperater.Size = new System.Drawing.Size(59, 17);
this.tsslblOperater.Text = " ";
//
// toolStripStatusLabel4
//
this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
this.toolStripStatusLabel4.Size = new System.Drawing.Size(11, 17);
this.toolStripStatusLabel4.Text = "|";
//
// toolStripStatusLabel5
//
this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
this.toolStripStatusLabel5.Size = new System.Drawing.Size(65, 17);
this.toolStripStatusLabel5.Text = "当前时间:";
//
// tsslblNowTime
//
this.tsslblNowTime.Name = "tsslblNowTime";
this.tsslblNowTime.Size = new System.Drawing.Size(77, 17);
this.tsslblNowTime.Text = " ";
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// InWarehouseForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(697, 456);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "InWarehouseForm";
this.Text = "入库管理";
this.Load += new System.EventHandler(this.InWarehouseForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnBack;
private System.Windows.Forms.Button btnAddMainAndDetailInWare;
private System.Windows.Forms.Button btnCanel;
private System.Windows.Forms.Button btnAddDetailInWare;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txtMaterialNum;
private System.Windows.Forms.TextBox txtMaterialPrice;
private System.Windows.Forms.TextBox txtMaterialName;
private System.Windows.Forms.ComboBox cboProviderName;
private System.Windows.Forms.ListView LVInWarehoures;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader ID;
private System.Windows.Forms.ColumnHeader MaterialName;
private System.Windows.Forms.ColumnHeader MaterialPrice;
private System.Windows.Forms.ColumnHeader MaterialNum;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel tsslblShopName;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.ToolStripStatusLabel tsslblOperater;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5;
private System.Windows.Forms.ToolStripStatusLabel tsslblNowTime;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.ColumnHeader MaterialID;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -