Files
LIAM/LiamTestTeams/frmMain.Designer.cs
Meik 3d4f60d83e 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)
2026-02-27 09:12:34 +01:00

326 lines
16 KiB
C#

namespace LiamTestTeams
{
partial class frmMain
{
/// <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(frmMain));
this.tabControlLiam = new System.Windows.Forms.TabControl();
this.tabPageLogin = new System.Windows.Forms.TabPage();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.buttonLogin = new System.Windows.Forms.Button();
this.textBoxClientSecret = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.textBoxClientApp = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.textBoxTenant = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.groupBoxAccount = new System.Windows.Forms.GroupBox();
this.textBoxErrorMessage = new System.Windows.Forms.TextBox();
this.labelError = new System.Windows.Forms.Label();
this.textBoxDomain = new System.Windows.Forms.TextBox();
this.textBoxDisplayName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tabPageTeams = new System.Windows.Forms.TabPage();
this.ctrlTabTeams1 = new LiamTestTeams.ctrlTabLiam();
this.tabPageLiam = new System.Windows.Forms.TabPage();
this.ctrlTabLiam1 = new LiamTestTeams.ctrlTabLiam();
this.tabControlLiam.SuspendLayout();
this.tabPageLogin.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBoxAccount.SuspendLayout();
this.tabPageTeams.SuspendLayout();
this.tabPageLiam.SuspendLayout();
this.SuspendLayout();
//
// tabControlLiam
//
this.tabControlLiam.Controls.Add(this.tabPageLogin);
this.tabControlLiam.Controls.Add(this.tabPageTeams);
this.tabControlLiam.Controls.Add(this.tabPageLiam);
this.tabControlLiam.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlLiam.Location = new System.Drawing.Point(0, 0);
this.tabControlLiam.Name = "tabControlLiam";
this.tabControlLiam.SelectedIndex = 0;
this.tabControlLiam.Size = new System.Drawing.Size(880, 493);
this.tabControlLiam.TabIndex = 0;
//
// tabPageLogin
//
this.tabPageLogin.Controls.Add(this.groupBox1);
this.tabPageLogin.Controls.Add(this.groupBoxAccount);
this.tabPageLogin.Location = new System.Drawing.Point(4, 22);
this.tabPageLogin.Name = "tabPageLogin";
this.tabPageLogin.Padding = new System.Windows.Forms.Padding(3);
this.tabPageLogin.Size = new System.Drawing.Size(872, 467);
this.tabPageLogin.TabIndex = 0;
this.tabPageLogin.Text = "Login";
this.tabPageLogin.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.buttonLogin);
this.groupBox1.Controls.Add(this.textBoxClientSecret);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.textBoxClientApp);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.textBoxTenant);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Location = new System.Drawing.Point(8, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(861, 111);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Tenant and access properties";
//
// buttonLogin
//
this.buttonLogin.Enabled = false;
this.buttonLogin.Location = new System.Drawing.Point(458, 22);
this.buttonLogin.Name = "buttonLogin";
this.buttonLogin.Size = new System.Drawing.Size(75, 23);
this.buttonLogin.TabIndex = 6;
this.buttonLogin.Text = "Login";
this.buttonLogin.UseVisualStyleBackColor = true;
this.buttonLogin.Click += new System.EventHandler(this.buttonLogin_Click);
//
// textBoxClientSecret
//
this.textBoxClientSecret.Location = new System.Drawing.Point(144, 76);
this.textBoxClientSecret.Name = "textBoxClientSecret";
this.textBoxClientSecret.Size = new System.Drawing.Size(308, 20);
this.textBoxClientSecret.TabIndex = 2;
this.textBoxClientSecret.TextChanged += new System.EventHandler(this.textBoxInput_TextChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(70, 79);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(68, 13);
this.label5.TabIndex = 5;
this.label5.Text = "Client secret:";
//
// textBoxClientApp
//
this.textBoxClientApp.Location = new System.Drawing.Point(144, 50);
this.textBoxClientApp.Name = "textBoxClientApp";
this.textBoxClientApp.Size = new System.Drawing.Size(308, 20);
this.textBoxClientApp.TabIndex = 1;
this.textBoxClientApp.TextChanged += new System.EventHandler(this.textBoxInput_TextChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(31, 53);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(107, 13);
this.label4.TabIndex = 4;
this.label4.Text = "Client app ID (GUID):";
//
// textBoxTenant
//
this.textBoxTenant.Location = new System.Drawing.Point(144, 24);
this.textBoxTenant.Name = "textBoxTenant";
this.textBoxTenant.Size = new System.Drawing.Size(308, 20);
this.textBoxTenant.TabIndex = 0;
this.textBoxTenant.TextChanged += new System.EventHandler(this.textBoxInput_TextChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(33, 27);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(105, 13);
this.label3.TabIndex = 3;
this.label3.Text = "Tenant (DNS name):";
//
// groupBoxAccount
//
this.groupBoxAccount.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.groupBoxAccount.Controls.Add(this.textBoxErrorMessage);
this.groupBoxAccount.Controls.Add(this.labelError);
this.groupBoxAccount.Controls.Add(this.textBoxDomain);
this.groupBoxAccount.Controls.Add(this.textBoxDisplayName);
this.groupBoxAccount.Controls.Add(this.label2);
this.groupBoxAccount.Controls.Add(this.label1);
this.groupBoxAccount.Location = new System.Drawing.Point(8, 123);
this.groupBoxAccount.Name = "groupBoxAccount";
this.groupBoxAccount.Size = new System.Drawing.Size(861, 341);
this.groupBoxAccount.TabIndex = 1;
this.groupBoxAccount.TabStop = false;
this.groupBoxAccount.Text = "- not logged in -";
//
// textBoxErrorMessage
//
this.textBoxErrorMessage.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.textBoxErrorMessage.Location = new System.Drawing.Point(15, 104);
this.textBoxErrorMessage.Multiline = true;
this.textBoxErrorMessage.Name = "textBoxErrorMessage";
this.textBoxErrorMessage.Size = new System.Drawing.Size(841, 231);
this.textBoxErrorMessage.TabIndex = 5;
this.textBoxErrorMessage.Visible = false;
//
// labelError
//
this.labelError.AutoSize = true;
this.labelError.ForeColor = System.Drawing.Color.Red;
this.labelError.Location = new System.Drawing.Point(13, 88);
this.labelError.Name = "labelError";
this.labelError.Size = new System.Drawing.Size(77, 13);
this.labelError.TabIndex = 4;
this.labelError.Text = "Error message:";
this.labelError.Visible = false;
//
// textBoxDomain
//
this.textBoxDomain.Location = new System.Drawing.Point(144, 50);
this.textBoxDomain.Name = "textBoxDomain";
this.textBoxDomain.ReadOnly = true;
this.textBoxDomain.Size = new System.Drawing.Size(308, 20);
this.textBoxDomain.TabIndex = 1;
//
// textBoxDisplayName
//
this.textBoxDisplayName.Location = new System.Drawing.Point(144, 25);
this.textBoxDisplayName.Name = "textBoxDisplayName";
this.textBoxDisplayName.ReadOnly = true;
this.textBoxDisplayName.Size = new System.Drawing.Size(308, 20);
this.textBoxDisplayName.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(92, 53);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(46, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Domain:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(126, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Application display name:";
//
// tabPageTeams
//
this.tabPageTeams.Controls.Add(this.ctrlTabTeams1);
this.tabPageTeams.Location = new System.Drawing.Point(4, 22);
this.tabPageTeams.Name = "tabPageTeams";
this.tabPageTeams.Padding = new System.Windows.Forms.Padding(3);
this.tabPageTeams.Size = new System.Drawing.Size(872, 467);
this.tabPageTeams.TabIndex = 1;
this.tabPageTeams.Text = "MS Teams";
this.tabPageTeams.UseVisualStyleBackColor = true;
//
// ctrlTabTeams1
//
this.ctrlTabTeams1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ctrlTabTeams1.Location = new System.Drawing.Point(3, 3);
this.ctrlTabTeams1.Name = "ctrlTabTeams1";
this.ctrlTabTeams1.Size = new System.Drawing.Size(866, 461);
this.ctrlTabTeams1.TabIndex = 0;
//
// tabPageLiam
//
this.tabPageLiam.Controls.Add(this.ctrlTabLiam1);
this.tabPageLiam.Location = new System.Drawing.Point(4, 22);
this.tabPageLiam.Name = "tabPageLiam";
this.tabPageLiam.Padding = new System.Windows.Forms.Padding(3);
this.tabPageLiam.Size = new System.Drawing.Size(872, 467);
this.tabPageLiam.TabIndex = 2;
this.tabPageLiam.Text = "LIAM";
this.tabPageLiam.UseVisualStyleBackColor = true;
//
// ctrlTabLiam1
//
this.ctrlTabLiam1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ctrlTabLiam1.Location = new System.Drawing.Point(3, 3);
this.ctrlTabLiam1.Name = "ctrlTabLiam1";
this.ctrlTabLiam1.Size = new System.Drawing.Size(866, 461);
this.ctrlTabLiam1.TabIndex = 0;
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(880, 493);
this.Controls.Add(this.tabControlLiam);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(522, 374);
this.Name = "frmMain";
this.Text = "LIAM test application for MS Teams & Sharepoint";
this.Load += new System.EventHandler(this.frmMain_Load);
this.tabControlLiam.ResumeLayout(false);
this.tabPageLogin.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBoxAccount.ResumeLayout(false);
this.groupBoxAccount.PerformLayout();
this.tabPageTeams.ResumeLayout(false);
this.tabPageLiam.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControlLiam;
private System.Windows.Forms.TabPage tabPageLogin;
private System.Windows.Forms.TabPage tabPageTeams;
private System.Windows.Forms.GroupBox groupBoxAccount;
private System.Windows.Forms.TextBox textBoxDomain;
private System.Windows.Forms.TextBox textBoxDisplayName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBoxErrorMessage;
private System.Windows.Forms.Label labelError;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textBoxTenant;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBoxClientApp;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button buttonLogin;
private System.Windows.Forms.TextBox textBoxClientSecret;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TabPage tabPageLiam;
public ctrlTabLiam ctrlTabTeams1;
public ctrlTabLiam ctrlTabLiam1;
}
}