⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form_in_losebillgrid.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            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(327, 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, 59);
            this.selectperson.Name = "selectperson";
            this.selectperson.Size = new System.Drawing.Size(30, 20);
            this.selectperson.TabIndex = 8;
            this.selectperson.Text = "....";
            this.selectperson.UseVisualStyleBackColor = true;
            this.selectperson.Click += new System.EventHandler(this.selectperson_Click);
            // 
            // selectcompanyname
            // 
            this.selectcompanyname.Location = new System.Drawing.Point(250, 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, 92);
            this.info2.Name = "info2";
            this.info2.Size = new System.Drawing.Size(189, 21);
            this.info2.TabIndex = 9;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(394, 97);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 102;
            this.label6.Text = "说    明:";
            // 
            // info1
            // 
            this.info1.Location = new System.Drawing.Point(465, 20);
            this.info1.Name = "info1";
            this.info1.Size = new System.Drawing.Size(189, 21);
            this.info1.TabIndex = 6;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.selectdatavalue);
            this.groupBox1.Controls.Add(this.companynamevalue);
            this.groupBox1.Controls.Add(this.personvalue);
            this.groupBox1.Controls.Add(this.selectperson);
            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.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(45, 7);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(669, 201);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "库房报损";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(394, 25);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 100;
            this.label5.Text = "单据编号:";
            // 
            // person
            // 
            this.person.Location = new System.Drawing.Point(465, 58);
            this.person.Name = "person";
            this.person.Size = new System.Drawing.Size(77, 21);
            this.person.TabIndex = 7;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(394, 63);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 98;
            this.label4.Text = "经 手 人:";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(122, 92);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(191, 21);
            this.textBox1.TabIndex = 5;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(51, 97);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 96;
            this.label3.Text = "摘    要:";
            // 
            // companyname
            // 
            this.companyname.Location = new System.Drawing.Point(122, 56);
            this.companyname.Name = "companyname";
            this.companyname.Size = new System.Drawing.Size(126, 21);
            this.companyname.TabIndex = 3;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(51, 61);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 92;
            this.label1.Text = "出货仓库:";
            // 
            // timevalue
            // 
            this.timevalue.Location = new System.Drawing.Point(122, 20);
            this.timevalue.Name = "timevalue";
            this.timevalue.Size = new System.Drawing.Size(77, 21);
            this.timevalue.TabIndex = 1;
            // 
            // 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 = "录单日期:";
            // 
            // Form_in_LoseBillGrid
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(792, 468);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "Form_in_LoseBillGrid";
            this.Text = "库房报损";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.companynamevalue)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.personvalue)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button exit;
        private System.Windows.Forms.Button check;
        private System.Windows.Forms.Button savedefault;
        private System.Windows.Forms.Button print;
        private System.Windows.Forms.Button callin;
        private System.Windows.Forms.Button calldefault;
        private System.Windows.Forms.Button sendinfo;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Button selectproduct2;
        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.MonthCalendar selectdatavalue;
        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 info1;
        private System.Windows.Forms.GroupBox groupBox1;
        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.Label label3;
        private System.Windows.Forms.TextBox companyname;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox timevalue;
        private System.Windows.Forms.Button selectdata;
        private System.Windows.Forms.Label carid;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column14;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -