Files
zszq-trs/Tools/YLTestTool/Forms/FormTradeDeal.Designer.cs
T
2024-05-09 14:06:26 +08:00

83 lines
3.0 KiB
C#

namespace YLErp.Forms
{
partial class FormTradeDeal
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.btnConfirm = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(76, 42);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "交易编号";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(135, 39);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(260, 21);
this.textBox1.TabIndex = 1;
//
// btnConfirm
//
this.btnConfirm.Location = new System.Drawing.Point(95, 103);
this.btnConfirm.Name = "btnConfirm";
this.btnConfirm.Size = new System.Drawing.Size(75, 23);
this.btnConfirm.TabIndex = 2;
this.btnConfirm.Text = "交易确认";
this.btnConfirm.UseVisualStyleBackColor = true;
this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
//
// FormTradeDeal
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(715, 383);
this.Controls.Add(this.btnConfirm);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.Name = "FormTradeDeal";
this.Text = "FormTradeDeal";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button btnConfirm;
}
}