130 lines
6.1 KiB
C#
130 lines
6.1 KiB
C#
namespace SamaPager_Server
|
|
{
|
|
partial class AboutForm
|
|
{
|
|
/// <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(AboutForm));
|
|
this.kryptonPanel1 = new Krypton.Toolkit.KryptonPanel();
|
|
this.kryptonLabel3 = new Krypton.Toolkit.KryptonLabel();
|
|
this.storkUrl = new Krypton.Toolkit.KryptonLinkLabel();
|
|
this.kryptonLabel2 = new Krypton.Toolkit.KryptonLabel();
|
|
this.kryptonLabel1 = new Krypton.Toolkit.KryptonLabel();
|
|
this.kryptonPictureBox1 = new Krypton.Toolkit.KryptonPictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
|
|
this.kryptonPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.kryptonPictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// kryptonPanel1
|
|
//
|
|
this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
|
|
this.kryptonPanel1.Controls.Add(this.storkUrl);
|
|
this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
|
|
this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
|
|
this.kryptonPanel1.Controls.Add(this.kryptonPictureBox1);
|
|
this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.kryptonPanel1.Name = "kryptonPanel1";
|
|
this.kryptonPanel1.Size = new System.Drawing.Size(982, 309);
|
|
this.kryptonPanel1.TabIndex = 0;
|
|
//
|
|
// kryptonLabel3
|
|
//
|
|
this.kryptonLabel3.Location = new System.Drawing.Point(12, 228);
|
|
this.kryptonLabel3.Name = "kryptonLabel3";
|
|
this.kryptonLabel3.Size = new System.Drawing.Size(446, 52);
|
|
this.kryptonLabel3.TabIndex = 4;
|
|
this.kryptonLabel3.Values.Text = resources.GetString("kryptonLabel3.Values.Text");
|
|
//
|
|
// storkUrl
|
|
//
|
|
this.storkUrl.Location = new System.Drawing.Point(12, 283);
|
|
this.storkUrl.Name = "storkUrl";
|
|
this.storkUrl.Size = new System.Drawing.Size(123, 20);
|
|
this.storkUrl.TabIndex = 3;
|
|
this.storkUrl.Values.Text = "Made by AndreStork";
|
|
this.storkUrl.LinkClicked += new System.EventHandler(this.storkUrl_LinkClicked);
|
|
//
|
|
// kryptonLabel2
|
|
//
|
|
this.kryptonLabel2.Location = new System.Drawing.Point(12, 47);
|
|
this.kryptonLabel2.Name = "kryptonLabel2";
|
|
this.kryptonLabel2.Size = new System.Drawing.Size(400, 36);
|
|
this.kryptonLabel2.TabIndex = 2;
|
|
this.kryptonLabel2.Values.Text = "SamaPager is a free and (in)secure way to comunicate with your friends,\r\nand anno" +
|
|
"unce events like office meetings, fire alerts or 9/11 attacks";
|
|
//
|
|
// kryptonLabel1
|
|
//
|
|
this.kryptonLabel1.LabelStyle = Krypton.Toolkit.LabelStyle.TitlePanel;
|
|
this.kryptonLabel1.Location = new System.Drawing.Point(12, 12);
|
|
this.kryptonLabel1.Name = "kryptonLabel1";
|
|
this.kryptonLabel1.Size = new System.Drawing.Size(110, 29);
|
|
this.kryptonLabel1.TabIndex = 1;
|
|
this.kryptonLabel1.Values.Text = "SamaPager";
|
|
//
|
|
// kryptonPictureBox1
|
|
//
|
|
this.kryptonPictureBox1.Image = global::SamaPager_Server.Properties.Resources._5pagers1shalom;
|
|
this.kryptonPictureBox1.Location = new System.Drawing.Point(494, 12);
|
|
this.kryptonPictureBox1.Name = "kryptonPictureBox1";
|
|
this.kryptonPictureBox1.Size = new System.Drawing.Size(472, 291);
|
|
this.kryptonPictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.kryptonPictureBox1.TabIndex = 0;
|
|
this.kryptonPictureBox1.TabStop = false;
|
|
//
|
|
// AboutForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(982, 309);
|
|
this.Controls.Add(this.kryptonPanel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "AboutForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "About SamaPager Server";
|
|
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
|
|
this.kryptonPanel1.ResumeLayout(false);
|
|
this.kryptonPanel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.kryptonPictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Krypton.Toolkit.KryptonPanel kryptonPanel1;
|
|
private Krypton.Toolkit.KryptonPictureBox kryptonPictureBox1;
|
|
private Krypton.Toolkit.KryptonLabel kryptonLabel2;
|
|
private Krypton.Toolkit.KryptonLabel kryptonLabel1;
|
|
private Krypton.Toolkit.KryptonLabel kryptonLabel3;
|
|
private Krypton.Toolkit.KryptonLinkLabel storkUrl;
|
|
}
|
|
} |