📄 goodsfind.designer.cs
字号:
//
this.label8.AutoSize = true;
this.label8.ForeColor = System.Drawing.Color.Red;
this.label8.Location = new System.Drawing.Point(155, 168);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(17, 12);
this.label8.TabIndex = 20;
this.label8.Text = "元";
//
// labRMoney
//
this.labRMoney.AutoSize = true;
this.labRMoney.Location = new System.Drawing.Point(104, 197);
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(41, 197);
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(104, 224);
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(41, 224);
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(104, 168);
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(41, 168);
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(104, 141);
this.labGoodsSpec.Name = "labGoodsSpec";
this.labGoodsSpec.Size = new System.Drawing.Size(0, 12);
this.labGoodsSpec.TabIndex = 8;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(41, 141);
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(104, 113);
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(41, 113);
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(104, 86);
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(41, 86);
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(104, 59);
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(41, 59);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 0;
this.label5.Text = "商 品 ID:";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.btnCfind);
this.groupBox5.Controls.Add(this.btnSfind);
this.groupBox5.Location = new System.Drawing.Point(565, 12);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(110, 73);
this.groupBox5.TabIndex = 5;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "操作区";
//
// btnCfind
//
this.btnCfind.Location = new System.Drawing.Point(17, 43);
this.btnCfind.Name = "btnCfind";
this.btnCfind.Size = new System.Drawing.Size(75, 23);
this.btnCfind.TabIndex = 1;
this.btnCfind.Text = "取消查询";
this.btnCfind.UseVisualStyleBackColor = true;
this.btnCfind.Click += new System.EventHandler(this.btnCfind_Click);
//
// btnSfind
//
this.btnSfind.Location = new System.Drawing.Point(17, 16);
this.btnSfind.Name = "btnSfind";
this.btnSfind.Size = new System.Drawing.Size(75, 23);
this.btnSfind.TabIndex = 0;
this.btnSfind.Text = "开始查询";
this.btnSfind.UseVisualStyleBackColor = true;
this.btnSfind.Click += new System.EventHandler(this.btnSfind_Click);
//
// GoodsFind
//
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.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "GoodsFind";
this.Text = "采购查询";
this.Load += new System.EventHandler(this.GoodsFind_Load);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvGoodsFindInfo)).EndInit();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.RadioButton radioButton4;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox txtGoodsID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DateTimePicker dtEndTime;
private System.Windows.Forms.DateTimePicker dtStartTime;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtGoodsName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.DataGridView dgvGoodsFindInfo;
private System.Windows.Forms.Label label5;
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 labGoodsSpec;
private System.Windows.Forms.Label label6;
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 label8;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Button btnCfind;
private System.Windows.Forms.Button btnSfind;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -