📄 mainmanagementform.designer.cs
字号:
namespace Bank
{
partial class MainManagementform
{
/// <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();
this.MainSearchlvSearch = new System.Windows.Forms.ListView();
this.MainclSearchID = new System.Windows.Forms.ColumnHeader();
this.MainclSearchPwd = new System.Windows.Forms.ColumnHeader();
this.MainclSearchMoney = new System.Windows.Forms.ColumnHeader();
this.MainclSearchState = new System.Windows.Forms.ColumnHeader();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.MainSearchlblState = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.MaincmsSearch = new System.Windows.Forms.ContextMenuStrip(this.components);
this.修改ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.刷新ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.MaincmsSearch.SuspendLayout();
this.SuspendLayout();
//
// MainSearchlvSearch
//
this.MainSearchlvSearch.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.MainclSearchID,
this.MainclSearchPwd,
this.MainclSearchMoney,
this.MainclSearchState});
this.MainSearchlvSearch.FullRowSelect = true;
this.MainSearchlvSearch.GridLines = true;
this.MainSearchlvSearch.Location = new System.Drawing.Point(0, 47);
this.MainSearchlvSearch.MultiSelect = false;
this.MainSearchlvSearch.Name = "MainSearchlvSearch";
this.MainSearchlvSearch.Size = new System.Drawing.Size(454, 290);
this.MainSearchlvSearch.TabIndex = 1;
this.MainSearchlvSearch.UseCompatibleStateImageBehavior = false;
this.MainSearchlvSearch.View = System.Windows.Forms.View.Details;
//
// MainclSearchID
//
this.MainclSearchID.Text = "用户ID";
this.MainclSearchID.Width = 94;
//
// MainclSearchPwd
//
this.MainclSearchPwd.Text = "用户密码";
this.MainclSearchPwd.Width = 102;
//
// MainclSearchMoney
//
this.MainclSearchMoney.Text = "用户金额";
this.MainclSearchMoney.Width = 105;
//
// MainclSearchState
//
this.MainclSearchState.Text = "用户状态";
this.MainclSearchState.Width = 95;
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(180, 12);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 20);
this.comboBox1.TabIndex = 2;
//
// MainSearchlblState
//
this.MainSearchlblState.AutoSize = true;
this.MainSearchlblState.Location = new System.Drawing.Point(121, 15);
this.MainSearchlblState.Name = "MainSearchlblState";
this.MainSearchlblState.Size = new System.Drawing.Size(53, 12);
this.MainSearchlblState.TabIndex = 3;
this.MainSearchlblState.Text = "用户状态";
//
// button1
//
this.button1.Location = new System.Drawing.Point(32, 355);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 4;
this.button1.Text = "查询";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(346, 355);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 4;
this.button2.Text = "返回";
this.button2.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Location = new System.Drawing.Point(196, 355);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 4;
this.button3.Text = "修改";
this.button3.UseVisualStyleBackColor = true;
//
// MaincmsSearch
//
this.MaincmsSearch.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.修改ToolStripMenuItem,
this.toolStripMenuItem1,
this.刷新ToolStripMenuItem});
this.MaincmsSearch.Name = "MaincmsSearch";
this.MaincmsSearch.Size = new System.Drawing.Size(99, 54);
//
// 修改ToolStripMenuItem
//
this.修改ToolStripMenuItem.Name = "修改ToolStripMenuItem";
this.修改ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.修改ToolStripMenuItem.Text = "修改";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(149, 6);
//
// 刷新ToolStripMenuItem
//
this.刷新ToolStripMenuItem.Name = "刷新ToolStripMenuItem";
this.刷新ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.刷新ToolStripMenuItem.Text = "刷新";
//
// MainManagementform
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(453, 390);
this.Controls.Add(this.button2);
this.Controls.Add(this.button3);
this.Controls.Add(this.button1);
this.Controls.Add(this.MainSearchlblState);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.MainSearchlvSearch);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MainManagementform";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "用户管理";
this.MaincmsSearch.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListView MainSearchlvSearch;
private System.Windows.Forms.ColumnHeader MainclSearchID;
private System.Windows.Forms.ColumnHeader MainclSearchPwd;
private System.Windows.Forms.ColumnHeader MainclSearchMoney;
private System.Windows.Forms.ColumnHeader MainclSearchState;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label MainSearchlblState;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.ContextMenuStrip MaincmsSearch;
private System.Windows.Forms.ToolStripMenuItem 修改ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 刷新ToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -