📄 form1.designer.cs
字号:
namespace RilTest
{
partial class RilTEST
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <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.mainMenu1 = new System.Windows.Forms.MainMenu();
this.menuItem1 = new System.Windows.Forms.MenuItem();
this.menuItemoperatorLongName = new System.Windows.Forms.MenuItem();
this.menuItemoperatorShortName = new System.Windows.Forms.MenuItem();
this.menuItemoperatorNumName = new System.Windows.Forms.MenuItem();
this.menuItemcellInfo = new System.Windows.Forms.MenuItem();
this.menuItemsignalStrength = new System.Windows.Forms.MenuItem();
this.menuItemlogToFile = new System.Windows.Forms.MenuItem();
this.menuItemEquipmentInfo = new System.Windows.Forms.MenuItem();
this.menuItemExit = new System.Windows.Forms.MenuItem();
this.textBoxNotify = new System.Windows.Forms.TextBox();
this.menuItemsubscriberInfo = new System.Windows.Forms.MenuItem();
this.SuspendLayout();
//
// mainMenu1
//
this.mainMenu1.MenuItems.Add(this.menuItem1);
this.mainMenu1.MenuItems.Add(this.menuItemExit);
//
// menuItem1
//
this.menuItem1.MenuItems.Add(this.menuItemoperatorLongName);
this.menuItem1.MenuItems.Add(this.menuItemoperatorShortName);
this.menuItem1.MenuItems.Add(this.menuItemoperatorNumName);
this.menuItem1.MenuItems.Add(this.menuItemcellInfo);
this.menuItem1.MenuItems.Add(this.menuItemsignalStrength);
this.menuItem1.MenuItems.Add(this.menuItemEquipmentInfo);
this.menuItem1.MenuItems.Add(this.menuItemsubscriberInfo);
this.menuItem1.MenuItems.Add(this.menuItemlogToFile);
this.menuItem1.Text = "Ril";
//
// menuItemoperatorLongName
//
this.menuItemoperatorLongName.Text = "operatorLongName";
this.menuItemoperatorLongName.Click += new System.EventHandler(this.menuItemoperatorLongName_Click);
//
// menuItemoperatorShortName
//
this.menuItemoperatorShortName.Text = "operatorShortName";
this.menuItemoperatorShortName.Click += new System.EventHandler(this.menuItemoperatorShortName_Click);
//
// menuItemoperatorNumName
//
this.menuItemoperatorNumName.Text = "operatorNumName";
this.menuItemoperatorNumName.Click += new System.EventHandler(this.menuItemoperatorNumName_Click);
//
// menuItemcellInfo
//
this.menuItemcellInfo.Text = "cellInfo";
this.menuItemcellInfo.Click += new System.EventHandler(this.menuItemcellInfo_Click);
//
// menuItemsignalStrength
//
this.menuItemsignalStrength.Text = "signalStrength";
this.menuItemsignalStrength.Click += new System.EventHandler(this.menuItemsignalStrength_Click);
//
// menuItemlogToFile
//
this.menuItemlogToFile.Text = "logToFile";
this.menuItemlogToFile.Click += new System.EventHandler(this.menuItemlogToFile_Click);
//
// menuItemEquipmentInfo
//
this.menuItemEquipmentInfo.Text = "equipmentInfo";
this.menuItemEquipmentInfo.Click += new System.EventHandler(this.menuItemEquipmentInfo_Click);
//
// menuItemExit
//
this.menuItemExit.Text = "Exit";
this.menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click);
//
// textBoxNotify
//
this.textBoxNotify.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBoxNotify.Location = new System.Drawing.Point(0, 0);
this.textBoxNotify.Multiline = true;
this.textBoxNotify.Name = "textBoxNotify";
this.textBoxNotify.Size = new System.Drawing.Size(238, 295);
this.textBoxNotify.TabIndex = 0;
//
// menuItemsubscriberInfo
//
this.menuItemsubscriberInfo.Text = "subscriberInfo";
this.menuItemsubscriberInfo.Click += new System.EventHandler(this.menuItemsubscriberInfo_Click);
//
// RilTEST
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(238, 295);
this.ControlBox = false;
this.Controls.Add(this.textBoxNotify);
this.MaximizeBox = false;
this.Menu = this.mainMenu1;
this.MinimizeBox = false;
this.Name = "RilTEST";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MenuItem menuItem1;
private System.Windows.Forms.MenuItem menuItemoperatorLongName;
private System.Windows.Forms.MenuItem menuItemoperatorShortName;
private System.Windows.Forms.MenuItem menuItemExit;
private System.Windows.Forms.MenuItem menuItemoperatorNumName;
private System.Windows.Forms.MenuItem menuItemcellInfo;
private System.Windows.Forms.MenuItem menuItemsignalStrength;
private System.Windows.Forms.MenuItem menuItemlogToFile;
private System.Windows.Forms.TextBox textBoxNotify;
private System.Windows.Forms.MenuItem menuItemEquipmentInfo;
private System.Windows.Forms.MenuItem menuItemsubscriberInfo;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -