📄 formmain.designer.cs
字号:
this.columnHeader1.Width = 89;
//
// btn_ReadTag
//
this.btn_ReadTag.Enabled = false;
this.btn_ReadTag.Location = new System.Drawing.Point(6, 10);
this.btn_ReadTag.Name = "btn_ReadTag";
this.btn_ReadTag.Size = new System.Drawing.Size(72, 20);
this.btn_ReadTag.TabIndex = 0;
this.btn_ReadTag.Text = "读使用证";
this.btn_ReadTag.Click += new System.EventHandler(this.btn_ReadTag_Click);
//
// tabPage3
//
this.tabPage3.Controls.Add(this.panel2);
this.tabPage3.Controls.Add(this.btn_BarCodeQuery);
this.tabPage3.Controls.Add(this.btn_BarCodeClear);
this.tabPage3.Controls.Add(this.tb_BarCode);
this.tabPage3.Controls.Add(this.lbl_BarCode);
this.tabPage3.Controls.Add(this.btn_ReadBarCode);
this.tabPage3.Location = new System.Drawing.Point(0, 0);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(229, 239);
this.tabPage3.Text = "读条形码";
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Bisque;
this.panel2.Controls.Add(this.tb_NextCheckDate);
this.panel2.Controls.Add(this.tb_LastCheckDate);
this.panel2.Controls.Add(this.tb_Cuba);
this.panel2.Controls.Add(this.tb_ProduceCode);
this.panel2.Controls.Add(this.tb_VehicleCode);
this.panel2.Controls.Add(this.lbl_NextCheckDate);
this.panel2.Controls.Add(this.lbl_LastCheckDate);
this.panel2.Controls.Add(this.lbl_Cuba);
this.panel2.Controls.Add(this.lbl_ProduceCode);
this.panel2.Controls.Add(this.lbl_VehicleCode);
this.panel2.Location = new System.Drawing.Point(6, 75);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(227, 163);
//
// tb_NextCheckDate
//
this.tb_NextCheckDate.Location = new System.Drawing.Point(100, 129);
this.tb_NextCheckDate.Name = "tb_NextCheckDate";
this.tb_NextCheckDate.ReadOnly = true;
this.tb_NextCheckDate.Size = new System.Drawing.Size(119, 21);
this.tb_NextCheckDate.TabIndex = 50;
//
// tb_LastCheckDate
//
this.tb_LastCheckDate.Location = new System.Drawing.Point(100, 100);
this.tb_LastCheckDate.Name = "tb_LastCheckDate";
this.tb_LastCheckDate.ReadOnly = true;
this.tb_LastCheckDate.Size = new System.Drawing.Size(119, 21);
this.tb_LastCheckDate.TabIndex = 49;
//
// tb_Cuba
//
this.tb_Cuba.Location = new System.Drawing.Point(100, 71);
this.tb_Cuba.Name = "tb_Cuba";
this.tb_Cuba.ReadOnly = true;
this.tb_Cuba.Size = new System.Drawing.Size(119, 21);
this.tb_Cuba.TabIndex = 48;
//
// tb_ProduceCode
//
this.tb_ProduceCode.Location = new System.Drawing.Point(100, 42);
this.tb_ProduceCode.Name = "tb_ProduceCode";
this.tb_ProduceCode.ReadOnly = true;
this.tb_ProduceCode.Size = new System.Drawing.Size(119, 21);
this.tb_ProduceCode.TabIndex = 46;
//
// tb_VehicleCode
//
this.tb_VehicleCode.Location = new System.Drawing.Point(100, 13);
this.tb_VehicleCode.Name = "tb_VehicleCode";
this.tb_VehicleCode.ReadOnly = true;
this.tb_VehicleCode.Size = new System.Drawing.Size(119, 21);
this.tb_VehicleCode.TabIndex = 45;
//
// lbl_NextCheckDate
//
this.lbl_NextCheckDate.Location = new System.Drawing.Point(5, 132);
this.lbl_NextCheckDate.Name = "lbl_NextCheckDate";
this.lbl_NextCheckDate.Size = new System.Drawing.Size(89, 20);
this.lbl_NextCheckDate.Text = "下次检验日期";
//
// lbl_LastCheckDate
//
this.lbl_LastCheckDate.Location = new System.Drawing.Point(5, 103);
this.lbl_LastCheckDate.Name = "lbl_LastCheckDate";
this.lbl_LastCheckDate.Size = new System.Drawing.Size(89, 20);
this.lbl_LastCheckDate.Text = "上次检验日期";
//
// lbl_Cuba
//
this.lbl_Cuba.Location = new System.Drawing.Point(5, 74);
this.lbl_Cuba.Name = "lbl_Cuba";
this.lbl_Cuba.Size = new System.Drawing.Size(89, 20);
this.lbl_Cuba.Text = "气瓶容积";
//
// lbl_ProduceCode
//
this.lbl_ProduceCode.Location = new System.Drawing.Point(5, 45);
this.lbl_ProduceCode.Name = "lbl_ProduceCode";
this.lbl_ProduceCode.Size = new System.Drawing.Size(89, 20);
this.lbl_ProduceCode.Text = "气瓶出厂编号";
//
// lbl_VehicleCode
//
this.lbl_VehicleCode.Location = new System.Drawing.Point(5, 16);
this.lbl_VehicleCode.Name = "lbl_VehicleCode";
this.lbl_VehicleCode.Size = new System.Drawing.Size(89, 20);
this.lbl_VehicleCode.Text = "所属车牌号";
//
// btn_BarCodeQuery
//
this.btn_BarCodeQuery.Location = new System.Drawing.Point(83, 10);
this.btn_BarCodeQuery.Name = "btn_BarCodeQuery";
this.btn_BarCodeQuery.Size = new System.Drawing.Size(72, 20);
this.btn_BarCodeQuery.TabIndex = 40;
this.btn_BarCodeQuery.Text = "按条码查询";
this.btn_BarCodeQuery.Click += new System.EventHandler(this.btn_BarCodeQuery_Click);
//
// btn_BarCodeClear
//
this.btn_BarCodeClear.Location = new System.Drawing.Point(160, 10);
this.btn_BarCodeClear.Name = "btn_BarCodeClear";
this.btn_BarCodeClear.Size = new System.Drawing.Size(72, 20);
this.btn_BarCodeClear.TabIndex = 39;
this.btn_BarCodeClear.Text = "清空数据";
this.btn_BarCodeClear.Click += new System.EventHandler(this.btn_BarCodeClear_Click);
//
// tb_BarCode
//
this.tb_BarCode.Location = new System.Drawing.Point(90, 42);
this.tb_BarCode.Name = "tb_BarCode";
this.tb_BarCode.Size = new System.Drawing.Size(143, 21);
this.tb_BarCode.TabIndex = 4;
//
// lbl_BarCode
//
this.lbl_BarCode.Location = new System.Drawing.Point(10, 45);
this.lbl_BarCode.Name = "lbl_BarCode";
this.lbl_BarCode.Size = new System.Drawing.Size(76, 20);
this.lbl_BarCode.Text = "条形码编号";
//
// btn_ReadBarCode
//
this.btn_ReadBarCode.Enabled = false;
this.btn_ReadBarCode.Location = new System.Drawing.Point(6, 10);
this.btn_ReadBarCode.Name = "btn_ReadBarCode";
this.btn_ReadBarCode.Size = new System.Drawing.Size(72, 20);
this.btn_ReadBarCode.TabIndex = 0;
this.btn_ReadBarCode.Text = "读条形码";
this.btn_ReadBarCode.Click += new System.EventHandler(this.btn_ReadBarCode_Click);
//
// tabPage4
//
this.tabPage4.Controls.Add(this.btn_XMLFile);
this.tabPage4.Controls.Add(this.lbl_Info);
this.tabPage4.Controls.Add(this.lbl_FinishStatus);
this.tabPage4.Controls.Add(this.tb_InDataInfo);
this.tabPage4.Controls.Add(this.pBar_InData);
this.tabPage4.Controls.Add(this.lbl_xmlPath);
this.tabPage4.Controls.Add(this.tb_XMLFilePath);
this.tabPage4.Controls.Add(this.btn_InData);
this.tabPage4.Controls.Add(this.btn_DB);
this.tabPage4.Location = new System.Drawing.Point(0, 0);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Size = new System.Drawing.Size(229, 239);
this.tabPage4.Text = "数据导入";
//
// btn_XMLFile
//
this.btn_XMLFile.Location = new System.Drawing.Point(211, 61);
this.btn_XMLFile.Name = "btn_XMLFile";
this.btn_XMLFile.Size = new System.Drawing.Size(19, 20);
this.btn_XMLFile.TabIndex = 7;
this.btn_XMLFile.Text = "...";
this.btn_XMLFile.Click += new System.EventHandler(this.btn_XMLFile_Click);
//
// lbl_Info
//
this.lbl_Info.Location = new System.Drawing.Point(6, 88);
this.lbl_Info.Name = "lbl_Info";
this.lbl_Info.Size = new System.Drawing.Size(100, 16);
this.lbl_Info.Text = "提示信息";
//
// lbl_FinishStatus
//
this.lbl_FinishStatus.Location = new System.Drawing.Point(6, 198);
this.lbl_FinishStatus.Name = "lbl_FinishStatus";
this.lbl_FinishStatus.Size = new System.Drawing.Size(223, 16);
this.lbl_FinishStatus.Text = "完成进度";
//
// tb_InDataInfo
//
this.tb_InDataInfo.Location = new System.Drawing.Point(6, 107);
this.tb_InDataInfo.Multiline = true;
this.tb_InDataInfo.Name = "tb_InDataInfo";
this.tb_InDataInfo.ReadOnly = true;
this.tb_InDataInfo.Size = new System.Drawing.Size(227, 85);
this.tb_InDataInfo.TabIndex = 4;
//
// pBar_InData
//
this.pBar_InData.Location = new System.Drawing.Point(6, 218);
this.pBar_InData.Name = "pBar_InData";
this.pBar_InData.Size = new System.Drawing.Size(227, 20);
//
// lbl_xmlPath
//
this.lbl_xmlPath.Location = new System.Drawing.Point(6, 39);
this.lbl_xmlPath.Name = "lbl_xmlPath";
this.lbl_xmlPath.Size = new System.Drawing.Size(126, 15);
this.lbl_xmlPath.Text = "XML文件";
//
// tb_XMLFilePath
//
this.tb_XMLFilePath.Location = new System.Drawing.Point(6, 60);
this.tb_XMLFilePath.Name = "tb_XMLFilePath";
this.tb_XMLFilePath.ReadOnly = true;
this.tb_XMLFilePath.Size = new System.Drawing.Size(202, 21);
this.tb_XMLFilePath.TabIndex = 2;
//
// btn_InData
//
this.btn_InData.Location = new System.Drawing.Point(158, 10);
this.btn_InData.Name = "btn_InData";
this.btn_InData.Size = new System.Drawing.Size(72, 20);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -