pascalabcnet/VisualPlugins/SyntaxTreeVisualisator/SyntaxTreeVisualisatorForm.Designer.cs
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

354 lines
18 KiB
C#
Raw Blame History

namespace VisualPascalABCPlugins
{
partial class SyntaxTreeVisualisatorForm
{
/// <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(SyntaxTreeVisualisatorForm));
this.PluginImage = new System.Windows.Forms.PictureBox();
this.panel1 = new System.Windows.Forms.Panel();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.syntaxTreeSelectComboBox = new System.Windows.Forms.ToolStripComboBox();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tbBuild = new System.Windows.Forms.ToolStripButton();
this.tbRebuild = new System.Windows.Forms.ToolStripButton();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tsParse = new System.Windows.Forms.ToolStripButton();
this.tsParsePart = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tbCPSaveTree = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.showAllCheckBox = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.treeView = new System.Windows.Forms.TreeView();
this.panel3 = new System.Windows.Forms.Panel();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.StatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
((System.ComponentModel.ISupportInitialize)(this.PluginImage)).BeginInit();
this.panel1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel4.SuspendLayout();
this.panel3.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// PluginImage
//
this.PluginImage.BackColor = System.Drawing.Color.Magenta;
this.PluginImage.Image = ((System.Drawing.Image)(resources.GetObject("PluginImage.Image")));
this.PluginImage.Location = new System.Drawing.Point(275, 2);
this.PluginImage.Name = "PluginImage";
this.PluginImage.Size = new System.Drawing.Size(16, 16);
this.PluginImage.TabIndex = 9;
this.PluginImage.TabStop = false;
this.PluginImage.Visible = false;
//
// panel1
//
this.panel1.Controls.Add(this.toolStrip1);
this.panel1.Controls.Add(this.showAllCheckBox);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(387, 25);
this.panel1.TabIndex = 10;
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.syntaxTreeSelectComboBox,
this.toolStripSeparator1,
this.tbBuild,
this.tbRebuild,
this.toolStripButton1,
this.toolStripSeparator2,
this.tsParse,
this.tsParsePart,
this.toolStripSeparator3,
this.tbCPSaveTree,
this.toolStripSeparator4,
this.toolStripButton2});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(387, 25);
this.toolStrip1.TabIndex = 3;
this.toolStrip1.Text = "toolStrip1";
//
// syntaxTreeSelectComboBox
//
this.syntaxTreeSelectComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.syntaxTreeSelectComboBox.Enabled = false;
this.syntaxTreeSelectComboBox.Name = "syntaxTreeSelectComboBox";
this.syntaxTreeSelectComboBox.Size = new System.Drawing.Size(150, 25);
this.syntaxTreeSelectComboBox.SelectedIndexChanged += new System.EventHandler(this.syntaxTreeSelectComboBox_SelectedIndexChanged);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// tbBuild
//
this.tbBuild.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tbBuild.Image = ((System.Drawing.Image)(resources.GetObject("tbBuild.Image")));
this.tbBuild.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbBuild.Name = "tbBuild";
this.tbBuild.Size = new System.Drawing.Size(23, 22);
this.tbBuild.Text = "toolStripButton1";
this.tbBuild.ToolTipText = "M_BUILD";
this.tbBuild.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// tbRebuild
//
this.tbRebuild.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tbRebuild.Image = ((System.Drawing.Image)(resources.GetObject("tbRebuild.Image")));
this.tbRebuild.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbRebuild.Name = "tbRebuild";
this.tbRebuild.Size = new System.Drawing.Size(23, 22);
this.tbRebuild.Text = "toolStripButton2";
this.tbRebuild.ToolTipText = "M_REBUILD";
this.tbRebuild.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
this.toolStripButton1.Text = "PARSE";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click_1);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// tsParse
//
this.tsParse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsParse.Image = ((System.Drawing.Image)(resources.GetObject("tsParse.Image")));
this.tsParse.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsParse.Name = "tsParse";
this.tsParse.Size = new System.Drawing.Size(23, 22);
this.tsParse.Text = "toolStripButton1";
this.tsParse.ToolTipText = "PARSE_EXPRESSION";
this.tsParse.Click += new System.EventHandler(this.tsParse_Click);
//
// tsParsePart
//
this.tsParsePart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsParsePart.Image = ((System.Drawing.Image)(resources.GetObject("tsParsePart.Image")));
this.tsParsePart.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsParsePart.Name = "tsParsePart";
this.tsParsePart.Size = new System.Drawing.Size(23, 22);
this.tsParsePart.Text = "PARSE_PART";
this.tsParsePart.Click += new System.EventHandler(this.tsParsePart_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
this.toolStripSeparator3.Visible = false;
//
// tbCPSaveTree
//
this.tbCPSaveTree.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tbCPSaveTree.Image = ((System.Drawing.Image)(resources.GetObject("tbCPSaveTree.Image")));
this.tbCPSaveTree.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbCPSaveTree.Name = "tbCPSaveTree";
this.tbCPSaveTree.Size = new System.Drawing.Size(23, 22);
this.tbCPSaveTree.Text = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>";
this.tbCPSaveTree.Click += new System.EventHandler(this.tbCPSaveTree_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// toolStripButton2
//
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
this.toolStripButton2.Text = "CONSTRUCT_DOCUMENTATION";
this.toolStripButton2.Visible = false;
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click_1);
//
// showAllCheckBox
//
this.showAllCheckBox.AutoSize = true;
this.showAllCheckBox.Location = new System.Drawing.Point(192, 45);
this.showAllCheckBox.Name = "showAllCheckBox";
this.showAllCheckBox.Size = new System.Drawing.Size(127, 17);
this.showAllCheckBox.TabIndex = 2;
this.showAllCheckBox.Text = "SHOW_ALL_TREES";
this.showAllCheckBox.UseVisualStyleBackColor = true;
this.showAllCheckBox.Visible = false;
this.showAllCheckBox.VisibleChanged += new System.EventHandler(this.showAllCheckBox_VisibleChanged);
this.showAllCheckBox.CheckedChanged += new System.EventHandler(this.showAllCheckBox_CheckedChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 45);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(136, 13);
this.label1.TabIndex = 0;
this.label1.Text = "CHOSEN_SYNTAX_TREE";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// panel2
//
this.panel2.Controls.Add(this.panel4);
this.panel2.Controls.Add(this.panel3);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 25);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(387, 336);
this.panel2.TabIndex = 11;
//
// panel4
//
this.panel4.Controls.Add(this.treeView);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(0, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(387, 312);
this.panel4.TabIndex = 1;
//
// treeView
//
this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView.Location = new System.Drawing.Point(0, 0);
this.treeView.Name = "treeView";
this.treeView.Size = new System.Drawing.Size(387, 312);
this.treeView.TabIndex = 0;
this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
//
// panel3
//
this.panel3.Controls.Add(this.statusStrip1);
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(0, 312);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(387, 24);
this.panel3.TabIndex = 0;
//
// statusStrip1
//
this.statusStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
this.statusStrip1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.StatusLabel,
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 2);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(387, 22);
this.statusStrip1.TabIndex = 0;
this.statusStrip1.Text = "statusStrip1";
//
// StatusLabel
//
this.StatusLabel.Name = "StatusLabel";
this.StatusLabel.Size = new System.Drawing.Size(0, 17);
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
//
// SyntaxTreeVisualisatorForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(387, 361);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.PluginImage);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "SyntaxTreeVisualisatorForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FORMNAME";
this.TopMost = true;
this.Load += new System.EventHandler(this.SyntaxTreeVisualisatorForm_Load);
this.Shown += new System.EventHandler(this.SyntaxTreeVisualisatorForm_Shown);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SyntaxTreeVisualisatorForm_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.PluginImage)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.PictureBox PluginImage;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.TreeView treeView;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel StatusLabel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox showAllCheckBox;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tbBuild;
private System.Windows.Forms.ToolStripButton tbRebuild;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripComboBox syntaxTreeSelectComboBox;
private System.Windows.Forms.ToolStripButton tbCPSaveTree;
private System.Windows.Forms.ToolStripButton tsParse;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tsParsePart;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton toolStripButton2;
}
}