Files
kou_zhaoxielou_shandong/口罩泄露定制款/UserControl/InputBoxForm.Designer.cs
2026-01-16 20:53:33 +08:00

78 lines
2.9 KiB
C#

namespace _定制款.
{
partial class InputBoxForm
{
private System.ComponentModel.IContainer components = null;
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
private void InitializeComponent()
{
this.lblPrompt = new System.Windows.Forms.Label();
this.txtInput = new System.Windows.Forms.TextBox();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblPrompt
//
this.lblPrompt.AutoSize = true;
this.lblPrompt.Location = new System.Drawing.Point(12, 9);
this.lblPrompt.Name = "lblPrompt";
this.lblPrompt.Size = new System.Drawing.Size(35, 13);
this.lblPrompt.TabIndex = 0;
this.lblPrompt.Text = "Prompt";
//
// txtInput
//
this.txtInput.Location = new System.Drawing.Point(15, 25);
this.txtInput.Name = "txtInput";
this.txtInput.Size = new System.Drawing.Size(257, 20);
this.txtInput.TabIndex = 1;
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(197, 51);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 2;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(116, 51);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// InputBoxForm
//
this.ClientSize = new System.Drawing.Size(284, 86);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.txtInput);
this.Controls.Add(this.lblPrompt);
this.Name = "InputBoxForm";
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.Label lblPrompt;
private System.Windows.Forms.TextBox txtInput;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
}
}