📄 frmsellstockcost.designer.cs
字号:
namespace EMS.SaleStock
{
partial class frmSellStockCost
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSellStockCost));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tlbtnFind = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.tlbtnExit = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.dtpStar = new System.Windows.Forms.DateTimePicker();
this.dtpEnd = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.dgvStockList = new System.Windows.Forms.DataGridView();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvStockList)).BeginInit();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel1,
this.toolStripLabel2,
this.toolStripSeparator1,
this.toolStripSeparator2,
this.tlbtnFind,
this.toolStripSeparator3,
this.toolStripSeparator4,
this.tlbtnExit,
this.toolStripSeparator5,
this.toolStripSeparator6});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(802, 25);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(65, 22);
this.toolStripLabel1.Text = "选择日期:";
//
// toolStripLabel2
//
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(239, 22);
this.toolStripLabel2.Text = "toolStripLabel0123456789012345678901234";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// tlbtnFind
//
this.tlbtnFind.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnFind.Image")));
this.tlbtnFind.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlbtnFind.Name = "tlbtnFind";
this.tlbtnFind.Size = new System.Drawing.Size(49, 22);
this.tlbtnFind.Text = "查询";
this.tlbtnFind.Click += new System.EventHandler(this.tlbtnFind_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// tlbtnExit
//
this.tlbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnExit.Image")));
this.tlbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlbtnExit.Name = "tlbtnExit";
this.tlbtnExit.Size = new System.Drawing.Size(49, 22);
this.tlbtnExit.Text = "退出";
this.tlbtnExit.Click += new System.EventHandler(this.tlbtnExit_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
//
// dtpStar
//
this.dtpStar.Location = new System.Drawing.Point(74, 1);
this.dtpStar.Name = "dtpStar";
this.dtpStar.Size = new System.Drawing.Size(110, 21);
this.dtpStar.TabIndex = 1;
//
// dtpEnd
//
this.dtpEnd.Location = new System.Drawing.Point(200, 1);
this.dtpEnd.Name = "dtpEnd";
this.dtpEnd.Size = new System.Drawing.Size(110, 21);
this.dtpEnd.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(184, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(17, 12);
this.label1.TabIndex = 2;
this.label1.Text = "至";
//
// dgvStockList
//
this.dgvStockList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgvStockList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvStockList.Location = new System.Drawing.Point(1, 26);
this.dgvStockList.Name = "dgvStockList";
this.dgvStockList.RowTemplate.Height = 23;
this.dgvStockList.Size = new System.Drawing.Size(801, 318);
this.dgvStockList.TabIndex = 3;
//
// frmSellStockCost
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(802, 348);
this.Controls.Add(this.dgvStockList);
this.Controls.Add(this.label1);
this.Controls.Add(this.dtpEnd);
this.Controls.Add(this.dtpStar);
this.Controls.Add(this.toolStrip1);
this.MaximizeBox = false;
this.Name = "frmSellStockCost";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "商品销售成本清单---销售管理";
this.Load += new System.EventHandler(this.frmSellStockCost_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvStockList)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
private System.Windows.Forms.DateTimePicker dtpStar;
private System.Windows.Forms.DateTimePicker dtpEnd;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tlbtnFind;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton tlbtnExit;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView dgvStockList;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -