mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 13:37:40 +02:00
181 lines
9.3 KiB
C#
181 lines
9.3 KiB
C#
namespace PluginDebugger
|
|
{
|
|
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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
this.Properties = new System.Windows.Forms.PropertyGrid();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.buttonEnableAll = new System.Windows.Forms.Button();
|
|
this.buttonDisableAll = new System.Windows.Forms.Button();
|
|
this.buttonClearLog = new System.Windows.Forms.Button();
|
|
this.buttonOpenLog = new System.Windows.Forms.Button();
|
|
this.buttonExport = new System.Windows.Forms.Button();
|
|
this.buttonImport = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// Properties
|
|
//
|
|
this.Properties.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.Properties.Location = new System.Drawing.Point(3, 3);
|
|
this.Properties.Name = "Properties";
|
|
this.Properties.Size = new System.Drawing.Size(356, 534);
|
|
this.Properties.TabIndex = 0;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.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.tableLayoutPanel1.ColumnCount = 2;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.Properties, 0, 0);
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 1;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 540F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(449, 540);
|
|
this.tableLayoutPanel1.TabIndex = 1;
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.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.flowLayoutPanel1.AutoSize = true;
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonEnableAll);
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonDisableAll);
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonClearLog);
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonOpenLog);
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonExport);
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonImport);
|
|
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(365, 3);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(81, 534);
|
|
this.flowLayoutPanel1.TabIndex = 1;
|
|
//
|
|
// buttonEnableAll
|
|
//
|
|
this.buttonEnableAll.Location = new System.Drawing.Point(3, 3);
|
|
this.buttonEnableAll.Name = "buttonEnableAll";
|
|
this.buttonEnableAll.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonEnableAll.TabIndex = 0;
|
|
this.buttonEnableAll.Text = "Enable All";
|
|
this.buttonEnableAll.UseVisualStyleBackColor = true;
|
|
this.buttonEnableAll.Click += new System.EventHandler(this.buttonEnableAll_Click);
|
|
//
|
|
// buttonDisableAll
|
|
//
|
|
this.buttonDisableAll.Location = new System.Drawing.Point(3, 32);
|
|
this.buttonDisableAll.Name = "buttonDisableAll";
|
|
this.buttonDisableAll.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonDisableAll.TabIndex = 1;
|
|
this.buttonDisableAll.Text = "Disable All";
|
|
this.buttonDisableAll.UseVisualStyleBackColor = true;
|
|
this.buttonDisableAll.Click += new System.EventHandler(this.buttonDisableAll_Click);
|
|
//
|
|
// buttonClearLog
|
|
//
|
|
this.buttonClearLog.Location = new System.Drawing.Point(3, 61);
|
|
this.buttonClearLog.Name = "buttonClearLog";
|
|
this.buttonClearLog.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonClearLog.TabIndex = 2;
|
|
this.buttonClearLog.Text = "Delete Log";
|
|
this.buttonClearLog.UseVisualStyleBackColor = true;
|
|
this.buttonClearLog.Click += new System.EventHandler(this.buttonClearLog_Click);
|
|
//
|
|
// buttonOpenLog
|
|
//
|
|
this.buttonOpenLog.Location = new System.Drawing.Point(3, 90);
|
|
this.buttonOpenLog.Name = "buttonOpenLog";
|
|
this.buttonOpenLog.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonOpenLog.TabIndex = 3;
|
|
this.buttonOpenLog.Text = "Open Log";
|
|
this.buttonOpenLog.UseVisualStyleBackColor = true;
|
|
this.buttonOpenLog.Click += new System.EventHandler(this.buttonOpenLog_Click);
|
|
//
|
|
// buttonExport
|
|
//
|
|
this.buttonExport.Location = new System.Drawing.Point(3, 119);
|
|
this.buttonExport.Name = "buttonExport";
|
|
this.buttonExport.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonExport.TabIndex = 4;
|
|
this.buttonExport.Text = "Save Config";
|
|
this.buttonExport.UseVisualStyleBackColor = true;
|
|
this.buttonExport.Click += new System.EventHandler(this.buttonExport_Click);
|
|
//
|
|
// buttonImport
|
|
//
|
|
this.buttonImport.Location = new System.Drawing.Point(3, 148);
|
|
this.buttonImport.Name = "buttonImport";
|
|
this.buttonImport.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonImport.TabIndex = 5;
|
|
this.buttonImport.Text = "Load Config";
|
|
this.buttonImport.UseVisualStyleBackColor = true;
|
|
this.buttonImport.Click += new System.EventHandler(this.buttonImport_Click);
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(448, 537);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "MainForm";
|
|
this.Text = "Plugin Debugger";
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PropertyGrid Properties;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.Button buttonEnableAll;
|
|
private System.Windows.Forms.Button buttonDisableAll;
|
|
private System.Windows.Forms.Button buttonClearLog;
|
|
private System.Windows.Forms.Button buttonOpenLog;
|
|
private System.Windows.Forms.Button buttonExport;
|
|
private System.Windows.Forms.Button buttonImport;
|
|
}
|
|
}
|
|
|