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

📄 trainuil.designer.cs

📁 用C#编写的实现火车查询功能的程序功能比较完整
💻 CS
📖 第 1 页 / 共 5 页
字号:
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.label10.Cursor = System.Windows.Forms.Cursors.Hand;
            this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label10.Location = new System.Drawing.Point(310, 168);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(29, 12);
            this.label10.TabIndex = 0;
            this.label10.Text = "银川";
            this.label10.Click += new System.EventHandler(this.lblWuLuMuQi_Click);
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.label9.Cursor = System.Windows.Forms.Cursors.Hand;
            this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label9.Location = new System.Drawing.Point(269, 185);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(29, 12);
            this.label9.TabIndex = 0;
            this.label9.Text = "西宁";
            this.label9.Click += new System.EventHandler(this.lblWuLuMuQi_Click);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.label8.Cursor = System.Windows.Forms.Cursors.Hand;
            this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.Location = new System.Drawing.Point(208, 208);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(41, 12);
            this.label8.TabIndex = 0;
            this.label8.Text = "格尔木";
            this.label8.Click += new System.EventHandler(this.lblWuLuMuQi_Click);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.label7.Cursor = System.Windows.Forms.Cursors.Hand;
            this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label7.Location = new System.Drawing.Point(254, 148);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(29, 12);
            this.label7.TabIndex = 0;
            this.label7.Text = "玉门";
            this.label7.Click += new System.EventHandler(this.lblWuLuMuQi_Click);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.label6.Cursor = System.Windows.Forms.Cursors.Hand;
            this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label6.Location = new System.Drawing.Point(216, 110);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(29, 12);
            this.label6.TabIndex = 0;
            this.label6.Text = "哈密";
            this.label6.Click += new System.EventHandler(this.lblWuLuMuQi_Click);
            // 
            // lblWuLuMuQi
            // 
            this.lblWuLuMuQi.AutoSize = true;
            this.lblWuLuMuQi.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.lblWuLuMuQi.Cursor = System.Windows.Forms.Cursors.Hand;
            this.lblWuLuMuQi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblWuLuMuQi.Location = new System.Drawing.Point(169, 89);
            this.lblWuLuMuQi.Name = "lblWuLuMuQi";
            this.lblWuLuMuQi.Size = new System.Drawing.Size(53, 12);
            this.lblWuLuMuQi.TabIndex = 0;
            this.lblWuLuMuQi.Text = "乌鲁木齐";
            this.lblWuLuMuQi.Click += new System.EventHandler(this.lblWuLuMuQi_Click);
            // 
            // tbpOptionCard
            // 
            this.tbpOptionCard.Controls.Add(this.tbpPhoto);
            this.tbpOptionCard.Controls.Add(this.tbpChang);
            this.tbpOptionCard.Controls.Add(this.tbpParticularInfo);
            this.tbpOptionCard.Location = new System.Drawing.Point(12, 168);
            this.tbpOptionCard.Name = "tbpOptionCard";
            this.tbpOptionCard.SelectedIndex = 0;
            this.tbpOptionCard.Size = new System.Drawing.Size(643, 441);
            this.tbpOptionCard.TabIndex = 8;
            this.tbpOptionCard.SelectedIndexChanged += new System.EventHandler(this.tbpOptionCard_SelectedIndexChanged);
            // 
            // btnPrintCode
            // 
            this.btnPrintCode.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnPrintCode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnPrintCode.Location = new System.Drawing.Point(573, 615);
            this.btnPrintCode.Name = "btnPrintCode";
            this.btnPrintCode.Size = new System.Drawing.Size(75, 23);
            this.btnPrintCode.TabIndex = 10;
            this.btnPrintCode.Text = "打印";
            this.btnPrintCode.UseVisualStyleBackColor = true;
            this.btnPrintCode.Visible = false;
            this.btnPrintCode.Click += new System.EventHandler(this.btnPrintCode_Click);
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // lblDataTime
            // 
            this.lblDataTime.AutoSize = true;
            this.lblDataTime.Location = new System.Drawing.Point(19, 618);
            this.lblDataTime.Name = "lblDataTime";
            this.lblDataTime.Size = new System.Drawing.Size(0, 12);
            this.lblDataTime.TabIndex = 11;
            // 
            // helpProvider1
            // 
            this.helpProvider1.HelpNamespace = "D:\\TrainSystem\\TrainSystem.UIL\\bin\\Debug\\Help.chm";
            // 
            // TrainUIL
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.LightSteelBlue;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.ClientSize = new System.Drawing.Size(663, 643);
            this.Controls.Add(this.lblDataTime);
            this.Controls.Add(this.btnPrintCode);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.tbpOptionCard);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TrainUIL";
            this.helpProvider1.SetShowHelp(this, true);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "列车时刻查询系统";
            this.Load += new System.EventHandler(this.TrainUIL_Load);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.tbpParticularInfo.ResumeLayout(false);
            this.tbpChang.ResumeLayout(false);
            this.tbpPhoto.ResumeLayout(false);
            this.tbpPhoto.PerformLayout();
            this.tbpOptionCard.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label52;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Button btnNumberSearch;
        public System.Windows.Forms.TextBox txtTrainCodeSearch;
        private System.Windows.Forms.TextBox txtEndStation;
        private System.Windows.Forms.TextBox txtStartStation;
        private System.Windows.Forms.Button btnInfoSearch;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label53;
        private System.Windows.Forms.Label label51;
        private System.Windows.Forms.Label label50;
        private System.Windows.Forms.Label label49;
        private System.Windows.Forms.Label label48;
        private System.Windows.Forms.Label label46;
        private System.Windows.Forms.Label label45;
        private System.Windows.Forms.Label label47;
        private System.Windows.Forms.Label label43;
        private System.Windows.Forms.Label label44;
        private System.Windows.Forms.Label label42;
        private System.Windows.Forms.Label label41;
        private System.Windows.Forms.Label label40;
        private System.Windows.Forms.Label label39;
        private System.Windows.Forms.Label label38;
        private System.Windows.Forms.Label label36;
        private System.Windows.Forms.Label label37;
        private System.Windows.Forms.Label label35;
        private System.Windows.Forms.Label label34;
        private System.Windows.Forms.Label label33;
        private System.Windows.Forms.Label label32;
        private System.Windows.Forms.Label label31;
        private System.Windows.Forms.Label label28;
        private System.Windows.Forms.Label label30;
        private System.Windows.Forms.Label label27;
        private System.Windows.Forms.Label label24;
        private System.Windows.Forms.Label label26;
        private System.Windows.Forms.Label label29;
        private System.Windows.Forms.Label label23;
        private System.Windows.Forms.Label label25;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.Label label22;
        private System.Windows.Forms.TabPage tbpParticularInfo;
        private System.Windows.Forms.Label label21;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.Label label20;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.TabPage tbpChang;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.TabPage tbpPhoto;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label lblWuLuMuQi;
        private System.Windows.Forms.TabControl tbpOptionCard;
        private System.Windows.Forms.ListView lstTrainInfo;
        private System.Windows.Forms.ComboBox cboChangeTrains;
        private System.Windows.Forms.ListView lstTrainCodeInfo;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button btnPrintCode;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Label lblDataTime;
        private System.Windows.Forms.Button btnHelp;
        private System.Windows.Forms.HelpProvider helpProvider1;
        private System.Windows.Forms.Label label5;
    }
}

⌨️ 快捷键说明

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