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.
116 lines
4.6 KiB
116 lines
4.6 KiB
namespace PDAForm
|
|
{
|
|
partial class frmSet
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtPrintServer = new System.Windows.Forms.TextBox();
|
|
this.txtMaxQty_Ship = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(3, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(147, 20);
|
|
this.label1.Text = "打印服务器IP地址:";
|
|
//
|
|
// txtPrintServer
|
|
//
|
|
this.txtPrintServer.Location = new System.Drawing.Point(4, 24);
|
|
this.txtPrintServer.Name = "txtPrintServer";
|
|
this.txtPrintServer.Size = new System.Drawing.Size(231, 23);
|
|
this.txtPrintServer.TabIndex = 1;
|
|
//
|
|
// txtMaxQty_Ship
|
|
//
|
|
this.txtMaxQty_Ship.Location = new System.Drawing.Point(4, 72);
|
|
this.txtMaxQty_Ship.Name = "txtMaxQty_Ship";
|
|
this.txtMaxQty_Ship.Size = new System.Drawing.Size(231, 23);
|
|
this.txtMaxQty_Ship.TabIndex = 3;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(3, 57);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(147, 20);
|
|
this.label2.Text = "最大下架数:";
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Location = new System.Drawing.Point(3, 236);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(72, 36);
|
|
this.btnSave.TabIndex = 5;
|
|
this.btnSave.Text = "保存";
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(163, 236);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(72, 36);
|
|
this.btnClose.TabIndex = 6;
|
|
this.btnClose.Text = "关闭";
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// frmSet
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
this.ClientSize = new System.Drawing.Size(238, 275);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnSave);
|
|
this.Controls.Add(this.txtMaxQty_Ship);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtPrintServer);
|
|
this.Controls.Add(this.label1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmSet";
|
|
this.Text = "系统设置";
|
|
this.Load += new System.EventHandler(this.frmSet_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtPrintServer;
|
|
private System.Windows.Forms.TextBox txtMaxQty_Ship;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btnSave;
|
|
private System.Windows.Forms.Button btnClose;
|
|
}
|
|
}
|