You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
126 lines
5.0 KiB
126 lines
5.0 KiB
namespace Tiobon.PublishHelper
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
toolStrip1 = new ToolStrip();
|
|
toolStripDropDownButton1 = new ToolStripDropDownButton();
|
|
toolStripMenuItem2 = new ToolStripMenuItem();
|
|
statusStrip1 = new StatusStrip();
|
|
toolStripStatusLabel1 = new ToolStripStatusLabel();
|
|
toolStripStatusLabel2 = new ToolStripStatusLabel();
|
|
treeView_Main = new TreeView();
|
|
toolStrip1.SuspendLayout();
|
|
statusStrip1.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// toolStrip1
|
|
//
|
|
toolStrip1.Items.AddRange(new ToolStripItem[] { toolStripDropDownButton1 });
|
|
toolStrip1.Location = new Point(0, 0);
|
|
toolStrip1.Name = "toolStrip1";
|
|
toolStrip1.Size = new Size(800, 25);
|
|
toolStrip1.TabIndex = 0;
|
|
toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// toolStripDropDownButton1
|
|
//
|
|
toolStripDropDownButton1.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
|
toolStripDropDownButton1.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItem2 });
|
|
toolStripDropDownButton1.Image = (Image)resources.GetObject("toolStripDropDownButton1.Image");
|
|
toolStripDropDownButton1.ImageTransparentColor = Color.Magenta;
|
|
toolStripDropDownButton1.Name = "toolStripDropDownButton1";
|
|
toolStripDropDownButton1.Size = new Size(45, 22);
|
|
toolStripDropDownButton1.Text = "管理";
|
|
//
|
|
// toolStripMenuItem2
|
|
//
|
|
toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
toolStripMenuItem2.Size = new Size(136, 22);
|
|
toolStripMenuItem2.Text = "开发服务器";
|
|
toolStripMenuItem2.Click += toolStripMenuItem2_Click;
|
|
//
|
|
// statusStrip1
|
|
//
|
|
statusStrip1.Items.AddRange(new ToolStripItem[] { toolStripStatusLabel1, toolStripStatusLabel2 });
|
|
statusStrip1.Location = new Point(0, 428);
|
|
statusStrip1.Name = "statusStrip1";
|
|
statusStrip1.Size = new Size(800, 22);
|
|
statusStrip1.TabIndex = 1;
|
|
statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
toolStripStatusLabel1.Size = new Size(131, 17);
|
|
toolStripStatusLabel1.Text = "toolStripStatusLabel1";
|
|
//
|
|
// toolStripStatusLabel2
|
|
//
|
|
toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
toolStripStatusLabel2.Size = new Size(131, 17);
|
|
toolStripStatusLabel2.Text = "toolStripStatusLabel2";
|
|
//
|
|
// treeView_Main
|
|
//
|
|
treeView_Main.Location = new Point(2, 28);
|
|
treeView_Main.Name = "treeView_Main";
|
|
treeView_Main.Size = new Size(172, 397);
|
|
treeView_Main.TabIndex = 2;
|
|
//
|
|
// Form1
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(800, 450);
|
|
Controls.Add(treeView_Main);
|
|
Controls.Add(statusStrip1);
|
|
Controls.Add(toolStrip1);
|
|
Name = "Form1";
|
|
Text = "开发工具";
|
|
Load += Form1_Load;
|
|
toolStrip1.ResumeLayout(false);
|
|
toolStrip1.PerformLayout();
|
|
statusStrip1.ResumeLayout(false);
|
|
statusStrip1.PerformLayout();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ToolStrip toolStrip1;
|
|
private ToolStripDropDownButton toolStripDropDownButton1;
|
|
private ToolStripMenuItem toolStripMenuItem2;
|
|
private StatusStrip statusStrip1;
|
|
private ToolStripStatusLabel toolStripStatusLabel1;
|
|
private ToolStripStatusLabel toolStripStatusLabel2;
|
|
private TreeView treeView_Main;
|
|
}
|
|
}
|
|
|