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

📄 form_in_salebill.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace RepairCRM
{
    partial class Form_in_SaleBill
    {
        /// <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.Column3 = 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.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.label6 = new System.Windows.Forms.Label();
            this.info1 = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.selectdatavalue = new System.Windows.Forms.MonthCalendar();
            this.selectdatavalue2 = new System.Windows.Forms.MonthCalendar();
            this.iscompute = new System.Windows.Forms.CheckBox();
            this.selectdata2 = new System.Windows.Forms.Button();
            this.lastdata = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.rcompany = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.companynamevalue = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.carid = new System.Windows.Forms.Label();
            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.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            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.groupBox2 = new System.Windows.Forms.GroupBox();
            this.button1 = new System.Windows.Forms.Button();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.selectproduct2 = new System.Windows.Forms.Button();
            this.some3 = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.personvalue)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.companynamevalue)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // Column3
            // 
            this.Column3.HeaderText = " 单位名称";
            this.Column3.Name = "Column3";
            // 
            // 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, 25);
            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;
            // 
            // Column4
            // 
            this.Column4.HeaderText = " 往来余额";
            this.Column4.Name = "Column4";
            // 
            // 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;
            // 
            // 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 = "单据编号:";
            // 
            // Column2
            // 
            this.Column2.HeaderText = " 单位编号";
            this.Column2.Name = "Column2";
            // 
            // 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";

⌨️ 快捷键说明

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