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

📄 cw_baoche.designer.cs

📁 此系统开发了一个公交车管理系统。系统根据权限的不同
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace CarManage
{
    partial class CW_Baoche
    {
        /// <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.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.label2 = new System.Windows.Forms.Label();
            this.textLoadTotal = new System.Windows.Forms.MaskedTextBox();
            this.textMoney = new System.Windows.Forms.MaskedTextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.textAddressLast = new System.Windows.Forms.MaskedTextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.textAddressFrist = new System.Windows.Forms.MaskedTextBox();
            this.dateTime_LastTime = new System.Windows.Forms.DateTimePicker();
            this.label4 = new System.Windows.Forms.Label();
            this.textCarRemark = new System.Windows.Forms.TextBox();
            this.lbCarRemark = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.btnCarAdd = new System.Windows.Forms.Button();
            this.dateTime_FristTime = new System.Windows.Forms.DateTimePicker();
            this.lbMoney = new System.Windows.Forms.Label();
            this.lbBuyTime = new System.Windows.Forms.Label();
            this.lbCarNumber = new System.Windows.Forms.Label();
            this.textCarNumber = new System.Windows.Forms.MaskedTextBox();
            this.button1 = new System.Windows.Forms.Button();
            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.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.label44 = new System.Windows.Forms.Label();
            this.textCheckCarNumber = new System.Windows.Forms.MaskedTextBox();
            this.label19 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            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(3, 3);
            this.tabControl3.Name = "tabControl3";
            this.tabControl3.SelectedIndex = 0;
            this.tabControl3.Size = new System.Drawing.Size(760, 374);
            this.tabControl3.TabIndex = 2;
            // 
            // 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.label6);
            this.groupCar.Controls.Add(this.label2);
            this.groupCar.Controls.Add(this.textLoadTotal);
            this.groupCar.Controls.Add(this.textMoney);
            this.groupCar.Controls.Add(this.label1);
            this.groupCar.Controls.Add(this.textAddressLast);
            this.groupCar.Controls.Add(this.label5);
            this.groupCar.Controls.Add(this.textAddressFrist);
            this.groupCar.Controls.Add(this.dateTime_LastTime);
            this.groupCar.Controls.Add(this.label4);
            this.groupCar.Controls.Add(this.textCarRemark);
            this.groupCar.Controls.Add(this.lbCarRemark);
            this.groupCar.Controls.Add(this.label3);
            this.groupCar.Controls.Add(this.btnCarAdd);
            this.groupCar.Controls.Add(this.dateTime_FristTime);
            this.groupCar.Controls.Add(this.lbMoney);
            this.groupCar.Controls.Add(this.lbBuyTime);
            this.groupCar.Controls.Add(this.lbCarNumber);
            this.groupCar.Controls.Add(this.textCarNumber);
            this.groupCar.Controls.Add(this.button1);
            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 = "包车管理";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(40, 175);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(63, 14);
            this.label2.TabIndex = 46;
            this.label2.Text = "总 距 离";
            // 
            // textLoadTotal
            // 
            this.textLoadTotal.Location = new System.Drawing.Point(109, 174);
            this.textLoadTotal.Name = "textLoadTotal";
            this.textLoadTotal.Size = new System.Drawing.Size(68, 21);
            this.textLoadTotal.TabIndex = 45;
            // 
            // textMoney
            // 
            this.textMoney.Location = new System.Drawing.Point(109, 97);
            this.textMoney.Name = "textMoney";
            this.textMoney.Size = new System.Drawing.Size(89, 21);
            this.textMoney.TabIndex = 44;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(40, 152);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(63, 14);
            this.label1.TabIndex = 43;
            this.label1.Text = "结束地址";
            // 
            // textAddressLast
            // 
            this.textAddressLast.Location = new System.Drawing.Point(109, 151);
            this.textAddressLast.Name = "textAddressLast";
            this.textAddressLast.Size = new System.Drawing.Size(110, 21);
            this.textAddressLast.TabIndex = 42;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(40, 125);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(63, 14);
            this.label5.TabIndex = 41;
            this.label5.Text = "起始地址";
            // 
            // textAddressFrist
            // 
            this.textAddressFrist.Location = new System.Drawing.Point(109, 124);
            this.textAddressFrist.Name = "textAddressFrist";
            this.textAddressFrist.Size = new System.Drawing.Size(110, 21);
            this.textAddressFrist.TabIndex = 40;
            // 
            // dateTime_LastTime
            // 
            this.dateTime_LastTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTime_LastTime.Location = new System.Drawing.Point(109, 68);
            this.dateTime_LastTime.Name = "dateTime_LastTime";
            this.dateTime_LastTime.Size = new System.Drawing.Size(110, 21);
            this.dateTime_LastTime.TabIndex = 39;
            this.dateTime_LastTime.Value = new System.DateTime(2008, 4, 22, 0, 0, 0, 0);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(40, 75);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(63, 14);
            this.label4.TabIndex = 38;
            this.label4.Text = "结束时间";
            // 
            // textCarRemark
            // 
            this.textCarRemark.Location = new System.Drawing.Point(109, 201);
            this.textCarRemark.Multiline = true;
            this.textCarRemark.Name = "textCarRemark";
            this.textCarRemark.Size = new System.Drawing.Size(110, 70);
            this.textCarRemark.TabIndex = 37;
            // 
            // 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, 202);
            this.lbCarRemark.Name = "lbCarRemark";
            this.lbCarRemark.Size = new System.Drawing.Size(63, 14);
            this.lbCarRemark.TabIndex = 36;
            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(198, 98);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(21, 14);
            this.label3.TabIndex = 35;
            this.label3.Text = "元";
            // 
            // btnCarAdd
            // 
            this.btnCarAdd.Location = new System.Drawing.Point(43, 283);
            this.btnCarAdd.Name = "btnCarAdd";
            this.btnCarAdd.Size = new System.Drawing.Size(75, 23);
            this.btnCarAdd.TabIndex = 34;
            this.btnCarAdd.Text = "添加";
            this.btnCarAdd.UseVisualStyleBackColor = true;
            this.btnCarAdd.Click += new System.EventHandler(this.btnCarAdd_Click);
            // 

⌨️ 快捷键说明

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