📄 form_repair_mater_in_main.designer.cs
字号:
namespace RepairCRM
{
partial class Form_repair_mater_in_main
{
/// <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.dataGridView1 = 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.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.cancal = new System.Windows.Forms.Button();
this.load = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.djvalue = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.inputtimevalue = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.companyallvalue = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.outballvalue = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.companyfind = new System.Windows.Forms.Button();
this.personallvlaue = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.outbfind = new System.Windows.Forms.Button();
this.personfind = new System.Windows.Forms.Button();
this.djid = new System.Windows.Forms.Button();
this.getinputtime = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.companyvalue = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.invalue = new System.Windows.Forms.TextBox();
this.person = new System.Windows.Forms.Label();
this.personvalue = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.djnumberid = new System.Windows.Forms.TextBox();
this.name = new System.Windows.Forms.Label();
this.inputvalue = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.djvalue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.inputtimevalue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.companyallvalue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.outballvalue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.personallvlaue)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5});
this.dataGridView1.Location = new System.Drawing.Point(96, 226);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(623, 233);
this.dataGridView1.TabIndex = 81;
//
// 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;
this.Column3.Width = 130;
//
// Column4
//
this.Column4.HeaderText = "单价";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
this.Column4.Width = 130;
//
// Column5
//
this.Column5.HeaderText = "数量";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
this.Column5.Width = 120;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Controls.Add(this.button2);
this.groupBox2.Controls.Add(this.cancal);
this.groupBox2.Controls.Add(this.load);
this.groupBox2.Location = new System.Drawing.Point(228, 465);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(356, 46);
this.groupBox2.TabIndex = 80;
this.groupBox2.TabStop = false;
//
// button1
//
this.button1.Location = new System.Drawing.Point(106, 15);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 11;
this.button1.Text = "保存单据";
this.button1.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(187, 15);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 10;
this.button2.Text = "单据过帐";
this.button2.UseVisualStyleBackColor = true;
//
// cancal
//
this.cancal.Location = new System.Drawing.Point(268, 15);
this.cancal.Name = "cancal";
this.cancal.Size = new System.Drawing.Size(75, 23);
this.cancal.TabIndex = 9;
this.cancal.Text = "退出";
this.cancal.UseVisualStyleBackColor = true;
this.cancal.Click += new System.EventHandler(this.cancal_Click);
//
// load
//
this.load.Location = new System.Drawing.Point(24, 15);
this.load.Name = "load";
this.load.Size = new System.Drawing.Size(75, 23);
this.load.TabIndex = 8;
this.load.Text = "调入单据";
this.load.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.djvalue);
this.groupBox1.Controls.Add(this.inputtimevalue);
this.groupBox1.Controls.Add(this.companyallvalue);
this.groupBox1.Controls.Add(this.outballvalue);
this.groupBox1.Controls.Add(this.companyfind);
this.groupBox1.Controls.Add(this.personallvlaue);
this.groupBox1.Controls.Add(this.outbfind);
this.groupBox1.Controls.Add(this.personfind);
this.groupBox1.Controls.Add(this.djid);
this.groupBox1.Controls.Add(this.getinputtime);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.companyvalue);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.invalue);
this.groupBox1.Controls.Add(this.person);
this.groupBox1.Controls.Add(this.personvalue);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.djnumberid);
this.groupBox1.Controls.Add(this.name);
this.groupBox1.Controls.Add(this.inputvalue);
this.groupBox1.Location = new System.Drawing.Point(60, 43);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(688, 165);
this.groupBox1.TabIndex = 79;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "维修旧件入库单";
//
// djvalue
//
this.djvalue.AllowUserToAddRows = false;
this.djvalue.AllowUserToDeleteRows = false;
this.djvalue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.djvalue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2});
this.djvalue.Location = new System.Drawing.Point(318, 56);
this.djvalue.Name = "djvalue";
this.djvalue.ReadOnly = true;
this.djvalue.RowTemplate.Height = 23;
this.djvalue.Size = new System.Drawing.Size(131, 103);
this.djvalue.TabIndex = 86;
this.djvalue.Visible = false;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.HeaderText = "序号";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Width = 60;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.HeaderText = "名称";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.Width = 60;
//
// inputtimevalue
//
this.inputtimevalue.AllowUserToAddRows = false;
this.inputtimevalue.AllowUserToDeleteRows = false;
this.inputtimevalue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.inputtimevalue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5});
this.inputtimevalue.Location = new System.Drawing.Point(106, 56);
this.inputtimevalue.Name = "inputtimevalue";
this.inputtimevalue.ReadOnly = true;
this.inputtimevalue.RowTemplate.Height = 23;
this.inputtimevalue.Size = new System.Drawing.Size(131, 103);
this.inputtimevalue.TabIndex = 84;
this.inputtimevalue.Visible = false;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.HeaderText = "序号";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
this.dataGridViewTextBoxColumn4.Width = 60;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.HeaderText = "名称";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
this.dataGridViewTextBoxColumn5.Width = 60;
//
// companyallvalue
//
this.companyallvalue.AllowUserToAddRows = false;
this.companyallvalue.AllowUserToDeleteRows = false;
this.companyallvalue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.companyallvalue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn9,
this.dataGridViewTextBoxColumn10});
this.companyallvalue.Location = new System.Drawing.Point(318, 90);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -