📄 form_repair_materin.designer.cs
字号:
namespace RepairCRM
{
partial class Form_repair_materin
{
/// <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.productlist = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.employname = new System.Windows.Forms.ComboBox();
this.facname = new System.Windows.Forms.ComboBox();
this.stockname = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.person = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.billnumber = new System.Windows.Forms.TextBox();
this.name = new System.Windows.Forms.Label();
this.indate = new System.Windows.Forms.TextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.button_load = new System.Windows.Forms.Button();
this.button_close = new System.Windows.Forms.Button();
this.button_ok = new System.Windows.Forms.Button();
this.button_save = new System.Windows.Forms.Button();
this.button_select = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.productlist)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// productlist
//
this.productlist.AllowUserToAddRows = false;
this.productlist.AllowUserToDeleteRows = false;
this.productlist.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.productlist.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5});
this.productlist.Location = new System.Drawing.Point(24, 20);
this.productlist.Name = "productlist";
this.productlist.ReadOnly = true;
this.productlist.RowTemplate.Height = 23;
this.productlist.Size = new System.Drawing.Size(680, 319);
this.productlist.TabIndex = 84;
//
// Column1
//
this.Column1.HeaderText = "序号";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
//
// Column2
//
this.Column2.HeaderText = "商品编号";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
//
// Column3
//
this.Column3.HeaderText = "商品名称";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Width = 130;
//
// Column4
//
this.Column4.HeaderText = "单价";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
this.Column4.Width = 130;
//
// Column5
//
this.Column5.HeaderText = "数量";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
this.Column5.Width = 120;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button_select);
this.groupBox1.Controls.Add(this.employname);
this.groupBox1.Controls.Add(this.facname);
this.groupBox1.Controls.Add(this.stockname);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.person);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.billnumber);
this.groupBox1.Controls.Add(this.name);
this.groupBox1.Controls.Add(this.indate);
this.groupBox1.Location = new System.Drawing.Point(33, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(726, 80);
this.groupBox1.TabIndex = 82;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "维修旧件入库单";
//
// employname
//
this.employname.FormattingEnabled = true;
this.employname.Location = new System.Drawing.Point(583, 24);
this.employname.Name = "employname";
this.employname.Size = new System.Drawing.Size(121, 20);
this.employname.TabIndex = 86;
//
// facname
//
this.facname.FormattingEnabled = true;
this.facname.Location = new System.Drawing.Point(355, 52);
this.facname.Name = "facname";
this.facname.Size = new System.Drawing.Size(121, 20);
this.facname.TabIndex = 85;
//
// stockname
//
this.stockname.FormattingEnabled = true;
this.stockname.Location = new System.Drawing.Point(93, 52);
this.stockname.Name = "stockname";
this.stockname.Size = new System.Drawing.Size(131, 20);
this.stockname.TabIndex = 84;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(283, 56);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 8;
this.label3.Text = "索赔厂家:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(22, 55);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 6;
this.label4.Text = "入货仓库:";
//
// person
//
this.person.AutoSize = true;
this.person.Location = new System.Drawing.Point(523, 27);
this.person.Name = "person";
this.person.Size = new System.Drawing.Size(53, 12);
this.person.TabIndex = 4;
this.person.Text = "经手人:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(283, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 2;
this.label1.Text = "单据编号:";
//
// billnumber
//
this.billnumber.Location = new System.Drawing.Point(354, 25);
this.billnumber.Name = "billnumber";
this.billnumber.Size = new System.Drawing.Size(122, 21);
this.billnumber.TabIndex = 3;
//
// name
//
this.name.AutoSize = true;
this.name.Location = new System.Drawing.Point(22, 28);
this.name.Name = "name";
this.name.Size = new System.Drawing.Size(65, 12);
this.name.TabIndex = 0;
this.name.Text = "录单日期:";
//
// indate
//
this.indate.Location = new System.Drawing.Point(93, 24);
this.indate.Name = "indate";
this.indate.Size = new System.Drawing.Size(100, 21);
this.indate.TabIndex = 1;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.productlist);
this.groupBox3.Location = new System.Drawing.Point(33, 98);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(726, 353);
this.groupBox3.TabIndex = 85;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "旧件列表";
//
// button_load
//
this.button_load.Location = new System.Drawing.Point(418, 457);
this.button_load.Name = "button_load";
this.button_load.Size = new System.Drawing.Size(75, 23);
this.button_load.TabIndex = 8;
this.button_load.Text = "调入单据";
this.button_load.UseVisualStyleBackColor = true;
//
// button_close
//
this.button_close.Location = new System.Drawing.Point(662, 457);
this.button_close.Name = "button_close";
this.button_close.Size = new System.Drawing.Size(75, 23);
this.button_close.TabIndex = 9;
this.button_close.Text = "关闭";
this.button_close.UseVisualStyleBackColor = true;
//
// button_ok
//
this.button_ok.Location = new System.Drawing.Point(581, 457);
this.button_ok.Name = "button_ok";
this.button_ok.Size = new System.Drawing.Size(75, 23);
this.button_ok.TabIndex = 10;
this.button_ok.Text = "单据过帐";
this.button_ok.UseVisualStyleBackColor = true;
//
// button_save
//
this.button_save.Location = new System.Drawing.Point(500, 457);
this.button_save.Name = "button_save";
this.button_save.Size = new System.Drawing.Size(75, 23);
this.button_save.TabIndex = 11;
this.button_save.Text = "保存单据";
this.button_save.UseVisualStyleBackColor = true;
//
// button_select
//
this.button_select.Location = new System.Drawing.Point(196, 23);
this.button_select.Name = "button_select";
this.button_select.Size = new System.Drawing.Size(28, 23);
this.button_select.TabIndex = 87;
this.button_select.Text = ">>";
this.button_select.UseVisualStyleBackColor = true;
//
// Form_repair_materin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(792, 493);
this.Controls.Add(this.button_save);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.button_ok);
this.Controls.Add(this.button_close);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.button_load);
this.Location = new System.Drawing.Point(0, 0);
this.Name = "Form_repair_materin";
this.Text = "旧件入库";
((System.ComponentModel.ISupportInitialize)(this.productlist)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView productlist;
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.GroupBox groupBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label person;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox billnumber;
private System.Windows.Forms.Label name;
private System.Windows.Forms.TextBox indate;
private System.Windows.Forms.ComboBox employname;
private System.Windows.Forms.ComboBox facname;
private System.Windows.Forms.ComboBox stockname;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button button_load;
private System.Windows.Forms.Button button_close;
private System.Windows.Forms.Button button_ok;
private System.Windows.Forms.Button button_save;
private System.Windows.Forms.Button button_select;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -