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.
109 lines
4.2 KiB
109 lines
4.2 KiB
3 years ago
|
namespace QMAPP.WinForm.Forms.TianJin
|
||
|
{
|
||
|
partial class TJDefaultDataSetNum
|
||
|
{
|
||
|
/// <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.label4 = new System.Windows.Forms.Label();
|
||
|
this.txtDataSetNum = new System.Windows.Forms.TextBox();
|
||
|
this.btnSet = new System.Windows.Forms.Button();
|
||
|
this.txtRowCount = new System.Windows.Forms.TextBox();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// label4
|
||
|
//
|
||
|
this.label4.AutoSize = true;
|
||
|
this.label4.Location = new System.Drawing.Point(12, 22);
|
||
|
this.label4.Name = "label4";
|
||
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
||
|
this.label4.TabIndex = 11;
|
||
|
this.label4.Text = "器具容量";
|
||
|
//
|
||
|
// txtDataSetNum
|
||
|
//
|
||
|
this.txtDataSetNum.Location = new System.Drawing.Point(71, 19);
|
||
|
this.txtDataSetNum.MaxLength = 3;
|
||
|
this.txtDataSetNum.Name = "txtDataSetNum";
|
||
|
this.txtDataSetNum.Size = new System.Drawing.Size(124, 21);
|
||
|
this.txtDataSetNum.TabIndex = 12;
|
||
|
this.txtDataSetNum.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtDataSetNum_KeyPress);
|
||
|
//
|
||
|
// btnSet
|
||
|
//
|
||
|
this.btnSet.Location = new System.Drawing.Point(212, 18);
|
||
|
this.btnSet.Name = "btnSet";
|
||
|
this.btnSet.Size = new System.Drawing.Size(75, 23);
|
||
|
this.btnSet.TabIndex = 17;
|
||
|
this.btnSet.Text = "设置";
|
||
|
this.btnSet.UseVisualStyleBackColor = true;
|
||
|
this.btnSet.Click += new System.EventHandler(this.btnSet_Click);
|
||
|
//
|
||
|
// txtRowCount
|
||
|
//
|
||
|
this.txtRowCount.Location = new System.Drawing.Point(71, 46);
|
||
|
this.txtRowCount.MaxLength = 3;
|
||
|
this.txtRowCount.Name = "txtRowCount";
|
||
|
this.txtRowCount.Size = new System.Drawing.Size(124, 21);
|
||
|
this.txtRowCount.TabIndex = 19;
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.Location = new System.Drawing.Point(12, 49);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
||
|
this.label1.TabIndex = 18;
|
||
|
this.label1.Text = "器具层数";
|
||
|
//
|
||
|
// DefaultDataSetNum
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(298, 91);
|
||
|
this.Controls.Add(this.txtRowCount);
|
||
|
this.Controls.Add(this.label1);
|
||
|
this.Controls.Add(this.btnSet);
|
||
|
this.Controls.Add(this.txtDataSetNum);
|
||
|
this.Controls.Add(this.label4);
|
||
|
this.Name = "DefaultDataSetNum";
|
||
|
this.Text = "设置发运器具容量";
|
||
|
this.Load += new System.EventHandler(this.DefaultDataSetNum_Load);
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.Label label4;
|
||
|
private System.Windows.Forms.TextBox txtDataSetNum;
|
||
|
private System.Windows.Forms.Button btnSet;
|
||
|
private System.Windows.Forms.TextBox txtRowCount;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
}
|
||
|
}
|