📄 warrantupdate.designer.cs
字号:
namespace property.view.WarrantInfo
{
partial class WarrantUpdate
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.bntSure = new System.Windows.Forms.Button();
this.txtlendMongy = new System.Windows.Forms.TextBox();
this.txtdate = new System.Windows.Forms.TextBox();
this.txtGoodMoney = new System.Windows.Forms.TextBox();
this.textSubid = new System.Windows.Forms.TextBox();
this.txtWarrId = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.bntSure);
this.groupBox1.Controls.Add(this.txtlendMongy);
this.groupBox1.Controls.Add(this.txtdate);
this.groupBox1.Controls.Add(this.txtGoodMoney);
this.groupBox1.Controls.Add(this.textSubid);
this.groupBox1.Controls.Add(this.txtWarrId);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(26, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(397, 222);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "修改";
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// bntSure
//
this.bntSure.DialogResult = System.Windows.Forms.DialogResult.OK;
this.bntSure.Location = new System.Drawing.Point(86, 184);
this.bntSure.Name = "bntSure";
this.bntSure.Size = new System.Drawing.Size(75, 23);
this.bntSure.TabIndex = 12;
this.bntSure.Text = "确定(&D)";
this.bntSure.UseVisualStyleBackColor = true;
this.bntSure.Click += new System.EventHandler(this.bntSure_Click);
//
// txtlendMongy
//
this.txtlendMongy.Location = new System.Drawing.Point(278, 85);
this.txtlendMongy.Name = "txtlendMongy";
this.txtlendMongy.Size = new System.Drawing.Size(100, 21);
this.txtlendMongy.TabIndex = 10;
this.txtlendMongy.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtlendMongy_KeyPress);
//
// txtdate
//
this.txtdate.Location = new System.Drawing.Point(278, 41);
this.txtdate.Name = "txtdate";
this.txtdate.Size = new System.Drawing.Size(100, 21);
this.txtdate.TabIndex = 9;
//
// txtGoodMoney
//
this.txtGoodMoney.Location = new System.Drawing.Point(99, 137);
this.txtGoodMoney.Name = "txtGoodMoney";
this.txtGoodMoney.Size = new System.Drawing.Size(171, 21);
this.txtGoodMoney.TabIndex = 8;
this.txtGoodMoney.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGoodMoney_KeyPress);
//
// textSubid
//
this.textSubid.Location = new System.Drawing.Point(99, 79);
this.textSubid.Name = "textSubid";
this.textSubid.Size = new System.Drawing.Size(100, 21);
this.textSubid.TabIndex = 7;
//
// txtWarrId
//
this.txtWarrId.Location = new System.Drawing.Point(99, 38);
this.txtWarrId.Name = "txtWarrId";
this.txtWarrId.Size = new System.Drawing.Size(100, 21);
this.txtWarrId.TabIndex = 6;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(30, 146);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 4;
this.label5.Text = "贷方金额:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(205, 88);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 3;
this.label4.Text = "借方金额:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(30, 88);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 2;
this.label3.Text = "科目名称:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(208, 41);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "凭证日期:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(28, 41);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "凭证编号:";
//
// button2
//
this.button2.Location = new System.Drawing.Point(235, 184);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 13;
this.button2.Text = "取消(&F)";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// WarrantUpdate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(435, 266);
this.Controls.Add(this.groupBox1);
this.Name = "WarrantUpdate";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "修改信息";
this.Load += new System.EventHandler(this.WarrantUpdate_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtlendMongy;
private System.Windows.Forms.TextBox txtdate;
private System.Windows.Forms.TextBox txtGoodMoney;
private System.Windows.Forms.TextBox textSubid;
private System.Windows.Forms.TextBox txtWarrId;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button bntSure;
private System.Windows.Forms.Button button2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -