84 lines
3.3 KiB
C#
84 lines
3.3 KiB
C#
namespace 开发辅助工具.Tools
|
|
{
|
|
partial class FrmSetup
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSetup));
|
|
this.BtnCopyExe = new System.Windows.Forms.Button();
|
|
this.BtnCopyPram = new System.Windows.Forms.Button();
|
|
this.menuRight1 = new ryPaiban.Model.MenuRight(this.components);
|
|
this.SuspendLayout();
|
|
//
|
|
// BtnCopyExe
|
|
//
|
|
this.BtnCopyExe.Location = new System.Drawing.Point(12, 12);
|
|
this.BtnCopyExe.Name = "BtnCopyExe";
|
|
this.BtnCopyExe.Size = new System.Drawing.Size(142, 38);
|
|
this.BtnCopyExe.TabIndex = 4;
|
|
this.BtnCopyExe.Text = "复制命令";
|
|
this.BtnCopyExe.UseVisualStyleBackColor = true;
|
|
this.BtnCopyExe.Click += new System.EventHandler(this.BtnCopyExe_Click);
|
|
//
|
|
// BtnCopyPram
|
|
//
|
|
this.BtnCopyPram.Location = new System.Drawing.Point(160, 12);
|
|
this.BtnCopyPram.Name = "BtnCopyPram";
|
|
this.BtnCopyPram.Size = new System.Drawing.Size(142, 38);
|
|
this.BtnCopyPram.TabIndex = 5;
|
|
this.BtnCopyPram.Text = "复制参数";
|
|
this.BtnCopyPram.UseVisualStyleBackColor = true;
|
|
this.BtnCopyPram.Click += new System.EventHandler(this.BtnCopyPram_Click);
|
|
//
|
|
// menuRight1
|
|
//
|
|
this.menuRight1.Name = "menuRight1";
|
|
this.menuRight1.Size = new System.Drawing.Size(185, 92);
|
|
this.menuRight1.SourceContent = this;
|
|
//
|
|
// FrmSetup
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.BtnCopyExe);
|
|
this.Controls.Add(this.BtnCopyPram);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FrmSetup";
|
|
this.Text = "安装";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button BtnCopyExe;
|
|
private System.Windows.Forms.Button BtnCopyPram;
|
|
private ryPaiban.Model.MenuRight menuRight1;
|
|
}
|
|
} |