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

📄 jl_baoche.designer.cs

📁 此系统开发了一个公交车管理系统。系统根据权限的不同
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.btnCarDelete.UseVisualStyleBackColor = true;
            this.btnCarDelete.Click += new System.EventHandler(this.btnCarDelete_Click);
            // 
            // btnCarUpdate
            // 
            this.btnCarUpdate.Location = new System.Drawing.Point(102, 283);
            this.btnCarUpdate.Name = "btnCarUpdate";
            this.btnCarUpdate.Size = new System.Drawing.Size(53, 23);
            this.btnCarUpdate.TabIndex = 5;
            this.btnCarUpdate.Text = "修改";
            this.btnCarUpdate.UseVisualStyleBackColor = true;
            this.btnCarUpdate.Click += new System.EventHandler(this.btnCarUpdate_Click);
            // 
            // dateTime_FristTime
            // 
            this.dateTime_FristTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTime_FristTime.Location = new System.Drawing.Point(109, 41);
            this.dateTime_FristTime.Name = "dateTime_FristTime";
            this.dateTime_FristTime.Size = new System.Drawing.Size(110, 21);
            this.dateTime_FristTime.TabIndex = 4;
            this.dateTime_FristTime.Value = new System.DateTime(2008, 4, 22, 0, 0, 0, 0);
            // 
            // lbMoney
            // 
            this.lbMoney.AutoSize = true;
            this.lbMoney.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbMoney.Location = new System.Drawing.Point(40, 98);
            this.lbMoney.Name = "lbMoney";
            this.lbMoney.Size = new System.Drawing.Size(63, 14);
            this.lbMoney.TabIndex = 3;
            this.lbMoney.Text = "包车费用";
            // 
            // lbBuyTime
            // 
            this.lbBuyTime.AutoSize = true;
            this.lbBuyTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbBuyTime.Location = new System.Drawing.Point(40, 48);
            this.lbBuyTime.Name = "lbBuyTime";
            this.lbBuyTime.Size = new System.Drawing.Size(63, 14);
            this.lbBuyTime.TabIndex = 1;
            this.lbBuyTime.Text = "起始时间";
            // 
            // lbCarNumber
            // 
            this.lbCarNumber.AutoSize = true;
            this.lbCarNumber.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbCarNumber.Location = new System.Drawing.Point(40, 20);
            this.lbCarNumber.Name = "lbCarNumber";
            this.lbCarNumber.Size = new System.Drawing.Size(63, 14);
            this.lbCarNumber.TabIndex = 0;
            this.lbCarNumber.Text = "车牌号码";
            // 
            // textCarNumber
            // 
            this.textCarNumber.Location = new System.Drawing.Point(109, 13);
            this.textCarNumber.Name = "textCarNumber";
            this.textCarNumber.Size = new System.Drawing.Size(110, 21);
            this.textCarNumber.TabIndex = 0;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.GridView_Car);
            this.groupBox1.Location = new System.Drawing.Point(3, 14);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(485, 346);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "包车信息";
            // 
            // GridView_Car
            // 
            this.GridView_Car.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.GridView_Car.Location = new System.Drawing.Point(22, 20);
            this.GridView_Car.Name = "GridView_Car";
            this.GridView_Car.RowTemplate.Height = 23;
            this.GridView_Car.Size = new System.Drawing.Size(429, 286);
            this.GridView_Car.TabIndex = 0;
            this.GridView_Car.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridView_Car_CellClick);
            // 
            // tabPage15
            // 
            this.tabPage15.Controls.Add(this.splitContainer9);
            this.tabPage15.Location = new System.Drawing.Point(4, 21);
            this.tabPage15.Name = "tabPage15";
            this.tabPage15.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage15.Size = new System.Drawing.Size(752, 349);
            this.tabPage15.TabIndex = 1;
            this.tabPage15.Text = "包车信息查询";
            this.tabPage15.UseVisualStyleBackColor = true;
            // 
            // splitContainer9
            // 
            this.splitContainer9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer9.Location = new System.Drawing.Point(3, 3);
            this.splitContainer9.Name = "splitContainer9";
            // 
            // splitContainer9.Panel1
            // 
            this.splitContainer9.Panel1.Controls.Add(this.groupBox15);
            // 
            // splitContainer9.Panel2
            // 
            this.splitContainer9.Panel2.Controls.Add(this.groupBox16);
            this.splitContainer9.Size = new System.Drawing.Size(746, 343);
            this.splitContainer9.SplitterDistance = 481;
            this.splitContainer9.TabIndex = 0;
            // 
            // groupBox15
            // 
            this.groupBox15.Controls.Add(this.GridViewCarCheckResult);
            this.groupBox15.Location = new System.Drawing.Point(0, 4);
            this.groupBox15.Name = "groupBox15";
            this.groupBox15.Size = new System.Drawing.Size(465, 312);
            this.groupBox15.TabIndex = 0;
            this.groupBox15.TabStop = false;
            this.groupBox15.Text = "包车查询结果显示";
            // 
            // GridViewCarCheckResult
            // 
            this.GridViewCarCheckResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.GridViewCarCheckResult.Location = new System.Drawing.Point(7, 20);
            this.GridViewCarCheckResult.Name = "GridViewCarCheckResult";
            this.GridViewCarCheckResult.RowTemplate.Height = 23;
            this.GridViewCarCheckResult.Size = new System.Drawing.Size(442, 275);
            this.GridViewCarCheckResult.TabIndex = 0;
            // 
            // groupBox16
            // 
            this.groupBox16.Controls.Add(this.btnCarCheck);
            this.groupBox16.Controls.Add(this.btnCarClear);
            this.groupBox16.Controls.Add(this.label44);
            this.groupBox16.Controls.Add(this.textCheckCarNumber);
            this.groupBox16.Location = new System.Drawing.Point(3, 4);
            this.groupBox16.Name = "groupBox16";
            this.groupBox16.Size = new System.Drawing.Size(247, 312);
            this.groupBox16.TabIndex = 0;
            this.groupBox16.TabStop = false;
            this.groupBox16.Text = "包车信息查询";
            // 
            // btnCarCheck
            // 
            this.btnCarCheck.Location = new System.Drawing.Point(31, 125);
            this.btnCarCheck.Name = "btnCarCheck";
            this.btnCarCheck.Size = new System.Drawing.Size(75, 23);
            this.btnCarCheck.TabIndex = 12;
            this.btnCarCheck.Text = "查询";
            this.btnCarCheck.UseVisualStyleBackColor = true;
            this.btnCarCheck.Click += new System.EventHandler(this.btnCarCheck_Click);
            // 
            // btnCarClear
            // 
            this.btnCarClear.Location = new System.Drawing.Point(132, 125);
            this.btnCarClear.Name = "btnCarClear";
            this.btnCarClear.Size = new System.Drawing.Size(75, 23);
            this.btnCarClear.TabIndex = 11;
            this.btnCarClear.Text = "清空";
            this.btnCarClear.UseVisualStyleBackColor = true;
            this.btnCarClear.Click += new System.EventHandler(this.btnCarClear_Click);
            // 
            // label44
            // 
            this.label44.AutoSize = true;
            this.label44.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label44.Location = new System.Drawing.Point(28, 75);
            this.label44.Name = "label44";
            this.label44.Size = new System.Drawing.Size(63, 14);
            this.label44.TabIndex = 5;
            this.label44.Text = "车牌号码";
            // 
            // textCheckCarNumber
            // 
            this.textCheckCarNumber.Location = new System.Drawing.Point(97, 68);
            this.textCheckCarNumber.Name = "textCheckCarNumber";
            this.textCheckCarNumber.Size = new System.Drawing.Size(110, 21);
            this.textCheckCarNumber.TabIndex = 6;
            // 
            // 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(747, 6);
            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);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label6.Location = new System.Drawing.Point(184, 175);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(35, 14);
            this.label6.TabIndex = 25;
            this.label6.Text = "公里";
            // 
            // JL_Baoche
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(769, 409);
            this.Controls.Add(this.label19);
            this.Controls.Add(this.tabControl3);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "JL_Baoche";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "JL_Baoche";
            this.Load += new System.EventHandler(this.JL_Baoche_Load);
            this.tabControl3.ResumeLayout(false);
            this.tabPage14.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.groupCar.ResumeLayout(false);
            this.groupCar.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.GridView_Car)).EndInit();
            this.tabPage15.ResumeLayout(false);
            this.splitContainer9.Panel1.ResumeLayout(false);
            this.splitContainer9.Panel2.ResumeLayout(false);
            this.splitContainer9.ResumeLayout(false);
            this.groupBox15.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.GridViewCarCheckResult)).EndInit();
            this.groupBox16.ResumeLayout(false);
            this.groupBox16.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl3;
        private System.Windows.Forms.TabPage tabPage14;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.GroupBox groupCar;
        private System.Windows.Forms.TextBox textCarRemark;
        private System.Windows.Forms.Label lbCarRemark;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button btnCarAdd;
        private System.Windows.Forms.Button btnCarDelete;
        private System.Windows.Forms.Button btnCarUpdate;
        private System.Windows.Forms.DateTimePicker dateTime_FristTime;
        private System.Windows.Forms.Label lbMoney;
        private System.Windows.Forms.Label lbBuyTime;
        private System.Windows.Forms.Label lbCarNumber;
        private System.Windows.Forms.MaskedTextBox textCarNumber;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.DataGridView GridView_Car;
        private System.Windows.Forms.TabPage tabPage15;
        private System.Windows.Forms.SplitContainer splitContainer9;
        private System.Windows.Forms.GroupBox groupBox15;
        private System.Windows.Forms.DataGridView GridViewCarCheckResult;
        private System.Windows.Forms.GroupBox groupBox16;
        private System.Windows.Forms.Button btnCarCheck;
        private System.Windows.Forms.Button btnCarClear;
        private System.Windows.Forms.Label label44;
        private System.Windows.Forms.MaskedTextBox textCheckCarNumber;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.MaskedTextBox textAddressLast;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.MaskedTextBox textAddressFrist;
        private System.Windows.Forms.DateTimePicker dateTime_LastTime;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.MaskedTextBox textMoney;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.MaskedTextBox textLoadTotal;
        private System.Windows.Forms.Label label6;
    }
}

⌨️ 快捷键说明

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