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

📄 jl_tixing.designer.cs

📁 此系统开发了一个公交车管理系统。系统根据权限的不同
💻 CS
字号:
namespace CarManage
{
    partial class JL_tixing
    {
        /// <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.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.label1 = new System.Windows.Forms.Label();
            this.lbLoadTime = new System.Windows.Forms.Label();
            this.GridViewLoad = new System.Windows.Forms.DataGridView();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.label2 = new System.Windows.Forms.Label();
            this.lbBiaoxian = new System.Windows.Forms.Label();
            this.GridViewbaoxian = new System.Windows.Forms.DataGridView();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GridViewLoad)).BeginInit();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GridViewbaoxian)).BeginInit();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(12, 12);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(760, 374);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.lbLoadTime);
            this.tabPage1.Controls.Add(this.GridViewLoad);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(752, 349);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "察看养路费提醒";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(18, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(59, 12);
            this.label1.TabIndex = 2;
            this.label1.Text = "当前日期:";
            // 
            // lbLoadTime
            // 
            this.lbLoadTime.AutoSize = true;
            this.lbLoadTime.Location = new System.Drawing.Point(75, 20);
            this.lbLoadTime.Name = "lbLoadTime";
            this.lbLoadTime.Size = new System.Drawing.Size(41, 12);
            this.lbLoadTime.TabIndex = 1;
            this.lbLoadTime.Text = "label1";
            // 
            // GridViewLoad
            // 
            this.GridViewLoad.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.GridViewLoad.Location = new System.Drawing.Point(20, 48);
            this.GridViewLoad.Name = "GridViewLoad";
            this.GridViewLoad.RowTemplate.Height = 23;
            this.GridViewLoad.Size = new System.Drawing.Size(707, 270);
            this.GridViewLoad.TabIndex = 0;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.label2);
            this.tabPage2.Controls.Add(this.lbBiaoxian);
            this.tabPage2.Controls.Add(this.GridViewbaoxian);
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(752, 349);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "察看保险费提醒";
            this.tabPage2.UseVisualStyleBackColor = true;
            this.tabPage2.Click += new System.EventHandler(this.tabPage2_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(22, 25);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(59, 12);
            this.label2.TabIndex = 5;
            this.label2.Text = "当前日期:";
            // 
            // lbBiaoxian
            // 
            this.lbBiaoxian.AutoSize = true;
            this.lbBiaoxian.Location = new System.Drawing.Point(79, 25);
            this.lbBiaoxian.Name = "lbBiaoxian";
            this.lbBiaoxian.Size = new System.Drawing.Size(41, 12);
            this.lbBiaoxian.TabIndex = 4;
            this.lbBiaoxian.Text = "label1";
            // 
            // GridViewbaoxian
            // 
            this.GridViewbaoxian.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.GridViewbaoxian.Location = new System.Drawing.Point(24, 53);
            this.GridViewbaoxian.Name = "GridViewbaoxian";
            this.GridViewbaoxian.RowTemplate.Height = 23;
            this.GridViewbaoxian.Size = new System.Drawing.Size(707, 270);
            this.GridViewbaoxian.TabIndex = 3;
            // 
            // JL_tixing
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(773, 446);
            this.Controls.Add(this.tabControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "JL_tixing";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "JL_tixing";
            this.Load += new System.EventHandler(this.JL_tixing_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GridViewLoad)).EndInit();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GridViewbaoxian)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.DataGridView GridViewLoad;
        private System.Windows.Forms.Label lbLoadTime;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label lbBiaoxian;
        private System.Windows.Forms.DataGridView GridViewbaoxian;
    }
}

⌨️ 快捷键说明

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