📄 form_in_losebillgrid.designer.cs
字号:
namespace RepairCRM
{
partial class Form_in_LoseBillGrid
{
/// <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.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.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.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.groupBox2 = new System.Windows.Forms.GroupBox();
this.selectdatavalue = new System.Windows.Forms.MonthCalendar();
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.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.groupBox1 = new System.Windows.Forms.GroupBox();
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.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();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.companynamevalue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.personvalue)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// exit
//
this.exit.Location = new System.Drawing.Point(614, 49);
this.exit.Name = "exit";
this.exit.Size = new System.Drawing.Size(75, 23);
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(532, 49);
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(451, 49);
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(206, 49);
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(289, 49);
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(370, 49);
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(121, 49);
this.sendinfo.Name = "sendinfo";
this.sendinfo.Size = new System.Drawing.Size(75, 23);
this.sendinfo.TabIndex = 14;
this.sendinfo.Text = "发消息";
this.sendinfo.UseVisualStyleBackColor = true;
//
// 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.dataGridView1.Location = new System.Drawing.Point(0, 213);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(794, 161);
this.dataGridView1.TabIndex = 4;
//
// 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";
//
// selectproduct2
//
this.selectproduct2.Location = new System.Drawing.Point(405, 19);
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(321, 18);
this.some3.Name = "some3";
this.some3.Size = new System.Drawing.Size(77, 21);
this.some3.TabIndex = 11;
//
// som2
//
this.som2.FormattingEnabled = true;
this.som2.Location = new System.Drawing.Point(462, 19);
this.som2.Name = "som2";
this.som2.Size = new System.Drawing.Size(121, 20);
this.som2.TabIndex = 13;
//
// some1
//
this.some1.FormattingEnabled = true;
this.some1.Location = new System.Drawing.Point(194, 18);
this.some1.Name = "some1";
this.some1.Size = new System.Drawing.Size(121, 20);
this.some1.TabIndex = 10;
//
// 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.Location = new System.Drawing.Point(-1, 374);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(794, 89);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
//
// selectdatavalue
//
this.selectdatavalue.Location = new System.Drawing.Point(35, 41);
this.selectdatavalue.Name = "selectdatavalue";
this.selectdatavalue.TabIndex = 91;
this.selectdatavalue.Visible = false;
this.selectdatavalue.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue_DateSelected);
//
// 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(50, 47);
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -