214 lines
10 KiB
C#
214 lines
10 KiB
C#
namespace YLPublishTool.Forms
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <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(MainForm));
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.listView1 = new System.Windows.Forms.ListView();
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.ExecMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ParseMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.editMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
|
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.emptyRunMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer1.IsSplitterFixed = true;
|
|
this.splitContainer1.Location = new System.Drawing.Point(4, 4);
|
|
this.splitContainer1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.label1);
|
|
this.splitContainer1.Panel1.Controls.Add(this.textBox1);
|
|
this.splitContainer1.Panel1.Controls.Add(this.button1);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.listView1);
|
|
this.splitContainer1.Panel2.Padding = new System.Windows.Forms.Padding(11);
|
|
this.splitContainer1.Size = new System.Drawing.Size(1049, 597);
|
|
this.splitContainer1.SplitterDistance = 84;
|
|
this.splitContainer1.SplitterWidth = 5;
|
|
this.splitContainer1.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(30, 35);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(40, 16);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "目录";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(76, 32);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(623, 26);
|
|
this.textBox1.TabIndex = 1;
|
|
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
|
|
this.textBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.textBox1_MouseUp);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(718, 28);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(100, 31);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "选择";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.Button1_Click);
|
|
//
|
|
// listView1
|
|
//
|
|
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader1});
|
|
this.listView1.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.listView1.LargeImageList = this.imageList1;
|
|
this.listView1.Location = new System.Drawing.Point(11, 11);
|
|
this.listView1.Name = "listView1";
|
|
this.listView1.Size = new System.Drawing.Size(1027, 486);
|
|
this.listView1.SmallImageList = this.imageList1;
|
|
this.listView1.TabIndex = 2;
|
|
this.listView1.TileSize = new System.Drawing.Size(150, 36);
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
this.listView1.View = System.Windows.Forms.View.Tile;
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(21, 21);
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ExecMenu,
|
|
this.ParseMenu,
|
|
this.editMenu,
|
|
this.toolStripSeparator1,
|
|
this.emptyRunMenu});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(217, 143);
|
|
//
|
|
// ExecMenu
|
|
//
|
|
this.ExecMenu.Name = "ExecMenu";
|
|
this.ExecMenu.Size = new System.Drawing.Size(216, 26);
|
|
this.ExecMenu.Text = "运行";
|
|
this.ExecMenu.Click += new System.EventHandler(this.ExecMenu_Click);
|
|
//
|
|
// ParseMenu
|
|
//
|
|
this.ParseMenu.Name = "ParseMenu";
|
|
this.ParseMenu.Size = new System.Drawing.Size(216, 26);
|
|
this.ParseMenu.Text = "分析";
|
|
this.ParseMenu.Click += new System.EventHandler(this.ParseMenu_Click);
|
|
//
|
|
// editMenu
|
|
//
|
|
this.editMenu.Name = "editMenu";
|
|
this.editMenu.Size = new System.Drawing.Size(216, 26);
|
|
this.editMenu.Text = "编辑";
|
|
this.editMenu.Click += new System.EventHandler(this.EditMenu_Click);
|
|
//
|
|
// imageList1
|
|
//
|
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
|
this.imageList1.Images.SetKeyName(0, "iconfinder_folder_416376.png");
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(213, 6);
|
|
//
|
|
// emptyRunMenu
|
|
//
|
|
this.emptyRunMenu.Name = "emptyRunMenu";
|
|
this.emptyRunMenu.Size = new System.Drawing.Size(216, 26);
|
|
this.emptyRunMenu.Text = "空指令运行";
|
|
this.emptyRunMenu.Click += new System.EventHandler(this.emptyRunMenu_Click);
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1057, 605);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "MainForm";
|
|
this.Padding = new System.Windows.Forms.Padding(4);
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "MainForm";
|
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.PerformLayout();
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem ExecMenu;
|
|
private System.Windows.Forms.ListView listView1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
private System.Windows.Forms.ImageList imageList1;
|
|
private System.Windows.Forms.ToolStripMenuItem ParseMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem editMenu;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripMenuItem emptyRunMenu;
|
|
}
|
|
} |