165 lines
7.1 KiB
C#
165 lines
7.1 KiB
C#
|
namespace FLSystem.Forms
|
|||
|
{
|
|||
|
partial class member_order_lastnum_custom
|
|||
|
{
|
|||
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|||
|
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
this.button2 = new System.Windows.Forms.Button();
|
|||
|
this.textEdit3 = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.groupBox1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// groupBox1
|
|||
|
//
|
|||
|
this.groupBox1.Controls.Add(this.button2);
|
|||
|
this.groupBox1.Controls.Add(this.button1);
|
|||
|
this.groupBox1.Controls.Add(this.label2);
|
|||
|
this.groupBox1.Controls.Add(this.label3);
|
|||
|
this.groupBox1.Controls.Add(this.label1);
|
|||
|
this.groupBox1.Controls.Add(this.textEdit3);
|
|||
|
this.groupBox1.Controls.Add(this.textEdit2);
|
|||
|
this.groupBox1.Controls.Add(this.textEdit1);
|
|||
|
this.groupBox1.Location = new System.Drawing.Point(28, 29);
|
|||
|
this.groupBox1.Name = "groupBox1";
|
|||
|
this.groupBox1.Size = new System.Drawing.Size(304, 191);
|
|||
|
this.groupBox1.TabIndex = 0;
|
|||
|
this.groupBox1.TabStop = false;
|
|||
|
this.groupBox1.Text = " 基础信息 ";
|
|||
|
//
|
|||
|
// textEdit1
|
|||
|
//
|
|||
|
this.textEdit1.EditValue = 0;
|
|||
|
this.textEdit1.Location = new System.Drawing.Point(90, 30);
|
|||
|
this.textEdit1.Name = "textEdit1";
|
|||
|
this.textEdit1.Size = new System.Drawing.Size(185, 20);
|
|||
|
this.textEdit1.TabIndex = 0;
|
|||
|
this.textEdit1.EditValueChanged += new System.EventHandler(this.textEdit1_EditValueChanged);
|
|||
|
//
|
|||
|
// textEdit2
|
|||
|
//
|
|||
|
this.textEdit2.EditValue = 0;
|
|||
|
this.textEdit2.Location = new System.Drawing.Point(90, 92);
|
|||
|
this.textEdit2.Name = "textEdit2";
|
|||
|
this.textEdit2.Size = new System.Drawing.Size(185, 20);
|
|||
|
this.textEdit2.TabIndex = 0;
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Location = new System.Drawing.Point(17, 33);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(67, 14);
|
|||
|
this.label1.TabIndex = 1;
|
|||
|
this.label1.Text = "用户编号:";
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(17, 95);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(67, 14);
|
|||
|
this.label2.TabIndex = 1;
|
|||
|
this.label2.Text = "订单尾号:";
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.Location = new System.Drawing.Point(73, 136);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.button1.TabIndex = 2;
|
|||
|
this.button1.Text = "添加";
|
|||
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
//
|
|||
|
// button2
|
|||
|
//
|
|||
|
this.button2.Location = new System.Drawing.Point(181, 136);
|
|||
|
this.button2.Name = "button2";
|
|||
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.button2.TabIndex = 2;
|
|||
|
this.button2.Text = "取消";
|
|||
|
this.button2.UseVisualStyleBackColor = true;
|
|||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|||
|
//
|
|||
|
// textEdit3
|
|||
|
//
|
|||
|
this.textEdit3.Enabled = false;
|
|||
|
this.textEdit3.Location = new System.Drawing.Point(90, 61);
|
|||
|
this.textEdit3.Name = "textEdit3";
|
|||
|
this.textEdit3.Size = new System.Drawing.Size(185, 20);
|
|||
|
this.textEdit3.TabIndex = 0;
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.Location = new System.Drawing.Point(17, 64);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(67, 14);
|
|||
|
this.label3.TabIndex = 1;
|
|||
|
this.label3.Text = "用户昵称:";
|
|||
|
//
|
|||
|
// member_order_lastnum_custom
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(362, 246);
|
|||
|
this.Controls.Add(this.groupBox1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
this.Name = "member_order_lastnum_custom";
|
|||
|
this.Text = "手动添加订单尾号";
|
|||
|
this.groupBox1.ResumeLayout(false);
|
|||
|
this.groupBox1.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private DevExpress.XtraEditors.TextEdit textEdit2;
|
|||
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
|||
|
private System.Windows.Forms.Button button2;
|
|||
|
private System.Windows.Forms.Button button1;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private DevExpress.XtraEditors.TextEdit textEdit3;
|
|||
|
}
|
|||
|
}
|