138 lines
6.6 KiB
C#
138 lines
6.6 KiB
C#
namespace SuperMap.RealEstate.Launcher.Deploy
|
||
{
|
||
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.listView1 = new System.Windows.Forms.ListView();
|
||
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
this.buttonClose = new System.Windows.Forms.Button();
|
||
this.buttonBuild = new System.Windows.Forms.Button();
|
||
this.buttonAppRuns = new System.Windows.Forms.Button();
|
||
this.SuspendLayout();
|
||
//
|
||
// listView1
|
||
//
|
||
this.listView1.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.listView1.BackColor = System.Drawing.SystemColors.Window;
|
||
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||
this.columnHeader1,
|
||
this.columnHeader3});
|
||
this.listView1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.listView1.FullRowSelect = true;
|
||
this.listView1.GridLines = true;
|
||
this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
||
this.listView1.HideSelection = false;
|
||
this.listView1.Location = new System.Drawing.Point(33, 49);
|
||
this.listView1.Margin = new System.Windows.Forms.Padding(4);
|
||
this.listView1.MultiSelect = false;
|
||
this.listView1.Name = "listView1";
|
||
this.listView1.ShowGroups = false;
|
||
this.listView1.Size = new System.Drawing.Size(445, 190);
|
||
this.listView1.TabIndex = 11;
|
||
this.listView1.UseCompatibleStateImageBehavior = false;
|
||
this.listView1.View = System.Windows.Forms.View.Details;
|
||
//
|
||
// columnHeader1
|
||
//
|
||
this.columnHeader1.Text = "目录";
|
||
this.columnHeader1.Width = 101;
|
||
//
|
||
// columnHeader3
|
||
//
|
||
this.columnHeader3.Text = "说明";
|
||
this.columnHeader3.Width = 329;
|
||
//
|
||
// buttonClose
|
||
//
|
||
this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonClose.Location = new System.Drawing.Point(412, 252);
|
||
this.buttonClose.Margin = new System.Windows.Forms.Padding(4);
|
||
this.buttonClose.Name = "buttonClose";
|
||
this.buttonClose.Size = new System.Drawing.Size(66, 30);
|
||
this.buttonClose.TabIndex = 12;
|
||
this.buttonClose.Text = "关 闭(&C)";
|
||
this.buttonClose.UseVisualStyleBackColor = true;
|
||
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
|
||
//
|
||
// buttonBuild
|
||
//
|
||
this.buttonBuild.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
this.buttonBuild.Location = new System.Drawing.Point(33, 252);
|
||
this.buttonBuild.Margin = new System.Windows.Forms.Padding(4);
|
||
this.buttonBuild.Name = "buttonBuild";
|
||
this.buttonBuild.Size = new System.Drawing.Size(149, 30);
|
||
this.buttonBuild.TabIndex = 13;
|
||
this.buttonBuild.Text = "更新发布文件与缓存";
|
||
this.buttonBuild.UseVisualStyleBackColor = true;
|
||
this.buttonBuild.Click += new System.EventHandler(this.buttonBuild_Click);
|
||
//
|
||
// buttonAppRuns
|
||
//
|
||
this.buttonAppRuns.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonAppRuns.Location = new System.Drawing.Point(349, 12);
|
||
this.buttonAppRuns.Name = "buttonAppRuns";
|
||
this.buttonAppRuns.Size = new System.Drawing.Size(129, 30);
|
||
this.buttonAppRuns.TabIndex = 14;
|
||
this.buttonAppRuns.Text = "AppRuns配置工具";
|
||
this.buttonAppRuns.UseVisualStyleBackColor = true;
|
||
this.buttonAppRuns.Click += new System.EventHandler(this.buttonAppRuns_Click);
|
||
//
|
||
// frmMain
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(518, 298);
|
||
this.Controls.Add(this.buttonAppRuns);
|
||
this.Controls.Add(this.buttonBuild);
|
||
this.Controls.Add(this.buttonClose);
|
||
this.Controls.Add(this.listView1);
|
||
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.Margin = new System.Windows.Forms.Padding(4);
|
||
this.Name = "frmMain";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "部署缓存生成工具";
|
||
this.Load += new System.EventHandler(this.Form1_Load);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.ListView listView1;
|
||
private System.Windows.Forms.ColumnHeader columnHeader1;
|
||
private System.Windows.Forms.ColumnHeader columnHeader3;
|
||
private System.Windows.Forms.Button buttonClose;
|
||
private System.Windows.Forms.Button buttonBuild;
|
||
private System.Windows.Forms.Button buttonAppRuns;
|
||
}
|
||
}
|
||
|