📄 selllistfrm.designer.cs
字号:
namespace BookStore.Forms
{
partial class SellListFrm
{
/// <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(SellListFrm));
this.dg_SellDetail = new System.Windows.Forms.DataGrid();
this.toolbar = new System.Windows.Forms.ToolBar();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.tb_Search = new System.Windows.Forms.ToolBarButton();
this.tb_SellID = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tb_SellTime = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.tb_CustomerName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.tb_Tax = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.tb_NoTax = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.tb_TotalPrice = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.tb_Employee = new System.Windows.Forms.TextBox();
this.tb_User = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dg_SellDetail)).BeginInit();
this.SuspendLayout();
//
// dg_SellDetail
//
this.dg_SellDetail.AlternatingBackColor = System.Drawing.Color.OldLace;
this.dg_SellDetail.BackColor = System.Drawing.Color.OldLace;
this.dg_SellDetail.BackgroundColor = System.Drawing.Color.Tan;
this.dg_SellDetail.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dg_SellDetail.CaptionBackColor = System.Drawing.Color.SaddleBrown;
this.dg_SellDetail.CaptionForeColor = System.Drawing.Color.OldLace;
this.dg_SellDetail.DataMember = "";
this.dg_SellDetail.FlatMode = true;
this.dg_SellDetail.Font = new System.Drawing.Font("Tahoma", 8F);
this.dg_SellDetail.ForeColor = System.Drawing.Color.DarkSlateGray;
this.dg_SellDetail.GridLineColor = System.Drawing.Color.Tan;
this.dg_SellDetail.HeaderBackColor = System.Drawing.Color.Wheat;
this.dg_SellDetail.HeaderFont = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
this.dg_SellDetail.HeaderForeColor = System.Drawing.Color.SaddleBrown;
this.dg_SellDetail.LinkColor = System.Drawing.Color.DarkSlateBlue;
this.dg_SellDetail.Location = new System.Drawing.Point(12, 135);
this.dg_SellDetail.Name = "dg_SellDetail";
this.dg_SellDetail.ParentRowsBackColor = System.Drawing.Color.OldLace;
this.dg_SellDetail.ParentRowsForeColor = System.Drawing.Color.DarkSlateGray;
this.dg_SellDetail.SelectionBackColor = System.Drawing.Color.SlateGray;
this.dg_SellDetail.SelectionForeColor = System.Drawing.Color.White;
this.dg_SellDetail.Size = new System.Drawing.Size(826, 321);
this.dg_SellDetail.TabIndex = 0;
//
// toolbar
//
this.toolbar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.tb_Search});
this.toolbar.DropDownArrows = true;
this.toolbar.ImageList = this.imageList1;
this.toolbar.Location = new System.Drawing.Point(0, 0);
this.toolbar.Name = "toolbar";
this.toolbar.ShowToolTips = true;
this.toolbar.Size = new System.Drawing.Size(850, 28);
this.toolbar.TabIndex = 1;
this.toolbar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolbar_ButtonClick);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "search.ico");
//
// tb_Search
//
this.tb_Search.ImageIndex = 0;
this.tb_Search.Name = "tb_Search";
this.tb_Search.ToolTipText = "搜索";
//
// tb_SellID
//
this.tb_SellID.Location = new System.Drawing.Point(81, 34);
this.tb_SellID.Name = "tb_SellID";
this.tb_SellID.Size = new System.Drawing.Size(100, 21);
this.tb_SellID.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 37);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 3;
this.label1.Text = "销售单号:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(187, 37);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 5;
this.label2.Text = "销售时间:";
//
// tb_SellTime
//
this.tb_SellTime.Location = new System.Drawing.Point(258, 34);
this.tb_SellTime.Name = "tb_SellTime";
this.tb_SellTime.Size = new System.Drawing.Size(134, 21);
this.tb_SellTime.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(398, 37);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 7;
this.label3.Text = "客户名称:";
//
// tb_CustomerName
//
this.tb_CustomerName.Location = new System.Drawing.Point(469, 34);
this.tb_CustomerName.Name = "tb_CustomerName";
this.tb_CustomerName.Size = new System.Drawing.Size(100, 21);
this.tb_CustomerName.TabIndex = 6;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(412, 81);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 13;
this.label4.Text = "税额:";
//
// tb_Tax
//
this.tb_Tax.Location = new System.Drawing.Point(468, 78);
this.tb_Tax.Name = "tb_Tax";
this.tb_Tax.Size = new System.Drawing.Size(100, 21);
this.tb_Tax.TabIndex = 12;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(205, 81);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 11;
this.label5.Text = "税后金额:";
//
// tb_NoTax
//
this.tb_NoTax.Location = new System.Drawing.Point(285, 78);
this.tb_NoTax.Name = "tb_NoTax";
this.tb_NoTax.Size = new System.Drawing.Size(112, 21);
this.tb_NoTax.TabIndex = 10;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(12, 81);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 9;
this.label6.Text = "未税金额:";
//
// tb_TotalPrice
//
this.tb_TotalPrice.Location = new System.Drawing.Point(92, 78);
this.tb_TotalPrice.Name = "tb_TotalPrice";
this.tb_TotalPrice.Size = new System.Drawing.Size(98, 21);
this.tb_TotalPrice.TabIndex = 8;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(607, 37);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 14;
this.label7.Text = "销售员:";
//
// tb_Employee
//
this.tb_Employee.Location = new System.Drawing.Point(666, 34);
this.tb_Employee.Name = "tb_Employee";
this.tb_Employee.Size = new System.Drawing.Size(100, 21);
this.tb_Employee.TabIndex = 15;
//
// tb_User
//
this.tb_User.Location = new System.Drawing.Point(666, 78);
this.tb_User.Name = "tb_User";
this.tb_User.Size = new System.Drawing.Size(100, 21);
this.tb_User.TabIndex = 17;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(607, 81);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 16;
this.label8.Text = "业务人员:";
//
// SellListFrm
//
this.ClientSize = new System.Drawing.Size(850, 468);
this.Controls.Add(this.tb_User);
this.Controls.Add(this.label8);
this.Controls.Add(this.tb_Employee);
this.Controls.Add(this.label7);
this.Controls.Add(this.label4);
this.Controls.Add(this.tb_Tax);
this.Controls.Add(this.label5);
this.Controls.Add(this.tb_NoTax);
this.Controls.Add(this.label6);
this.Controls.Add(this.tb_TotalPrice);
this.Controls.Add(this.label3);
this.Controls.Add(this.tb_CustomerName);
this.Controls.Add(this.label2);
this.Controls.Add(this.tb_SellTime);
this.Controls.Add(this.label1);
this.Controls.Add(this.tb_SellID);
this.Controls.Add(this.toolbar);
this.Controls.Add(this.dg_SellDetail);
this.Name = "SellListFrm";
this.Text = "销售单查询";
((System.ComponentModel.ISupportInitialize)(this.dg_SellDetail)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGrid dg_SellDetail;
private System.Windows.Forms.ToolBar toolbar;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ToolBarButton tb_Search;
private System.Windows.Forms.TextBox tb_SellID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tb_SellTime;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tb_CustomerName;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tb_Tax;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox tb_NoTax;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox tb_TotalPrice;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox tb_Employee;
private System.Windows.Forms.TextBox tb_User;
private System.Windows.Forms.Label label8;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -