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

📄 form_in_buyback.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace RepairCRM
{
    partial class Form_in_BuyBack
    {
        /// <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.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.selectproduct2 = new System.Windows.Forms.Button();
            this.some3 = new System.Windows.Forms.TextBox();
            this.som2 = new System.Windows.Forms.ComboBox();
            this.some1 = new System.Windows.Forms.ComboBox();
            this.call = new System.Windows.Forms.Button();
            this.price2 = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.price1 = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.outzh = new System.Windows.Forms.TextBox();
            this.selectproduct1 = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label7 = new System.Windows.Forms.Label();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.selectdatavalue = new System.Windows.Forms.MonthCalendar();
            this.inputbvalue = new System.Windows.Forms.DataGridView();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.companynamevalue = 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.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.label6 = new System.Windows.Forms.Label();
            this.selectinputb = new System.Windows.Forms.Button();
            this.info1 = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label5 = new System.Windows.Forms.Label();
            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.inputb = new System.Windows.Forms.TextBox();
            this.label2 = 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.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.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.inputbvalue)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.companynamevalue)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.personvalue)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // exit
            // 
            this.exit.Location = new System.Drawing.Point(714, 83);
            this.exit.Name = "exit";
            this.exit.Size = new System.Drawing.Size(75, 23);
            this.exit.TabIndex = 110;
            this.exit.Text = "退出";
            this.exit.UseVisualStyleBackColor = true;
            this.exit.Click += new System.EventHandler(this.exit_Click);
            // 
            // check
            // 
            this.check.Location = new System.Drawing.Point(632, 83);
            this.check.Name = "check";
            this.check.Size = new System.Drawing.Size(75, 23);
            this.check.TabIndex = 26;
            this.check.Text = "审核过帐";
            this.check.UseVisualStyleBackColor = true;
            // 
            // savedefault
            // 
            this.savedefault.Location = new System.Drawing.Point(551, 83);
            this.savedefault.Name = "savedefault";
            this.savedefault.Size = new System.Drawing.Size(75, 23);
            this.savedefault.TabIndex = 25;
            this.savedefault.Text = "存为草稿";
            this.savedefault.UseVisualStyleBackColor = true;
            // 
            // print
            // 
            this.print.Location = new System.Drawing.Point(295, 83);
            this.print.Name = "print";
            this.print.Size = new System.Drawing.Size(75, 23);
            this.print.TabIndex = 22;
            this.print.Text = "打印";
            this.print.UseVisualStyleBackColor = true;
            // 
            // callin
            // 
            this.callin.Location = new System.Drawing.Point(376, 83);
            this.callin.Name = "callin";
            this.callin.Size = new System.Drawing.Size(88, 23);
            this.callin.TabIndex = 23;
            this.callin.Text = "调入原采购单";
            this.callin.UseVisualStyleBackColor = true;
            // 
            // calldefault
            // 
            this.calldefault.Location = new System.Drawing.Point(470, 83);
            this.calldefault.Name = "calldefault";
            this.calldefault.Size = new System.Drawing.Size(75, 23);
            this.calldefault.TabIndex = 24;
            this.calldefault.Text = "调入草稿";
            this.calldefault.UseVisualStyleBackColor = true;
            // 
            // sendinfo
            // 
            this.sendinfo.Location = new System.Drawing.Point(210, 83);
            this.sendinfo.Name = "sendinfo";
            this.sendinfo.Size = new System.Drawing.Size(75, 23);
            this.sendinfo.TabIndex = 21;
            this.sendinfo.Text = "发消息";
            this.sendinfo.UseVisualStyleBackColor = true;
            // 
            // selectproduct2
            // 
            this.selectproduct2.Location = new System.Drawing.Point(316, 52);
            this.selectproduct2.Name = "selectproduct2";
            this.selectproduct2.Size = new System.Drawing.Size(51, 20);
            this.selectproduct2.TabIndex = 20;
            this.selectproduct2.Text = "选商品";
            this.selectproduct2.UseVisualStyleBackColor = true;
            // 
            // some3
            // 
            this.some3.Location = new System.Drawing.Point(232, 51);
            this.some3.Name = "some3";
            this.some3.Size = new System.Drawing.Size(77, 21);
            this.some3.TabIndex = 19;
            // 
            // som2
            // 
            this.som2.FormattingEnabled = true;
            this.som2.Location = new System.Drawing.Point(95, 51);
            this.som2.Name = "som2";
            this.som2.Size = new System.Drawing.Size(121, 20);
            this.som2.TabIndex = 18;
            // 
            // some1
            // 
            this.some1.FormattingEnabled = true;
            this.some1.Location = new System.Drawing.Point(641, 18);
            this.some1.Name = "some1";
            this.some1.Size = new System.Drawing.Size(121, 20);
            this.some1.TabIndex = 17;
            // 
            // call
            // 
            this.call.Location = new System.Drawing.Point(548, 17);
            this.call.Name = "call";
            this.call.Size = new System.Drawing.Size(80, 20);
            this.call.TabIndex = 16;
            this.call.Text = "单据调阅";
            this.call.UseVisualStyleBackColor = true;
            // 
            // price2
            // 
            this.price2.Location = new System.Drawing.Point(465, 17);
            this.price2.Name = "price2";
            this.price2.Size = new System.Drawing.Size(77, 21);
            this.price2.TabIndex = 15;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(394, 22);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(65, 12);
            this.label9.TabIndex = 109;
            this.label9.Text = "实收金额:";
            // 
            // price1
            // 
            this.price1.Location = new System.Drawing.Point(303, 17);
            this.price1.Name = "price1";
            this.price1.Size = new System.Drawing.Size(77, 21);
            this.price1.TabIndex = 14;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(232, 22);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 12);
            this.label8.TabIndex = 107;
            this.label8.Text = "优惠金额:";
            // 
            // outzh
            // 
            this.outzh.Location = new System.Drawing.Point(95, 15);
            this.outzh.Name = "outzh";
            this.outzh.Size = new System.Drawing.Size(77, 21);
            this.outzh.TabIndex = 12;
            // 
            // selectproduct1
            // 
            this.selectproduct1.Location = new System.Drawing.Point(174, 16);
            this.selectproduct1.Name = "selectproduct1";

⌨️ 快捷键说明

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