📄 form1.designer.cs
字号:
namespace MobileTools
{
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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.btnConnect = new System.Windows.Forms.Button();
this.listBox1 = new System.Windows.Forms.ListBox();
this.btnSendAT = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.btnClear = new System.Windows.Forms.Button();
this.btnMode2 = new System.Windows.Forms.Button();
this.btnMode0 = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtName = new System.Windows.Forms.TextBox();
this.txtPhoneNumber = new System.Windows.Forms.MaskedTextBox();
this.button4 = new System.Windows.Forms.Button();
this.bntEndCall = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.signalStrength = new System.Windows.Forms.ProgressBar();
this.label1 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.cbPorts = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.lbMode = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.pPowerLevel = new System.Windows.Forms.ProgressBar();
this.volumeLevel = new System.Windows.Forms.TrackBar();
this.label4 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.volumeLevel)).BeginInit();
this.SuspendLayout();
//
// btnConnect
//
this.btnConnect.Location = new System.Drawing.Point(21, 38);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(75, 23);
this.btnConnect.TabIndex = 0;
this.btnConnect.Text = "Connect";
this.btnConnect.UseVisualStyleBackColor = true;
this.btnConnect.Click += new System.EventHandler(this.button1_Click);
//
// listBox1
//
this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listBox1.FormattingEnabled = true;
this.listBox1.Location = new System.Drawing.Point(12, 190);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(416, 108);
this.listBox1.TabIndex = 1;
//
// btnSendAT
//
this.btnSendAT.Location = new System.Drawing.Point(207, 93);
this.btnSendAT.Name = "btnSendAT";
this.btnSendAT.Size = new System.Drawing.Size(75, 23);
this.btnSendAT.TabIndex = 2;
this.btnSendAT.Text = "Send AT";
this.btnSendAT.UseVisualStyleBackColor = true;
this.btnSendAT.Click += new System.EventHandler(this.btnSendAT_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(288, 93);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 3;
this.button2.Text = "Receive";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(207, 162);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(49, 23);
this.button3.TabIndex = 4;
this.button3.Text = "send";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(12, 163);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(189, 20);
this.textBox1.TabIndex = 5;
//
// btnClear
//
this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnClear.Location = new System.Drawing.Point(13, 305);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(415, 23);
this.btnClear.TabIndex = 6;
this.btnClear.Text = "Clear";
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// btnMode2
//
this.btnMode2.Location = new System.Drawing.Point(87, 28);
this.btnMode2.Name = "btnMode2";
this.btnMode2.Size = new System.Drawing.Size(75, 23);
this.btnMode2.TabIndex = 7;
this.btnMode2.Text = "Mode 2";
this.btnMode2.UseVisualStyleBackColor = true;
this.btnMode2.Click += new System.EventHandler(this.btnMode2_Click);
//
// btnMode0
//
this.btnMode0.Location = new System.Drawing.Point(5, 28);
this.btnMode0.Name = "btnMode0";
this.btnMode0.Size = new System.Drawing.Size(75, 23);
this.btnMode0.TabIndex = 8;
this.btnMode0.Text = "Mode 0";
this.btnMode0.UseVisualStyleBackColor = true;
this.btnMode0.Click += new System.EventHandler(this.btnMode0_Click);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(102, 38);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 9;
this.btnClose.Text = "Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// notifyIcon1
//
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "Phone Monitor";
this.notifyIcon1.Visible = true;
this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.txtPhoneNumber);
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Controls.Add(this.bntEndCall);
this.groupBox1.Location = new System.Drawing.Point(207, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(170, 90);
this.groupBox1.TabIndex = 10;
this.groupBox1.TabStop = false;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(6, 41);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(156, 20);
this.txtName.TabIndex = 3;
//
// txtPhoneNumber
//
this.txtPhoneNumber.Location = new System.Drawing.Point(7, 64);
this.txtPhoneNumber.Mask = "(999) 000-0000";
this.txtPhoneNumber.Name = "txtPhoneNumber";
this.txtPhoneNumber.Size = new System.Drawing.Size(155, 20);
this.txtPhoneNumber.TabIndex = 2;
//
// button4
//
this.button4.Location = new System.Drawing.Point(6, 15);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -