158 lines
7.0 KiB
C#
158 lines
7.0 KiB
C#
|
|
namespace ntfysh_client
|
|
{
|
|
partial class AboutBox
|
|
{
|
|
/// <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(AboutBox));
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.aboutPage = new System.Windows.Forms.TabPage();
|
|
this.richTextBox2 = new System.Windows.Forms.RichTextBox();
|
|
this.licensePage = new System.Windows.Forms.TabPage();
|
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
this.tabControl1.SuspendLayout();
|
|
this.aboutPage.SuspendLayout();
|
|
this.licensePage.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(522, 243);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(88, 27);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "Close";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.label2.Location = new System.Drawing.Point(12, 9);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(166, 30);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "ntfy.sh Windows";
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.aboutPage);
|
|
this.tabControl1.Controls.Add(this.licensePage);
|
|
this.tabControl1.Location = new System.Drawing.Point(12, 43);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(598, 194);
|
|
this.tabControl1.TabIndex = 3;
|
|
//
|
|
// aboutPage
|
|
//
|
|
this.aboutPage.Controls.Add(this.richTextBox2);
|
|
this.aboutPage.Location = new System.Drawing.Point(4, 24);
|
|
this.aboutPage.Name = "aboutPage";
|
|
this.aboutPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.aboutPage.Size = new System.Drawing.Size(590, 166);
|
|
this.aboutPage.TabIndex = 0;
|
|
this.aboutPage.Text = "About";
|
|
this.aboutPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// richTextBox2
|
|
//
|
|
this.richTextBox2.BackColor = System.Drawing.SystemColors.Window;
|
|
this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.richTextBox2.Location = new System.Drawing.Point(6, 6);
|
|
this.richTextBox2.Name = "richTextBox2";
|
|
this.richTextBox2.ReadOnly = true;
|
|
this.richTextBox2.Size = new System.Drawing.Size(578, 154);
|
|
this.richTextBox2.TabIndex = 0;
|
|
this.richTextBox2.Text = resources.GetString("richTextBox2.Text");
|
|
//
|
|
// licensePage
|
|
//
|
|
this.licensePage.Controls.Add(this.richTextBox1);
|
|
this.licensePage.Location = new System.Drawing.Point(4, 24);
|
|
this.licensePage.Name = "licensePage";
|
|
this.licensePage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.licensePage.Size = new System.Drawing.Size(590, 166);
|
|
this.licensePage.TabIndex = 1;
|
|
this.licensePage.Text = "MIT License\n\n";
|
|
this.licensePage.UseVisualStyleBackColor = true;
|
|
//
|
|
// richTextBox1
|
|
//
|
|
this.richTextBox1.BackColor = System.Drawing.SystemColors.Window;
|
|
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.richTextBox1.Location = new System.Drawing.Point(6, 6);
|
|
this.richTextBox1.Name = "richTextBox1";
|
|
this.richTextBox1.ReadOnly = true;
|
|
this.richTextBox1.Size = new System.Drawing.Size(578, 154);
|
|
this.richTextBox1.TabIndex = 0;
|
|
this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
|
|
//
|
|
// AboutBox
|
|
//
|
|
this.AcceptButton = this.button1;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(622, 275);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.button1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "AboutBox";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "About";
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.aboutPage.ResumeLayout(false);
|
|
this.licensePage.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage aboutPage;
|
|
private System.Windows.Forms.TabPage licensePage;
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
private System.Windows.Forms.RichTextBox richTextBox2;
|
|
}
|
|
} |