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

71 lines
2.7 KiB
C#

namespace SuperMap.RealEstate.Launcher.Deploy
{
partial class frmAppRunsConfig
{
/// <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.treeView1 = new System.Windows.Forms.TreeView();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// treeView1
//
this.treeView1.Location = new System.Drawing.Point(12, 12);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(204, 346);
this.treeView1.TabIndex = 0;
//
// label1
//
this.label1.Location = new System.Drawing.Point(244, 104);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(376, 95);
this.label1.TabIndex = 1;
this.label1.Text = "左侧作为结果树!右上区域放配置项,其他区域用于快速定位配置项。回头再找时间写下";
//
// frmAppRunsConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(705, 370);
this.Controls.Add(this.label1);
this.Controls.Add(this.treeView1);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "frmAppRunsConfig";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "AppRuns配置工具";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.Label label1;
}
}