------ #### SuperDesign V3.0.2412.2001 - *.[新增]新增程序更新日志设置和自动发布功能。 - *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
103 lines
4.4 KiB
C#
103 lines
4.4 KiB
C#
namespace SuperDesign.Manager.FTP
|
|
{
|
|
partial class FrmUploadFilesToFtp
|
|
{
|
|
/// <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.BtnUpload = new ryControls.ButtonEx();
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
this.ProgTotal = new System.Windows.Forms.ProgressBar();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// BtnUpload
|
|
//
|
|
this.BtnUpload.BaseColor = System.Drawing.Color.Green;
|
|
this.BtnUpload.ColorGradient = true;
|
|
this.BtnUpload.Location = new System.Drawing.Point(151, 27);
|
|
this.BtnUpload.Name = "BtnUpload";
|
|
this.BtnUpload.Size = new System.Drawing.Size(149, 71);
|
|
this.BtnUpload.TabIndex = 27;
|
|
this.BtnUpload.Text = "上传";
|
|
this.BtnUpload.UseDefSkin = false;
|
|
this.BtnUpload.UseVisualStyleBackColor = true;
|
|
this.BtnUpload.Click += new System.EventHandler(this.BtnUpload_Click);
|
|
//
|
|
// progressBar1
|
|
//
|
|
this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.progressBar1.Location = new System.Drawing.Point(13, 125);
|
|
this.progressBar1.Name = "progressBar1";
|
|
this.progressBar1.Size = new System.Drawing.Size(427, 32);
|
|
this.progressBar1.TabIndex = 29;
|
|
//
|
|
// ProgTotal
|
|
//
|
|
this.ProgTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ProgTotal.Location = new System.Drawing.Point(12, 178);
|
|
this.ProgTotal.Name = "ProgTotal";
|
|
this.ProgTotal.Size = new System.Drawing.Size(427, 32);
|
|
this.ProgTotal.TabIndex = 30;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(11, 162);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
this.label1.TabIndex = 31;
|
|
this.label1.Text = "总进度";
|
|
//
|
|
// FrmUploadFilesToFtp
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(451, 222);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.ProgTotal);
|
|
this.Controls.Add(this.progressBar1);
|
|
this.Controls.Add(this.BtnUpload);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.Name = "FrmUploadFilesToFtp";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "上传";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmUploadFilesToFtp_FormClosing);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ryControls.ButtonEx BtnUpload;
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
private System.Windows.Forms.ProgressBar ProgTotal;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |