📄 stockfind.designer.cs
字号:
this.dgvStockInfo.RowTemplate.Height = 20;
this.dgvStockInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvStockInfo.Size = new System.Drawing.Size(435, 283);
this.dgvStockInfo.TabIndex = 1;
this.dgvStockInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStockInfo_CellClick);
this.dgvStockInfo.DoubleClick += new System.EventHandler(this.dgvStockInfo_DoubleClick);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.cbxCondition1);
this.groupBox3.Controls.Add(this.cbxCondition2);
this.groupBox3.Controls.Add(this.txtAlarmNum);
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.txtGoodsName);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.txtGoodsID);
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 = 6;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "查询条件";
//
// 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, 41);
this.cbxCondition2.Name = "cbxCondition2";
this.cbxCondition2.Size = new System.Drawing.Size(37, 20);
this.cbxCondition2.TabIndex = 29;
//
// txtAlarmNum
//
this.txtAlarmNum.Location = new System.Drawing.Point(234, 43);
this.txtAlarmNum.Name = "txtAlarmNum";
this.txtAlarmNum.Size = new System.Drawing.Size(75, 21);
this.txtAlarmNum.TabIndex = 28;
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(171, 49);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(59, 12);
this.label21.TabIndex = 27;
this.label21.Text = "报警数量:";
//
// 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, 46);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(59, 12);
this.label20.TabIndex = 25;
this.label20.Text = "销售价格:";
//
// label19
//
this.label19.AutoSize = true;
this.label19.ForeColor = System.Drawing.Color.Red;
this.label19.Location = new System.Drawing.Point(474, 49);
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, 40);
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 = "进货价格:";
//
// 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 = "库存数量:";
//
// txtGoodsName
//
this.txtGoodsName.Location = new System.Drawing.Point(234, 18);
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(171, 23);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 2;
this.label2.Text = "商品名称:";
//
// txtGoodsID
//
this.txtGoodsID.Location = new System.Drawing.Point(76, 18);
this.txtGoodsID.Name = "txtGoodsID";
this.txtGoodsID.Size = new System.Drawing.Size(81, 21);
this.txtGoodsID.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 = "商 品 ID:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnCancel);
this.groupBox2.Controls.Add(this.btnFindOK);
this.groupBox2.Location = new System.Drawing.Point(527, 14);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(148, 73);
this.groupBox2.TabIndex = 9;
this.groupBox2.TabStop = false;
this.groupBox2.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 = "取消查询";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnFindOK
//
this.btnFindOK.Location = new System.Drawing.Point(42, 16);
this.btnFindOK.Name = "btnFindOK";
this.btnFindOK.Size = new System.Drawing.Size(75, 23);
this.btnFindOK.TabIndex = 0;
this.btnFindOK.Text = "开始查询";
this.btnFindOK.UseVisualStyleBackColor = true;
this.btnFindOK.Click += new System.EventHandler(this.btnFindOK_Click);
//
// StockFind
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(687, 416);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "StockFind";
this.Text = "库存查询";
this.Load += new System.EventHandler(this.StockFind_Load);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvStockInfo)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label labRMoney;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label labHasPay;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label labGoodsPrice;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label labAlarmNum;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label labGoodsSpec;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label labNum;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label labGoodsName;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label labGoodsID;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView dgvStockInfo;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox txtGoodsPrice;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtGoodsName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtGoodsID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TextBox txtSellPrice;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox txtAlarmNum;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.TextBox txtStockNum;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnFindOK;
private System.Windows.Forms.ComboBox cbxCondition1;
private System.Windows.Forms.ComboBox cbxCondition2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -