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

📄 formmain.designer.cs

📁 PDA程序PDA for windows CE take a look
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.btn_InData.TabIndex = 1;
            this.btn_InData.Text = "导入数据";
            this.btn_InData.Click += new System.EventHandler(this.btn_InData_Click);
            // 
            // btn_DB
            // 
            this.btn_DB.Location = new System.Drawing.Point(6, 10);
            this.btn_DB.Name = "btn_DB";
            this.btn_DB.Size = new System.Drawing.Size(72, 20);
            this.btn_DB.TabIndex = 0;
            this.btn_DB.Text = "建库建表";
            this.btn_DB.Click += new System.EventHandler(this.btn_DB_Click);
            // 
            // tabPage5
            // 
            this.tabPage5.Controls.Add(this.lblCompanyName);
            this.tabPage5.Controls.Add(this.PicBoxLogo);
            this.tabPage5.Controls.Add(this.lbl_Web);
            this.tabPage5.Controls.Add(this.lbl_PostCode);
            this.tabPage5.Controls.Add(this.lbl_Fax);
            this.tabPage5.Controls.Add(this.lbl_Tel);
            this.tabPage5.Controls.Add(this.lbl_CompanyAddr);
            this.tabPage5.Controls.Add(this.lbl_SoftDate);
            this.tabPage5.Controls.Add(this.lbl_SoftVer);
            this.tabPage5.Controls.Add(this.lbl_SoftName);
            this.tabPage5.Location = new System.Drawing.Point(0, 0);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Size = new System.Drawing.Size(229, 239);
            this.tabPage5.Text = "关于";
            // 
            // lblCompanyName
            // 
            this.lblCompanyName.Location = new System.Drawing.Point(39, 19);
            this.lblCompanyName.Name = "lblCompanyName";
            this.lblCompanyName.Size = new System.Drawing.Size(186, 19);
            this.lblCompanyName.Text = "广东荣晖信息工程有限公司";
            // 
            // PicBoxLogo
            // 
            this.PicBoxLogo.Image = ((System.Drawing.Image)(resources.GetObject("PicBoxLogo.Image")));
            this.PicBoxLogo.Location = new System.Drawing.Point(6, 10);
            this.PicBoxLogo.Name = "PicBoxLogo";
            this.PicBoxLogo.Size = new System.Drawing.Size(32, 32);
            this.PicBoxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            // 
            // lbl_Web
            // 
            this.lbl_Web.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.lbl_Web.Location = new System.Drawing.Point(6, 204);
            this.lbl_Web.Name = "lbl_Web";
            this.lbl_Web.Size = new System.Drawing.Size(174, 17);
            this.lbl_Web.Text = "http://www.rhui.cn";
            // 
            // lbl_PostCode
            // 
            this.lbl_PostCode.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.lbl_PostCode.Location = new System.Drawing.Point(6, 147);
            this.lbl_PostCode.Name = "lbl_PostCode";
            this.lbl_PostCode.Size = new System.Drawing.Size(194, 16);
            this.lbl_PostCode.Text = "邮编:510665";
            // 
            // lbl_Fax
            // 
            this.lbl_Fax.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.lbl_Fax.Location = new System.Drawing.Point(6, 185);
            this.lbl_Fax.Name = "lbl_Fax";
            this.lbl_Fax.Size = new System.Drawing.Size(194, 16);
            this.lbl_Fax.Text = "传真:020-39332317-8013";
            // 
            // lbl_Tel
            // 
            this.lbl_Tel.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.lbl_Tel.Location = new System.Drawing.Point(6, 166);
            this.lbl_Tel.Name = "lbl_Tel";
            this.lbl_Tel.Size = new System.Drawing.Size(194, 16);
            this.lbl_Tel.Text = "电话:020-39332317-8011";
            // 
            // lbl_CompanyAddr
            // 
            this.lbl_CompanyAddr.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.lbl_CompanyAddr.Location = new System.Drawing.Point(6, 108);
            this.lbl_CompanyAddr.Name = "lbl_CompanyAddr";
            this.lbl_CompanyAddr.Size = new System.Drawing.Size(223, 36);
            this.lbl_CompanyAddr.Text = "地址:广州市天河区林和中路172号5楼(天伦万怡大酒店)";
            // 
            // lbl_SoftDate
            // 
            this.lbl_SoftDate.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.lbl_SoftDate.Location = new System.Drawing.Point(6, 89);
            this.lbl_SoftDate.Name = "lbl_SoftDate";
            this.lbl_SoftDate.Size = new System.Drawing.Size(194, 16);
            this.lbl_SoftDate.Text = "日期:2008-9-25";
            // 
            // lbl_SoftVer
            // 
            this.lbl_SoftVer.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.lbl_SoftVer.Location = new System.Drawing.Point(6, 70);
            this.lbl_SoftVer.Name = "lbl_SoftVer";
            this.lbl_SoftVer.Size = new System.Drawing.Size(194, 16);
            this.lbl_SoftVer.Text = "版本:1.0";
            // 
            // lbl_SoftName
            // 
            this.lbl_SoftName.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.lbl_SoftName.ForeColor = System.Drawing.Color.Red;
            this.lbl_SoftName.Location = new System.Drawing.Point(6, 50);
            this.lbl_SoftName.Name = "lbl_SoftName";
            this.lbl_SoftName.Size = new System.Drawing.Size(227, 27);
            this.lbl_SoftName.Text = "广州质监局车用气瓶管理系统-巡检子系统";
            // 
            // timerDo
            // 
            this.timerDo.Tick += new System.EventHandler(this.timerDo_Tick);
            // 
            // openFileDialog
            // 
            this.openFileDialog.Filter = "XML文件|*.xml";
            // 
            // FormMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.tc_Reader);
            this.Menu = this.mainMenu1;
            this.MinimizeBox = false;
            this.Name = "FormMain";
            this.Text = "巡检子系统";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.FormMain_Closing);
            this.panel1.ResumeLayout(false);
            this.tc_Reader.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.tabPage4.ResumeLayout(false);
            this.tabPage5.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.TabPage tabPage4;
        private System.Windows.Forms.TabPage tabPage5;
        private System.Windows.Forms.Button btn_OpenPort;
        private System.Windows.Forms.Button btn_CloseReader;
        private System.Windows.Forms.Button btn_ClosePort;
        private System.Windows.Forms.Label lbl_Min;
        private System.Windows.Forms.ComboBox cmb_CloseDelaySet;
        private System.Windows.Forms.Label lbl_DelaySet;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ProgressBar pBar_PowerLevel;
        private System.Windows.Forms.TextBox tb_Info;
        private System.Windows.Forms.Timer timerDo;
        private System.Windows.Forms.Label lblCompanyName;
        private System.Windows.Forms.PictureBox PicBoxLogo;
        private System.Windows.Forms.Label lbl_Web;
        private System.Windows.Forms.Label lbl_PostCode;
        private System.Windows.Forms.Label lbl_Fax;
        private System.Windows.Forms.Label lbl_Tel;
        private System.Windows.Forms.Label lbl_CompanyAddr;
        private System.Windows.Forms.Label lbl_SoftDate;
        private System.Windows.Forms.Label lbl_SoftVer;
        private System.Windows.Forms.Label lbl_SoftName;
        private System.Windows.Forms.Button btn_ReadTag;
        private System.Windows.Forms.ListView lst_TID;
        private System.Windows.Forms.ColumnHeader columnHeader0;
        private System.Windows.Forms.ColumnHeader columnHeader1;
        private System.Windows.Forms.DataGrid dataGridInfo;
        private System.Windows.Forms.Button btn_ReadBarCode;
        private System.Windows.Forms.Label lbl_BarCode;
        private System.Windows.Forms.TextBox tb_BarCode;
        private System.Windows.Forms.Label lbl_PowerLevel;
        private System.Windows.Forms.Label lbl_CellStatus;
        private System.Windows.Forms.Button btn_DB;
        private System.Windows.Forms.Button btn_InData;
        private System.Windows.Forms.OpenFileDialog openFileDialog;
        private System.Windows.Forms.TextBox tb_XMLFilePath;
        private System.Windows.Forms.Label lbl_xmlPath;
        private System.Windows.Forms.ProgressBar pBar_InData;
        private System.Windows.Forms.TextBox tb_InDataInfo;
        private System.Windows.Forms.Label lbl_FinishStatus;
        private System.Windows.Forms.Label lbl_Info;
        private System.Windows.Forms.Button btn_XMLFile;
        private System.Windows.Forms.MenuItem menuItem1;
        private System.Windows.Forms.MenuItem menuItem2;
        private System.Windows.Forms.MenuItem menuItem3;
        private System.Windows.Forms.MenuItem menuItem4;
        private System.Windows.Forms.MenuItem menuItem5;
        private System.Windows.Forms.MenuItem menuItem6;
        private System.Windows.Forms.MenuItem menuItem7;
        private System.Windows.Forms.Button btn_BarCodeClear;
        private System.Windows.Forms.Button btn_BarCodeQuery;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button btn_TagClear;
        private System.Windows.Forms.DataGridTableStyle dataGridTableStyle1;
        private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn2;
        private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn4;
        private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn6;
        private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn1;
        private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn3;
        private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn5;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.TextBox tb_NextCheckDate;
        private System.Windows.Forms.TextBox tb_LastCheckDate;
        private System.Windows.Forms.TextBox tb_Cuba;
        private System.Windows.Forms.TextBox tb_ProduceCode;
        private System.Windows.Forms.TextBox tb_VehicleCode;
        private System.Windows.Forms.Label lbl_NextCheckDate;
        private System.Windows.Forms.Label lbl_LastCheckDate;
        private System.Windows.Forms.Label lbl_Cuba;
        private System.Windows.Forms.Label lbl_ProduceCode;
        private System.Windows.Forms.Label lbl_VehicleCode;
        private Microsoft.WindowsCE.Forms.InputPanel inputPanel1;
        private System.Windows.Forms.TabControl tc_Reader;
        private System.Windows.Forms.Button btn_VehicleCodeQuery;
        private System.Windows.Forms.Label lbl_TagVehicleCode;
        private System.Windows.Forms.TextBox tb_QueryVehicleCode;


    }
}

⌨️ 快捷键说明

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