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

📄 trainuil.designer.cs

📁 用C#编写的实现火车查询功能的程序功能比较完整
💻 CS
📖 第 1 页 / 共 5 页
字号:
namespace TrainSystem.UIL
{
    partial class TrainUIL
    {
        /// <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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TrainUIL));
            this.label52 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnHelp = new System.Windows.Forms.Button();
            this.cboChangeTrains = new System.Windows.Forms.ComboBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.btnNumberSearch = new System.Windows.Forms.Button();
            this.txtTrainCodeSearch = new System.Windows.Forms.TextBox();
            this.txtEndStation = new System.Windows.Forms.TextBox();
            this.txtStartStation = new System.Windows.Forms.TextBox();
            this.btnInfoSearch = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label53 = new System.Windows.Forms.Label();
            this.label51 = new System.Windows.Forms.Label();
            this.label50 = new System.Windows.Forms.Label();
            this.label49 = new System.Windows.Forms.Label();
            this.label48 = new System.Windows.Forms.Label();
            this.label46 = new System.Windows.Forms.Label();
            this.label45 = new System.Windows.Forms.Label();
            this.label47 = new System.Windows.Forms.Label();
            this.label43 = new System.Windows.Forms.Label();
            this.label44 = new System.Windows.Forms.Label();
            this.label42 = new System.Windows.Forms.Label();
            this.label41 = new System.Windows.Forms.Label();
            this.label40 = new System.Windows.Forms.Label();
            this.label39 = new System.Windows.Forms.Label();
            this.label38 = new System.Windows.Forms.Label();
            this.label36 = new System.Windows.Forms.Label();
            this.label37 = new System.Windows.Forms.Label();
            this.label35 = new System.Windows.Forms.Label();
            this.label34 = new System.Windows.Forms.Label();
            this.label33 = new System.Windows.Forms.Label();
            this.label32 = new System.Windows.Forms.Label();
            this.label31 = new System.Windows.Forms.Label();
            this.label28 = new System.Windows.Forms.Label();
            this.label30 = new System.Windows.Forms.Label();
            this.label27 = new System.Windows.Forms.Label();
            this.label24 = new System.Windows.Forms.Label();
            this.label26 = new System.Windows.Forms.Label();
            this.label29 = new System.Windows.Forms.Label();
            this.label23 = new System.Windows.Forms.Label();
            this.label25 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label22 = new System.Windows.Forms.Label();
            this.tbpParticularInfo = new System.Windows.Forms.TabPage();
            this.lstTrainCodeInfo = new System.Windows.Forms.ListView();
            this.label21 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.tbpChang = new System.Windows.Forms.TabPage();
            this.button1 = new System.Windows.Forms.Button();
            this.lstTrainInfo = new System.Windows.Forms.ListView();
            this.label13 = new System.Windows.Forms.Label();
            this.tbpPhoto = new System.Windows.Forms.TabPage();
            this.label5 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.lblWuLuMuQi = new System.Windows.Forms.Label();
            this.tbpOptionCard = new System.Windows.Forms.TabControl();
            this.btnPrintCode = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.lblDataTime = new System.Windows.Forms.Label();
            this.helpProvider1 = new System.Windows.Forms.HelpProvider();
            this.groupBox2.SuspendLayout();
            this.tbpParticularInfo.SuspendLayout();
            this.tbpChang.SuspendLayout();
            this.tbpPhoto.SuspendLayout();
            this.tbpOptionCard.SuspendLayout();
            this.SuspendLayout();
            // 
            // label52
            // 
            this.label52.AutoSize = true;
            this.label52.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.label52.Cursor = System.Windows.Forms.Cursors.Hand;
            this.label52.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label52.Location = new System.Drawing.Point(277, 342);
            this.label52.Name = "label52";
            this.label52.Size = new System.Drawing.Size(29, 12);
            this.label52.TabIndex = 0;
            this.label52.Text = "昆明";
            this.label52.Click += new System.EventHandler(this.lblWuLuMuQi_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnHelp);
            this.groupBox2.Controls.Add(this.cboChangeTrains);
            this.groupBox2.Controls.Add(this.groupBox3);
            this.groupBox2.Controls.Add(this.btnNumberSearch);
            this.groupBox2.Controls.Add(this.txtTrainCodeSearch);
            this.groupBox2.Controls.Add(this.txtEndStation);
            this.groupBox2.Controls.Add(this.txtStartStation);
            this.groupBox2.Controls.Add(this.btnInfoSearch);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Location = new System.Drawing.Point(11, 18);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(643, 140);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "查询信息";
            // 
            // btnHelp
            // 
            this.btnHelp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnHelp.Location = new System.Drawing.Point(532, 16);
            this.btnHelp.Name = "btnHelp";
            this.btnHelp.Size = new System.Drawing.Size(75, 22);
            this.btnHelp.TabIndex = 7;
            this.btnHelp.Text = "帮助";
            this.btnHelp.UseVisualStyleBackColor = true;
            this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
            // 
            // cboChangeTrains
            // 
            this.cboChangeTrains.FormattingEnabled = true;
            this.cboChangeTrains.Location = new System.Drawing.Point(351, 55);
            this.cboChangeTrains.Name = "cboChangeTrains";
            this.cboChangeTrains.Size = new System.Drawing.Size(124, 20);
            this.cboChangeTrains.TabIndex = 6;
            // 
            // groupBox3
            // 
            this.groupBox3.Location = new System.Drawing.Point(21, 86);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(586, 2);
            this.groupBox3.TabIndex = 4;
            this.groupBox3.TabStop = false;
            // 
            // btnNumberSearch
            // 
            this.btnNumberSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnNumberSearch.Location = new System.Drawing.Point(532, 104);
            this.btnNumberSearch.Name = "btnNumberSearch";
            this.btnNumberSearch.Size = new System.Drawing.Size(75, 23);
            this.btnNumberSearch.TabIndex = 5;
            this.btnNumberSearch.Text = "查询";
            this.btnNumberSearch.UseVisualStyleBackColor = true;
            this.btnNumberSearch.Click += new System.EventHandler(this.btnNumberSearch_Click);
            // 
            // txtTrainCodeSearch
            // 
            this.txtTrainCodeSearch.Location = new System.Drawing.Point(112, 104);
            this.txtTrainCodeSearch.Name = "txtTrainCodeSearch";
            this.txtTrainCodeSearch.Size = new System.Drawing.Size(100, 21);
            this.txtTrainCodeSearch.TabIndex = 2;
            this.txtTrainCodeSearch.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtTrainCodeSearch_MouseDown);
            // 
            // txtEndStation
            // 
            this.txtEndStation.Location = new System.Drawing.Point(112, 56);
            this.txtEndStation.Name = "txtEndStation";
            this.txtEndStation.Size = new System.Drawing.Size(100, 21);
            this.txtEndStation.TabIndex = 1;
            // 
            // txtStartStation
            // 
            this.txtStartStation.Location = new System.Drawing.Point(112, 20);
            this.txtStartStation.Name = "txtStartStation";
            this.txtStartStation.Size = new System.Drawing.Size(100, 21);
            this.txtStartStation.TabIndex = 0;
            // 
            // btnInfoSearch
            // 
            this.btnInfoSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnInfoSearch.Location = new System.Drawing.Point(532, 56);
            this.btnInfoSearch.Name = "btnInfoSearch";
            this.btnInfoSearch.Size = new System.Drawing.Size(75, 22);
            this.btnInfoSearch.TabIndex = 4;
            this.btnInfoSearch.Text = "查询";
            this.btnInfoSearch.UseVisualStyleBackColor = true;
            this.btnInfoSearch.Click += new System.EventHandler(this.btnInfoSearch_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(19, 108);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "车次编号:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(19, 60);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(77, 12);

⌨️ 快捷键说明

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