namespace ReleaseHelper { partial class FormMain { /// /// 必需的设计器变量。 /// 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.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripProgressBarRelease = new System.Windows.Forms.ToolStripProgressBar(); this.toolStripStatusLabelStepNow = new System.Windows.Forms.ToolStripStatusLabel(); this.button1 = new System.Windows.Forms.Button(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.textBoxLocalFile = new System.Windows.Forms.TextBox(); this.textBoxOssPath = new System.Windows.Forms.TextBox(); this.textBoxLatestVersion = new System.Windows.Forms.TextBox(); this.textBoxNowVersion = new System.Windows.Forms.TextBox(); this.textBoxUsername = new System.Windows.Forms.TextBox(); this.textBoxPassword = new System.Windows.Forms.TextBox(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1, this.toolStripProgressBarRelease, this.toolStripStatusLabelStepNow}); this.statusStrip1.Location = new System.Drawing.Point(0, 222); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(772, 22); this.statusStrip1.SizingGrip = false; this.statusStrip1.TabIndex = 4; this.statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(32, 17); this.toolStripStatusLabel1.Text = "进度"; // // toolStripProgressBarRelease // this.toolStripProgressBarRelease.Name = "toolStripProgressBarRelease"; this.toolStripProgressBarRelease.Size = new System.Drawing.Size(500, 16); this.toolStripProgressBarRelease.Step = 1; // // toolStripStatusLabelStepNow // this.toolStripStatusLabelStepNow.Name = "toolStripStatusLabelStepNow"; this.toolStripStatusLabelStepNow.Size = new System.Drawing.Size(0, 17); // // button1 // this.button1.Location = new System.Drawing.Point(118, 189); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 17; this.button1.Text = "更新上线"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(57, 16); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(53, 12); this.label10.TabIndex = 11; this.label10.Text = "本地文件"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(57, 43); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 12; this.label9.Text = "发布路径"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(9, 70); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(101, 12); this.label8.TabIndex = 13; this.label8.Text = "最近一次更新版本"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(57, 97); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 12); this.label7.TabIndex = 14; this.label7.Text = "当前版本"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(45, 124); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(65, 12); this.label6.TabIndex = 15; this.label6.Text = "更新管理员"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(21, 151); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(89, 12); this.label5.TabIndex = 16; this.label5.Text = "更新管理员密码"; // // textBoxLocalFile // this.textBoxLocalFile.Location = new System.Drawing.Point(118, 12); this.textBoxLocalFile.Name = "textBoxLocalFile"; this.textBoxLocalFile.ReadOnly = true; this.textBoxLocalFile.Size = new System.Drawing.Size(642, 21); this.textBoxLocalFile.TabIndex = 5; // // textBoxOssPath // this.textBoxOssPath.Location = new System.Drawing.Point(118, 39); this.textBoxOssPath.Name = "textBoxOssPath"; this.textBoxOssPath.ReadOnly = true; this.textBoxOssPath.Size = new System.Drawing.Size(642, 21); this.textBoxOssPath.TabIndex = 6; // // textBoxLatestVersion // this.textBoxLatestVersion.Location = new System.Drawing.Point(118, 66); this.textBoxLatestVersion.Name = "textBoxLatestVersion"; this.textBoxLatestVersion.ReadOnly = true; this.textBoxLatestVersion.Size = new System.Drawing.Size(642, 21); this.textBoxLatestVersion.TabIndex = 7; // // textBoxNowVersion // this.textBoxNowVersion.Location = new System.Drawing.Point(118, 93); this.textBoxNowVersion.MaxLength = 11; this.textBoxNowVersion.Name = "textBoxNowVersion"; this.textBoxNowVersion.Size = new System.Drawing.Size(642, 21); this.textBoxNowVersion.TabIndex = 8; // // textBoxUsername // this.textBoxUsername.Location = new System.Drawing.Point(118, 120); this.textBoxUsername.Name = "textBoxUsername"; this.textBoxUsername.Size = new System.Drawing.Size(642, 21); this.textBoxUsername.TabIndex = 9; // // textBoxPassword // this.textBoxPassword.Location = new System.Drawing.Point(118, 147); this.textBoxPassword.Name = "textBoxPassword"; this.textBoxPassword.Size = new System.Drawing.Size(642, 21); this.textBoxPassword.TabIndex = 10; this.textBoxPassword.UseSystemPasswordChar = true; // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(772, 244); this.Controls.Add(this.button1); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.textBoxLocalFile); this.Controls.Add(this.textBoxOssPath); this.Controls.Add(this.textBoxLatestVersion); this.Controls.Add(this.textBoxNowVersion); this.Controls.Add(this.textBoxUsername); this.Controls.Add(this.textBoxPassword); this.Controls.Add(this.statusStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "FormMain"; this.Text = "大教研扫描应用发布助手"; this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.ToolStripProgressBar toolStripProgressBarRelease; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelStepNow; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBoxLocalFile; private System.Windows.Forms.TextBox textBoxOssPath; private System.Windows.Forms.TextBox textBoxLatestVersion; private System.Windows.Forms.TextBox textBoxNowVersion; private System.Windows.Forms.TextBox textBoxUsername; private System.Windows.Forms.TextBox textBoxPassword; } }