📄 mainsearchform.designer.cs
字号:
namespace Bank
{
partial class MainSearchform
{
/// <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.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.MainSearchlblState = new System.Windows.Forms.Label();
this.MainSearchbtnReturn = new System.Windows.Forms.Button();
this.MainSearchrboStateTrue = new System.Windows.Forms.RadioButton();
this.MainSearchrboStateFalse = new System.Windows.Forms.RadioButton();
this.MainSearchlblMinMoney = new System.Windows.Forms.Label();
this.MainSearchlblMaxMoney = new System.Windows.Forms.Label();
this.MainSearchtxtMinMoney = new System.Windows.Forms.TextBox();
this.MainSearchtxtMaxMoney = new System.Windows.Forms.TextBox();
this.MainSearchbtnSearch = new System.Windows.Forms.Button();
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(-1, 139);
this.MainSearchlvSearch.MultiSelect = false;
this.MainSearchlvSearch.Name = "MainSearchlvSearch";
this.MainSearchlvSearch.Size = new System.Drawing.Size(426, 290);
this.MainSearchlvSearch.TabIndex = 0;
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;
//
// MainSearchlblState
//
this.MainSearchlblState.AutoSize = true;
this.MainSearchlblState.Location = new System.Drawing.Point(87, 22);
this.MainSearchlblState.Name = "MainSearchlblState";
this.MainSearchlblState.Size = new System.Drawing.Size(65, 12);
this.MainSearchlblState.TabIndex = 2;
this.MainSearchlblState.Text = "按类型查询";
//
// MainSearchbtnReturn
//
this.MainSearchbtnReturn.Location = new System.Drawing.Point(317, 447);
this.MainSearchbtnReturn.Name = "MainSearchbtnReturn";
this.MainSearchbtnReturn.Size = new System.Drawing.Size(75, 23);
this.MainSearchbtnReturn.TabIndex = 6;
this.MainSearchbtnReturn.Text = "返回";
this.MainSearchbtnReturn.UseVisualStyleBackColor = true;
this.MainSearchbtnReturn.Click += new System.EventHandler(this.MainSearchbtnReturn_Click);
//
// MainSearchrboStateTrue
//
this.MainSearchrboStateTrue.AutoSize = true;
this.MainSearchrboStateTrue.Checked = true;
this.MainSearchrboStateTrue.Location = new System.Drawing.Point(182, 20);
this.MainSearchrboStateTrue.Name = "MainSearchrboStateTrue";
this.MainSearchrboStateTrue.Size = new System.Drawing.Size(59, 16);
this.MainSearchrboStateTrue.TabIndex = 7;
this.MainSearchrboStateTrue.TabStop = true;
this.MainSearchrboStateTrue.Text = "已冻结";
this.MainSearchrboStateTrue.UseVisualStyleBackColor = true;
//
// MainSearchrboStateFalse
//
this.MainSearchrboStateFalse.AutoSize = true;
this.MainSearchrboStateFalse.Location = new System.Drawing.Point(273, 20);
this.MainSearchrboStateFalse.Name = "MainSearchrboStateFalse";
this.MainSearchrboStateFalse.Size = new System.Drawing.Size(59, 16);
this.MainSearchrboStateFalse.TabIndex = 8;
this.MainSearchrboStateFalse.Text = "未冻结";
this.MainSearchrboStateFalse.UseVisualStyleBackColor = true;
//
// MainSearchlblMinMoney
//
this.MainSearchlblMinMoney.AutoSize = true;
this.MainSearchlblMinMoney.Location = new System.Drawing.Point(99, 63);
this.MainSearchlblMinMoney.Name = "MainSearchlblMinMoney";
this.MainSearchlblMinMoney.Size = new System.Drawing.Size(53, 12);
this.MainSearchlblMinMoney.TabIndex = 9;
this.MainSearchlblMinMoney.Text = "最小金额";
//
// MainSearchlblMaxMoney
//
this.MainSearchlblMaxMoney.AutoSize = true;
this.MainSearchlblMaxMoney.Location = new System.Drawing.Point(99, 99);
this.MainSearchlblMaxMoney.Name = "MainSearchlblMaxMoney";
this.MainSearchlblMaxMoney.Size = new System.Drawing.Size(53, 12);
this.MainSearchlblMaxMoney.TabIndex = 10;
this.MainSearchlblMaxMoney.Text = "最大金额";
//
// MainSearchtxtMinMoney
//
this.MainSearchtxtMinMoney.Location = new System.Drawing.Point(182, 60);
this.MainSearchtxtMinMoney.Name = "MainSearchtxtMinMoney";
this.MainSearchtxtMinMoney.Size = new System.Drawing.Size(150, 21);
this.MainSearchtxtMinMoney.TabIndex = 11;
//
// MainSearchtxtMaxMoney
//
this.MainSearchtxtMaxMoney.Location = new System.Drawing.Point(182, 96);
this.MainSearchtxtMaxMoney.Name = "MainSearchtxtMaxMoney";
this.MainSearchtxtMaxMoney.Size = new System.Drawing.Size(150, 21);
this.MainSearchtxtMaxMoney.TabIndex = 11;
//
// MainSearchbtnSearch
//
this.MainSearchbtnSearch.Location = new System.Drawing.Point(209, 447);
this.MainSearchbtnSearch.Name = "MainSearchbtnSearch";
this.MainSearchbtnSearch.Size = new System.Drawing.Size(75, 23);
this.MainSearchbtnSearch.TabIndex = 12;
this.MainSearchbtnSearch.Text = "查询";
this.MainSearchbtnSearch.UseVisualStyleBackColor = true;
this.MainSearchbtnSearch.Click += new System.EventHandler(this.MainSearchbtnSearch_Click);
//
// MainSearchform
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(424, 479);
this.Controls.Add(this.MainSearchtxtMaxMoney);
this.Controls.Add(this.MainSearchbtnSearch);
this.Controls.Add(this.MainSearchtxtMinMoney);
this.Controls.Add(this.MainSearchlblMaxMoney);
this.Controls.Add(this.MainSearchlblMinMoney);
this.Controls.Add(this.MainSearchrboStateFalse);
this.Controls.Add(this.MainSearchrboStateTrue);
this.Controls.Add(this.MainSearchlblState);
this.Controls.Add(this.MainSearchbtnReturn);
this.Controls.Add(this.MainSearchlvSearch);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MainSearchform";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "用户查询";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListView MainSearchlvSearch;
private System.Windows.Forms.Label MainSearchlblState;
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.Button MainSearchbtnReturn;
private System.Windows.Forms.RadioButton MainSearchrboStateTrue;
private System.Windows.Forms.RadioButton MainSearchrboStateFalse;
private System.Windows.Forms.Label MainSearchlblMinMoney;
private System.Windows.Forms.Label MainSearchlblMaxMoney;
private System.Windows.Forms.TextBox MainSearchtxtMinMoney;
private System.Windows.Forms.TextBox MainSearchtxtMaxMoney;
private System.Windows.Forms.Button MainSearchbtnSearch;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -