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

📄 form_in_overflowbillgrid.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
            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
            // 
            this.Column1.HeaderText = "序号";
            this.Column1.Name = "Column1";
            // 
            // 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 = "录单日期:";
            // 
            // 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.Column5});
            this.dataGridView1.Location = new System.Drawing.Point(0, 224);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(794, 161);
            this.dataGridView1.TabIndex = 7;
            // 
            // 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;
            // 
            // 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, 385);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(794, 89);
            this.groupBox2.TabIndex = 8;
            this.groupBox2.TabStop = false;
            // 
            // 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;
            // 
            // Column11
            // 
            this.Column11.HeaderText = "序号";
            this.Column11.Name = "Column11";
            // 
            // 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";
            // 
            // Column5
            // 
            this.Column5.HeaderText = "车架号";
            this.Column5.Name = "Column5";
            // 
            // Form_in_OverFlowBillGrid
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(792, 478);
            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_OverFlowBillGrid";
            this.Text = "库房报溢";
            ((System.ComponentModel.ISupportInitialize)(this.personvalue)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.companynamevalue)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
        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.DataGridViewTextBoxColumn Column4;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox info1;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
        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.GroupBox groupBox1;
        private System.Windows.Forms.MonthCalendar selectdatavalue;
        private System.Windows.Forms.DataGridView companynamevalue;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private System.Windows.Forms.Label carid;
        private System.Windows.Forms.DataGridView dataGridView1;
        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.GroupBox groupBox2;
        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.DataGridViewTextBoxColumn Column11;
        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;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
    }
}

⌨️ 快捷键说明

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