Analysis-Services/BismNormalizer/AlmToolkit/About.Designer.cs

211 lines
10 KiB
C#
Raw Normal View History

2019-11-27 11:33:00 +08:00
namespace AlmToolkit
{
partial class About
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
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(About));
this.okButton = new System.Windows.Forms.Button();
this.logoPictureBox = new System.Windows.Forms.PictureBox();
this.lblProductVersion = new System.Windows.Forms.Label();
this.lblProductName = new System.Windows.Forms.Label();
2019-12-14 13:15:27 +08:00
this.linkReportIssue = new System.Windows.Forms.LinkLabel();
2019-11-28 06:09:36 +08:00
this.linkDocumentation = new System.Windows.Forms.LinkLabel();
2019-12-13 08:52:35 +08:00
this.linkALMTWebsite = new System.Windows.Forms.LinkLabel();
this.linkLatestVersion = new System.Windows.Forms.LinkLabel();
2019-12-13 11:20:36 +08:00
this.label1 = new System.Windows.Forms.Label();
this.linkTwitter = new System.Windows.Forms.LinkLabel();
2020-02-18 23:51:07 +08:00
this.linkHowToUse = new System.Windows.Forms.LinkLabel();
2019-11-27 11:33:00 +08:00
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
this.SuspendLayout();
//
// okButton
//
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
2020-02-18 23:51:07 +08:00
this.okButton.Location = new System.Drawing.Point(287, 304);
this.okButton.Margin = new System.Windows.Forms.Padding(4);
2019-11-27 11:33:00 +08:00
this.okButton.Name = "okButton";
2020-02-18 23:51:07 +08:00
this.okButton.Size = new System.Drawing.Size(100, 31);
2019-11-27 11:33:00 +08:00
this.okButton.TabIndex = 24;
this.okButton.Text = "&OK";
//
// logoPictureBox
//
this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
2020-02-18 23:51:07 +08:00
this.logoPictureBox.Location = new System.Drawing.Point(16, 11);
this.logoPictureBox.Margin = new System.Windows.Forms.Padding(4);
2019-11-27 11:33:00 +08:00
this.logoPictureBox.Name = "logoPictureBox";
2020-02-18 23:51:07 +08:00
this.logoPictureBox.Size = new System.Drawing.Size(84, 82);
2019-11-27 11:33:00 +08:00
this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.logoPictureBox.TabIndex = 12;
this.logoPictureBox.TabStop = false;
//
// lblProductVersion
//
this.lblProductVersion.AutoSize = true;
2020-02-18 23:51:07 +08:00
this.lblProductVersion.Location = new System.Drawing.Point(119, 211);
2019-11-27 11:33:00 +08:00
this.lblProductVersion.Name = "lblProductVersion";
2020-02-18 23:51:07 +08:00
this.lblProductVersion.Size = new System.Drawing.Size(45, 16);
2019-11-27 11:33:00 +08:00
this.lblProductVersion.TabIndex = 26;
this.lblProductVersion.Text = "label1";
//
// lblProductName
//
this.lblProductName.AutoSize = true;
2019-12-13 08:52:35 +08:00
this.lblProductName.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2020-02-18 23:51:07 +08:00
this.lblProductName.Location = new System.Drawing.Point(117, 12);
2019-11-27 11:33:00 +08:00
this.lblProductName.Name = "lblProductName";
2020-02-18 23:51:07 +08:00
this.lblProductName.Size = new System.Drawing.Size(64, 22);
2019-11-27 11:33:00 +08:00
this.lblProductName.TabIndex = 27;
this.lblProductName.Text = "label1";
//
2020-02-18 23:51:07 +08:00
// linkReportIssue
2019-12-13 08:52:35 +08:00
//
2019-12-14 13:15:27 +08:00
this.linkReportIssue.AutoSize = true;
2020-02-18 23:51:07 +08:00
this.linkReportIssue.Location = new System.Drawing.Point(119, 149);
this.linkReportIssue.Name = "linkReportIssue";
this.linkReportIssue.Size = new System.Drawing.Size(102, 16);
2019-12-14 13:15:27 +08:00
this.linkReportIssue.TabIndex = 28;
this.linkReportIssue.TabStop = true;
this.linkReportIssue.Text = "Report an issue";
this.linkReportIssue.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkReportIssue_LinkClicked);
2019-12-13 08:52:35 +08:00
//
2019-11-28 06:09:36 +08:00
// linkDocumentation
//
this.linkDocumentation.AutoSize = true;
2020-02-18 23:51:07 +08:00
this.linkDocumentation.Location = new System.Drawing.Point(119, 117);
2019-11-28 06:09:36 +08:00
this.linkDocumentation.Name = "linkDocumentation";
2020-02-18 23:51:07 +08:00
this.linkDocumentation.Size = new System.Drawing.Size(98, 16);
2019-12-13 08:52:35 +08:00
this.linkDocumentation.TabIndex = 30;
2019-11-28 06:09:36 +08:00
this.linkDocumentation.TabStop = true;
this.linkDocumentation.Text = "Documentation";
this.linkDocumentation.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkDocumentation_LinkClicked);
//
2019-12-13 08:52:35 +08:00
// linkALMTWebsite
//
this.linkALMTWebsite.AutoSize = true;
2020-02-18 23:51:07 +08:00
this.linkALMTWebsite.Location = new System.Drawing.Point(119, 54);
2019-12-13 08:52:35 +08:00
this.linkALMTWebsite.Name = "linkALMTWebsite";
2020-02-18 23:51:07 +08:00
this.linkALMTWebsite.Size = new System.Drawing.Size(134, 16);
2019-12-13 08:52:35 +08:00
this.linkALMTWebsite.TabIndex = 31;
this.linkALMTWebsite.TabStop = true;
2019-12-13 11:20:36 +08:00
this.linkALMTWebsite.Text = "http://alm-toolkit.com/";
this.linkALMTWebsite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkALMTWebsite_LinkClicked);
2019-12-13 08:52:35 +08:00
//
// linkLatestVersion
//
this.linkLatestVersion.AutoSize = true;
2020-02-18 23:51:07 +08:00
this.linkLatestVersion.Location = new System.Drawing.Point(119, 240);
2019-12-13 08:52:35 +08:00
this.linkLatestVersion.Name = "linkLatestVersion";
2020-02-18 23:51:07 +08:00
this.linkLatestVersion.Size = new System.Drawing.Size(91, 16);
2019-12-13 08:52:35 +08:00
this.linkLatestVersion.TabIndex = 32;
this.linkLatestVersion.TabStop = true;
this.linkLatestVersion.Text = "Latest version";
this.linkLatestVersion.Visible = false;
this.linkLatestVersion.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLatestVersion_LinkClicked);
//
2019-12-13 11:20:36 +08:00
// label1
//
this.label1.AutoSize = true;
2020-02-18 23:51:07 +08:00
this.label1.Location = new System.Drawing.Point(119, 181);
2019-12-13 11:20:36 +08:00
this.label1.Name = "label1";
2020-02-18 23:51:07 +08:00
this.label1.Size = new System.Drawing.Size(77, 16);
2019-12-13 11:20:36 +08:00
this.label1.TabIndex = 33;
this.label1.Text = "Created by ";
//
// linkTwitter
//
this.linkTwitter.AutoSize = true;
2020-02-18 23:51:07 +08:00
this.linkTwitter.Location = new System.Drawing.Point(193, 181);
2019-12-13 11:20:36 +08:00
this.linkTwitter.Name = "linkTwitter";
2020-02-18 23:51:07 +08:00
this.linkTwitter.Size = new System.Drawing.Size(99, 16);
2019-12-13 11:20:36 +08:00
this.linkTwitter.TabIndex = 34;
this.linkTwitter.TabStop = true;
this.linkTwitter.Text = "Christian Wade";
this.linkTwitter.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkTwitter_LinkClicked);
//
2020-02-18 23:51:07 +08:00
// linkHowToUse
//
this.linkHowToUse.AutoSize = true;
this.linkHowToUse.Location = new System.Drawing.Point(119, 86);
this.linkHowToUse.Name = "linkHowToUse";
this.linkHowToUse.Size = new System.Drawing.Size(74, 16);
this.linkHowToUse.TabIndex = 35;
this.linkHowToUse.TabStop = true;
this.linkHowToUse.Text = "How to use";
this.linkHowToUse.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkHowToUse_LinkClicked);
//
2019-11-27 11:33:00 +08:00
// About
//
this.AcceptButton = this.okButton;
2020-02-18 23:51:07 +08:00
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
2019-11-27 11:33:00 +08:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2019-12-06 08:01:10 +08:00
this.CancelButton = this.okButton;
2020-02-18 23:51:07 +08:00
this.ClientSize = new System.Drawing.Size(403, 350);
this.Controls.Add(this.linkHowToUse);
2019-12-13 11:20:36 +08:00
this.Controls.Add(this.linkTwitter);
this.Controls.Add(this.label1);
2019-12-13 08:52:35 +08:00
this.Controls.Add(this.linkLatestVersion);
this.Controls.Add(this.linkALMTWebsite);
2019-11-28 06:09:36 +08:00
this.Controls.Add(this.linkDocumentation);
2019-12-14 13:15:27 +08:00
this.Controls.Add(this.linkReportIssue);
2019-11-27 11:33:00 +08:00
this.Controls.Add(this.lblProductName);
this.Controls.Add(this.lblProductVersion);
this.Controls.Add(this.logoPictureBox);
this.Controls.Add(this.okButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
2020-02-18 23:51:07 +08:00
this.Margin = new System.Windows.Forms.Padding(4);
2019-11-27 11:33:00 +08:00
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "About";
2020-02-18 23:51:07 +08:00
this.Padding = new System.Windows.Forms.Padding(12, 11, 12, 11);
2019-11-27 11:33:00 +08:00
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "About";
2019-12-13 08:52:35 +08:00
this.Load += new System.EventHandler(this.About_Load);
2019-11-27 11:33:00 +08:00
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.PictureBox logoPictureBox;
private System.Windows.Forms.Label lblProductVersion;
private System.Windows.Forms.Label lblProductName;
2019-12-14 13:15:27 +08:00
private System.Windows.Forms.LinkLabel linkReportIssue;
2019-11-28 06:09:36 +08:00
private System.Windows.Forms.LinkLabel linkDocumentation;
2019-12-13 08:52:35 +08:00
private System.Windows.Forms.LinkLabel linkALMTWebsite;
private System.Windows.Forms.LinkLabel linkLatestVersion;
2019-12-13 11:20:36 +08:00
private System.Windows.Forms.Label label1;
private System.Windows.Forms.LinkLabel linkTwitter;
2020-02-18 23:51:07 +08:00
private System.Windows.Forms.LinkLabel linkHowToUse;
2019-11-27 11:33:00 +08:00
}
}