?? sellfind.designer.cs
字號(hào):
?namespace GoodsReportManage.Sell
{
partial class SellFind
{
/// <summary>
/// 必需的設(shè)計(jì)器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計(jì)器生成的代碼
/// <summary>
/// 設(shè)計(jì)器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
this.cbxCondition1 = new System.Windows.Forms.ComboBox();
this.cbxCondition2 = new System.Windows.Forms.ComboBox();
this.txtGoodsID = new System.Windows.Forms.TextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.txtGoodsName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.txtStockNum = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.txtSellPrice = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.txtGoodsPrice = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtSellID = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.btnCancel = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dgvStockInfo = new System.Windows.Forms.DataGridView();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnFindOK = new System.Windows.Forms.Button();
this.labRMoney = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.labHasPay = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.labGoodsPrice = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.labGoodsSpec = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.labNum = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.labGoodsName = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.labGoodsID = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.groupBox3.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvStockInfo)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// cbxCondition1
//
this.cbxCondition1.FormattingEnabled = true;
this.cbxCondition1.Items.AddRange(new object[] {
"<",
">",
"=",
"<=",
">=",
"<>"});
this.cbxCondition1.Location = new System.Drawing.Point(377, 16);
this.cbxCondition1.Name = "cbxCondition1";
this.cbxCondition1.Size = new System.Drawing.Size(37, 20);
this.cbxCondition1.TabIndex = 30;
//
// cbxCondition2
//
this.cbxCondition2.FormattingEnabled = true;
this.cbxCondition2.Items.AddRange(new object[] {
"<",
">",
"=",
"<=",
">=",
"<>"});
this.cbxCondition2.Location = new System.Drawing.Point(377, 43);
this.cbxCondition2.Name = "cbxCondition2";
this.cbxCondition2.Size = new System.Drawing.Size(37, 20);
this.cbxCondition2.TabIndex = 29;
//
// txtGoodsID
//
this.txtGoodsID.Location = new System.Drawing.Point(229, 18);
this.txtGoodsID.Name = "txtGoodsID";
this.txtGoodsID.Size = new System.Drawing.Size(75, 21);
this.txtGoodsID.TabIndex = 28;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.txtGoodsName);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.cbxCondition1);
this.groupBox3.Controls.Add(this.cbxCondition2);
this.groupBox3.Controls.Add(this.txtGoodsID);
this.groupBox3.Controls.Add(this.label21);
this.groupBox3.Controls.Add(this.txtStockNum);
this.groupBox3.Controls.Add(this.label20);
this.groupBox3.Controls.Add(this.label19);
this.groupBox3.Controls.Add(this.txtSellPrice);
this.groupBox3.Controls.Add(this.label18);
this.groupBox3.Controls.Add(this.txtGoodsPrice);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.txtSellID);
this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Location = new System.Drawing.Point(15, 14);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(506, 73);
this.groupBox3.TabIndex = 10;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "查詢(xún)條件";
//
// txtGoodsName
//
this.txtGoodsName.Location = new System.Drawing.Point(229, 44);
this.txtGoodsName.Name = "txtGoodsName";
this.txtGoodsName.Size = new System.Drawing.Size(75, 21);
this.txtGoodsName.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(166, 49);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 2;
this.label2.Text = "教材名稱(chēng):";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(166, 24);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(53, 12);
this.label21.TabIndex = 27;
this.label21.Text = "教材 ID:";
//
// txtStockNum
//
this.txtStockNum.Location = new System.Drawing.Point(76, 43);
this.txtStockNum.Name = "txtStockNum";
this.txtStockNum.Size = new System.Drawing.Size(81, 21);
this.txtStockNum.TabIndex = 26;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(315, 48);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(59, 12);
this.label20.TabIndex = 25;
this.label20.Text = "銷(xiāo)售價(jià)格:";
//
// label19
//
this.label19.AutoSize = true;
this.label19.ForeColor = System.Drawing.Color.Red;
this.label19.Location = new System.Drawing.Point(474, 51);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(17, 12);
this.label19.TabIndex = 24;
this.label19.Text = "元";
//
// txtSellPrice
//
this.txtSellPrice.Location = new System.Drawing.Point(417, 42);
this.txtSellPrice.Name = "txtSellPrice";
this.txtSellPrice.Size = new System.Drawing.Size(57, 21);
this.txtSellPrice.TabIndex = 23;
//
// label18
//
this.label18.AutoSize = true;
this.label18.ForeColor = System.Drawing.Color.Red;
this.label18.Location = new System.Drawing.Point(474, 25);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(17, 12);
this.label18.TabIndex = 22;
this.label18.Text = "元";
//
// txtGoodsPrice
//
this.txtGoodsPrice.Location = new System.Drawing.Point(417, 16);
this.txtGoodsPrice.Name = "txtGoodsPrice";
this.txtGoodsPrice.Size = new System.Drawing.Size(57, 21);
this.txtGoodsPrice.TabIndex = 9;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(315, 21);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(59, 12);
this.label8.TabIndex = 8;
this.label8.Text = "進(jìn)貨價(jià)格:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 49);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 4;
this.label3.Text = "銷(xiāo)售數(shù)量:";
//
// txtSellID
//
this.txtSellID.Location = new System.Drawing.Point(76, 18);
this.txtSellID.Name = "txtSellID";
this.txtSellID.Size = new System.Drawing.Size(81, 21);
this.txtSellID.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 0;
this.label1.Text = "銷(xiāo) 售 ID:";
//
// label13
//
this.label13.AutoSize = true;
this.label13.ForeColor = System.Drawing.Color.Red;
this.label13.Location = new System.Drawing.Point(155, 154);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(17, 12);
this.label13.TabIndex = 21;
this.label13.Text = "元";
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(42, 43);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "退出查詢(xún)";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// groupBox1
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -