namespace SuperDesign.Manager.FTP { partial class FrmUploadUpdateZipToFtp { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }