96 lines
3.9 KiB
C#
96 lines
3.9 KiB
C#
namespace FLSystem.Forms
|
|
{
|
|
partial class Web_Api
|
|
{
|
|
/// <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.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(55, 54);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(84, 14);
|
|
this.labelControl1.TabIndex = 0;
|
|
this.labelControl1.Text = "新增好友备注:";
|
|
//
|
|
// textEdit1
|
|
//
|
|
this.textEdit1.EditValue = "【新】-xxxx-[昵称]";
|
|
this.textEdit1.Location = new System.Drawing.Point(150, 52);
|
|
this.textEdit1.Name = "textEdit1";
|
|
this.textEdit1.Size = new System.Drawing.Size(195, 20);
|
|
this.textEdit1.TabIndex = 1;
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(55, 114);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(84, 14);
|
|
this.labelControl2.TabIndex = 2;
|
|
this.labelControl2.Text = "绑定订单成功:";
|
|
//
|
|
// textEdit2
|
|
//
|
|
this.textEdit2.EditValue = "【】";
|
|
this.textEdit2.Location = new System.Drawing.Point(150, 111);
|
|
this.textEdit2.Name = "textEdit2";
|
|
this.textEdit2.Size = new System.Drawing.Size(195, 20);
|
|
this.textEdit2.TabIndex = 3;
|
|
//
|
|
// Web_Api
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(480, 402);
|
|
this.Controls.Add(this.textEdit2);
|
|
this.Controls.Add(this.labelControl2);
|
|
this.Controls.Add(this.textEdit1);
|
|
this.Controls.Add(this.labelControl1);
|
|
this.Name = "Web_Api";
|
|
this.Text = "API接口";
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.TextEdit textEdit2;
|
|
}
|
|
} |