📄 paramsettingfrm.designer.cs
字号:
namespace MobileClient_CS
{
partial class ParamSettingFrm
{
/// <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.label1 = new System.Windows.Forms.Label();
this.textBox_Number = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox_TimeOut = new System.Windows.Forms.TextBox();
this.menuItem1 = new System.Windows.Forms.MenuItem();
this.menuItem2 = new System.Windows.Forms.MenuItem();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// mainMenu1
//
this.mainMenu1.MenuItems.Add(this.menuItem1);
this.mainMenu1.MenuItems.Add(this.menuItem2);
//
// label1
//
this.label1.Font = new System.Drawing.Font("Segoe Condensed", 10F, System.Drawing.FontStyle.Regular);
this.label1.Location = new System.Drawing.Point(12, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(152, 15);
this.label1.Text = "彩猫号码";
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// textBox_Number
//
this.textBox_Number.HideSelection = false;
this.textBox_Number.Location = new System.Drawing.Point(12, 25);
this.textBox_Number.Name = "textBox_Number";
this.textBox_Number.Size = new System.Drawing.Size(152, 22);
this.textBox_Number.TabIndex = 1;
//
// label2
//
this.label2.Font = new System.Drawing.Font("Segoe Condensed", 10F, System.Drawing.FontStyle.Regular);
this.label2.Location = new System.Drawing.Point(12, 51);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(152, 15);
this.label2.Text = "连接超时(秒)";
this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// textBox_TimeOut
//
this.textBox_TimeOut.Location = new System.Drawing.Point(12, 69);
this.textBox_TimeOut.Name = "textBox_TimeOut";
this.textBox_TimeOut.Size = new System.Drawing.Size(152, 22);
this.textBox_TimeOut.TabIndex = 3;
//
// menuItem1
//
this.menuItem1.Text = "确定";
this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
//
// menuItem2
//
this.menuItem2.Text = "取消";
this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
//
// label3
//
this.label3.Font = new System.Drawing.Font("Segoe Condensed", 10F, System.Drawing.FontStyle.Regular);
this.label3.ForeColor = System.Drawing.SystemColors.ActiveBorder;
this.label3.Location = new System.Drawing.Point(12, 100);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(152, 17);
this.label3.Text = "此项仅供调试时使用";
this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label4
//
this.label4.Font = new System.Drawing.Font("Segoe Condensed", 10F, System.Drawing.FontStyle.Regular);
this.label4.ForeColor = System.Drawing.SystemColors.ActiveBorder;
this.label4.Location = new System.Drawing.Point(12, 121);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(152, 16);
this.label4.Text = "请不要随意改动";
this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label5
//
this.label5.Font = new System.Drawing.Font("Segoe Condensed", 10F, System.Drawing.FontStyle.Regular);
this.label5.ForeColor = System.Drawing.SystemColors.ActiveBorder;
this.label5.Location = new System.Drawing.Point(12, 140);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(152, 16);
this.label5.Text = "以免引起程序崩溃";
this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// ParamSettingFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(176, 180);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.textBox_TimeOut);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox_Number);
this.Controls.Add(this.label1);
this.Menu = this.mainMenu1;
this.Name = "ParamSettingFrm";
this.Text = "ParamSettingFrm";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.MenuItem menuItem1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.MenuItem menuItem2;
public System.Windows.Forms.TextBox textBox_Number;
public System.Windows.Forms.TextBox textBox_TimeOut;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -