📄 form1.designer.cs
字号:
namespace simple_snapi_ul
{
partial class Form1
{
/// <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.btnSync = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.txtStatus = new System.Windows.Forms.TextBox();
this.gprs = new System.Windows.Forms.CheckBox();
this.wifi = new System.Windows.Forms.CheckBox();
this.activesync = new System.Windows.Forms.CheckBox();
this.chkTimer = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// btnSync
//
this.btnSync.Location = new System.Drawing.Point(3, 14);
this.btnSync.Name = "btnSync";
this.btnSync.Size = new System.Drawing.Size(109, 20);
this.btnSync.TabIndex = 0;
this.btnSync.Text = "Sync";
this.btnSync.Click += new System.EventHandler(this.btnSync_Click);
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(118, 14);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(120, 20);
this.btnExit.TabIndex = 1;
this.btnExit.Text = "Exit";
this.btnExit.Click += new System.EventHandler(this.button2_Click);
//
// txtStatus
//
this.txtStatus.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.txtStatus.Location = new System.Drawing.Point(3, 247);
this.txtStatus.Name = "txtStatus";
this.txtStatus.Size = new System.Drawing.Size(235, 23);
this.txtStatus.TabIndex = 7;
//
// gprs
//
this.gprs.Location = new System.Drawing.Point(3, 112);
this.gprs.Name = "gprs";
this.gprs.Size = new System.Drawing.Size(100, 20);
this.gprs.TabIndex = 17;
this.gprs.Text = "GPRS";
//
// wifi
//
this.wifi.Location = new System.Drawing.Point(3, 85);
this.wifi.Name = "wifi";
this.wifi.Size = new System.Drawing.Size(100, 20);
this.wifi.TabIndex = 16;
this.wifi.Text = "WiFi";
//
// activesync
//
this.activesync.Location = new System.Drawing.Point(3, 58);
this.activesync.Name = "activesync";
this.activesync.Size = new System.Drawing.Size(100, 20);
this.activesync.TabIndex = 15;
this.activesync.Text = "ActiveSync";
//
// chkTimer
//
this.chkTimer.Location = new System.Drawing.Point(118, 58);
this.chkTimer.Name = "chkTimer";
this.chkTimer.Size = new System.Drawing.Size(100, 20);
this.chkTimer.TabIndex = 18;
this.chkTimer.Text = "Sync Timer";
this.chkTimer.CheckStateChanged += new System.EventHandler(this.chkTimer_CheckStateChanged);
//
// 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(243, 274);
this.Controls.Add(this.chkTimer);
this.Controls.Add(this.gprs);
this.Controls.Add(this.wifi);
this.Controls.Add(this.activesync);
this.Controls.Add(this.txtStatus);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnSync);
this.Menu = this.mainMenu1;
this.Name = "Form1";
this.Text = "Simple SNAPI (UL)";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnSync;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.TextBox txtStatus;
private System.Windows.Forms.CheckBox gprs;
private System.Windows.Forms.CheckBox wifi;
private System.Windows.Forms.CheckBox activesync;
private System.Windows.Forms.CheckBox chkTimer;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -