📄 frmsetmonitor.designer.cs
字号:
namespace VWMS
{
partial class frmSetMonitor
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSetMonitor));
this.btnDel = new System.Windows.Forms.Button();
this.btnEdit = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.txtPwd = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.lview = new System.Windows.Forms.ListView();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.SuspendLayout();
//
// btnDel
//
this.btnDel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDel.BackgroundImage")));
this.btnDel.Location = new System.Drawing.Point(358, 93);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(47, 23);
this.btnDel.TabIndex = 4;
this.btnDel.UseVisualStyleBackColor = true;
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
//
// btnEdit
//
this.btnEdit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnEdit.BackgroundImage")));
this.btnEdit.Location = new System.Drawing.Point(304, 93);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(44, 23);
this.btnEdit.TabIndex = 3;
this.btnEdit.UseVisualStyleBackColor = true;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// btnAdd
//
this.btnAdd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdd.BackgroundImage")));
this.btnAdd.Location = new System.Drawing.Point(249, 93);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(45, 23);
this.btnAdd.TabIndex = 2;
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(305, 57);
this.txtPwd.Name = "txtPwd";
this.txtPwd.PasswordChar = '*';
this.txtPwd.Size = new System.Drawing.Size(100, 21);
this.txtPwd.TabIndex = 1;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(305, 30);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(100, 21);
this.txtName.TabIndex = 0;
//
// lview
//
this.lview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lview.LargeImageList = this.imageList1;
this.lview.Location = new System.Drawing.Point(2, 6);
this.lview.Name = "lview";
this.lview.Size = new System.Drawing.Size(221, 130);
this.lview.SmallImageList = this.imageList1;
this.lview.StateImageList = this.imageList1;
this.lview.TabIndex = 2;
this.lview.UseCompatibleStateImageBehavior = false;
this.lview.View = System.Windows.Forms.View.Tile;
this.lview.Click += new System.EventHandler(this.lview_Click);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "用户.ico");
//
// frmSetMonitor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(441, 141);
this.Controls.Add(this.btnDel);
this.Controls.Add(this.btnEdit);
this.Controls.Add(this.lview);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.txtName);
this.Controls.Add(this.txtPwd);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmSetMonitor";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "监控管理";
this.Load += new System.EventHandler(this.frmSetMonitor_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.TextBox txtPwd;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Button btnDel;
private System.Windows.Forms.Button btnEdit;
private System.Windows.Forms.ListView lview;
private System.Windows.Forms.ImageList imageList1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -