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

📄 pt_oil_ticket.designer.cs

📁 此系统开发了一个公交车管理系统。系统根据权限的不同
💻 CS
字号:
namespace CarManage
{
    partial class PT_Oil_Ticket
    {
        /// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.groupBox29 = new System.Windows.Forms.GroupBox();
            this.dataGridView5 = new System.Windows.Forms.DataGridView();
            this.label19 = new System.Windows.Forms.Label();
            this.groupBox30 = new System.Windows.Forms.GroupBox();
            this.dateTimeOilCheck = new System.Windows.Forms.DateTimePicker();
            this.label4 = new System.Windows.Forms.Label();
            this.dateTimeCarCheck = new System.Windows.Forms.DateTimePicker();
            this.label5 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.text_CheckCarNumber = new System.Windows.Forms.MaskedTextBox();
            this.label71 = new System.Windows.Forms.Label();
            this.label74 = new System.Windows.Forms.Label();
            this.label72 = new System.Windows.Forms.Label();
            this.text_CheckCarName = new System.Windows.Forms.MaskedTextBox();
            this.btnCheck = new System.Windows.Forms.Button();
            this.btnClear = new System.Windows.Forms.Button();
            this.label77 = new System.Windows.Forms.Label();
            this.label78 = new System.Windows.Forms.Label();
            this.textAverOil = new System.Windows.Forms.MaskedTextBox();
            this.textAverTicket = new System.Windows.Forms.MaskedTextBox();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.groupBox29.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView5)).BeginInit();
            this.groupBox30.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Location = new System.Drawing.Point(1, 2);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.groupBox29);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.label19);
            this.splitContainer1.Panel2.Controls.Add(this.groupBox30);
            this.splitContainer1.Size = new System.Drawing.Size(760, 374);
            this.splitContainer1.SplitterDistance = 490;
            this.splitContainer1.TabIndex = 5;
            // 
            // groupBox29
            // 
            this.groupBox29.Controls.Add(this.dataGridView5);
            this.groupBox29.Location = new System.Drawing.Point(11, 10);
            this.groupBox29.Name = "groupBox29";
            this.groupBox29.Size = new System.Drawing.Size(467, 321);
            this.groupBox29.TabIndex = 0;
            this.groupBox29.TabStop = false;
            this.groupBox29.Text = "个人票款和油耗记录查询结果显示";
            // 
            // dataGridView5
            // 
            this.dataGridView5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView5.Location = new System.Drawing.Point(6, 20);
            this.dataGridView5.Name = "dataGridView5";
            this.dataGridView5.RowTemplate.Height = 23;
            this.dataGridView5.Size = new System.Drawing.Size(455, 292);
            this.dataGridView5.TabIndex = 0;
            // 
            // 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(247, 5);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(16, 16);
            this.label19.TabIndex = 40;
            this.label19.Text = "X";
            this.label19.Click += new System.EventHandler(this.label19_Click);
            // 
            // groupBox30
            // 
            this.groupBox30.Controls.Add(this.textAverOil);
            this.groupBox30.Controls.Add(this.textAverTicket);
            this.groupBox30.Controls.Add(this.dateTimeOilCheck);
            this.groupBox30.Controls.Add(this.label4);
            this.groupBox30.Controls.Add(this.dateTimeCarCheck);
            this.groupBox30.Controls.Add(this.label5);
            this.groupBox30.Controls.Add(this.label2);
            this.groupBox30.Controls.Add(this.text_CheckCarNumber);
            this.groupBox30.Controls.Add(this.label71);
            this.groupBox30.Controls.Add(this.label74);
            this.groupBox30.Controls.Add(this.label72);
            this.groupBox30.Controls.Add(this.text_CheckCarName);
            this.groupBox30.Controls.Add(this.btnCheck);
            this.groupBox30.Controls.Add(this.btnClear);
            this.groupBox30.Controls.Add(this.label77);
            this.groupBox30.Controls.Add(this.label78);
            this.groupBox30.Location = new System.Drawing.Point(3, 10);
            this.groupBox30.Name = "groupBox30";
            this.groupBox30.Size = new System.Drawing.Size(247, 321);
            this.groupBox30.TabIndex = 0;
            this.groupBox30.TabStop = false;
            this.groupBox30.Text = "个人票款和油耗记录查询结果显示";
            // 
            // dateTimeOilCheck
            // 
            this.dateTimeOilCheck.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTimeOilCheck.Location = new System.Drawing.Point(113, 141);
            this.dateTimeOilCheck.Name = "dateTimeOilCheck";
            this.dateTimeOilCheck.ShowCheckBox = true;
            this.dateTimeOilCheck.Size = new System.Drawing.Size(111, 21);
            this.dateTimeOilCheck.TabIndex = 64;
            this.dateTimeOilCheck.Value = new System.DateTime(2008, 4, 20, 0, 0, 0, 0);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(23, 150);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(77, 12);
            this.label4.TabIndex = 63;
            this.label4.Text = "油耗录入时间";
            // 
            // dateTimeCarCheck
            // 
            this.dateTimeCarCheck.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTimeCarCheck.Location = new System.Drawing.Point(113, 109);
            this.dateTimeCarCheck.Name = "dateTimeCarCheck";
            this.dateTimeCarCheck.ShowCheckBox = true;
            this.dateTimeCarCheck.Size = new System.Drawing.Size(111, 21);
            this.dateTimeCarCheck.TabIndex = 62;
            this.dateTimeCarCheck.Value = new System.DateTime(2008, 4, 20, 0, 0, 0, 0);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(23, 118);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(77, 12);
            this.label5.TabIndex = 61;
            this.label5.Text = "车票录入时间";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(23, 60);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(59, 12);
            this.label2.TabIndex = 60;
            this.label2.Text = "车牌号码 ";
            // 
            // text_CheckCarNumber
            // 
            this.text_CheckCarNumber.Location = new System.Drawing.Point(113, 51);
            this.text_CheckCarNumber.Name = "text_CheckCarNumber";
            this.text_CheckCarNumber.Size = new System.Drawing.Size(109, 21);
            this.text_CheckCarNumber.TabIndex = 59;
            // 
            // label71
            // 
            this.label71.AutoSize = true;
            this.label71.Location = new System.Drawing.Point(23, 209);
            this.label71.Name = "label71";
            this.label71.Size = new System.Drawing.Size(53, 12);
            this.label71.TabIndex = 58;
            this.label71.Text = "平均油耗";
            // 
            // label74
            // 
            this.label74.AutoSize = true;
            this.label74.Location = new System.Drawing.Point(23, 182);
            this.label74.Name = "label74";
            this.label74.Size = new System.Drawing.Size(53, 12);
            this.label74.TabIndex = 57;
            this.label74.Text = "平均票款";
            // 
            // label72
            // 
            this.label72.AutoSize = true;
            this.label72.Location = new System.Drawing.Point(23, 87);
            this.label72.Name = "label72";
            this.label72.Size = new System.Drawing.Size(53, 12);
            this.label72.TabIndex = 56;
            this.label72.Text = "姓    名";
            // 
            // text_CheckCarName
            // 
            this.text_CheckCarName.Location = new System.Drawing.Point(113, 78);
            this.text_CheckCarName.Name = "text_CheckCarName";
            this.text_CheckCarName.Size = new System.Drawing.Size(109, 21);
            this.text_CheckCarName.TabIndex = 55;
            // 
            // btnCheck
            // 
            this.btnCheck.Location = new System.Drawing.Point(25, 246);
            this.btnCheck.Name = "btnCheck";
            this.btnCheck.Size = new System.Drawing.Size(75, 23);
            this.btnCheck.TabIndex = 54;
            this.btnCheck.Text = "查询";
            this.btnCheck.UseVisualStyleBackColor = true;
            this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
            // 
            // btnClear
            // 
            this.btnClear.Location = new System.Drawing.Point(147, 246);
            this.btnClear.Name = "btnClear";
            this.btnClear.Size = new System.Drawing.Size(75, 23);
            this.btnClear.TabIndex = 53;
            this.btnClear.Text = "清空";
            this.btnClear.UseVisualStyleBackColor = true;
            this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
            // 
            // label77
            // 
            this.label77.AutoSize = true;
            this.label77.Location = new System.Drawing.Point(103, 135);
            this.label77.Name = "label77";
            this.label77.Size = new System.Drawing.Size(0, 12);
            this.label77.TabIndex = 22;
            // 
            // label78
            // 
            this.label78.AutoSize = true;
            this.label78.Location = new System.Drawing.Point(101, 103);
            this.label78.Name = "label78";
            this.label78.Size = new System.Drawing.Size(0, 12);
            this.label78.TabIndex = 21;
            // 
            // textAverOil
            // 
            this.textAverOil.Location = new System.Drawing.Point(113, 205);
            this.textAverOil.Name = "textAverOil";
            this.textAverOil.Size = new System.Drawing.Size(109, 21);
            this.textAverOil.TabIndex = 66;
            // 
            // textAverTicket
            // 
            this.textAverTicket.Location = new System.Drawing.Point(113, 173);
            this.textAverTicket.Name = "textAverTicket";
            this.textAverTicket.Size = new System.Drawing.Size(109, 21);
            this.textAverTicket.TabIndex = 65;
            // 
            // PT_Oil_Ticket
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(773, 409);
            this.Controls.Add(this.splitContainer1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "PT_Oil_Ticket";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "PT_Oil_Ticket";
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.groupBox29.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView5)).EndInit();
            this.groupBox30.ResumeLayout(false);
            this.groupBox30.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.GroupBox groupBox29;
        private System.Windows.Forms.DataGridView dataGridView5;
        private System.Windows.Forms.GroupBox groupBox30;
        private System.Windows.Forms.Label label77;
        private System.Windows.Forms.Label label78;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.DateTimePicker dateTimeOilCheck;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.DateTimePicker dateTimeCarCheck;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.MaskedTextBox text_CheckCarNumber;
        private System.Windows.Forms.Label label71;
        private System.Windows.Forms.Label label74;
        private System.Windows.Forms.Label label72;
        private System.Windows.Forms.MaskedTextBox text_CheckCarName;
        private System.Windows.Forms.Button btnCheck;
        private System.Windows.Forms.Button btnClear;
        private System.Windows.Forms.MaskedTextBox textAverOil;
        private System.Windows.Forms.MaskedTextBox textAverTicket;

    }
}

⌨️ 快捷键说明

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