Analysis-Services/AlmToolkit/BismNormalizer/TabularCompare/UI/ValidationOutputButton.Designer.cs

107 lines
5.0 KiB
C#
Raw Normal View History

2023-09-28 23:08:33 +08:00
namespace BismNormalizer.TabularCompare.UI
{
partial class ValidationOutputButton
{
/// <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(ValidationOutputButton));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.ValidationOutputButtonImageList = new System.Windows.Forms.ImageList(this.components);
this.tabControl1.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.tabControl1.ImageList = this.ValidationOutputButtonImageList;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(530, 192);
this.tabControl1.TabIndex = 0;
this.tabControl1.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl1_Selecting);
this.tabControl1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tabControl1_MouseUp);
//
// tabPage1
//
this.tabPage1.Location = new System.Drawing.Point(4, 37);
this.tabPage1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.tabPage1.Size = new System.Drawing.Size(522, 151);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "tabPage1";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Location = new System.Drawing.Point(4, 37);
this.tabPage2.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.tabPage2.Size = new System.Drawing.Size(522, 151);
this.tabPage2.TabIndex = 1;
this.tabPage2.UseVisualStyleBackColor = true;
//
// ValidationOutputButtonImageList
//
this.ValidationOutputButtonImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ValidationOutputButtonImageList.ImageStream")));
this.ValidationOutputButtonImageList.TransparentColor = System.Drawing.Color.Transparent;
this.ValidationOutputButtonImageList.Images.SetKeyName(0, "Informational.png");
this.ValidationOutputButtonImageList.Images.SetKeyName(1, "Warning.png");
//
// ValidationOutputButton
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tabControl1);
this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.Name = "ValidationOutputButton";
this.Size = new System.Drawing.Size(530, 360);
this.Load += new System.EventHandler(this.ValidationOutputButton_Load);
this.tabControl1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.ImageList ValidationOutputButtonImageList;
}
}