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

102 lines
4.8 KiB
C#

namespace SuperMap.RealEstate.SecurityDevice.Setup.npPlugin
{
partial class frmMain
{
/// <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.buttonSetup = new System.Windows.Forms.Button();
this.textBoxResult = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// buttonSetup
//
this.buttonSetup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonSetup.Location = new System.Drawing.Point(180, 115);
this.buttonSetup.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.buttonSetup.Name = "buttonSetup";
this.buttonSetup.Size = new System.Drawing.Size(93, 39);
this.buttonSetup.TabIndex = 0;
this.buttonSetup.Text = "安装(&S)";
this.buttonSetup.UseVisualStyleBackColor = true;
this.buttonSetup.Click += new System.EventHandler(this.buttonSetup_Click);
//
// textBoxResult
//
this.textBoxResult.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.textBoxResult.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBoxResult.Location = new System.Drawing.Point(13, 14);
this.textBoxResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.textBoxResult.Multiline = true;
this.textBoxResult.Name = "textBoxResult";
this.textBoxResult.ReadOnly = true;
this.textBoxResult.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
this.textBoxResult.Size = new System.Drawing.Size(360, 91);
this.textBoxResult.TabIndex = 1;
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button1.Location = new System.Drawing.Point(280, 115);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(93, 39);
this.button1.TabIndex = 2;
this.button1.Text = "退出(&E)";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(386, 165);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBoxResult);
this.Controls.Add(this.buttonSetup);
this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmMain";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "安装插件 - MozillaPlugins 「Chrome、FireFox」";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonSetup;
private System.Windows.Forms.TextBox textBoxResult;
private System.Windows.Forms.Button button1;
}
}