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

📄 jl_car_massage.designer.cs

📁 此系统开发了一个公交车管理系统。系统根据权限的不同
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace CarManage
{
    partial class JL_Car_Massage
    {
        /// <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.components = new System.ComponentModel.Container();
            this.tabControl3 = new System.Windows.Forms.TabControl();
            this.tabPage14 = new System.Windows.Forms.TabPage();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.groupCar = new System.Windows.Forms.GroupBox();
            this.dateTime_BuyTime = new System.Windows.Forms.DateTimePicker();
            this.domainUpDown1 = new System.Windows.Forms.MaskedTextBox();
            this.domainLoadMoney = new System.Windows.Forms.MaskedTextBox();
            this.textCarRemark = new System.Windows.Forms.TextBox();
            this.lbCarRemark = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.btnCarAdd = new System.Windows.Forms.Button();
            this.btnCarDelete = new System.Windows.Forms.Button();
            this.btnCarUpdate = new System.Windows.Forms.Button();
            this.lbMoney = new System.Windows.Forms.Label();
            this.lbRank = new System.Windows.Forms.Label();
            this.textRank = new System.Windows.Forms.MaskedTextBox();
            this.lbBuyTime = new System.Windows.Forms.Label();
            this.lbCarNumber = new System.Windows.Forms.Label();
            this.textCarNumber = new System.Windows.Forms.MaskedTextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.GridView_Car = new System.Windows.Forms.DataGridView();
            this.tabPage15 = new System.Windows.Forms.TabPage();
            this.splitContainer9 = new System.Windows.Forms.SplitContainer();
            this.groupBox15 = new System.Windows.Forms.GroupBox();
            this.GridViewCarCheckResult = new System.Windows.Forms.DataGridView();
            this.groupBox16 = new System.Windows.Forms.GroupBox();
            this.label4 = new System.Windows.Forms.Label();
            this.textCheckCarKinds = new System.Windows.Forms.MaskedTextBox();
            this.dateTimeCheckBuyTime = new System.Windows.Forms.DateTimePicker();
            this.btnCarCheck = new System.Windows.Forms.Button();
            this.btnCarClear = new System.Windows.Forms.Button();
            this.label43 = new System.Windows.Forms.Label();
            this.label44 = new System.Windows.Forms.Label();
            this.textCheckCarNumber = new System.Windows.Forms.MaskedTextBox();
            this.label19 = new System.Windows.Forms.Label();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.dateTime_LoadFrist = new System.Windows.Forms.DateTimePicker();
            this.label5 = new System.Windows.Forms.Label();
            this.dateTime_LoadLast = new System.Windows.Forms.DateTimePicker();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.dateTime_baoxianLast = new System.Windows.Forms.DateTimePicker();
            this.label8 = new System.Windows.Forms.Label();
            this.dateTime_baoxianFirst = new System.Windows.Forms.DateTimePicker();
            this.tabControl3.SuspendLayout();
            this.tabPage14.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.groupCar.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GridView_Car)).BeginInit();
            this.tabPage15.SuspendLayout();
            this.splitContainer9.Panel1.SuspendLayout();
            this.splitContainer9.Panel2.SuspendLayout();
            this.splitContainer9.SuspendLayout();
            this.groupBox15.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GridViewCarCheckResult)).BeginInit();
            this.groupBox16.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl3
            // 
            this.tabControl3.Controls.Add(this.tabPage14);
            this.tabControl3.Controls.Add(this.tabPage15);
            this.tabControl3.Location = new System.Drawing.Point(5, 7);
            this.tabControl3.Name = "tabControl3";
            this.tabControl3.SelectedIndex = 0;
            this.tabControl3.Size = new System.Drawing.Size(760, 374);
            this.tabControl3.TabIndex = 1;
            // 
            // tabPage14
            // 
            this.tabPage14.Controls.Add(this.splitContainer1);
            this.tabPage14.Location = new System.Drawing.Point(4, 21);
            this.tabPage14.Name = "tabPage14";
            this.tabPage14.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage14.Size = new System.Drawing.Size(752, 349);
            this.tabPage14.TabIndex = 0;
            this.tabPage14.Text = "公车档案管理";
            this.tabPage14.UseVisualStyleBackColor = true;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(3, 3);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.groupCar);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
            this.splitContainer1.Size = new System.Drawing.Size(746, 343);
            this.splitContainer1.SplitterDistance = 247;
            this.splitContainer1.TabIndex = 1;
            // 
            // groupCar
            // 
            this.groupCar.Controls.Add(this.label7);
            this.groupCar.Controls.Add(this.dateTime_baoxianLast);
            this.groupCar.Controls.Add(this.label8);
            this.groupCar.Controls.Add(this.dateTime_baoxianFirst);
            this.groupCar.Controls.Add(this.label6);
            this.groupCar.Controls.Add(this.dateTime_LoadLast);
            this.groupCar.Controls.Add(this.label5);
            this.groupCar.Controls.Add(this.dateTime_LoadFrist);
            this.groupCar.Controls.Add(this.dateTime_BuyTime);
            this.groupCar.Controls.Add(this.domainUpDown1);
            this.groupCar.Controls.Add(this.domainLoadMoney);
            this.groupCar.Controls.Add(this.textCarRemark);
            this.groupCar.Controls.Add(this.lbCarRemark);
            this.groupCar.Controls.Add(this.label3);
            this.groupCar.Controls.Add(this.label2);
            this.groupCar.Controls.Add(this.label1);
            this.groupCar.Controls.Add(this.btnCarAdd);
            this.groupCar.Controls.Add(this.btnCarDelete);
            this.groupCar.Controls.Add(this.btnCarUpdate);
            this.groupCar.Controls.Add(this.lbMoney);
            this.groupCar.Controls.Add(this.lbRank);
            this.groupCar.Controls.Add(this.textRank);
            this.groupCar.Controls.Add(this.lbBuyTime);
            this.groupCar.Controls.Add(this.lbCarNumber);
            this.groupCar.Controls.Add(this.textCarNumber);
            this.groupCar.Location = new System.Drawing.Point(3, 14);
            this.groupCar.Name = "groupCar";
            this.groupCar.Size = new System.Drawing.Size(241, 324);
            this.groupCar.TabIndex = 0;
            this.groupCar.TabStop = false;
            this.groupCar.Text = "公车档案管理";
            // 
            // dateTime_BuyTime
            // 
            this.dateTime_BuyTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTime_BuyTime.Location = new System.Drawing.Point(109, 37);
            this.dateTime_BuyTime.Name = "dateTime_BuyTime";
            this.dateTime_BuyTime.Size = new System.Drawing.Size(110, 21);
            this.dateTime_BuyTime.TabIndex = 20;
            this.dateTime_BuyTime.Value = new System.DateTime(2008, 4, 19, 0, 0, 0, 0);
            // 
            // domainUpDown1
            // 
            this.domainUpDown1.Location = new System.Drawing.Point(109, 175);
            this.domainUpDown1.Name = "domainUpDown1";
            this.domainUpDown1.Size = new System.Drawing.Size(88, 21);
            this.domainUpDown1.TabIndex = 18;
            // 
            // domainLoadMoney
            // 
            this.domainLoadMoney.Location = new System.Drawing.Point(109, 91);
            this.domainLoadMoney.Name = "domainLoadMoney";
            this.domainLoadMoney.Size = new System.Drawing.Size(88, 21);
            this.domainLoadMoney.TabIndex = 17;
            // 
            // textCarRemark
            // 
            this.textCarRemark.Location = new System.Drawing.Point(109, 256);
            this.textCarRemark.Multiline = true;
            this.textCarRemark.Name = "textCarRemark";
            this.textCarRemark.Size = new System.Drawing.Size(110, 19);
            this.textCarRemark.TabIndex = 15;
            // 
            // lbCarRemark
            // 
            this.lbCarRemark.AutoSize = true;
            this.lbCarRemark.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbCarRemark.Location = new System.Drawing.Point(40, 263);
            this.lbCarRemark.Name = "lbCarRemark";
            this.lbCarRemark.Size = new System.Drawing.Size(63, 14);
            this.lbCarRemark.TabIndex = 14;
            this.lbCarRemark.Text = "备    注";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(203, 92);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(21, 14);
            this.label3.TabIndex = 13;
            this.label3.Text = "元";
            // 
            // label2
            // 

⌨️ 快捷键说明

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