------ #### SuperDesign V3.0.2412.2001 - *.[新增]新增程序更新日志设置和自动发布功能。 - *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
92 lines
3.7 KiB
C#
92 lines
3.7 KiB
C#
namespace SuperDesign.Manager.FTP
|
|
{
|
|
partial class FrmUploadUpdateZipToFtp
|
|
{
|
|
/// <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.BtnUploadZSB = new ryControls.ButtonEx();
|
|
this.BtnUploadBeta = new ryControls.ButtonEx();
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
this.SuspendLayout();
|
|
//
|
|
// BtnUploadZSB
|
|
//
|
|
this.BtnUploadZSB.BaseColor = System.Drawing.Color.Green;
|
|
this.BtnUploadZSB.ColorGradient = true;
|
|
this.BtnUploadZSB.Location = new System.Drawing.Point(62, 24);
|
|
this.BtnUploadZSB.Name = "BtnUploadZSB";
|
|
this.BtnUploadZSB.Size = new System.Drawing.Size(149, 71);
|
|
this.BtnUploadZSB.TabIndex = 27;
|
|
this.BtnUploadZSB.Text = "正式版";
|
|
this.BtnUploadZSB.UseDefSkin = false;
|
|
this.BtnUploadZSB.UseVisualStyleBackColor = true;
|
|
this.BtnUploadZSB.Click += new System.EventHandler(this.BtnUploadZSB_Click);
|
|
//
|
|
// BtnUploadBeta
|
|
//
|
|
this.BtnUploadBeta.BaseColor = System.Drawing.Color.Green;
|
|
this.BtnUploadBeta.ColorGradient = true;
|
|
this.BtnUploadBeta.Location = new System.Drawing.Point(236, 24);
|
|
this.BtnUploadBeta.Name = "BtnUploadBeta";
|
|
this.BtnUploadBeta.Size = new System.Drawing.Size(149, 71);
|
|
this.BtnUploadBeta.TabIndex = 28;
|
|
this.BtnUploadBeta.Text = "测试版";
|
|
this.BtnUploadBeta.UseDefSkin = false;
|
|
this.BtnUploadBeta.UseVisualStyleBackColor = true;
|
|
this.BtnUploadBeta.Click += new System.EventHandler(this.BtnUploadBeta_Click);
|
|
//
|
|
// progressBar1
|
|
//
|
|
this.progressBar1.Location = new System.Drawing.Point(17, 134);
|
|
this.progressBar1.Name = "progressBar1";
|
|
this.progressBar1.Size = new System.Drawing.Size(422, 32);
|
|
this.progressBar1.TabIndex = 29;
|
|
//
|
|
// FrmUploadFtp
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(451, 178);
|
|
this.Controls.Add(this.progressBar1);
|
|
this.Controls.Add(this.BtnUploadBeta);
|
|
this.Controls.Add(this.BtnUploadZSB);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.Name = "FrmUploadFtp";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "上传";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ryControls.ButtonEx BtnUploadZSB;
|
|
private ryControls.ButtonEx BtnUploadBeta;
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
}
|
|
} |