📄 form_in_buyvchgrid.designer.cs
字号:
this.selectinputb.Text = "....";
this.selectinputb.UseVisualStyleBackColor = true;
this.selectinputb.Click += new System.EventHandler(this.selectinputb_Click);
//
// selectcompanyname
//
this.selectcompanyname.Location = new System.Drawing.Point(317, 57);
this.selectcompanyname.Name = "selectcompanyname";
this.selectcompanyname.Size = new System.Drawing.Size(30, 20);
this.selectcompanyname.TabIndex = 4;
this.selectcompanyname.Text = "....";
this.selectcompanyname.UseVisualStyleBackColor = true;
this.selectcompanyname.Click += new System.EventHandler(this.selectcompanyname_Click);
//
// info2
//
this.info2.Location = new System.Drawing.Point(465, 119);
this.info2.Multiline = true;
this.info2.Name = "info2";
this.info2.Size = new System.Drawing.Size(189, 50);
this.info2.TabIndex = 11;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(394, 124);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 102;
this.label6.Text = "摘 要:";
//
// info1
//
this.info1.Location = new System.Drawing.Point(465, 58);
this.info1.Multiline = true;
this.info1.Name = "info1";
this.info1.Size = new System.Drawing.Size(189, 53);
this.info1.TabIndex = 10;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(394, 63);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 100;
this.label5.Text = "说 明:";
//
// person
//
this.person.Location = new System.Drawing.Point(465, 20);
this.person.Name = "person";
this.person.Size = new System.Drawing.Size(77, 21);
this.person.TabIndex = 8;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(394, 25);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 98;
this.label4.Text = "经 手 人:";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(122, 132);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(191, 21);
this.textBox1.TabIndex = 7;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(51, 137);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 96;
this.label3.Text = "单据编号:";
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// inputb
//
this.inputb.Location = new System.Drawing.Point(122, 94);
this.inputb.Name = "inputb";
this.inputb.Size = new System.Drawing.Size(191, 21);
this.inputb.TabIndex = 5;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(51, 99);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 94;
this.label2.Text = "入库仓库:";
//
// companyname
//
this.companyname.Location = new System.Drawing.Point(122, 56);
this.companyname.Name = "companyname";
this.companyname.Size = new System.Drawing.Size(191, 21);
this.companyname.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(51, 61);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 12);
this.label1.TabIndex = 92;
this.label1.Text = "往来单位: ";
//
// timevalue
//
this.timevalue.Location = new System.Drawing.Point(122, 20);
this.timevalue.Name = "timevalue";
this.timevalue.Size = new System.Drawing.Size(77, 21);
this.timevalue.TabIndex = 1;
//
// selectdata
//
this.selectdata.Location = new System.Drawing.Point(201, 21);
this.selectdata.Name = "selectdata";
this.selectdata.Size = new System.Drawing.Size(30, 20);
this.selectdata.TabIndex = 2;
this.selectdata.Text = "....";
this.selectdata.UseVisualStyleBackColor = true;
this.selectdata.Click += new System.EventHandler(this.selectdata_Click);
//
// carid
//
this.carid.AutoSize = true;
this.carid.Location = new System.Drawing.Point(51, 25);
this.carid.Name = "carid";
this.carid.Size = new System.Drawing.Size(65, 12);
this.carid.TabIndex = 90;
this.carid.Text = "录单日期:";
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column11,
this.Column12,
this.Column13,
this.Column14,
this.Column15,
this.Column16,
this.Column17,
this.Column18,
this.Column19,
this.Column20,
this.Column21,
this.Column22});
this.dataGridView1.Location = new System.Drawing.Point(1, 210);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(794, 161);
this.dataGridView1.TabIndex = 1;
//
// Column11
//
this.Column11.HeaderText = "序号";
this.Column11.Name = "Column11";
//
// Column12
//
this.Column12.HeaderText = "商品编号";
this.Column12.Name = "Column12";
//
// Column13
//
this.Column13.HeaderText = "商品全名";
this.Column13.Name = "Column13";
//
// Column14
//
this.Column14.HeaderText = "单位";
this.Column14.Name = "Column14";
//
// Column15
//
this.Column15.HeaderText = "数量";
this.Column15.Name = "Column15";
//
// Column16
//
this.Column16.HeaderText = "单价";
this.Column16.Name = "Column16";
//
// Column17
//
this.Column17.HeaderText = "金额";
this.Column17.Name = "Column17";
//
// Column18
//
this.Column18.HeaderText = "扣率";
this.Column18.Name = "Column18";
//
// Column19
//
this.Column19.HeaderText = "折后单价";
this.Column19.Name = "Column19";
//
// Column20
//
this.Column20.HeaderText = "折后金额";
this.Column20.Name = "Column20";
//
// Column21
//
this.Column21.HeaderText = "备注";
this.Column21.Name = "Column21";
//
// Column22
//
this.Column22.HeaderText = "车架号";
this.Column22.Name = "Column22";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.exit);
this.groupBox2.Controls.Add(this.check);
this.groupBox2.Controls.Add(this.savedefault);
this.groupBox2.Controls.Add(this.print);
this.groupBox2.Controls.Add(this.callin);
this.groupBox2.Controls.Add(this.calldefault);
this.groupBox2.Controls.Add(this.sendinfo);
this.groupBox2.Controls.Add(this.selectproduct2);
this.groupBox2.Controls.Add(this.some3);
this.groupBox2.Controls.Add(this.som2);
this.groupBox2.Controls.Add(this.some1);
this.groupBox2.Controls.Add(this.call);
this.groupBox2.Controls.Add(this.price2);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.price1);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.outzh);
this.groupBox2.Controls.Add(this.selectproduct1);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Location = new System.Drawing.Point(0, 371);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(794, 112);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
//
// exit
//
this.exit.Location = new System.Drawing.Point(714, 83);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -