📄 form_in_toolin.designer.cs
字号:
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);
//
// 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 = "摘 要:";
//
// 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;
//
// 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 = "录单日期:";
//
// Column15
//
this.Column15.HeaderText = "单位";
this.Column15.Name = "Column15";
//
// Column14
//
this.Column14.HeaderText = "商品全名";
this.Column14.Name = "Column14";
//
// Column13
//
this.Column13.HeaderText = "商品编号";
this.Column13.Name = "Column13";
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.HeaderText = "车架号";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// Column17
//
this.Column17.HeaderText = "备注";
this.Column17.Name = "Column17";
//
// Column16
//
this.Column16.HeaderText = "数量";
this.Column16.Name = "Column16";
//
// selectproduct2
//
this.selectproduct2.Location = new System.Drawing.Point(393, 31);
this.selectproduct2.Name = "selectproduct2";
this.selectproduct2.Size = new System.Drawing.Size(51, 20);
this.selectproduct2.TabIndex = 113;
this.selectproduct2.Text = "选商品";
this.selectproduct2.UseVisualStyleBackColor = true;
//
// Column11
//
this.Column11.HeaderText = "序号";
this.Column11.Name = "Column11";
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column11,
this.Column13,
this.Column14,
this.Column15,
this.Column16,
this.Column17,
this.dataGridViewTextBoxColumn1});
this.dataGridView1.Location = new System.Drawing.Point(-1, 214);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(794, 161);
this.dataGridView1.TabIndex = 118;
//
// some3
//
this.some3.Location = new System.Drawing.Point(309, 30);
this.some3.Name = "some3";
this.some3.Size = new System.Drawing.Size(77, 21);
this.some3.TabIndex = 112;
//
// som2
//
this.som2.FormattingEnabled = true;
this.som2.Location = new System.Drawing.Point(450, 31);
this.som2.Name = "som2";
this.som2.Size = new System.Drawing.Size(121, 20);
this.som2.TabIndex = 114;
//
// some1
//
this.some1.FormattingEnabled = true;
this.some1.Location = new System.Drawing.Point(182, 30);
this.some1.Name = "some1";
this.some1.Size = new System.Drawing.Size(121, 20);
this.some1.TabIndex = 111;
//
// groupBox2
//
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.exit);
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.Location = new System.Drawing.Point(-1, 374);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(794, 112);
this.groupBox2.TabIndex = 117;
this.groupBox2.TabStop = false;
//
// exit
//
this.exit.Location = new System.Drawing.Point(499, 73);
this.exit.Name = "exit";
this.exit.Size = new System.Drawing.Size(75, 23);
this.exit.TabIndex = 110;
this.exit.Text = "退出";
this.exit.UseVisualStyleBackColor = true;
this.exit.Click += new System.EventHandler(this.exit_Click);
//
// print
//
this.print.Location = new System.Drawing.Point(252, 73);
this.print.Name = "print";
this.print.Size = new System.Drawing.Size(75, 23);
this.print.TabIndex = 22;
this.print.Text = "打印";
this.print.UseVisualStyleBackColor = true;
//
// callin
//
this.callin.Location = new System.Drawing.Point(335, 73);
this.callin.Name = "callin";
this.callin.Size = new System.Drawing.Size(75, 23);
this.callin.TabIndex = 23;
this.callin.Text = "调入单据";
this.callin.UseVisualStyleBackColor = true;
//
// calldefault
//
this.calldefault.Location = new System.Drawing.Point(416, 73);
this.calldefault.Name = "calldefault";
this.calldefault.Size = new System.Drawing.Size(75, 23);
this.calldefault.TabIndex = 24;
this.calldefault.Text = "保存单据";
this.calldefault.UseVisualStyleBackColor = true;
//
// sendinfo
//
this.sendinfo.Location = new System.Drawing.Point(167, 73);
this.sendinfo.Name = "sendinfo";
this.sendinfo.Size = new System.Drawing.Size(75, 23);
this.sendinfo.TabIndex = 21;
this.sendinfo.Text = "发消息";
this.sendinfo.UseVisualStyleBackColor = true;
//
// Form_in_keyin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(792, 493);
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_keyin";
this.Text = "工具入库";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.inputbvalue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.companynamevalue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.personvalue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button selectinputb;
private System.Windows.Forms.TextBox info1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox person;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox companyname;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox timevalue;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.MonthCalendar selectdatavalue;
private System.Windows.Forms.DataGridView inputbvalue;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridView companynamevalue;
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.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.Label label6;
private System.Windows.Forms.TextBox inputb;
private System.Windows.Forms.Button selectdata;
private System.Windows.Forms.Label carid;
private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
private System.Windows.Forms.DataGridViewTextBoxColumn Column14;
private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
private System.Windows.Forms.Button selectproduct2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.TextBox some3;
private System.Windows.Forms.ComboBox som2;
private System.Windows.Forms.ComboBox some1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button exit;
private System.Windows.Forms.Button print;
private System.Windows.Forms.Button callin;
private System.Windows.Forms.Button calldefault;
private System.Windows.Forms.Button sendinfo;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -