📄 form_in_buyvchgrid.designer.cs
字号:
namespace RepairCRM
{
partial class Form_in_BuyVchGrid
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.selectdatavalue = new System.Windows.Forms.MonthCalendar();
this.inputbvalue = new System.Windows.Forms.DataGridView();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.companynamevalue = 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.personvalue = new System.Windows.Forms.DataGridView();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.selectperson = new System.Windows.Forms.Button();
this.selectinputb = new System.Windows.Forms.Button();
this.selectcompanyname = new System.Windows.Forms.Button();
this.info2 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.info1 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.person = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.inputb = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.companyname = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.timevalue = new System.Windows.Forms.TextBox();
this.selectdata = new System.Windows.Forms.Button();
this.carid = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.exit = new System.Windows.Forms.Button();
this.check = new System.Windows.Forms.Button();
this.savedefault = new System.Windows.Forms.Button();
this.print = new System.Windows.Forms.Button();
this.callin = new System.Windows.Forms.Button();
this.calldefault = new System.Windows.Forms.Button();
this.sendinfo = new System.Windows.Forms.Button();
this.selectproduct2 = new System.Windows.Forms.Button();
this.some3 = new System.Windows.Forms.TextBox();
this.som2 = new System.Windows.Forms.ComboBox();
this.some1 = new System.Windows.Forms.ComboBox();
this.call = new System.Windows.Forms.Button();
this.price2 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.price1 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.outzh = new System.Windows.Forms.TextBox();
this.selectproduct1 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.inputbvalue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.companynamevalue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.personvalue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.selectdatavalue);
this.groupBox1.Controls.Add(this.inputbvalue);
this.groupBox1.Controls.Add(this.companynamevalue);
this.groupBox1.Controls.Add(this.personvalue);
this.groupBox1.Controls.Add(this.selectperson);
this.groupBox1.Controls.Add(this.selectinputb);
this.groupBox1.Controls.Add(this.selectcompanyname);
this.groupBox1.Controls.Add(this.info2);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.info1);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.person);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.inputb);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.companyname);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.timevalue);
this.groupBox1.Controls.Add(this.selectdata);
this.groupBox1.Controls.Add(this.carid);
this.groupBox1.Location = new System.Drawing.Point(46, 4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(669, 201);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "配件入库";
//
// selectdatavalue
//
this.selectdatavalue.Location = new System.Drawing.Point(36, 40);
this.selectdatavalue.Name = "selectdatavalue";
this.selectdatavalue.TabIndex = 91;
this.selectdatavalue.Visible = false;
this.selectdatavalue.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue_DateSelected);
//
// inputbvalue
//
this.inputbvalue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.inputbvalue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column5,
this.Column6,
this.Column7});
this.inputbvalue.Location = new System.Drawing.Point(347, 58);
this.inputbvalue.Name = "inputbvalue";
this.inputbvalue.RowTemplate.Height = 23;
this.inputbvalue.Size = new System.Drawing.Size(209, 140);
this.inputbvalue.TabIndex = 93;
this.inputbvalue.Visible = false;
//
// Column5
//
this.Column5.HeaderText = "序号";
this.Column5.Name = "Column5";
//
// Column6
//
this.Column6.HeaderText = " 仓库编号";
this.Column6.Name = "Column6";
//
// Column7
//
this.Column7.HeaderText = " 仓库全名";
this.Column7.Name = "Column7";
//
// companynamevalue
//
this.companynamevalue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.companynamevalue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4});
this.companynamevalue.Location = new System.Drawing.Point(347, 33);
this.companynamevalue.Name = "companynamevalue";
this.companynamevalue.RowTemplate.Height = 23;
this.companynamevalue.Size = new System.Drawing.Size(199, 136);
this.companynamevalue.TabIndex = 92;
this.companynamevalue.Visible = false;
//
// Column1
//
this.Column1.HeaderText = "序号";
this.Column1.Name = "Column1";
//
// Column2
//
this.Column2.HeaderText = " 单位编号";
this.Column2.Name = "Column2";
//
// Column3
//
this.Column3.HeaderText = " 单位名称";
this.Column3.Name = "Column3";
//
// Column4
//
this.Column4.HeaderText = " 往来余额";
this.Column4.Name = "Column4";
//
// personvalue
//
this.personvalue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.personvalue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column8,
this.Column9,
this.Column10});
this.personvalue.Location = new System.Drawing.Point(426, 40);
this.personvalue.Name = "personvalue";
this.personvalue.RowTemplate.Height = 23;
this.personvalue.Size = new System.Drawing.Size(217, 140);
this.personvalue.TabIndex = 94;
this.personvalue.Visible = false;
//
// Column8
//
this.Column8.HeaderText = "序号";
this.Column8.Name = "Column8";
//
// Column9
//
this.Column9.HeaderText = " 职员编号";
this.Column9.Name = "Column9";
//
// Column10
//
this.Column10.HeaderText = " 职员全名";
this.Column10.Name = "Column10";
//
// selectperson
//
this.selectperson.Location = new System.Drawing.Point(546, 21);
this.selectperson.Name = "selectperson";
this.selectperson.Size = new System.Drawing.Size(30, 20);
this.selectperson.TabIndex = 9;
this.selectperson.Text = "....";
this.selectperson.UseVisualStyleBackColor = true;
this.selectperson.Click += new System.EventHandler(this.selectperson_Click);
//
// selectinputb
//
this.selectinputb.Location = new System.Drawing.Point(317, 95);
this.selectinputb.Name = "selectinputb";
this.selectinputb.Size = new System.Drawing.Size(30, 20);
this.selectinputb.TabIndex = 6;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -