📄 sellfind.designer.cs
字号:
//
this.groupBox1.Controls.Add(this.dgvStockInfo);
this.groupBox1.Location = new System.Drawing.Point(12, 99);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(441, 303);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询结果显示";
//
// dgvStockInfo
//
this.dgvStockInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvStockInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvStockInfo.Location = new System.Drawing.Point(3, 17);
this.dgvStockInfo.Name = "dgvStockInfo";
this.dgvStockInfo.ReadOnly = true;
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 = 2;
this.dgvStockInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStockInfo_CellClick);
this.dgvStockInfo.DoubleClick += new System.EventHandler(this.dgvStockInfo_DoubleClick);
//
// 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 = 13;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "执行操作";
//
// 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);
//
// labRMoney
//
this.labRMoney.AutoSize = true;
this.labRMoney.Location = new System.Drawing.Point(93, 182);
this.labRMoney.Name = "labRMoney";
this.labRMoney.Size = new System.Drawing.Size(0, 12);
this.labRMoney.TabIndex = 18;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(21, 182);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(59, 12);
this.label10.TabIndex = 17;
this.label10.Text = "应收金额:";
//
// label12
//
this.label12.AutoEllipsis = true;
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(-3, 164);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(0, 12);
this.label12.TabIndex = 16;
//
// labHasPay
//
this.labHasPay.AutoSize = true;
this.labHasPay.Location = new System.Drawing.Point(93, 209);
this.labHasPay.Name = "labHasPay";
this.labHasPay.Size = new System.Drawing.Size(0, 12);
this.labHasPay.TabIndex = 14;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(21, 209);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(59, 12);
this.label15.TabIndex = 13;
this.label15.Text = "实收金额:";
//
// labGoodsPrice
//
this.labGoodsPrice.AutoSize = true;
this.labGoodsPrice.ForeColor = System.Drawing.Color.Red;
this.labGoodsPrice.Location = new System.Drawing.Point(93, 154);
this.labGoodsPrice.Name = "labGoodsPrice";
this.labGoodsPrice.Size = new System.Drawing.Size(0, 12);
this.labGoodsPrice.TabIndex = 12;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(21, 154);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(59, 12);
this.label17.TabIndex = 11;
this.label17.Text = "教材价格:";
//
// labGoodsSpec
//
this.labGoodsSpec.AutoSize = true;
this.labGoodsSpec.Location = new System.Drawing.Point(93, 128);
this.labGoodsSpec.Name = "labGoodsSpec";
this.labGoodsSpec.Size = new System.Drawing.Size(0, 12);
this.labGoodsSpec.TabIndex = 8;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.label13);
this.groupBox4.Controls.Add(this.labRMoney);
this.groupBox4.Controls.Add(this.label10);
this.groupBox4.Controls.Add(this.label12);
this.groupBox4.Controls.Add(this.labHasPay);
this.groupBox4.Controls.Add(this.label15);
this.groupBox4.Controls.Add(this.labGoodsPrice);
this.groupBox4.Controls.Add(this.label17);
this.groupBox4.Controls.Add(this.labGoodsSpec);
this.groupBox4.Controls.Add(this.label6);
this.groupBox4.Controls.Add(this.labNum);
this.groupBox4.Controls.Add(this.label9);
this.groupBox4.Controls.Add(this.labGoodsName);
this.groupBox4.Controls.Add(this.label7);
this.groupBox4.Controls.Add(this.labGoodsID);
this.groupBox4.Controls.Add(this.label5);
this.groupBox4.Location = new System.Drawing.Point(459, 99);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(216, 303);
this.groupBox4.TabIndex = 12;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "教材信息显示";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(21, 128);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 12);
this.label6.TabIndex = 7;
this.label6.Text = "教材规格:";
//
// labNum
//
this.labNum.AutoSize = true;
this.labNum.Location = new System.Drawing.Point(94, 97);
this.labNum.Name = "labNum";
this.labNum.Size = new System.Drawing.Size(0, 12);
this.labNum.TabIndex = 6;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(22, 99);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(59, 12);
this.label9.TabIndex = 5;
this.label9.Text = "销售数量:";
//
// labGoodsName
//
this.labGoodsName.AutoSize = true;
this.labGoodsName.ForeColor = System.Drawing.Color.Red;
this.labGoodsName.Location = new System.Drawing.Point(93, 71);
this.labGoodsName.Name = "labGoodsName";
this.labGoodsName.Size = new System.Drawing.Size(0, 12);
this.labGoodsName.TabIndex = 4;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(21, 71);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 12);
this.label7.TabIndex = 3;
this.label7.Text = "教材名称:";
//
// labGoodsID
//
this.labGoodsID.AutoSize = true;
this.labGoodsID.Location = new System.Drawing.Point(94, 43);
this.labGoodsID.Name = "labGoodsID";
this.labGoodsID.Size = new System.Drawing.Size(0, 12);
this.labGoodsID.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(22, 43);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 0;
this.label5.Text = "教 材 ID:";
//
// SellFind
//
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.groupBox3);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox4);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "SellFind";
this.Text = "销售查询";
this.Load += new System.EventHandler(this.SellFind_Load);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvStockInfo)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox cbxCondition1;
private System.Windows.Forms.ComboBox cbxCondition2;
private System.Windows.Forms.TextBox txtGoodsID;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox txtStockNum;
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 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 txtSellID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnFindOK;
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 labGoodsSpec;
private System.Windows.Forms.GroupBox groupBox4;
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.Label label21;
private System.Windows.Forms.DataGridView dgvStockInfo;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -