📄 goodsfind.designer.cs
字号:
namespace GoodsReportManage.Goods
{
partial class GoodsFind
{
/// <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.groupBox2 = new System.Windows.Forms.GroupBox();
this.radioButton4 = new System.Windows.Forms.RadioButton();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.dtEndTime = new System.Windows.Forms.DateTimePicker();
this.dtStartTime = new System.Windows.Forms.DateTimePicker();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtGoodsName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtGoodsID = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dgvGoodsFindInfo = new System.Windows.Forms.DataGridView();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.label8 = new System.Windows.Forms.Label();
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.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.groupBox5 = new System.Windows.Forms.GroupBox();
this.btnCfind = new System.Windows.Forms.Button();
this.btnSfind = new System.Windows.Forms.Button();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvGoodsFindInfo)).BeginInit();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.SuspendLayout();
//
// groupBox2
//
this.groupBox2.Controls.Add(this.radioButton4);
this.groupBox2.Controls.Add(this.radioButton3);
this.groupBox2.Location = new System.Drawing.Point(12, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(148, 73);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "采购类型";
//
// radioButton4
//
this.radioButton4.AutoSize = true;
this.radioButton4.Location = new System.Drawing.Point(23, 45);
this.radioButton4.Name = "radioButton4";
this.radioButton4.Size = new System.Drawing.Size(95, 16);
this.radioButton4.TabIndex = 1;
this.radioButton4.TabStop = true;
this.radioButton4.Text = "采购退货查询";
this.radioButton4.UseVisualStyleBackColor = true;
this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Location = new System.Drawing.Point(23, 23);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(95, 16);
this.radioButton3.TabIndex = 0;
this.radioButton3.TabStop = true;
this.radioButton3.Text = "采购进货查询";
this.radioButton3.UseVisualStyleBackColor = true;
this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.dtEndTime);
this.groupBox3.Controls.Add(this.dtStartTime);
this.groupBox3.Controls.Add(this.label4);
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(166, 12);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(393, 73);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "查询条件";
//
// dtEndTime
//
this.dtEndTime.Location = new System.Drawing.Point(269, 43);
this.dtEndTime.Name = "dtEndTime";
this.dtEndTime.Size = new System.Drawing.Size(115, 21);
this.dtEndTime.TabIndex = 7;
//
// dtStartTime
//
this.dtStartTime.Location = new System.Drawing.Point(75, 46);
this.dtStartTime.Name = "dtStartTime";
this.dtStartTime.Size = new System.Drawing.Size(114, 21);
this.dtStartTime.TabIndex = 6;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(204, 49);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 5;
this.label4.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(269, 18);
this.txtGoodsName.Name = "txtGoodsName";
this.txtGoodsName.Size = new System.Drawing.Size(115, 21);
this.txtGoodsName.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(204, 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(113, 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:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dgvGoodsFindInfo);
this.groupBox1.Location = new System.Drawing.Point(12, 97);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(442, 303);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询结果显示";
//
// dgvGoodsFindInfo
//
this.dgvGoodsFindInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvGoodsFindInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvGoodsFindInfo.Location = new System.Drawing.Point(3, 17);
this.dgvGoodsFindInfo.Name = "dgvGoodsFindInfo";
this.dgvGoodsFindInfo.ReadOnly = true;
this.dgvGoodsFindInfo.RowTemplate.Height = 20;
this.dgvGoodsFindInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvGoodsFindInfo.Size = new System.Drawing.Size(436, 283);
this.dgvGoodsFindInfo.TabIndex = 1;
this.dgvGoodsFindInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoodsFindInfo_CellClick);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.label8);
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(460, 97);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(215, 303);
this.groupBox4.TabIndex = 4;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "商品信息显示";
//
// label8
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -