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

📄 formmain.designer.cs

📁 PDA程序PDA for windows CE take a look
💻 CS
📖 第 1 页 / 共 4 页
字号:
namespace GasPDA
{
    partial class FormMain
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
        private System.Windows.Forms.MainMenu mainMenu1;

        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
            this.panel1 = new System.Windows.Forms.Panel();
            this.lbl_CellStatus = new System.Windows.Forms.Label();
            this.lbl_PowerLevel = new System.Windows.Forms.Label();
            this.pBar_PowerLevel = new System.Windows.Forms.ProgressBar();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.btn_TagClear = new System.Windows.Forms.Button();
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.menuItem3 = new System.Windows.Forms.MenuItem();
            this.menuItem4 = new System.Windows.Forms.MenuItem();
            this.menuItem5 = new System.Windows.Forms.MenuItem();
            this.menuItem6 = new System.Windows.Forms.MenuItem();
            this.menuItem7 = new System.Windows.Forms.MenuItem();
            this.tc_Reader = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tb_Info = new System.Windows.Forms.TextBox();
            this.lbl_Min = new System.Windows.Forms.Label();
            this.cmb_CloseDelaySet = new System.Windows.Forms.ComboBox();
            this.lbl_DelaySet = new System.Windows.Forms.Label();
            this.btn_CloseReader = new System.Windows.Forms.Button();
            this.btn_ClosePort = new System.Windows.Forms.Button();
            this.btn_OpenPort = new System.Windows.Forms.Button();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.tb_QueryVehicleCode = new System.Windows.Forms.TextBox();
            this.lbl_TagVehicleCode = new System.Windows.Forms.Label();
            this.btn_VehicleCodeQuery = new System.Windows.Forms.Button();
            this.dataGridInfo = new System.Windows.Forms.DataGrid();
            this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
            this.dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.dataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.dataGridTextBoxColumn3 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.dataGridTextBoxColumn4 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.dataGridTextBoxColumn5 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.dataGridTextBoxColumn6 = new System.Windows.Forms.DataGridTextBoxColumn();
            this.lst_TID = new System.Windows.Forms.ListView();
            this.columnHeader0 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
            this.btn_ReadTag = new System.Windows.Forms.Button();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.panel2 = new System.Windows.Forms.Panel();
            this.tb_NextCheckDate = new System.Windows.Forms.TextBox();
            this.tb_LastCheckDate = new System.Windows.Forms.TextBox();
            this.tb_Cuba = new System.Windows.Forms.TextBox();
            this.tb_ProduceCode = new System.Windows.Forms.TextBox();
            this.tb_VehicleCode = new System.Windows.Forms.TextBox();
            this.lbl_NextCheckDate = new System.Windows.Forms.Label();
            this.lbl_LastCheckDate = new System.Windows.Forms.Label();
            this.lbl_Cuba = new System.Windows.Forms.Label();
            this.lbl_ProduceCode = new System.Windows.Forms.Label();
            this.lbl_VehicleCode = new System.Windows.Forms.Label();
            this.btn_BarCodeQuery = new System.Windows.Forms.Button();
            this.btn_BarCodeClear = new System.Windows.Forms.Button();
            this.tb_BarCode = new System.Windows.Forms.TextBox();
            this.lbl_BarCode = new System.Windows.Forms.Label();
            this.btn_ReadBarCode = new System.Windows.Forms.Button();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.btn_XMLFile = new System.Windows.Forms.Button();
            this.lbl_Info = new System.Windows.Forms.Label();
            this.lbl_FinishStatus = new System.Windows.Forms.Label();
            this.tb_InDataInfo = new System.Windows.Forms.TextBox();
            this.pBar_InData = new System.Windows.Forms.ProgressBar();
            this.lbl_xmlPath = new System.Windows.Forms.Label();
            this.tb_XMLFilePath = new System.Windows.Forms.TextBox();
            this.btn_InData = new System.Windows.Forms.Button();
            this.btn_DB = new System.Windows.Forms.Button();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.lblCompanyName = new System.Windows.Forms.Label();
            this.PicBoxLogo = new System.Windows.Forms.PictureBox();
            this.lbl_Web = new System.Windows.Forms.Label();
            this.lbl_PostCode = new System.Windows.Forms.Label();
            this.lbl_Fax = new System.Windows.Forms.Label();
            this.lbl_Tel = new System.Windows.Forms.Label();
            this.lbl_CompanyAddr = new System.Windows.Forms.Label();
            this.lbl_SoftDate = new System.Windows.Forms.Label();
            this.lbl_SoftVer = new System.Windows.Forms.Label();
            this.lbl_SoftName = new System.Windows.Forms.Label();
            this.timerDo = new System.Windows.Forms.Timer();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
            this.panel1.SuspendLayout();
            this.tc_Reader.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.panel2.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.tabPage5.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.Bisque;
            this.panel1.Controls.Add(this.lbl_CellStatus);
            this.panel1.Controls.Add(this.lbl_PowerLevel);
            this.panel1.Controls.Add(this.pBar_PowerLevel);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Location = new System.Drawing.Point(6, 79);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(227, 56);
            // 
            // lbl_CellStatus
            // 
            this.lbl_CellStatus.Location = new System.Drawing.Point(63, 9);
            this.lbl_CellStatus.Name = "lbl_CellStatus";
            this.lbl_CellStatus.Size = new System.Drawing.Size(124, 20);
            // 
            // lbl_PowerLevel
            // 
            this.lbl_PowerLevel.Location = new System.Drawing.Point(187, 33);
            this.lbl_PowerLevel.Name = "lbl_PowerLevel";
            this.lbl_PowerLevel.Size = new System.Drawing.Size(34, 20);
            // 
            // pBar_PowerLevel
            // 
            this.pBar_PowerLevel.Location = new System.Drawing.Point(63, 30);
            this.pBar_PowerLevel.Name = "pBar_PowerLevel";
            this.pBar_PowerLevel.Size = new System.Drawing.Size(122, 21);
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(2, 33);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(72, 20);
            this.label2.Text = "当前电量";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(3, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(72, 20);
            this.label1.Text = "电池状态";
            // 
            // btn_TagClear
            // 
            this.btn_TagClear.Location = new System.Drawing.Point(160, 10);
            this.btn_TagClear.Name = "btn_TagClear";
            this.btn_TagClear.Size = new System.Drawing.Size(72, 20);
            this.btn_TagClear.TabIndex = 23;
            this.btn_TagClear.Text = "清空数据";
            this.btn_TagClear.Click += new System.EventHandler(this.btn_TagClear_Click);
            // 
            // mainMenu1
            // 
            this.mainMenu1.MenuItems.Add(this.menuItem1);
            // 
            // menuItem1
            // 
            this.menuItem1.MenuItems.Add(this.menuItem2);
            this.menuItem1.MenuItems.Add(this.menuItem3);
            this.menuItem1.MenuItems.Add(this.menuItem4);
            this.menuItem1.MenuItems.Add(this.menuItem5);
            this.menuItem1.MenuItems.Add(this.menuItem6);
            this.menuItem1.MenuItems.Add(this.menuItem7);
            this.menuItem1.Text = "菜单";
            // 
            // menuItem2
            // 
            this.menuItem2.Text = "读写器配置";
            this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
            // 
            // menuItem3
            // 
            this.menuItem3.Text = "读使用证";
            this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click);
            // 
            // menuItem4
            // 
            this.menuItem4.Text = "读条形码";
            this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click);
            // 
            // menuItem5
            // 
            this.menuItem5.Text = "数据同步";
            this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click);
            // 
            // menuItem6
            // 
            this.menuItem6.Text = "关于";
            this.menuItem6.Click += new System.EventHandler(this.menuItem6_Click);
            // 
            // menuItem7
            // 
            this.menuItem7.Text = "退出";
            this.menuItem7.Click += new System.EventHandler(this.menuItem7_Click);
            // 
            // tc_Reader
            // 
            this.tc_Reader.Controls.Add(this.tabPage1);
            this.tc_Reader.Controls.Add(this.tabPage2);
            this.tc_Reader.Controls.Add(this.tabPage3);
            this.tc_Reader.Controls.Add(this.tabPage4);
            this.tc_Reader.Controls.Add(this.tabPage5);
            this.tc_Reader.Dock = System.Windows.Forms.DockStyle.None;
            this.tc_Reader.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
            this.tc_Reader.Location = new System.Drawing.Point(0, 0);
            this.tc_Reader.Name = "tc_Reader";
            this.tc_Reader.SelectedIndex = 0;
            this.tc_Reader.Size = new System.Drawing.Size(237, 266);

⌨️ 快捷键说明

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