114 lines
4.9 KiB
C#
114 lines
4.9 KiB
C#
namespace MisDataSaveDate
|
|
{
|
|
partial class WriteQualityValueForm
|
|
{
|
|
/// <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.label_Message = new System.Windows.Forms.Label();
|
|
this.textBox_InputValue = new System.Windows.Forms.TextBox();
|
|
this.button_OK = new System.Windows.Forms.Button();
|
|
this.button_Cancle = new System.Windows.Forms.Button();
|
|
this.comboBox_InputValue = new System.Windows.Forms.ComboBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// label_Message
|
|
//
|
|
this.label_Message.AutoSize = true;
|
|
this.label_Message.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label_Message.Location = new System.Drawing.Point(15, 10);
|
|
this.label_Message.Name = "label_Message";
|
|
this.label_Message.Size = new System.Drawing.Size(41, 12);
|
|
this.label_Message.TabIndex = 0;
|
|
this.label_Message.Text = "label1";
|
|
//
|
|
// textBox_InputValue
|
|
//
|
|
this.textBox_InputValue.Location = new System.Drawing.Point(10, 50);
|
|
this.textBox_InputValue.Name = "textBox_InputValue";
|
|
this.textBox_InputValue.Size = new System.Drawing.Size(475, 21);
|
|
this.textBox_InputValue.TabIndex = 1;
|
|
//
|
|
// button_OK
|
|
//
|
|
this.button_OK.Location = new System.Drawing.Point(268, 81);
|
|
this.button_OK.Name = "button_OK";
|
|
this.button_OK.Size = new System.Drawing.Size(95, 25);
|
|
this.button_OK.TabIndex = 2;
|
|
this.button_OK.Text = "OK";
|
|
this.button_OK.UseVisualStyleBackColor = true;
|
|
this.button_OK.Click += new System.EventHandler(this.button_OK_Click);
|
|
//
|
|
// button_Cancle
|
|
//
|
|
this.button_Cancle.Location = new System.Drawing.Point(369, 81);
|
|
this.button_Cancle.Name = "button_Cancle";
|
|
this.button_Cancle.Size = new System.Drawing.Size(95, 25);
|
|
this.button_Cancle.TabIndex = 2;
|
|
this.button_Cancle.Text = "Cancel";
|
|
this.button_Cancle.UseVisualStyleBackColor = true;
|
|
this.button_Cancle.Click += new System.EventHandler(this.button_Cancle_Click);
|
|
//
|
|
// comboBox_InputValue
|
|
//
|
|
this.comboBox_InputValue.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox_InputValue.FormattingEnabled = true;
|
|
this.comboBox_InputValue.Items.AddRange(new object[] {
|
|
"false",
|
|
"true"});
|
|
this.comboBox_InputValue.Location = new System.Drawing.Point(10, 50);
|
|
this.comboBox_InputValue.Name = "comboBox_InputValue";
|
|
this.comboBox_InputValue.Size = new System.Drawing.Size(475, 20);
|
|
this.comboBox_InputValue.TabIndex = 3;
|
|
//
|
|
// WriteQualityValueForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(494, 111);
|
|
this.Controls.Add(this.comboBox_InputValue);
|
|
this.Controls.Add(this.button_Cancle);
|
|
this.Controls.Add(this.button_OK);
|
|
this.Controls.Add(this.textBox_InputValue);
|
|
this.Controls.Add(this.label_Message);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "WriteQualityValueForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Write value";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label_Message;
|
|
private System.Windows.Forms.TextBox textBox_InputValue;
|
|
private System.Windows.Forms.Button button_OK;
|
|
private System.Windows.Forms.Button button_Cancle;
|
|
private System.Windows.Forms.ComboBox comboBox_InputValue;
|
|
}
|
|
} |