You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

115 lines
4.9 KiB

namespace ManagementSystem
{
partial class InputDialog
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InputDialog));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.lbQuestionMessage = new System.Windows.Forms.Label();
this.txtInput = new System.Windows.Forms.TextBox();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancle = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(38, 21);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(59, 56);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// lbQuestionMessage
//
this.lbQuestionMessage.AutoSize = true;
this.lbQuestionMessage.Location = new System.Drawing.Point(117, 21);
this.lbQuestionMessage.Name = "lbQuestionMessage";
this.lbQuestionMessage.Size = new System.Drawing.Size(158, 20);
this.lbQuestionMessage.TabIndex = 1;
this.lbQuestionMessage.Text = "lbQuestionMessage";
//
// txtInput
//
this.txtInput.Location = new System.Drawing.Point(121, 44);
this.txtInput.Name = "txtInput";
this.txtInput.Size = new System.Drawing.Size(208, 29);
this.txtInput.TabIndex = 2;
//
// btnOK
//
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOK.Location = new System.Drawing.Point(142, 79);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 29);
this.btnOK.TabIndex = 3;
this.btnOK.Text = "確 認";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancle
//
this.btnCancle.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancle.Location = new System.Drawing.Point(237, 79);
this.btnCancle.Name = "btnCancle";
this.btnCancle.Size = new System.Drawing.Size(75, 29);
this.btnCancle.TabIndex = 3;
this.btnCancle.Text = "取 消";
this.btnCancle.UseVisualStyleBackColor = true;
//
// InputDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(381, 131);
this.ControlBox = false;
this.Controls.Add(this.btnCancle);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.txtInput);
this.Controls.Add(this.lbQuestionMessage);
this.Controls.Add(this.pictureBox1);
this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.Margin = new System.Windows.Forms.Padding(5);
this.Name = "InputDialog";
this.Text = "輸入視窗";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
public System.Windows.Forms.Label lbQuestionMessage;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancle;
public System.Windows.Forms.TextBox txtInput;
}
}