📄 form1.designer.cs
字号:
namespace TapiCSExample
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.Label5 = new System.Windows.Forms.Label();
this.Label4 = new System.Windows.Forms.Label();
this.Label3 = new System.Windows.Forms.Label();
this.Label2 = new System.Windows.Forms.Label();
this.Label1 = new System.Windows.Forms.Label();
this.lblSubscriber = new System.Windows.Forms.Label();
this.lblRevision = new System.Windows.Forms.Label();
this.lblModel = new System.Windows.Forms.Label();
this.lblManufacturer = new System.Windows.Forms.Label();
this.btnGetInfo = new System.Windows.Forms.Button();
this.lblImei = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// Label5
//
this.Label5.Location = new System.Drawing.Point(4, 144);
this.Label5.Name = "Label5";
this.Label5.Size = new System.Drawing.Size(40, 20);
this.Label5.Text = "IMSI";
//
// Label4
//
this.Label4.Location = new System.Drawing.Point(4, 112);
this.Label4.Name = "Label4";
this.Label4.Size = new System.Drawing.Size(40, 20);
this.Label4.Text = "IMEI";
//
// Label3
//
this.Label3.Location = new System.Drawing.Point(4, 80);
this.Label3.Name = "Label3";
this.Label3.Size = new System.Drawing.Size(64, 20);
this.Label3.Text = "Revision";
//
// Label2
//
this.Label2.Location = new System.Drawing.Point(4, 48);
this.Label2.Name = "Label2";
this.Label2.Size = new System.Drawing.Size(64, 20);
this.Label2.Text = "Model";
//
// Label1
//
this.Label1.Location = new System.Drawing.Point(4, 16);
this.Label1.Name = "Label1";
this.Label1.Size = new System.Drawing.Size(72, 20);
this.Label1.Text = "Manufacturer:";
//
// lblSubscriber
//
this.lblSubscriber.Location = new System.Drawing.Point(60, 144);
this.lblSubscriber.Name = "lblSubscriber";
this.lblSubscriber.Size = new System.Drawing.Size(168, 20);
//
// lblRevision
//
this.lblRevision.Location = new System.Drawing.Point(84, 80);
this.lblRevision.Name = "lblRevision";
this.lblRevision.Size = new System.Drawing.Size(144, 20);
//
// lblModel
//
this.lblModel.Location = new System.Drawing.Point(84, 48);
this.lblModel.Name = "lblModel";
this.lblModel.Size = new System.Drawing.Size(144, 20);
//
// lblManufacturer
//
this.lblManufacturer.Location = new System.Drawing.Point(84, 16);
this.lblManufacturer.Name = "lblManufacturer";
this.lblManufacturer.Size = new System.Drawing.Size(144, 20);
//
// btnGetInfo
//
this.btnGetInfo.Location = new System.Drawing.Point(124, 192);
this.btnGetInfo.Name = "btnGetInfo";
this.btnGetInfo.Size = new System.Drawing.Size(104, 20);
this.btnGetInfo.TabIndex = 20;
this.btnGetInfo.Text = "Get General Info";
this.btnGetInfo.Click += new System.EventHandler(this.btnGetInfo_Click);
//
// lblImei
//
this.lblImei.Location = new System.Drawing.Point(60, 112);
this.lblImei.Name = "lblImei";
this.lblImei.Size = new System.Drawing.Size(168, 20);
//
// Form1
//
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, 294);
this.Controls.Add(this.Label5);
this.Controls.Add(this.Label4);
this.Controls.Add(this.Label3);
this.Controls.Add(this.Label2);
this.Controls.Add(this.Label1);
this.Controls.Add(this.lblSubscriber);
this.Controls.Add(this.lblRevision);
this.Controls.Add(this.lblModel);
this.Controls.Add(this.lblManufacturer);
this.Controls.Add(this.btnGetInfo);
this.Controls.Add(this.lblImei);
this.Name = "Form1";
this.Text = "Tapi Example";
this.ResumeLayout(false);
}
#endregion
internal System.Windows.Forms.Label Label5;
internal System.Windows.Forms.Label Label4;
internal System.Windows.Forms.Label Label3;
internal System.Windows.Forms.Label Label2;
internal System.Windows.Forms.Label Label1;
internal System.Windows.Forms.Label lblSubscriber;
internal System.Windows.Forms.Label lblRevision;
internal System.Windows.Forms.Label lblModel;
internal System.Windows.Forms.Label lblManufacturer;
internal System.Windows.Forms.Button btnGetInfo;
internal System.Windows.Forms.Label lblImei;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -