📄 frmreaderdeposit.designer.cs
字号:
namespace UI
{
partial class frmReaDerdeposit
{
/// <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(frmReaDerdeposit));
this.btnClose = new System.Windows.Forms.Button();
this.btnY = new System.Windows.Forms.Button();
this.txtDepositMoney = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.grpReadeIinformation = new System.Windows.Forms.GroupBox();
this.lstDisplay = new System.Windows.Forms.ListBox();
this.txtReaderSelect = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.groupBox2.SuspendLayout();
this.grpReadeIinformation.SuspendLayout();
this.SuspendLayout();
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(320, 240);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(89, 36);
this.btnClose.TabIndex = 7;
this.btnClose.Text = "退 出&C";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnY
//
this.btnY.Enabled = false;
this.btnY.Location = new System.Drawing.Point(320, 201);
this.btnY.Name = "btnY";
this.btnY.Size = new System.Drawing.Size(89, 36);
this.btnY.TabIndex = 6;
this.btnY.Text = "确 定&S";
this.btnY.UseVisualStyleBackColor = true;
this.btnY.Click += new System.EventHandler(this.btnY_Click);
//
// txtDepositMoney
//
this.txtDepositMoney.Location = new System.Drawing.Point(19, 28);
this.txtDepositMoney.Name = "txtDepositMoney";
this.txtDepositMoney.Size = new System.Drawing.Size(259, 21);
this.txtDepositMoney.TabIndex = 0;
this.txtDepositMoney.Text = "0.00";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 0;
this.label1.Text = "读者编号:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.txtDepositMoney);
this.groupBox2.Location = new System.Drawing.Point(8, 212);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(290, 58);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "押金冲值金额:";
//
// grpReadeIinformation
//
this.grpReadeIinformation.Controls.Add(this.lstDisplay);
this.grpReadeIinformation.Controls.Add(this.txtReaderSelect);
this.grpReadeIinformation.Controls.Add(this.button1);
this.grpReadeIinformation.Controls.Add(this.label1);
this.grpReadeIinformation.Location = new System.Drawing.Point(10, 12);
this.grpReadeIinformation.Name = "grpReadeIinformation";
this.grpReadeIinformation.Size = new System.Drawing.Size(289, 194);
this.grpReadeIinformation.TabIndex = 4;
this.grpReadeIinformation.TabStop = false;
this.grpReadeIinformation.Text = "读者信息";
//
// lstDisplay
//
this.lstDisplay.FormattingEnabled = true;
this.lstDisplay.ItemHeight = 12;
this.lstDisplay.Items.AddRange(new object[] {
" "});
this.lstDisplay.Location = new System.Drawing.Point(17, 74);
this.lstDisplay.Name = "lstDisplay";
this.lstDisplay.Size = new System.Drawing.Size(256, 112);
this.lstDisplay.TabIndex = 6;
//
// txtReaderSelect
//
this.txtReaderSelect.Location = new System.Drawing.Point(17, 47);
this.txtReaderSelect.Name = "txtReaderSelect";
this.txtReaderSelect.Size = new System.Drawing.Size(203, 21);
this.txtReaderSelect.TabIndex = 5;
//
// button1
//
this.button1.Location = new System.Drawing.Point(236, 43);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(40, 27);
this.button1.TabIndex = 4;
this.button1.Text = ">>";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// frmReaDerdeposit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(421, 288);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnY);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.grpReadeIinformation);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmReaDerdeposit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "押金冲值";
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.grpReadeIinformation.ResumeLayout(false);
this.grpReadeIinformation.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnY;
private System.Windows.Forms.TextBox txtDepositMoney;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox grpReadeIinformation;
private System.Windows.Forms.TextBox txtReaderSelect;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ListBox lstDisplay;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -