namespace ZJZCGCMemberClient
{
partial class MainForm
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.BtnUploadWholeStore = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.BtnEncrypt = new System.Windows.Forms.Button();
this.BtnDecrypt = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// BtnUploadWholeStore
//
this.BtnUploadWholeStore.Location = new System.Drawing.Point(22, 21);
this.BtnUploadWholeStore.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
this.BtnUploadWholeStore.Name = "BtnUploadWholeStore";
this.BtnUploadWholeStore.Size = new System.Drawing.Size(95, 23);
this.BtnUploadWholeStore.TabIndex = 0;
this.BtnUploadWholeStore.Text = "同步所有门店";
this.BtnUploadWholeStore.UseVisualStyleBackColor = true;
this.BtnUploadWholeStore.Click += new System.EventHandler(this.BtnUploadWholeStore_Click);
//
// textBox1
//
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox1.Location = new System.Drawing.Point(22, 69);
this.textBox1.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(396, 146);
this.textBox1.TabIndex = 2;
//
// textBox2
//
this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox2.Location = new System.Drawing.Point(22, 232);
this.textBox2.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
this.textBox2.Multiline = true;
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(396, 129);
this.textBox2.TabIndex = 3;
//
// BtnEncrypt
//
this.BtnEncrypt.Location = new System.Drawing.Point(261, 21);
this.BtnEncrypt.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
this.BtnEncrypt.Name = "BtnEncrypt";
this.BtnEncrypt.Size = new System.Drawing.Size(70, 23);
this.BtnEncrypt.TabIndex = 4;
this.BtnEncrypt.Text = "加密";
this.BtnEncrypt.UseVisualStyleBackColor = true;
this.BtnEncrypt.Click += new System.EventHandler(this.BtnEncrypt_Click);
//
// BtnDecrypt
//
this.BtnDecrypt.Location = new System.Drawing.Point(345, 21);
this.BtnDecrypt.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
this.BtnDecrypt.Name = "BtnDecrypt";
this.BtnDecrypt.Size = new System.Drawing.Size(70, 23);
this.BtnDecrypt.TabIndex = 5;
this.BtnDecrypt.Text = "解密";
this.BtnDecrypt.UseVisualStyleBackColor = true;
this.BtnDecrypt.Click += new System.EventHandler(this.BtnDecrypt_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(437, 384);
this.Controls.Add(this.BtnDecrypt);
this.Controls.Add(this.BtnEncrypt);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.BtnUploadWholeStore);
this.Margin = new System.Windows.Forms.Padding(1, 1, 1, 1);
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "数据传输主窗口";
this.Load += new System.EventHandler(this.MainForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button BtnUploadWholeStore;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Button BtnEncrypt;
private System.Windows.Forms.Button BtnDecrypt;
}
}