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

📄 form_repair_v_insure.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.groupBox1.Controls.Add(this.selectdatavalue);
            this.groupBox1.Controls.Add(this.selectdata);
            this.groupBox1.Controls.Add(this.selectdata2);
            this.groupBox1.Controls.Add(this.modifytimevalue);
            this.groupBox1.Controls.Add(this.modifytimevalue1);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.date);
            this.groupBox1.Controls.Add(this.inputvalue);
            this.groupBox1.Controls.Add(this.find);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.name);
            this.groupBox1.Location = new System.Drawing.Point(88, 16);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(626, 162);
            this.groupBox1.TabIndex = 84;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "保险索赔统计";
            // 
            // selectdatavalue2
            // 
            this.selectdatavalue2.Location = new System.Drawing.Point(281, 16);
            this.selectdatavalue2.Name = "selectdatavalue2";
            this.selectdatavalue2.TabIndex = 97;
            this.selectdatavalue2.Visible = false;
            this.selectdatavalue2.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue2_DateSelected);
            // 
            // selectdatavalue
            // 
            this.selectdatavalue.Location = new System.Drawing.Point(160, 16);
            this.selectdatavalue.Name = "selectdatavalue";
            this.selectdatavalue.TabIndex = 99;
            this.selectdatavalue.Visible = false;
            this.selectdatavalue.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue_DateSelected);
            // 
            // selectdata
            // 
            this.selectdata.Location = new System.Drawing.Point(431, 23);
            this.selectdata.Name = "selectdata";
            this.selectdata.Size = new System.Drawing.Size(30, 20);
            this.selectdata.TabIndex = 102;
            this.selectdata.Text = "....";
            this.selectdata.UseVisualStyleBackColor = true;
            this.selectdata.Click += new System.EventHandler(this.selectdata_Click);
            // 
            // selectdata2
            // 
            this.selectdata2.Location = new System.Drawing.Point(552, 24);
            this.selectdata2.Name = "selectdata2";
            this.selectdata2.Size = new System.Drawing.Size(30, 20);
            this.selectdata2.TabIndex = 101;
            this.selectdata2.Text = "....";
            this.selectdata2.UseVisualStyleBackColor = true;
            this.selectdata2.Click += new System.EventHandler(this.selectdata2_Click);
            // 
            // modifytimevalue
            // 
            this.modifytimevalue.Location = new System.Drawing.Point(352, 23);
            this.modifytimevalue.Name = "modifytimevalue";
            this.modifytimevalue.Size = new System.Drawing.Size(77, 21);
            this.modifytimevalue.TabIndex = 96;
            // 
            // modifytimevalue1
            // 
            this.modifytimevalue1.Location = new System.Drawing.Point(472, 23);
            this.modifytimevalue1.Name = "modifytimevalue1";
            this.modifytimevalue1.Size = new System.Drawing.Size(77, 21);
            this.modifytimevalue1.TabIndex = 98;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.ForeColor = System.Drawing.Color.Red;
            this.label2.Location = new System.Drawing.Point(461, 28);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(11, 12);
            this.label2.TabIndex = 100;
            this.label2.Text = "-";
            // 
            // date
            // 
            this.date.AllowUserToAddRows = false;
            this.date.AllowUserToDeleteRows = false;
            this.date.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.date.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn4,
            this.dataGridViewTextBoxColumn5});
            this.date.Location = new System.Drawing.Point(88, 41);
            this.date.Name = "date";
            this.date.ReadOnly = true;
            this.date.RowTemplate.Height = 23;
            this.date.Size = new System.Drawing.Size(162, 92);
            this.date.TabIndex = 84;
            this.date.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;
            // 
            // inputvalue
            // 
            this.inputvalue.Location = new System.Drawing.Point(87, 22);
            this.inputvalue.Name = "inputvalue";
            this.inputvalue.Size = new System.Drawing.Size(105, 21);
            this.inputvalue.TabIndex = 89;
            // 
            // find
            // 
            this.find.Location = new System.Drawing.Point(195, 22);
            this.find.Name = "find";
            this.find.Size = new System.Drawing.Size(30, 20);
            this.find.TabIndex = 83;
            this.find.Text = "....";
            this.find.UseVisualStyleBackColor = true;
            this.find.Click += new System.EventHandler(this.find_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(23, 27);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 88;
            this.label3.Text = "服务顾问:";
            // 
            // name
            // 
            this.name.AutoSize = true;
            this.name.Location = new System.Drawing.Point(286, 28);
            this.name.Name = "name";
            this.name.Size = new System.Drawing.Size(65, 12);
            this.name.TabIndex = 0;
            this.name.Text = "筛选日期:";
            // 
            // Form_repair_v_insure
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(792, 473);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.groupBox1);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "Form_repair_v_insure";
            this.Text = "保险索赔统计";
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.date)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button cancal;
        private System.Windows.Forms.Button findsome;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.DataGridView date;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
        private System.Windows.Forms.TextBox inputvalue;
        private System.Windows.Forms.Button find;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label name;
        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.DataGridViewTextBoxColumn Column5;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 查看明细ToolStripMenuItem;
        private System.Windows.Forms.Button selectdata;
        private System.Windows.Forms.Button selectdata2;
        private System.Windows.Forms.TextBox modifytimevalue;
        private System.Windows.Forms.TextBox modifytimevalue1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.MonthCalendar selectdatavalue2;
        private System.Windows.Forms.MonthCalendar selectdatavalue;
    }
}

⌨️ 快捷键说明

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