2025-03-28 09:49:56 +08:00

103 lines
3.9 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace HighWaySoftRelease
{
partial class FormMain
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.treeView1 = new System.Windows.Forms.TreeView();
this.cobVersion = new System.Windows.Forms.ComboBox();
this.btnEnter = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// treeView1
//
this.treeView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.treeView1.CheckBoxes = true;
this.treeView1.Location = new System.Drawing.Point(12, 50);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(411, 475);
this.treeView1.TabIndex = 0;
//
// cobVersion
//
this.cobVersion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cobVersion.FormattingEnabled = true;
this.cobVersion.Location = new System.Drawing.Point(450, 50);
this.cobVersion.Name = "cobVersion";
this.cobVersion.Size = new System.Drawing.Size(114, 20);
this.cobVersion.TabIndex = 1;
//
// btnEnter
//
this.btnEnter.Location = new System.Drawing.Point(462, 130);
this.btnEnter.Name = "btnEnter";
this.btnEnter.Size = new System.Drawing.Size(90, 30);
this.btnEnter.TabIndex = 2;
this.btnEnter.Text = "发布更新";
this.btnEnter.UseVisualStyleBackColor = true;
this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(173, 12);
this.label1.TabIndex = 3;
this.label1.Text = "本工具暂仅支持公司内网使用!";
//
// FormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(584, 537);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnEnter);
this.Controls.Add(this.cobVersion);
this.Controls.Add(this.treeView1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "系统更新推送";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.ComboBox cobVersion;
private System.Windows.Forms.Button btnEnter;
private System.Windows.Forms.Label label1;
}
}