📄 form_repair_v_fac.designer.cs
字号:
//
// 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;
//
// Column4
//
this.Column4.HeaderText = "材料优惠价";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
//
// Column5
//
this.Column5.HeaderText = "材料总价";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
//
// Column6
//
this.Column6.HeaderText = "材料利润";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
//
// Column7
//
this.Column7.HeaderText = "工时成本价";
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
//
// Column8
//
this.Column8.HeaderText = "工时优惠价";
this.Column8.Name = "Column8";
this.Column8.ReadOnly = true;
//
// Column9
//
this.Column9.HeaderText = "工时总价";
this.Column9.Name = "Column9";
this.Column9.ReadOnly = true;
//
// Column10
//
this.Column10.HeaderText = "工时利润";
this.Column10.Name = "Column10";
this.Column10.ReadOnly = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.selectdatavalue2);
this.groupBox1.Controls.Add(this.selectdatavalue);
this.groupBox1.Controls.Add(this.selectdata);
this.groupBox1.Controls.Add(this.selectdata2);
this.groupBox1.Controls.Add(this.modifytimevalue);
this.groupBox1.Controls.Add(this.modifytimevalue1);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.date);
this.groupBox1.Controls.Add(this.inputvalue);
this.groupBox1.Controls.Add(this.find);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.name);
this.groupBox1.Location = new System.Drawing.Point(91, 16);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(626, 152);
this.groupBox1.TabIndex = 87;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "厂家索赔统计";
//
// selectdatavalue2
//
this.selectdatavalue2.Location = new System.Drawing.Point(281, 7);
this.selectdatavalue2.Name = "selectdatavalue2";
this.selectdatavalue2.TabIndex = 90;
this.selectdatavalue2.Visible = false;
this.selectdatavalue2.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue2_DateSelected);
//
// selectdatavalue
//
this.selectdatavalue.Location = new System.Drawing.Point(163, 7);
this.selectdatavalue.Name = "selectdatavalue";
this.selectdatavalue.TabIndex = 91;
this.selectdatavalue.Visible = false;
this.selectdatavalue.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue_DateSelected);
//
// selectdata
//
this.selectdata.Location = new System.Drawing.Point(430, 25);
this.selectdata.Name = "selectdata";
this.selectdata.Size = new System.Drawing.Size(30, 20);
this.selectdata.TabIndex = 94;
this.selectdata.Text = "....";
this.selectdata.UseVisualStyleBackColor = true;
this.selectdata.Click += new System.EventHandler(this.selectdata_Click);
//
// selectdata2
//
this.selectdata2.Location = new System.Drawing.Point(551, 24);
this.selectdata2.Name = "selectdata2";
this.selectdata2.Size = new System.Drawing.Size(30, 20);
this.selectdata2.TabIndex = 93;
this.selectdata2.Text = "....";
this.selectdata2.UseVisualStyleBackColor = true;
this.selectdata2.Click += new System.EventHandler(this.selectdata2_Click);
//
// modifytimevalue
//
this.modifytimevalue.Location = new System.Drawing.Point(351, 23);
this.modifytimevalue.Name = "modifytimevalue";
this.modifytimevalue.Size = new System.Drawing.Size(77, 21);
this.modifytimevalue.TabIndex = 90;
//
// modifytimevalue1
//
this.modifytimevalue1.Location = new System.Drawing.Point(471, 23);
this.modifytimevalue1.Name = "modifytimevalue1";
this.modifytimevalue1.Size = new System.Drawing.Size(77, 21);
this.modifytimevalue1.TabIndex = 91;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(460, 28);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(11, 12);
this.label2.TabIndex = 92;
this.label2.Text = "-";
//
// Form_repair_v_fac
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(792, 473);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.groupBox1);
this.Location = new System.Drawing.Point(0, 0);
this.Name = "Form_repair_v_fac";
this.Text = "厂家索赔统计";
((System.ComponentModel.ISupportInitialize)(this.date)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView date;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.TextBox inputvalue;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button find;
private System.Windows.Forms.ToolStripMenuItem 查看明细ToolStripMenuItem;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.Label name;
private System.Windows.Forms.Button cancal;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button findsome;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.GroupBox groupBox1;
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.MonthCalendar selectdatavalue;
private System.Windows.Forms.MonthCalendar selectdatavalue2;
private System.Windows.Forms.Button selectdata;
private System.Windows.Forms.Button selectdata2;
private System.Windows.Forms.TextBox modifytimevalue;
private System.Windows.Forms.TextBox modifytimevalue1;
private System.Windows.Forms.Label label2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -