328 lines
18 KiB
C#
328 lines
18 KiB
C#
namespace Ease.UICreator
|
|
{
|
|
partial class FrmMasterTreeView
|
|
{
|
|
/// <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.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("Node4");
|
|
System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("Node3", new System.Windows.Forms.TreeNode[] {
|
|
treeNode9});
|
|
System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("Node2", new System.Windows.Forms.TreeNode[] {
|
|
treeNode10});
|
|
System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("Node0", new System.Windows.Forms.TreeNode[] {
|
|
treeNode11});
|
|
System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("Node5");
|
|
System.Windows.Forms.TreeNode treeNode14 = new System.Windows.Forms.TreeNode("Node6");
|
|
System.Windows.Forms.TreeNode treeNode15 = new System.Windows.Forms.TreeNode("Node7");
|
|
System.Windows.Forms.TreeNode treeNode16 = new System.Windows.Forms.TreeNode("Node1", new System.Windows.Forms.TreeNode[] {
|
|
treeNode13,
|
|
treeNode14,
|
|
treeNode15});
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.tvMaster = new System.Windows.Forms.TreeView();
|
|
this.bttnClose = new System.Windows.Forms.Button();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.btnAdd = new System.Windows.Forms.ToolStripButton();
|
|
this.btnLock = new System.Windows.Forms.ToolStripButton();
|
|
this.btnEdit = new System.Windows.Forms.ToolStripButton();
|
|
this.btnAuthorized = new System.Windows.Forms.ToolStripButton();
|
|
this.btnDelete = new System.Windows.Forms.ToolStripButton();
|
|
this.btnActive = new System.Windows.Forms.ToolStripButton();
|
|
this.btnClose = new System.Windows.Forms.ToolStripButton();
|
|
this.pnlBottom = new System.Windows.Forms.Panel();
|
|
this.chkAuthorized = new System.Windows.Forms.CheckBox();
|
|
this.chkActive = new System.Windows.Forms.CheckBox();
|
|
this.panel1.SuspendLayout();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.pnlBottom.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.tvMaster);
|
|
this.panel1.Controls.Add(this.bttnClose);
|
|
this.panel1.Location = new System.Drawing.Point(7, 7);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(404, 483);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// tvMaster
|
|
//
|
|
this.tvMaster.Location = new System.Drawing.Point(4, 3);
|
|
this.tvMaster.Name = "tvMaster";
|
|
treeNode9.Name = "Node4";
|
|
treeNode9.Text = "Node4";
|
|
treeNode10.Name = "Node3";
|
|
treeNode10.Text = "Node3";
|
|
treeNode11.Name = "Node2";
|
|
treeNode11.Text = "Node2";
|
|
treeNode12.Name = "Node0";
|
|
treeNode12.Text = "Node0";
|
|
treeNode13.Name = "Node5";
|
|
treeNode13.Text = "Node5";
|
|
treeNode14.Name = "Node6";
|
|
treeNode14.Text = "Node6";
|
|
treeNode15.Name = "Node7";
|
|
treeNode15.Text = "Node7";
|
|
treeNode16.Name = "Node1";
|
|
treeNode16.Text = "Node1";
|
|
this.tvMaster.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
|
|
treeNode12,
|
|
treeNode16});
|
|
this.tvMaster.Size = new System.Drawing.Size(399, 478);
|
|
this.tvMaster.TabIndex = 0;
|
|
this.tvMaster.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvMaster_AfterSelect);
|
|
this.tvMaster.Click += new System.EventHandler(this.tvMaster_Click);
|
|
//
|
|
// bttnClose
|
|
//
|
|
this.bttnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.bttnClose.Location = new System.Drawing.Point(307, 332);
|
|
this.bttnClose.Name = "bttnClose";
|
|
this.bttnClose.Size = new System.Drawing.Size(75, 23);
|
|
this.bttnClose.TabIndex = 1;
|
|
this.bttnClose.Text = "Close";
|
|
this.bttnClose.UseVisualStyleBackColor = true;
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.toolStrip1.AutoSize = false;
|
|
this.toolStrip1.BackColor = System.Drawing.Color.Transparent;
|
|
this.toolStrip1.BackgroundImage = global::Ease.UICreator.Properties.Resources.MatadorEdit;
|
|
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
|
|
this.toolStrip1.GripMargin = new System.Windows.Forms.Padding(0);
|
|
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(23, 23);
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.btnAdd,
|
|
this.btnLock,
|
|
this.btnEdit,
|
|
this.btnAuthorized,
|
|
this.btnDelete,
|
|
this.btnActive,
|
|
this.btnClose});
|
|
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
|
|
this.toolStrip1.Location = new System.Drawing.Point(7, 2);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.toolStrip1.Size = new System.Drawing.Size(93, 456);
|
|
this.toolStrip1.TabIndex = 7;
|
|
this.toolStrip1.TabStop = true;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.AutoSize = false;
|
|
this.btnAdd.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAdd.ForeColor = System.Drawing.Color.Black;
|
|
this.btnAdd.Image = global::Ease.UICreator.Properties.Resources.Exit;
|
|
this.btnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(85, 35);
|
|
this.btnAdd.Tag = "btnAdd";
|
|
this.btnAdd.Text = "&Add";
|
|
this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
|
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
|
//
|
|
// btnLock
|
|
//
|
|
this.btnLock.AutoSize = false;
|
|
this.btnLock.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnLock.ForeColor = System.Drawing.Color.Black;
|
|
this.btnLock.Image = global::Ease.UICreator.Properties.Resources.AddTable;
|
|
this.btnLock.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnLock.Name = "btnLock";
|
|
this.btnLock.Size = new System.Drawing.Size(85, 35);
|
|
this.btnLock.Text = "&Lock";
|
|
this.btnLock.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
|
|
this.btnLock.Visible = false;
|
|
this.btnLock.Click += new System.EventHandler(this.btnLock_Click);
|
|
//
|
|
// btnEdit
|
|
//
|
|
this.btnEdit.AutoSize = false;
|
|
this.btnEdit.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnEdit.ForeColor = System.Drawing.Color.Black;
|
|
this.btnEdit.Image = global::Ease.UICreator.Properties.Resources.Save;
|
|
this.btnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnEdit.Name = "btnEdit";
|
|
this.btnEdit.Size = new System.Drawing.Size(85, 35);
|
|
this.btnEdit.Tag = "btnEdit";
|
|
this.btnEdit.Text = "&Edit";
|
|
this.btnEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
|
|
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
|
|
//
|
|
// btnAuthorized
|
|
//
|
|
this.btnAuthorized.AutoSize = false;
|
|
this.btnAuthorized.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAuthorized.ForeColor = System.Drawing.Color.Black;
|
|
this.btnAuthorized.Image = global::Ease.UICreator.Properties.Resources.Check_16x16;
|
|
this.btnAuthorized.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btnAuthorized.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnAuthorized.Name = "btnAuthorized";
|
|
this.btnAuthorized.Size = new System.Drawing.Size(88, 27);
|
|
this.btnAuthorized.Text = "A&uthorize";
|
|
this.btnAuthorized.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
|
|
this.btnAuthorized.Visible = false;
|
|
this.btnAuthorized.Click += new System.EventHandler(this.btnAuthorized_Click);
|
|
//
|
|
// btnDelete
|
|
//
|
|
this.btnDelete.AutoSize = false;
|
|
this.btnDelete.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnDelete.ForeColor = System.Drawing.Color.Black;
|
|
this.btnDelete.Image = global::Ease.UICreator.Properties.Resources.Delete;
|
|
this.btnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnDelete.Name = "btnDelete";
|
|
this.btnDelete.Size = new System.Drawing.Size(85, 35);
|
|
this.btnDelete.Tag = "btnDelete";
|
|
this.btnDelete.Text = "&Delete";
|
|
this.btnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
|
|
this.btnDelete.Click += new System.EventHandler(this.btnDel_Click);
|
|
//
|
|
// btnActive
|
|
//
|
|
this.btnActive.AutoSize = false;
|
|
this.btnActive.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnActive.ForeColor = System.Drawing.Color.Black;
|
|
this.btnActive.Image = global::Ease.UICreator.Properties.Resources.Exit;
|
|
this.btnActive.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnActive.Name = "btnActive";
|
|
this.btnActive.Size = new System.Drawing.Size(85, 35);
|
|
this.btnActive.Tag = "btnActive";
|
|
this.btnActive.Text = "A&ctive";
|
|
this.btnActive.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
|
|
this.btnActive.Click += new System.EventHandler(this.btnActive_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.AutoSize = false;
|
|
this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnClose.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnClose.ForeColor = System.Drawing.Color.Black;
|
|
this.btnClose.Image = global::Ease.UICreator.Properties.Resources.Exit;
|
|
this.btnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(85, 35);
|
|
this.btnClose.Text = "&Close";
|
|
this.btnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// pnlBottom
|
|
//
|
|
this.pnlBottom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pnlBottom.Controls.Add(this.chkAuthorized);
|
|
this.pnlBottom.Controls.Add(this.chkActive);
|
|
this.pnlBottom.Controls.Add(this.toolStrip1);
|
|
this.pnlBottom.Location = new System.Drawing.Point(417, 12);
|
|
this.pnlBottom.Name = "pnlBottom";
|
|
this.pnlBottom.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.pnlBottom.Size = new System.Drawing.Size(104, 474);
|
|
this.pnlBottom.TabIndex = 8;
|
|
this.pnlBottom.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlBottom_Paint);
|
|
//
|
|
// chkAuthorized
|
|
//
|
|
this.chkAuthorized.AutoSize = true;
|
|
this.chkAuthorized.BackColor = System.Drawing.Color.Transparent;
|
|
this.chkAuthorized.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.chkAuthorized.ForeColor = System.Drawing.Color.Black;
|
|
this.chkAuthorized.Location = new System.Drawing.Point(23, 298);
|
|
this.chkAuthorized.Name = "chkAuthorized";
|
|
this.chkAuthorized.Size = new System.Drawing.Size(63, 17);
|
|
this.chkAuthorized.TabIndex = 10;
|
|
this.chkAuthorized.Text = "All Data";
|
|
this.chkAuthorized.UseVisualStyleBackColor = false;
|
|
this.chkAuthorized.Visible = false;
|
|
this.chkAuthorized.CheckedChanged += new System.EventHandler(this.chkAuthorized_CheckedChanged);
|
|
//
|
|
// chkActive
|
|
//
|
|
this.chkActive.AutoSize = true;
|
|
this.chkActive.Location = new System.Drawing.Point(23, 277);
|
|
this.chkActive.Name = "chkActive";
|
|
this.chkActive.Size = new System.Drawing.Size(37, 17);
|
|
this.chkActive.TabIndex = 9;
|
|
this.chkActive.Text = "All";
|
|
this.chkActive.UseVisualStyleBackColor = true;
|
|
this.chkActive.CheckedChanged += new System.EventHandler(this.chkActive_CheckedChanged);
|
|
//
|
|
// FrmMasterTreeView
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoSize = true;
|
|
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.BackColor = System.Drawing.Color.GhostWhite;
|
|
this.CancelButton = this.bttnClose;
|
|
this.ClientSize = new System.Drawing.Size(533, 498);
|
|
this.Controls.Add(this.pnlBottom);
|
|
this.Controls.Add(this.panel1);
|
|
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmMasterTreeView";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Caption";
|
|
this.Load += new System.EventHandler(this.FrmMasterForm_Load);
|
|
this.Paint += new System.Windows.Forms.PaintEventHandler(this.FrmMasterForm_Paint);
|
|
this.panel1.ResumeLayout(false);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.pnlBottom.ResumeLayout(false);
|
|
this.pnlBottom.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
protected System.Windows.Forms.ToolStrip toolStrip1;
|
|
protected System.Windows.Forms.ToolStripButton btnAdd;
|
|
protected System.Windows.Forms.ToolStripButton btnEdit;
|
|
private System.Windows.Forms.ToolStripButton btnDelete;
|
|
protected System.Windows.Forms.ToolStripButton btnActive;
|
|
private System.Windows.Forms.ToolStripButton btnClose;
|
|
protected System.Windows.Forms.Panel pnlBottom;
|
|
private System.Windows.Forms.TreeView tvMaster;
|
|
private System.Windows.Forms.CheckBox chkActive;
|
|
private System.Windows.Forms.Button bttnClose;
|
|
protected System.Windows.Forms.ToolStripButton btnLock;
|
|
protected System.Windows.Forms.ToolStripButton btnAuthorized;
|
|
private System.Windows.Forms.CheckBox chkAuthorized;
|
|
}
|
|
} |