📄 form1.designer.cs
字号:
this.button4.Text = "Pick Up Call";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// bntEndCall
//
this.bntEndCall.Enabled = false;
this.bntEndCall.Location = new System.Drawing.Point(87, 15);
this.bntEndCall.Name = "bntEndCall";
this.bntEndCall.Size = new System.Drawing.Size(75, 23);
this.bntEndCall.TabIndex = 0;
this.bntEndCall.Text = "End Call";
this.bntEndCall.UseVisualStyleBackColor = true;
this.bntEndCall.Click += new System.EventHandler(this.bntEndCall_Click);
//
// timer1
//
this.timer1.Interval = 120000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// signalStrength
//
this.signalStrength.Location = new System.Drawing.Point(312, 165);
this.signalStrength.Maximum = 5;
this.signalStrength.Name = "signalStrength";
this.signalStrength.Size = new System.Drawing.Size(116, 17);
this.signalStrength.Step = 1;
this.signalStrength.TabIndex = 11;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(272, 166);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(36, 13);
this.label1.TabIndex = 12;
this.label1.Text = "Signal";
//
// button5
//
this.button5.Location = new System.Drawing.Point(207, 122);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 13;
this.button5.Text = "Get Status";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.cbPorts);
this.groupBox2.Controls.Add(this.btnConnect);
this.groupBox2.Controls.Add(this.btnClose);
this.groupBox2.Location = new System.Drawing.Point(12, 4);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(189, 67);
this.groupBox2.TabIndex = 14;
this.groupBox2.TabStop = false;
//
// cbPorts
//
this.cbPorts.FormattingEnabled = true;
this.cbPorts.Location = new System.Drawing.Point(33, 12);
this.cbPorts.Name = "cbPorts";
this.cbPorts.Size = new System.Drawing.Size(144, 21);
this.cbPorts.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 15);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(26, 13);
this.label2.TabIndex = 10;
this.label2.Text = "Port";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.lbMode);
this.groupBox3.Controls.Add(this.btnMode0);
this.groupBox3.Controls.Add(this.btnMode2);
this.groupBox3.Location = new System.Drawing.Point(13, 72);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(188, 58);
this.groupBox3.TabIndex = 15;
this.groupBox3.TabStop = false;
//
// lbMode
//
this.lbMode.AutoSize = true;
this.lbMode.Location = new System.Drawing.Point(6, 10);
this.lbMode.Name = "lbMode";
this.lbMode.Size = new System.Drawing.Size(79, 13);
this.lbMode.TabIndex = 9;
this.lbMode.Text = "Not Connected";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(272, 147);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(37, 13);
this.label3.TabIndex = 16;
this.label3.Text = "Power";
//
// pPowerLevel
//
this.pPowerLevel.Location = new System.Drawing.Point(312, 145);
this.pPowerLevel.Name = "pPowerLevel";
this.pPowerLevel.Size = new System.Drawing.Size(116, 17);
this.pPowerLevel.TabIndex = 17;
//
// volumeLevel
//
this.volumeLevel.Location = new System.Drawing.Point(386, 4);
this.volumeLevel.Maximum = 7;
this.volumeLevel.Name = "volumeLevel";
this.volumeLevel.Orientation = System.Windows.Forms.Orientation.Vertical;
this.volumeLevel.Size = new System.Drawing.Size(42, 102);
this.volumeLevel.TabIndex = 18;
this.volumeLevel.Value = 1;
this.volumeLevel.Scroll += new System.EventHandler(this.volumeLevel_Scroll);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(369, 100);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(67, 13);
this.label4.TabIndex = 19;
this.label4.Text = "Ring Volume";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(440, 333);
this.Controls.Add(this.label4);
this.Controls.Add(this.volumeLevel);
this.Controls.Add(this.pPowerLevel);
this.Controls.Add(this.label3);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.button5);
this.Controls.Add(this.label1);
this.Controls.Add(this.signalStrength);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnClear);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.btnSendAT);
this.Controls.Add(this.listBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.Text = "Mobile Phone Monitor";
this.Resize += new System.EventHandler(this.Form1_Resize);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.volumeLevel)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnConnect;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Button btnSendAT;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button btnClear;
private System.Windows.Forms.Button btnMode2;
private System.Windows.Forms.Button btnMode0;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.NotifyIcon notifyIcon1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button bntEndCall;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.ProgressBar signalStrength;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.MaskedTextBox txtPhoneNumber;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbPorts;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label lbMode;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ProgressBar pPowerLevel;
private System.Windows.Forms.TrackBar volumeLevel;
private System.Windows.Forms.Label label4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -