80 lines
2.9 KiB
C#
80 lines
2.9 KiB
C#
|
||
namespace KeRuYunClient
|
||
{
|
||
partial class MainForm
|
||
{
|
||
/// <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.ResultMessage = new System.Windows.Forms.TextBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.SuspendLayout();
|
||
//
|
||
// ResultMessage
|
||
//
|
||
this.ResultMessage.Enabled = false;
|
||
this.ResultMessage.Location = new System.Drawing.Point(35, 72);
|
||
this.ResultMessage.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.ResultMessage.Multiline = true;
|
||
this.ResultMessage.Name = "ResultMessage";
|
||
this.ResultMessage.Size = new System.Drawing.Size(1105, 492);
|
||
this.ResultMessage.TabIndex = 0;
|
||
this.ResultMessage.Text = "正在获取订单数据...";
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(30, 32);
|
||
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(147, 27);
|
||
this.label1.TabIndex = 2;
|
||
this.label1.Text = "返回结果:";
|
||
//
|
||
// MainForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 27F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1160, 621);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.ResultMessage);
|
||
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.Name = "MainForm";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "客如云数据同步工具";
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.TextBox ResultMessage;
|
||
private System.Windows.Forms.Label label1;
|
||
}
|
||
}
|
||
|