📄 form2.designer.cs
字号:
namespace MatureVoice
{
partial class Form2
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
this.panel1 = new System.Windows.Forms.Panel();
this.btnCancel = new DevComponents.DotNetBar.ButtonX();
this.btnSubmit = new DevComponents.DotNetBar.ButtonX();
this.treeNode = new System.Windows.Forms.TreeView();
this.picLoading = new System.Windows.Forms.PictureBox();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picLoading)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Controls.Add(this.btnSubmit);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 334);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(304, 52);
this.panel1.TabIndex = 1;
//
// btnCancel
//
this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnCancel.Location = new System.Drawing.Point(165, 17);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnSubmit
//
this.btnSubmit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnSubmit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnSubmit.Location = new System.Drawing.Point(66, 17);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(75, 23);
this.btnSubmit.TabIndex = 0;
this.btnSubmit.Text = "确定";
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
//
// treeNode
//
this.treeNode.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeNode.Location = new System.Drawing.Point(0, 0);
this.treeNode.Name = "treeNode";
this.treeNode.Size = new System.Drawing.Size(304, 334);
this.treeNode.TabIndex = 2;
this.treeNode.DoubleClick += new System.EventHandler(this.treeNode_DoubleClick);
//
// picLoading
//
this.picLoading.Image = ((System.Drawing.Image)(resources.GetObject("picLoading.Image")));
this.picLoading.Location = new System.Drawing.Point(-51, 2);
this.picLoading.Name = "picLoading";
this.picLoading.Size = new System.Drawing.Size(283, 254);
this.picLoading.TabIndex = 3;
this.picLoading.TabStop = false;
//
// Form2
//
this.ClientSize = new System.Drawing.Size(304, 386);
this.Controls.Add(this.picLoading);
this.Controls.Add(this.treeNode);
this.Controls.Add(this.panel1);
this.Name = "Form2";
this.Text = "局域网内用户";
this.Load += new System.EventHandler(this.Form2_Load);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picLoading)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TreeView treeNode;
private DevComponents.DotNetBar.ButtonX btnCancel;
private DevComponents.DotNetBar.ButtonX btnSubmit;
private System.Windows.Forms.PictureBox picLoading;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -