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.
98 lines
3.7 KiB
98 lines
3.7 KiB
11 months ago
|
namespace Stone.WinModule.BasicData
|
||
|
{
|
||
|
partial class frmASNManager
|
||
|
{
|
||
|
/// <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.btnModify = new System.Windows.Forms.Button();
|
||
|
this.tbSerNum = new System.Windows.Forms.TextBox();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.btnUpdate = new System.Windows.Forms.Button();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// btnModify
|
||
|
//
|
||
|
this.btnModify.Location = new System.Drawing.Point(114, 139);
|
||
|
this.btnModify.Name = "btnModify";
|
||
|
this.btnModify.Size = new System.Drawing.Size(86, 38);
|
||
|
this.btnModify.TabIndex = 0;
|
||
|
this.btnModify.Text = "修改";
|
||
|
this.btnModify.UseVisualStyleBackColor = true;
|
||
|
this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
|
||
|
//
|
||
|
// tbSerNum
|
||
|
//
|
||
|
this.tbSerNum.Location = new System.Drawing.Point(292, 61);
|
||
|
this.tbSerNum.Name = "tbSerNum";
|
||
|
this.tbSerNum.Size = new System.Drawing.Size(100, 28);
|
||
|
this.tbSerNum.TabIndex = 1;
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.Location = new System.Drawing.Point(89, 64);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(197, 18);
|
||
|
this.label1.TabIndex = 2;
|
||
|
this.label1.Text = "当前ASN单最大流水号:";
|
||
|
//
|
||
|
// btnUpdate
|
||
|
//
|
||
|
this.btnUpdate.Location = new System.Drawing.Point(292, 139);
|
||
|
this.btnUpdate.Name = "btnUpdate";
|
||
|
this.btnUpdate.Size = new System.Drawing.Size(76, 38);
|
||
|
this.btnUpdate.TabIndex = 3;
|
||
|
this.btnUpdate.Text = "更新";
|
||
|
this.btnUpdate.UseVisualStyleBackColor = true;
|
||
|
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
|
||
|
//
|
||
|
// frmASNManager
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(671, 369);
|
||
|
this.Controls.Add(this.btnUpdate);
|
||
|
this.Controls.Add(this.label1);
|
||
|
this.Controls.Add(this.tbSerNum);
|
||
|
this.Controls.Add(this.btnModify);
|
||
|
this.Name = "frmASNManager";
|
||
|
this.TabText = "ASN单流水管理";
|
||
|
this.Text = "ASN单流水管理";
|
||
|
this.Load += new System.EventHandler(this.frmASNManager_Load);
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.Button btnModify;
|
||
|
private System.Windows.Forms.TextBox tbSerNum;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.Button btnUpdate;
|
||
|
}
|
||
|
}
|