namespace Installer
{
partial class FrmMain
{
/// <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.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtSerial = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtProduct = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtVersion = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtOS = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtUser = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtMachince = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnFinal = new System.Windows.Forms.Button();
this.cbNET48 = new System.Windows.Forms.CheckBox();
this.lbNET48 = new System.Windows.Forms.Label();
this.btnNET48 = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.btnNET8 = new System.Windows.Forms.Button();
this.btnNET6 = new System.Windows.Forms.Button();
this.btnNET4 = new System.Windows.Forms.Button();
this.cbNET8 = new System.Windows.Forms.CheckBox();
this.lbNET8 = new System.Windows.Forms.Label();
this.cbNET6 = new System.Windows.Forms.CheckBox();
this.lbNET6 = new System.Windows.Forms.Label();
this.cbNET4 = new System.Windows.Forms.CheckBox();
this.lbNET4 = new System.Windows.Forms.Label();
this.cbNET2 = new System.Windows.Forms.CheckBox();
this.lbNET2 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.btnDownloadAll = new System.Windows.Forms.Button();
this.btnInstallD = new System.Windows.Forms.Button();
this.btnReport = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.btnUninstall = new System.Windows.Forms.Button();
this.btnInstallC = new System.Windows.Forms.Button();
this.btnInstallB = new System.Windows.Forms.Button();
this.btnInstallA = new System.Windows.Forms.Button();
this.txtTarget = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.btnNetwork = new System.Windows.Forms.Button();
this.txtServer = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.rtbLog = new System.Windows.Forms.RichTextBox();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.txtSerial);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtProduct);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.txtVersion);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtOS);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txtUser);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtMachince);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(893, 131);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "系统信息";
//
// txtSerial
//
this.txtSerial.Location = new System.Drawing.Point(554, 86);
this.txtSerial.Name = "txtSerial";
this.txtSerial.ReadOnly = true;
this.txtSerial.Size = new System.Drawing.Size(320, 25);
this.txtSerial.TabIndex = 11;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(481, 91);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(67, 15);
this.label5.TabIndex = 10;
this.label5.Text = "序列号:";
//
// txtProduct
//
this.txtProduct.Location = new System.Drawing.Point(113, 86);
this.txtProduct.Name = "txtProduct";
this.txtProduct.ReadOnly = true;
this.txtProduct.Size = new System.Drawing.Size(320, 25);
this.txtProduct.TabIndex = 9;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(55, 91);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(52, 15);
this.label6.TabIndex = 8;
this.label6.Text = "产品:";
//
// txtVersion
//
this.txtVersion.Location = new System.Drawing.Point(554, 55);
this.txtVersion.Name = "txtVersion";
this.txtVersion.ReadOnly = true;
this.txtVersion.Size = new System.Drawing.Size(320, 25);
this.txtVersion.TabIndex = 7;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(496, 60);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(52, 15);
this.label3.TabIndex = 6;
this.label3.Text = "版本:";
//
// txtOS
//
this.txtOS.Location = new System.Drawing.Point(113, 55);
this.txtOS.Name = "txtOS";
this.txtOS.ReadOnly = true;
this.txtOS.Size = new System.Drawing.Size(320, 25);
this.txtOS.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(25, 60);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(82, 15);
this.label4.TabIndex = 4;
this.label4.Text = "操作系统:";
//
// txtUser
//
this.txtUser.Location = new System.Drawing.Point(554, 24);
this.txtUser.Name = "txtUser";
this.txtUser.ReadOnly = true;
this.txtUser.Size = new System.Drawing.Size(320, 25);
this.txtUser.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(496, 29);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(52, 15);
this.label2.TabIndex = 2;
this.label2.Text = "用户:";
//
// txtMachince
//
this.txtMachince.Location = new System.Drawing.Point(113, 24);
this.txtMachince.Name = "txtMachince";
this.txtMachince.ReadOnly = true;
this.txtMachince.Size = new System.Drawing.Size(320, 25);
this.txtMachince.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(40, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 15);
this.label1.TabIndex = 0;
this.label1.Text = "机器名:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnFinal);
this.groupBox2.Controls.Add(this.cbNET48);
this.groupBox2.Controls.Add(this.lbNET48);
this.groupBox2.Controls.Add(this.btnNET48);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.btnNET8);
this.groupBox2.Controls.Add(this.btnNET6);
this.groupBox2.Controls.Add(this.btnNET4);
this.groupBox2.Controls.Add(this.cbNET8);
this.groupBox2.Controls.Add(this.lbNET8);
this.groupBox2.Controls.Add(this.cbNET6);
this.groupBox2.Controls.Add(this.lbNET6);
this.groupBox2.Controls.Add(this.cbNET4);
this.groupBox2.Controls.Add(this.lbNET4);
this.groupBox2.Controls.Add(this.cbNET2);
this.groupBox2.Controls.Add(this.lbNET2);
this.groupBox2.Location = new System.Drawing.Point(671, 149);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(234, 228);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "运行时环境(专家级)";
//
// btnFinal
//
this.btnFinal.Location = new System.Drawing.Point(144, 41);
this.btnFinal.Name = "btnFinal";
this.btnFinal.Size = new System.Drawing.Size(73, 30);
this.btnFinal.TabIndex = 19;
this.btnFinal.Text = "补天";
this.toolTip1.SetToolTip(this.btnFinal, "实在安装不上NET4时的终极大招,可能对系统文件有损坏!");
this.btnFinal.UseVisualStyleBackColor = true;
this.btnFinal.Click += new System.EventHandler(this.btnFinal_Click);
//
// cbNET48
//
this.cbNET48.AutoSize = true;
this.cbNET48.Enabled = false;
this.cbNET48.Location = new System.Drawing.Point(101, 120);
this.cbNET48.Name = "cbNET48";
this.cbNET48.Size = new System.Drawing.Size(18, 17);
this.cbNET48.TabIndex = 18;
this.cbNET48.UseVisualStyleBackColor = true;
//
// lbNET48
//
this.lbNET48.AutoSize = true;
this.lbNET48.Location = new System.Drawing.Point(16, 121);
this.lbNET48.Name = "lbNET48";
this.lbNET48.Size = new System.Drawing.Size(63, 15);
this.lbNET48.TabIndex = 17;
this.lbNET48.Text = ".NET4.8";
//
// btnNET48
//
this.btnNET48.Enabled = false;
this.btnNET48.Location = new System.Drawing.Point(144, 113);
this.btnNET48.Name = "btnNET48";
this.btnNET48.Size = new System.Drawing.Size(73, 30);
this.btnNET48.TabIndex = 16;
this.btnNET48.Text = "安装";
this.toolTip1.SetToolTip(this.btnNET48, "安装.NET4.8");
this.btnNET48.UseVisualStyleBackColor = true;
this.btnNET48.Click += new System.EventHandler(this.btnNET48_Click);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(16, 21);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(127, 15);
this.label9.TabIndex = 15;
this.label9.Text = "打勾表示已安装!";
//
// btnNET8
//
this.btnNET8.Enabled = false;
this.btnNET8.Location = new System.Drawing.Point(144, 185);
this.btnNET8.Name = "btnNET8";
this.btnNET8.Size = new System.Drawing.Size(73, 30);
this.btnNET8.TabIndex = 14;
this.btnNET8.Text = "安装";
this.toolTip1.SetToolTip(this.btnNET8, "安装.NET8.0");
this.btnNET8.UseVisualStyleBackColor = true;
this.btnNET8.Click += new System.EventHandler(this.btnNET8_Click);
//
// btnNET6
//
this.btnNET6.Enabled = false;
this.btnNET6.Location = new System.Drawing.Point(144, 149);
this.btnNET6.Name = "btnNET6";
this.btnNET6.Size = new System.Drawing.Size(73, 30);
this.btnNET6.TabIndex = 13;
this.btnNET6.Text = "安装";
this.toolTip1.SetToolTip(this.btnNET6, "安装.NET6.0");
this.btnNET6.UseVisualStyleBackColor = true;
this.btnNET6.Click += new System.EventHandler(this.btnNET6_Click);
//
// btnNET4
//
this.btnNET4.Enabled = false;
this.btnNET4.Location = new System.Drawing.Point(144, 77);
this.btnNET4.Name = "btnNET4";
this.btnNET4.Size = new System.Drawing.Size(73, 30);
this.btnNET4.TabIndex = 12;
this.btnNET4.Text = "安装";
this.toolTip1.SetToolTip(this.btnNET4, "安装.NET4.0");
this.btnNET4.UseVisualStyleBackColor = true;
this.btnNET4.Click += new System.EventHandler(this.btnNET4_Click);
//
// cbNET8
//
this.cbNET8.AutoSize = true;
this.cbNET8.Enabled = false;
this.cbNET8.Location = new System.Drawing.Point(101, 192);
this.cbNET8.Name = "cbNET8";
this.cbNET8.Size = new System.Drawing.Size(18, 17);
this.cbNET8.TabIndex = 7;
this.cbNET8.UseVisualStyleBackColor = true;
//
// lbNET8
//
this.lbNET8.AutoSize = true;
this.lbNET8.Location = new System.Drawing.Point(16, 193);
this.lbNET8.Name = "lbNET8";
this.lbNET8.Size = new System.Drawing.Size(63, 15);
this.lbNET8.TabIndex = 6;
this.lbNET8.Text = ".NET8.0";
//
// cbNET6
//
this.cbNET6.AutoSize = true;
this.cbNET6.Enabled = false;
this.cbNET6.Location = new System.Drawing.Point(101, 156);
this.cbNET6.Name = "cbNET6";
this.cbNET6.Size = new System.Drawing.Size(18, 17);
this.cbNET6.TabIndex = 5;
this.cbNET6.UseVisualStyleBackColor = true;
//
// lbNET6
//
this.lbNET6.AutoSize = true;
this.lbNET6.Location = new System.Drawing.Point(16, 157);
this.lbNET6.Name = "lbNET6";
this.lbNET6.Size = new System.Drawing.Size(63, 15);
this.lbNET6.TabIndex = 4;
this.lbNET6.Text = ".NET6.0";
//
// cbNET4
//
this.cbNET4.AutoSize = true;
this.cbNET4.Enabled = false;
this.cbNET4.Location = new System.Drawing.Point(101, 84);
this.cbNET4.Name = "cbNET4";
this.cbNET4.Size = new System.Drawing.Size(18, 17);
this.cbNET4.TabIndex = 3;
this.cbNET4.UseVisualStyleBackColor = true;
//
// lbNET4
//
this.lbNET4.AutoSize = true;
this.lbNET4.Location = new System.Drawing.Point(16, 85);
this.lbNET4.Name = "lbNET4";
this.lbNET4.Size = new System.Drawing.Size(63, 15);
this.lbNET4.TabIndex = 2;
this.lbNET4.Text = ".NET4.0";
//
// cbNET2
//
this.cbNET2.AutoSize = true;
this.cbNET2.Enabled = false;
this.cbNET2.Location = new System.Drawing.Point(101, 48);
this.cbNET2.Name = "cbNET2";
this.cbNET2.Size = new System.Drawing.Size(18, 17);
this.cbNET2.TabIndex = 1;
this.cbNET2.UseVisualStyleBackColor = true;
//
// lbNET2
//
this.lbNET2.AutoSize = true;
this.lbNET2.Location = new System.Drawing.Point(16, 49);
this.lbNET2.Name = "lbNET2";
this.lbNET2.Size = new System.Drawing.Size(63, 15);
this.lbNET2.TabIndex = 0;
this.lbNET2.Text = ".NET2.0";
//
// groupBox3
//
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox3.Controls.Add(this.btnDownloadAll);
this.groupBox3.Controls.Add(this.btnInstallD);
this.groupBox3.Controls.Add(this.btnReport);
this.groupBox3.Controls.Add(this.label10);
this.groupBox3.Controls.Add(this.btnUninstall);
this.groupBox3.Controls.Add(this.btnInstallC);
this.groupBox3.Controls.Add(this.btnInstallB);
this.groupBox3.Controls.Add(this.btnInstallA);
this.groupBox3.Controls.Add(this.txtTarget);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Controls.Add(this.btnNetwork);
this.groupBox3.Controls.Add(this.txtServer);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Location = new System.Drawing.Point(12, 149);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(653, 227);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "安装星尘代理(普通用户)";
//
// btnDownloadAll
//
this.btnDownloadAll.Location = new System.Drawing.Point(328, 71);
this.btnDownloadAll.Name = "btnDownloadAll";
this.btnDownloadAll.Size = new System.Drawing.Size(91, 43);
this.btnDownloadAll.TabIndex = 23;
this.btnDownloadAll.Text = "下载缓存";
this.toolTip1.SetToolTip(this.btnDownloadAll, "在网络较好的电脑上把所需要使用的所有组件下载下来");
this.btnDownloadAll.UseVisualStyleBackColor = true;
this.btnDownloadAll.Click += new System.EventHandler(this.btnDownloadAll_Click);
//
// btnInstallD
//
this.btnInstallD.Enabled = false;
this.btnInstallD.Location = new System.Drawing.Point(394, 159);
this.btnInstallD.Name = "btnInstallD";
this.btnInstallD.Size = new System.Drawing.Size(124, 57);
this.btnInstallD.TabIndex = 22;
this.btnInstallD.Text = "安装NET45版\r\n(最低版)";
this.btnInstallD.UseVisualStyleBackColor = true;
this.btnInstallD.Click += new System.EventHandler(this.btnInstallD_Click);
//
// btnReport
//
this.btnReport.Location = new System.Drawing.Point(522, 71);
this.btnReport.Name = "btnReport";
this.btnReport.Size = new System.Drawing.Size(91, 43);
this.btnReport.TabIndex = 21;
this.btnReport.Text = "上传日志";
this.toolTip1.SetToolTip(this.btnReport, "直接向平台注册登记本计算机,仅用于无法安装客户端时使用");
this.btnReport.UseVisualStyleBackColor = true;
this.btnReport.Click += new System.EventHandler(this.btnReport_Click);
//
// label10
//
this.label10.AutoSize = true;
this.label10.ForeColor = System.Drawing.Color.Blue;
this.label10.Location = new System.Drawing.Point(5, 128);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(592, 15);
this.label10.TabIndex = 16;
this.label10.Text = "以下按钮亮起即表示可以安装,优先左边,某个版本安装失败时可以尝试安装其它版本。";
//
// btnUninstall
//
this.btnUninstall.Enabled = false;
this.btnUninstall.Location = new System.Drawing.Point(523, 159);
this.btnUninstall.Name = "btnUninstall";
this.btnUninstall.Size = new System.Drawing.Size(124, 57);
this.btnUninstall.TabIndex = 20;
this.btnUninstall.Text = "卸载软件";
this.btnUninstall.UseVisualStyleBackColor = true;
this.btnUninstall.Click += new System.EventHandler(this.btnUninstall_Click);
//
// btnInstallC
//
this.btnInstallC.Enabled = false;
this.btnInstallC.Location = new System.Drawing.Point(265, 159);
this.btnInstallC.Name = "btnInstallC";
this.btnInstallC.Size = new System.Drawing.Size(124, 57);
this.btnInstallC.TabIndex = 19;
this.btnInstallC.Text = "安装NET8版\r\n(最高版)";
this.btnInstallC.UseVisualStyleBackColor = true;
this.btnInstallC.Click += new System.EventHandler(this.btnInstallC_Click);
//
// btnInstallB
//
this.btnInstallB.Enabled = false;
this.btnInstallB.Location = new System.Drawing.Point(136, 159);
this.btnInstallB.Name = "btnInstallB";
this.btnInstallB.Size = new System.Drawing.Size(124, 57);
this.btnInstallB.TabIndex = 18;
this.btnInstallB.Text = "安装Win7版\r\n(兼容Win10)";
this.btnInstallB.UseVisualStyleBackColor = true;
this.btnInstallB.Click += new System.EventHandler(this.btnInstallB_Click);
//
// btnInstallA
//
this.btnInstallA.Enabled = false;
this.btnInstallA.Location = new System.Drawing.Point(7, 159);
this.btnInstallA.Name = "btnInstallA";
this.btnInstallA.Size = new System.Drawing.Size(124, 57);
this.btnInstallA.TabIndex = 13;
this.btnInstallA.Text = "安装Win10版\r\n(兼容Win11)";
this.btnInstallA.UseVisualStyleBackColor = true;
this.btnInstallA.Click += new System.EventHandler(this.btnInstallA_Click);
//
// txtTarget
//
this.txtTarget.Location = new System.Drawing.Point(110, 77);
this.txtTarget.Name = "txtTarget";
this.txtTarget.ReadOnly = true;
this.txtTarget.Size = new System.Drawing.Size(198, 25);
this.txtTarget.TabIndex = 12;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(19, 82);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(82, 15);
this.label8.TabIndex = 17;
this.label8.Text = "当前系统:";
//
// btnNetwork
//
this.btnNetwork.Location = new System.Drawing.Point(522, 21);
this.btnNetwork.Name = "btnNetwork";
this.btnNetwork.Size = new System.Drawing.Size(91, 43);
this.btnNetwork.TabIndex = 16;
this.btnNetwork.Text = "网络检测";
this.toolTip1.SetToolTip(this.btnNetwork, "检测本机到平台的网络畅通情况");
this.btnNetwork.UseVisualStyleBackColor = true;
this.btnNetwork.Click += new System.EventHandler(this.btnNetwork_Click);
//
// txtServer
//
this.txtServer.Location = new System.Drawing.Point(104, 30);
this.txtServer.Name = "txtServer";
this.txtServer.Size = new System.Drawing.Size(380, 25);
this.txtServer.TabIndex = 1;
this.txtServer.Text = "http://x.newlifex.com";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(19, 35);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(67, 15);
this.label7.TabIndex = 0;
this.label7.Text = "服务器:";
//
// groupBox4
//
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox4.Controls.Add(this.rtbLog);
this.groupBox4.Location = new System.Drawing.Point(12, 383);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(893, 341);
this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "日志";
//
// rtbLog
//
this.rtbLog.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbLog.Location = new System.Drawing.Point(3, 21);
this.rtbLog.Name = "rtbLog";
this.rtbLog.Size = new System.Drawing.Size(887, 317);
this.rtbLog.TabIndex = 0;
this.rtbLog.Text = "";
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(917, 736);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "FrmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "dotNet安装助手(新生命团队)";
this.Load += new System.EventHandler(this.FrmMain_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtUser;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtMachince;
private System.Windows.Forms.TextBox txtSerial;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtProduct;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtVersion;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtOS;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.CheckBox cbNET2;
private System.Windows.Forms.Label lbNET2;
private System.Windows.Forms.CheckBox cbNET8;
private System.Windows.Forms.Label lbNET8;
private System.Windows.Forms.CheckBox cbNET6;
private System.Windows.Forms.Label lbNET6;
private System.Windows.Forms.CheckBox cbNET4;
private System.Windows.Forms.Label lbNET4;
private System.Windows.Forms.Button btnNET4;
private System.Windows.Forms.Button btnNET6;
private System.Windows.Forms.Button btnNET8;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox txtServer;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button btnNetwork;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.RichTextBox rtbLog;
private System.Windows.Forms.TextBox txtTarget;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button btnInstallB;
private System.Windows.Forms.Button btnInstallA;
private System.Windows.Forms.Button btnInstallC;
private System.Windows.Forms.Button btnUninstall;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Button btnNET48;
private System.Windows.Forms.CheckBox cbNET48;
private System.Windows.Forms.Label lbNET48;
private System.Windows.Forms.Button btnReport;
private System.Windows.Forms.Button btnFinal;
private System.Windows.Forms.Button btnInstallD;
private System.Windows.Forms.Button btnDownloadAll;
}
}
|