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

📄 jl_car_repair.designer.cs

📁 此系统开发了一个公交车管理系统。系统根据权限的不同
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.label7.TabIndex = 2;
            this.label7.Text = "修车时间";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(40, 64);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 1;
            this.label5.Text = "修车姓名";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(40, 32);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 0;
            this.label4.Text = "车牌号码";
            // 
            // textRepairName
            // 
            this.textRepairName.Location = new System.Drawing.Point(112, 60);
            this.textRepairName.Name = "textRepairName";
            this.textRepairName.Size = new System.Drawing.Size(109, 21);
            this.textRepairName.TabIndex = 1;
            // 
            // textRepairNumber
            // 
            this.textRepairNumber.Location = new System.Drawing.Point(112, 28);
            this.textRepairNumber.Name = "textRepairNumber";
            this.textRepairNumber.Size = new System.Drawing.Size(109, 21);
            this.textRepairNumber.TabIndex = 0;
            // 
            // groupBox8
            // 
            this.groupBox8.Controls.Add(this.GridViewRepair);
            this.groupBox8.Location = new System.Drawing.Point(5, 0);
            this.groupBox8.Name = "groupBox8";
            this.groupBox8.Size = new System.Drawing.Size(480, 324);
            this.groupBox8.TabIndex = 0;
            this.groupBox8.TabStop = false;
            this.groupBox8.Text = "修车记录";
            // 
            // GridViewRepair
            // 
            this.GridViewRepair.AllowUserToAddRows = false;
            this.GridViewRepair.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.GridViewRepair.Location = new System.Drawing.Point(33, 27);
            this.GridViewRepair.Name = "GridViewRepair";
            this.GridViewRepair.RowTemplate.Height = 23;
            this.GridViewRepair.Size = new System.Drawing.Size(418, 264);
            this.GridViewRepair.TabIndex = 0;
            this.GridViewRepair.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridViewRepair_CellClick);
            // 
            // tabPage20
            // 
            this.tabPage20.Controls.Add(this.splitContainer12);
            this.tabPage20.Location = new System.Drawing.Point(4, 21);
            this.tabPage20.Name = "tabPage20";
            this.tabPage20.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage20.Size = new System.Drawing.Size(752, 349);
            this.tabPage20.TabIndex = 1;
            this.tabPage20.Text = "修车信息查询";
            this.tabPage20.UseVisualStyleBackColor = true;
            // 
            // splitContainer12
            // 
            this.splitContainer12.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer12.Location = new System.Drawing.Point(3, 3);
            this.splitContainer12.Name = "splitContainer12";
            // 
            // splitContainer12.Panel1
            // 
            this.splitContainer12.Panel1.Controls.Add(this.groupBox21);
            // 
            // splitContainer12.Panel2
            // 
            this.splitContainer12.Panel2.Controls.Add(this.groupBox22);
            this.splitContainer12.Size = new System.Drawing.Size(746, 343);
            this.splitContainer12.SplitterDistance = 480;
            this.splitContainer12.TabIndex = 1;
            // 
            // groupBox21
            // 
            this.groupBox21.Controls.Add(this.GridViewCheckResult);
            this.groupBox21.Location = new System.Drawing.Point(0, 4);
            this.groupBox21.Name = "groupBox21";
            this.groupBox21.Size = new System.Drawing.Size(465, 312);
            this.groupBox21.TabIndex = 0;
            this.groupBox21.TabStop = false;
            this.groupBox21.Text = "修车记录查询结果显示";
            // 
            // GridViewCheckResult
            // 
            this.GridViewCheckResult.AllowUserToAddRows = false;
            this.GridViewCheckResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.GridViewCheckResult.Location = new System.Drawing.Point(7, 20);
            this.GridViewCheckResult.Name = "GridViewCheckResult";
            this.GridViewCheckResult.RowTemplate.Height = 23;
            this.GridViewCheckResult.Size = new System.Drawing.Size(442, 275);
            this.GridViewCheckResult.TabIndex = 0;
            // 
            // groupBox22
            // 
            this.groupBox22.Controls.Add(this.textCheckRepairTime);
            this.groupBox22.Controls.Add(this.label2);
            this.groupBox22.Controls.Add(this.label52);
            this.groupBox22.Controls.Add(this.label53);
            this.groupBox22.Controls.Add(this.textCheckRepairName);
            this.groupBox22.Controls.Add(this.textCheckRepairNumber);
            this.groupBox22.Controls.Add(this.btnRepairCheck);
            this.groupBox22.Controls.Add(this.btnRepairClear);
            this.groupBox22.Location = new System.Drawing.Point(3, 4);
            this.groupBox22.Name = "groupBox22";
            this.groupBox22.Size = new System.Drawing.Size(247, 312);
            this.groupBox22.TabIndex = 0;
            this.groupBox22.TabStop = false;
            this.groupBox22.Text = "修车信息查询";
            // 
            // textCheckRepairTime
            // 
            this.textCheckRepairTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.textCheckRepairTime.Location = new System.Drawing.Point(101, 99);
            this.textCheckRepairTime.Name = "textCheckRepairTime";
            this.textCheckRepairTime.ShowCheckBox = true;
            this.textCheckRepairTime.Size = new System.Drawing.Size(109, 21);
            this.textCheckRepairTime.TabIndex = 18;
            this.textCheckRepairTime.Value = new System.DateTime(2008, 4, 20, 0, 0, 0, 0);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(29, 103);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 17;
            this.label2.Text = "修车时间";
            // 
            // label52
            // 
            this.label52.AutoSize = true;
            this.label52.Location = new System.Drawing.Point(29, 70);
            this.label52.Name = "label52";
            this.label52.Size = new System.Drawing.Size(53, 12);
            this.label52.TabIndex = 16;
            this.label52.Text = "修车姓名";
            // 
            // label53
            // 
            this.label53.AutoSize = true;
            this.label53.Location = new System.Drawing.Point(29, 38);
            this.label53.Name = "label53";
            this.label53.Size = new System.Drawing.Size(53, 12);
            this.label53.TabIndex = 13;
            this.label53.Text = "车牌号码";
            // 
            // textCheckRepairName
            // 
            this.textCheckRepairName.Location = new System.Drawing.Point(101, 66);
            this.textCheckRepairName.Name = "textCheckRepairName";
            this.textCheckRepairName.Size = new System.Drawing.Size(109, 21);
            this.textCheckRepairName.TabIndex = 15;
            // 
            // textCheckRepairNumber
            // 
            this.textCheckRepairNumber.Location = new System.Drawing.Point(101, 34);
            this.textCheckRepairNumber.Name = "textCheckRepairNumber";
            this.textCheckRepairNumber.Size = new System.Drawing.Size(109, 21);
            this.textCheckRepairNumber.TabIndex = 14;
            // 
            // btnRepairCheck
            // 
            this.btnRepairCheck.Location = new System.Drawing.Point(31, 145);
            this.btnRepairCheck.Name = "btnRepairCheck";
            this.btnRepairCheck.Size = new System.Drawing.Size(75, 23);
            this.btnRepairCheck.TabIndex = 12;
            this.btnRepairCheck.Text = "查询";
            this.btnRepairCheck.UseVisualStyleBackColor = true;
            this.btnRepairCheck.Click += new System.EventHandler(this.btnRepairCheck_Click);
            // 
            // btnRepairClear
            // 
            this.btnRepairClear.Location = new System.Drawing.Point(135, 145);
            this.btnRepairClear.Name = "btnRepairClear";
            this.btnRepairClear.Size = new System.Drawing.Size(75, 23);
            this.btnRepairClear.TabIndex = 11;
            this.btnRepairClear.Text = "清空";
            this.btnRepairClear.UseVisualStyleBackColor = true;
            this.btnRepairClear.Click += new System.EventHandler(this.btnRepairClear_Click);
            // 
            // label19
            // 
            this.label19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.label19.Location = new System.Drawing.Point(743, 9);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(16, 16);
            this.label19.TabIndex = 39;
            this.label19.Text = "X";
            this.label19.Click += new System.EventHandler(this.label19_Click);
            // 
            // JL_Car_Repair
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(764, 389);
            this.Controls.Add(this.label19);
            this.Controls.Add(this.tabControl5);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "JL_Car_Repair";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "JL_Car_Repair";
            this.Load += new System.EventHandler(this.JL_Car_Repair_Load);
            this.tabControl5.ResumeLayout(false);
            this.tabPage19.ResumeLayout(false);
            this.splitContainer6.Panel1.ResumeLayout(false);
            this.splitContainer6.Panel2.ResumeLayout(false);
            this.splitContainer6.ResumeLayout(false);
            this.groupBox7.ResumeLayout(false);
            this.groupBox7.PerformLayout();
            this.groupBox8.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.GridViewRepair)).EndInit();
            this.tabPage20.ResumeLayout(false);
            this.splitContainer12.Panel1.ResumeLayout(false);
            this.splitContainer12.Panel2.ResumeLayout(false);
            this.splitContainer12.ResumeLayout(false);
            this.groupBox21.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.GridViewCheckResult)).EndInit();
            this.groupBox22.ResumeLayout(false);
            this.groupBox22.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl5;
        private System.Windows.Forms.TabPage tabPage19;
        private System.Windows.Forms.SplitContainer splitContainer6;
        private System.Windows.Forms.GroupBox groupBox7;
        private System.Windows.Forms.DateTimePicker dateTimeRepair;
        private System.Windows.Forms.Button btnRepairAdd;
        private System.Windows.Forms.TextBox textRepairRemark;
        private System.Windows.Forms.Button btnRepairDelete;
        private System.Windows.Forms.MaskedTextBox textReairHour;
        private System.Windows.Forms.Button btnRepairUpdate;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.MaskedTextBox textRepairReason;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.MaskedTextBox textRepairName;
        private System.Windows.Forms.MaskedTextBox textRepairNumber;
        private System.Windows.Forms.GroupBox groupBox8;
        private System.Windows.Forms.DataGridView GridViewRepair;
        private System.Windows.Forms.TabPage tabPage20;
        private System.Windows.Forms.SplitContainer splitContainer12;
        private System.Windows.Forms.GroupBox groupBox21;
        private System.Windows.Forms.DataGridView GridViewCheckResult;
        private System.Windows.Forms.GroupBox groupBox22;
        private System.Windows.Forms.Label label52;
        private System.Windows.Forms.Label label53;
        private System.Windows.Forms.MaskedTextBox textCheckRepairName;
        private System.Windows.Forms.MaskedTextBox textCheckRepairNumber;
        private System.Windows.Forms.Button btnRepairCheck;
        private System.Windows.Forms.Button btnRepairClear;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.MaskedTextBox textRepairMoney;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DateTimePicker textCheckRepairTime;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
    }
}

⌨️ 快捷键说明

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