chore: sync LIAM solution snapshot incl. diagnostics tooling
- update multiple LIAM projects and solution/config files - add LiamWorkflowDiagnostics app sources and generated outputs - include current workspace state (dependencies and build outputs)
This commit is contained in:
502
LiamTestTeams/ctrlTabLiam.Designer.cs
generated
502
LiamTestTeams/ctrlTabLiam.Designer.cs
generated
@@ -1,251 +1,251 @@
|
||||
|
||||
namespace LiamTestTeams
|
||||
{
|
||||
partial class ctrlTabLiam
|
||||
{
|
||||
/// <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 Component 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(ctrlTabLiam));
|
||||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||||
this.treeViewTeams = new System.Windows.Forms.TreeView();
|
||||
this.contextMenuStripTreeNode = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.ToolStripMenuItemRefresh = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItemGetJson = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripMenuItemAddPermission = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItemRemovePermission = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
||||
this.labelTitel = new System.Windows.Forms.Label();
|
||||
this.textBoxErrorMessage = new System.Windows.Forms.TextBox();
|
||||
this.textBoxDetails = new System.Windows.Forms.TextBox();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripMenuItemLoadFromUID = new System.Windows.Forms.ToolStripMenuItem();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
||||
this.splitContainer1.Panel1.SuspendLayout();
|
||||
this.splitContainer1.Panel2.SuspendLayout();
|
||||
this.splitContainer1.SuspendLayout();
|
||||
this.contextMenuStripTreeNode.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// splitContainer1
|
||||
//
|
||||
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
||||
this.splitContainer1.Name = "splitContainer1";
|
||||
//
|
||||
// splitContainer1.Panel1
|
||||
//
|
||||
this.splitContainer1.Panel1.Controls.Add(this.treeViewTeams);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.labelTitel);
|
||||
//
|
||||
// splitContainer1.Panel2
|
||||
//
|
||||
this.splitContainer1.Panel2.Controls.Add(this.textBoxErrorMessage);
|
||||
this.splitContainer1.Panel2.Controls.Add(this.textBoxDetails);
|
||||
this.splitContainer1.Panel2.Controls.Add(this.label2);
|
||||
this.splitContainer1.Size = new System.Drawing.Size(556, 293);
|
||||
this.splitContainer1.SplitterDistance = 276;
|
||||
this.splitContainer1.TabIndex = 0;
|
||||
//
|
||||
// treeViewTeams
|
||||
//
|
||||
this.treeViewTeams.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.treeViewTeams.ContextMenuStrip = this.contextMenuStripTreeNode;
|
||||
this.treeViewTeams.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.treeViewTeams.FullRowSelect = true;
|
||||
this.treeViewTeams.HideSelection = false;
|
||||
this.treeViewTeams.ImageIndex = 0;
|
||||
this.treeViewTeams.ImageList = this.imageList1;
|
||||
this.treeViewTeams.Location = new System.Drawing.Point(3, 26);
|
||||
this.treeViewTeams.Name = "treeViewTeams";
|
||||
this.treeViewTeams.SelectedImageIndex = 0;
|
||||
this.treeViewTeams.Size = new System.Drawing.Size(270, 264);
|
||||
this.treeViewTeams.TabIndex = 1;
|
||||
this.treeViewTeams.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewTeams_AfterSelect);
|
||||
//
|
||||
// contextMenuStripTreeNode
|
||||
//
|
||||
this.contextMenuStripTreeNode.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.ToolStripMenuItemRefresh,
|
||||
this.toolStripMenuItemGetJson,
|
||||
this.toolStripSeparator1,
|
||||
this.toolStripMenuItemAddPermission,
|
||||
this.toolStripMenuItemRemovePermission,
|
||||
this.toolStripSeparator2,
|
||||
this.toolStripMenuItemLoadFromUID});
|
||||
this.contextMenuStripTreeNode.Name = "contextMenuStripTreeNode";
|
||||
this.contextMenuStripTreeNode.Size = new System.Drawing.Size(181, 148);
|
||||
//
|
||||
// ToolStripMenuItemRefresh
|
||||
//
|
||||
this.ToolStripMenuItemRefresh.Name = "ToolStripMenuItemRefresh";
|
||||
this.ToolStripMenuItemRefresh.Size = new System.Drawing.Size(180, 22);
|
||||
this.ToolStripMenuItemRefresh.Text = "Refresh";
|
||||
this.ToolStripMenuItemRefresh.Click += new System.EventHandler(this.ToolStripMenuItemRefresh_Click);
|
||||
//
|
||||
// toolStripMenuItemGetJson
|
||||
//
|
||||
this.toolStripMenuItemGetJson.Name = "toolStripMenuItemGetJson";
|
||||
this.toolStripMenuItemGetJson.Size = new System.Drawing.Size(180, 22);
|
||||
this.toolStripMenuItemGetJson.Text = "Get json string";
|
||||
this.toolStripMenuItemGetJson.Click += new System.EventHandler(this.toolStripMenuItemGetJson_Click);
|
||||
//
|
||||
// toolStripSeparator1
|
||||
//
|
||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||
this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
|
||||
//
|
||||
// toolStripMenuItemAddPermission
|
||||
//
|
||||
this.toolStripMenuItemAddPermission.Enabled = false;
|
||||
this.toolStripMenuItemAddPermission.Name = "toolStripMenuItemAddPermission";
|
||||
this.toolStripMenuItemAddPermission.Size = new System.Drawing.Size(180, 22);
|
||||
this.toolStripMenuItemAddPermission.Text = "Add permission";
|
||||
this.toolStripMenuItemAddPermission.Click += new System.EventHandler(this.toolStripMenuItemAddPermission_Click);
|
||||
//
|
||||
// toolStripMenuItemRemovePermission
|
||||
//
|
||||
this.toolStripMenuItemRemovePermission.Enabled = false;
|
||||
this.toolStripMenuItemRemovePermission.Name = "toolStripMenuItemRemovePermission";
|
||||
this.toolStripMenuItemRemovePermission.Size = new System.Drawing.Size(180, 22);
|
||||
this.toolStripMenuItemRemovePermission.Text = "Remove permission";
|
||||
this.toolStripMenuItemRemovePermission.Click += new System.EventHandler(this.toolStripMenuItemRemovePermission_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, "Team_32.png");
|
||||
this.imageList1.Images.SetKeyName(1, "Channel_32.png");
|
||||
this.imageList1.Images.SetKeyName(2, "ChannelFolder_32.png");
|
||||
this.imageList1.Images.SetKeyName(3, "Folder_32.png");
|
||||
this.imageList1.Images.SetKeyName(4, "permission_32.png");
|
||||
this.imageList1.Images.SetKeyName(5, "permission2_32.png");
|
||||
this.imageList1.Images.SetKeyName(6, "permission3_32.png");
|
||||
this.imageList1.Images.SetKeyName(7, "Error_32.png");
|
||||
this.imageList1.Images.SetKeyName(8, "Unknown_32.png");
|
||||
//
|
||||
// labelTitel
|
||||
//
|
||||
this.labelTitel.AutoSize = true;
|
||||
this.labelTitel.Location = new System.Drawing.Point(3, 10);
|
||||
this.labelTitel.Name = "labelTitel";
|
||||
this.labelTitel.Size = new System.Drawing.Size(61, 13);
|
||||
this.labelTitel.TabIndex = 0;
|
||||
this.labelTitel.Text = "MS Teams:";
|
||||
//
|
||||
// textBoxErrorMessage
|
||||
//
|
||||
this.textBoxErrorMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.textBoxErrorMessage.ForeColor = System.Drawing.Color.Maroon;
|
||||
this.textBoxErrorMessage.Location = new System.Drawing.Point(6, 209);
|
||||
this.textBoxErrorMessage.Multiline = true;
|
||||
this.textBoxErrorMessage.Name = "textBoxErrorMessage";
|
||||
this.textBoxErrorMessage.ReadOnly = true;
|
||||
this.textBoxErrorMessage.Size = new System.Drawing.Size(267, 81);
|
||||
this.textBoxErrorMessage.TabIndex = 2;
|
||||
this.textBoxErrorMessage.Visible = false;
|
||||
//
|
||||
// textBoxDetails
|
||||
//
|
||||
this.textBoxDetails.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.textBoxDetails.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.textBoxDetails.Location = new System.Drawing.Point(6, 26);
|
||||
this.textBoxDetails.Multiline = true;
|
||||
this.textBoxDetails.Name = "textBoxDetails";
|
||||
this.textBoxDetails.ReadOnly = true;
|
||||
this.textBoxDetails.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
||||
this.textBoxDetails.Size = new System.Drawing.Size(267, 264);
|
||||
this.textBoxDetails.TabIndex = 1;
|
||||
this.textBoxDetails.WordWrap = false;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(3, 10);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(42, 13);
|
||||
this.label2.TabIndex = 0;
|
||||
this.label2.Text = "Details:";
|
||||
//
|
||||
// toolStripSeparator2
|
||||
//
|
||||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||||
this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
|
||||
//
|
||||
// toolStripMenuItemLoadFromUID
|
||||
//
|
||||
this.toolStripMenuItemLoadFromUID.Enabled = false;
|
||||
this.toolStripMenuItemLoadFromUID.Name = "toolStripMenuItemLoadFromUID";
|
||||
this.toolStripMenuItemLoadFromUID.Size = new System.Drawing.Size(180, 22);
|
||||
this.toolStripMenuItemLoadFromUID.Text = "Try load from UID";
|
||||
this.toolStripMenuItemLoadFromUID.Click += new System.EventHandler(this.toolStripMenuItemLoadFromUID_Click);
|
||||
//
|
||||
// ctrlTabLiam
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.splitContainer1);
|
||||
this.Name = "ctrlTabLiam";
|
||||
this.Size = new System.Drawing.Size(556, 293);
|
||||
this.splitContainer1.Panel1.ResumeLayout(false);
|
||||
this.splitContainer1.Panel1.PerformLayout();
|
||||
this.splitContainer1.Panel2.ResumeLayout(false);
|
||||
this.splitContainer1.Panel2.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
||||
this.splitContainer1.ResumeLayout(false);
|
||||
this.contextMenuStripTreeNode.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.SplitContainer splitContainer1;
|
||||
private System.Windows.Forms.TreeView treeViewTeams;
|
||||
private System.Windows.Forms.Label labelTitel;
|
||||
private System.Windows.Forms.TextBox textBoxDetails;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.ImageList imageList1;
|
||||
private System.Windows.Forms.ContextMenuStrip contextMenuStripTreeNode;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemGetJson;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemAddPermission;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemRemovePermission;
|
||||
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemRefresh;
|
||||
private System.Windows.Forms.TextBox textBoxErrorMessage;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemLoadFromUID;
|
||||
}
|
||||
}
|
||||
|
||||
namespace LiamTestTeams
|
||||
{
|
||||
partial class ctrlTabLiam
|
||||
{
|
||||
/// <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 Component 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(ctrlTabLiam));
|
||||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||||
this.treeViewTeams = new System.Windows.Forms.TreeView();
|
||||
this.contextMenuStripTreeNode = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.ToolStripMenuItemRefresh = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItemGetJson = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripMenuItemAddPermission = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItemRemovePermission = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
||||
this.labelTitel = new System.Windows.Forms.Label();
|
||||
this.textBoxErrorMessage = new System.Windows.Forms.TextBox();
|
||||
this.textBoxDetails = new System.Windows.Forms.TextBox();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripMenuItemLoadFromUID = new System.Windows.Forms.ToolStripMenuItem();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
||||
this.splitContainer1.Panel1.SuspendLayout();
|
||||
this.splitContainer1.Panel2.SuspendLayout();
|
||||
this.splitContainer1.SuspendLayout();
|
||||
this.contextMenuStripTreeNode.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// splitContainer1
|
||||
//
|
||||
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
||||
this.splitContainer1.Name = "splitContainer1";
|
||||
//
|
||||
// splitContainer1.Panel1
|
||||
//
|
||||
this.splitContainer1.Panel1.Controls.Add(this.treeViewTeams);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.labelTitel);
|
||||
//
|
||||
// splitContainer1.Panel2
|
||||
//
|
||||
this.splitContainer1.Panel2.Controls.Add(this.textBoxErrorMessage);
|
||||
this.splitContainer1.Panel2.Controls.Add(this.textBoxDetails);
|
||||
this.splitContainer1.Panel2.Controls.Add(this.label2);
|
||||
this.splitContainer1.Size = new System.Drawing.Size(556, 293);
|
||||
this.splitContainer1.SplitterDistance = 276;
|
||||
this.splitContainer1.TabIndex = 0;
|
||||
//
|
||||
// treeViewTeams
|
||||
//
|
||||
this.treeViewTeams.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.treeViewTeams.ContextMenuStrip = this.contextMenuStripTreeNode;
|
||||
this.treeViewTeams.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.treeViewTeams.FullRowSelect = true;
|
||||
this.treeViewTeams.HideSelection = false;
|
||||
this.treeViewTeams.ImageIndex = 0;
|
||||
this.treeViewTeams.ImageList = this.imageList1;
|
||||
this.treeViewTeams.Location = new System.Drawing.Point(3, 26);
|
||||
this.treeViewTeams.Name = "treeViewTeams";
|
||||
this.treeViewTeams.SelectedImageIndex = 0;
|
||||
this.treeViewTeams.Size = new System.Drawing.Size(270, 264);
|
||||
this.treeViewTeams.TabIndex = 1;
|
||||
this.treeViewTeams.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewTeams_AfterSelect);
|
||||
//
|
||||
// contextMenuStripTreeNode
|
||||
//
|
||||
this.contextMenuStripTreeNode.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.ToolStripMenuItemRefresh,
|
||||
this.toolStripMenuItemGetJson,
|
||||
this.toolStripSeparator1,
|
||||
this.toolStripMenuItemAddPermission,
|
||||
this.toolStripMenuItemRemovePermission,
|
||||
this.toolStripSeparator2,
|
||||
this.toolStripMenuItemLoadFromUID});
|
||||
this.contextMenuStripTreeNode.Name = "contextMenuStripTreeNode";
|
||||
this.contextMenuStripTreeNode.Size = new System.Drawing.Size(181, 148);
|
||||
//
|
||||
// ToolStripMenuItemRefresh
|
||||
//
|
||||
this.ToolStripMenuItemRefresh.Name = "ToolStripMenuItemRefresh";
|
||||
this.ToolStripMenuItemRefresh.Size = new System.Drawing.Size(180, 22);
|
||||
this.ToolStripMenuItemRefresh.Text = "Refresh";
|
||||
this.ToolStripMenuItemRefresh.Click += new System.EventHandler(this.ToolStripMenuItemRefresh_Click);
|
||||
//
|
||||
// toolStripMenuItemGetJson
|
||||
//
|
||||
this.toolStripMenuItemGetJson.Name = "toolStripMenuItemGetJson";
|
||||
this.toolStripMenuItemGetJson.Size = new System.Drawing.Size(180, 22);
|
||||
this.toolStripMenuItemGetJson.Text = "Get json string";
|
||||
this.toolStripMenuItemGetJson.Click += new System.EventHandler(this.toolStripMenuItemGetJson_Click);
|
||||
//
|
||||
// toolStripSeparator1
|
||||
//
|
||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||
this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
|
||||
//
|
||||
// toolStripMenuItemAddPermission
|
||||
//
|
||||
this.toolStripMenuItemAddPermission.Enabled = false;
|
||||
this.toolStripMenuItemAddPermission.Name = "toolStripMenuItemAddPermission";
|
||||
this.toolStripMenuItemAddPermission.Size = new System.Drawing.Size(180, 22);
|
||||
this.toolStripMenuItemAddPermission.Text = "Add permission";
|
||||
this.toolStripMenuItemAddPermission.Click += new System.EventHandler(this.toolStripMenuItemAddPermission_Click);
|
||||
//
|
||||
// toolStripMenuItemRemovePermission
|
||||
//
|
||||
this.toolStripMenuItemRemovePermission.Enabled = false;
|
||||
this.toolStripMenuItemRemovePermission.Name = "toolStripMenuItemRemovePermission";
|
||||
this.toolStripMenuItemRemovePermission.Size = new System.Drawing.Size(180, 22);
|
||||
this.toolStripMenuItemRemovePermission.Text = "Remove permission";
|
||||
this.toolStripMenuItemRemovePermission.Click += new System.EventHandler(this.toolStripMenuItemRemovePermission_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, "Team_32.png");
|
||||
this.imageList1.Images.SetKeyName(1, "Channel_32.png");
|
||||
this.imageList1.Images.SetKeyName(2, "ChannelFolder_32.png");
|
||||
this.imageList1.Images.SetKeyName(3, "Folder_32.png");
|
||||
this.imageList1.Images.SetKeyName(4, "permission_32.png");
|
||||
this.imageList1.Images.SetKeyName(5, "permission2_32.png");
|
||||
this.imageList1.Images.SetKeyName(6, "permission3_32.png");
|
||||
this.imageList1.Images.SetKeyName(7, "Error_32.png");
|
||||
this.imageList1.Images.SetKeyName(8, "Unknown_32.png");
|
||||
//
|
||||
// labelTitel
|
||||
//
|
||||
this.labelTitel.AutoSize = true;
|
||||
this.labelTitel.Location = new System.Drawing.Point(3, 10);
|
||||
this.labelTitel.Name = "labelTitel";
|
||||
this.labelTitel.Size = new System.Drawing.Size(61, 13);
|
||||
this.labelTitel.TabIndex = 0;
|
||||
this.labelTitel.Text = "MS Teams:";
|
||||
//
|
||||
// textBoxErrorMessage
|
||||
//
|
||||
this.textBoxErrorMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.textBoxErrorMessage.ForeColor = System.Drawing.Color.Maroon;
|
||||
this.textBoxErrorMessage.Location = new System.Drawing.Point(6, 209);
|
||||
this.textBoxErrorMessage.Multiline = true;
|
||||
this.textBoxErrorMessage.Name = "textBoxErrorMessage";
|
||||
this.textBoxErrorMessage.ReadOnly = true;
|
||||
this.textBoxErrorMessage.Size = new System.Drawing.Size(267, 81);
|
||||
this.textBoxErrorMessage.TabIndex = 2;
|
||||
this.textBoxErrorMessage.Visible = false;
|
||||
//
|
||||
// textBoxDetails
|
||||
//
|
||||
this.textBoxDetails.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.textBoxDetails.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.textBoxDetails.Location = new System.Drawing.Point(6, 26);
|
||||
this.textBoxDetails.Multiline = true;
|
||||
this.textBoxDetails.Name = "textBoxDetails";
|
||||
this.textBoxDetails.ReadOnly = true;
|
||||
this.textBoxDetails.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
||||
this.textBoxDetails.Size = new System.Drawing.Size(267, 264);
|
||||
this.textBoxDetails.TabIndex = 1;
|
||||
this.textBoxDetails.WordWrap = false;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(3, 10);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(42, 13);
|
||||
this.label2.TabIndex = 0;
|
||||
this.label2.Text = "Details:";
|
||||
//
|
||||
// toolStripSeparator2
|
||||
//
|
||||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||||
this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
|
||||
//
|
||||
// toolStripMenuItemLoadFromUID
|
||||
//
|
||||
this.toolStripMenuItemLoadFromUID.Enabled = false;
|
||||
this.toolStripMenuItemLoadFromUID.Name = "toolStripMenuItemLoadFromUID";
|
||||
this.toolStripMenuItemLoadFromUID.Size = new System.Drawing.Size(180, 22);
|
||||
this.toolStripMenuItemLoadFromUID.Text = "Try load from UID";
|
||||
this.toolStripMenuItemLoadFromUID.Click += new System.EventHandler(this.toolStripMenuItemLoadFromUID_Click);
|
||||
//
|
||||
// ctrlTabLiam
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.splitContainer1);
|
||||
this.Name = "ctrlTabLiam";
|
||||
this.Size = new System.Drawing.Size(556, 293);
|
||||
this.splitContainer1.Panel1.ResumeLayout(false);
|
||||
this.splitContainer1.Panel1.PerformLayout();
|
||||
this.splitContainer1.Panel2.ResumeLayout(false);
|
||||
this.splitContainer1.Panel2.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
||||
this.splitContainer1.ResumeLayout(false);
|
||||
this.contextMenuStripTreeNode.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.SplitContainer splitContainer1;
|
||||
private System.Windows.Forms.TreeView treeViewTeams;
|
||||
private System.Windows.Forms.Label labelTitel;
|
||||
private System.Windows.Forms.TextBox textBoxDetails;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.ImageList imageList1;
|
||||
private System.Windows.Forms.ContextMenuStrip contextMenuStripTreeNode;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemGetJson;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemAddPermission;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemRemovePermission;
|
||||
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemRefresh;
|
||||
private System.Windows.Forms.TextBox textBoxErrorMessage;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemLoadFromUID;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user