📄 frmnewphone.designer.cs
字号:
namespace GPCore.Forms
{
partial class frmNewPhone
{
/// <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();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.btnCreate = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.lstVocoder = new System.Windows.Forms.ListView();
this.lstPhone = new System.Windows.Forms.ListView();
this.lstNetwork = new System.Windows.Forms.ListView();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(38, 13);
this.label1.TabIndex = 3;
this.label1.Text = "Phone";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(118, 6);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 13);
this.label2.TabIndex = 4;
this.label2.Text = "Vocoder";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(226, 6);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 13);
this.label3.TabIndex = 5;
this.label3.Text = "Network Protocol";
//
// btnCreate
//
this.btnCreate.Location = new System.Drawing.Point(45, 161);
this.btnCreate.Name = "btnCreate";
this.btnCreate.Size = new System.Drawing.Size(72, 27);
this.btnCreate.TabIndex = 6;
this.btnCreate.Text = "Create";
this.btnCreate.UseVisualStyleBackColor = true;
this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(229, 161);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(72, 27);
this.btnCancel.TabIndex = 7;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// lstVocoder
//
this.lstVocoder.Location = new System.Drawing.Point(121, 25);
this.lstVocoder.MultiSelect = false;
this.lstVocoder.Name = "lstVocoder";
this.lstVocoder.Size = new System.Drawing.Size(102, 118);
this.lstVocoder.TabIndex = 8;
this.lstVocoder.UseCompatibleStateImageBehavior = false;
//
// lstPhone
//
this.lstPhone.Location = new System.Drawing.Point(15, 25);
this.lstPhone.MultiSelect = false;
this.lstPhone.Name = "lstPhone";
this.lstPhone.Size = new System.Drawing.Size(102, 118);
this.lstPhone.TabIndex = 8;
this.lstPhone.UseCompatibleStateImageBehavior = false;
//
// lstNetwork
//
this.lstNetwork.Location = new System.Drawing.Point(229, 25);
this.lstNetwork.MultiSelect = false;
this.lstNetwork.Name = "lstNetwork";
this.lstNetwork.Size = new System.Drawing.Size(102, 118);
this.lstNetwork.TabIndex = 8;
this.lstNetwork.UseCompatibleStateImageBehavior = false;
this.lstNetwork.View = System.Windows.Forms.View.List;
//
// frmNewPhone
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(347, 200);
this.Controls.Add(this.lstNetwork);
this.Controls.Add(this.lstPhone);
this.Controls.Add(this.lstVocoder);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnCreate);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "frmNewPhone";
this.Text = "frmPhone";
this.Load += new System.EventHandler(this.frmNewPhone_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnCreate;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.ToolTip toolTip;
internal System.Windows.Forms.ListView lstVocoder;
internal System.Windows.Forms.ListView lstPhone;
internal System.Windows.Forms.ListView lstNetwork;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -