📄 整单退货.designer.cs
字号:
this.Column4.HeaderText = "仓库名称";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
//
// Column5
//
this.Column5.DataPropertyName = "退货时间";
this.Column5.HeaderText = "退货时间";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
//
// Column6
//
this.Column6.DataPropertyName = "应退金额";
this.Column6.HeaderText = "应退金额";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
//
// Column7
//
this.Column7.DataPropertyName = "实退金额";
this.Column7.HeaderText = "实退金额";
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
//
// Column8
//
this.Column8.DataPropertyName = "经办人";
this.Column8.HeaderText = "经办人";
this.Column8.Name = "Column8";
this.Column8.ReadOnly = true;
//
// Column9
//
this.Column9.DataPropertyName = "id";
this.Column9.HeaderText = "id";
this.Column9.Name = "Column9";
this.Column9.ReadOnly = true;
//
// Column10
//
this.Column10.DataPropertyName = "商品编号";
this.Column10.HeaderText = "商品编号";
this.Column10.Name = "Column10";
this.Column10.ReadOnly = true;
//
// Column11
//
this.Column11.DataPropertyName = "商品名称";
this.Column11.HeaderText = "商品名称";
this.Column11.Name = "Column11";
this.Column11.ReadOnly = true;
//
// Column12
//
this.Column12.DataPropertyName = "规格型号";
this.Column12.HeaderText = "规格型号";
this.Column12.Name = "Column12";
this.Column12.ReadOnly = true;
//
// Column13
//
this.Column13.DataPropertyName = "单位";
this.Column13.HeaderText = "单位";
this.Column13.Name = "Column13";
this.Column13.ReadOnly = true;
//
// Column14
//
this.Column14.DataPropertyName = "生产厂商";
this.Column14.HeaderText = "生产厂商";
this.Column14.Name = "Column14";
this.Column14.ReadOnly = true;
//
// Column15
//
this.Column15.DataPropertyName = "颜色";
this.Column15.HeaderText = "颜色";
this.Column15.Name = "Column15";
this.Column15.ReadOnly = true;
//
// Column16
//
this.Column16.DataPropertyName = "退货单价";
this.Column16.HeaderText = "退货单价";
this.Column16.Name = "Column16";
this.Column16.ReadOnly = true;
//
// Column17
//
this.Column17.DataPropertyName = "备注";
this.Column17.HeaderText = "备注";
this.Column17.Name = "Column17";
this.Column17.ReadOnly = true;
//
// Column18
//
this.Column18.DataPropertyName = "数量";
this.Column18.HeaderText = "数量";
this.Column18.Name = "Column18";
this.Column18.ReadOnly = true;
//
// button3
//
this.button3.BackgroundImage = global::Myproject.Properties.Resources.e;
this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button3.Location = new System.Drawing.Point(61, -1);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(51, 41);
this.button3.TabIndex = 39;
this.button3.Text = "打印";
this.button3.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.BackgroundImage = global::Myproject.Properties.Resources.Pixadex9;
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button1.Location = new System.Drawing.Point(4, 0);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(51, 40);
this.button1.TabIndex = 38;
this.button1.Text = "查找";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button9
//
this.button9.BackgroundImage = global::Myproject.Properties.Resources.AquaBubble_200161;
this.button9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button9.Location = new System.Drawing.Point(118, -1);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(51, 41);
this.button9.TabIndex = 37;
this.button9.Text = "退出";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// 整单退货
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(671, 344);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.button3);
this.Controls.Add(this.button1);
this.Controls.Add(this.button9);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "整单退货";
this.Text = "整单退货";
this.Load += new System.EventHandler(this.整单退货_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox txt1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
private System.Windows.Forms.DataGridViewTextBoxColumn Column14;
private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
public System.Windows.Forms.DataGridView dataGridView1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -