📄 form_in_salebill.designer.cs
字号:
this.exit.TabIndex = 20;
this.exit.Text = "退出";
this.exit.UseVisualStyleBackColor = true;
this.exit.Click += new System.EventHandler(this.exit_Click);
//
// check
//
this.check.Location = new System.Drawing.Point(580, 52);
this.check.Name = "check";
this.check.Size = new System.Drawing.Size(75, 23);
this.check.TabIndex = 19;
this.check.Text = "审核过帐";
this.check.UseVisualStyleBackColor = true;
//
// savedefault
//
this.savedefault.Location = new System.Drawing.Point(499, 52);
this.savedefault.Name = "savedefault";
this.savedefault.Size = new System.Drawing.Size(75, 23);
this.savedefault.TabIndex = 18;
this.savedefault.Text = "保存单据";
this.savedefault.UseVisualStyleBackColor = true;
//
// print
//
this.print.Location = new System.Drawing.Point(134, 52);
this.print.Name = "print";
this.print.Size = new System.Drawing.Size(75, 23);
this.print.TabIndex = 15;
this.print.Text = "打印";
this.print.UseVisualStyleBackColor = true;
//
// callin
//
this.callin.Location = new System.Drawing.Point(337, 52);
this.callin.Name = "callin";
this.callin.Size = new System.Drawing.Size(75, 23);
this.callin.TabIndex = 16;
this.callin.Text = "调入订单";
this.callin.UseVisualStyleBackColor = true;
//
// calldefault
//
this.calldefault.Location = new System.Drawing.Point(418, 52);
this.calldefault.Name = "calldefault";
this.calldefault.Size = new System.Drawing.Size(75, 23);
this.calldefault.TabIndex = 17;
this.calldefault.Text = "调入草稿";
this.calldefault.UseVisualStyleBackColor = true;
//
// sendinfo
//
this.sendinfo.Location = new System.Drawing.Point(51, 52);
this.sendinfo.Name = "sendinfo";
this.sendinfo.Size = new System.Drawing.Size(75, 23);
this.sendinfo.TabIndex = 14;
this.sendinfo.Text = "发消息";
this.sendinfo.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Controls.Add(this.textBox3);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.textBox2);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label2);
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.Location = new System.Drawing.Point(-1, 385);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(794, 89);
this.groupBox2.TabIndex = 8;
this.groupBox2.TabStop = false;
this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
//
// button1
//
this.button1.Location = new System.Drawing.Point(216, 52);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(114, 23);
this.button1.TabIndex = 108;
this.button1.Text = "信用额度查询";
this.button1.UseVisualStyleBackColor = true;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(581, 22);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(77, 21);
this.textBox3.TabIndex = 107;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(512, 27);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 106;
this.label8.Text = "优惠金额:";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(418, 22);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(77, 21);
this.textBox2.TabIndex = 105;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(349, 27);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 104;
this.label7.Text = "收款金额:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(128, 27);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 103;
this.label2.Text = "收款账户:";
//
// selectproduct2
//
this.selectproduct2.Location = new System.Drawing.Point(283, 23);
this.selectproduct2.Name = "selectproduct2";
this.selectproduct2.Size = new System.Drawing.Size(51, 20);
this.selectproduct2.TabIndex = 12;
this.selectproduct2.Text = "选帐户";
this.selectproduct2.UseVisualStyleBackColor = true;
//
// some3
//
this.some3.Location = new System.Drawing.Point(199, 22);
this.some3.Name = "some3";
this.some3.Size = new System.Drawing.Size(77, 21);
this.some3.TabIndex = 11;
//
// Form_in_SaleBill
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(792, 477);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.groupBox2);
this.Location = new System.Drawing.Point(0, 0);
this.Name = "Form_in_SaleBill";
this.Text = "配件销售";
((System.ComponentModel.ISupportInitialize)(this.personvalue)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.companynamevalue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridView personvalue;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
private System.Windows.Forms.Button selectperson;
private System.Windows.Forms.Button selectcompanyname;
private System.Windows.Forms.TextBox info2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox info1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.TextBox person;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox companyname;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox timevalue;
private System.Windows.Forms.Button selectdata;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.MonthCalendar selectdatavalue;
private System.Windows.Forms.DataGridView companynamevalue;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.Label carid;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button exit;
private System.Windows.Forms.Button check;
private System.Windows.Forms.Button savedefault;
private System.Windows.Forms.Button print;
private System.Windows.Forms.Button callin;
private System.Windows.Forms.Button calldefault;
private System.Windows.Forms.Button sendinfo;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button selectproduct2;
private System.Windows.Forms.TextBox some3;
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 Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.MonthCalendar selectdatavalue2;
private System.Windows.Forms.CheckBox iscompute;
private System.Windows.Forms.Button selectdata2;
private System.Windows.Forms.TextBox lastdata;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox rcompany;
private System.Windows.Forms.Label label9;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -