Messenger/MSGer.tk (C#)/Notifier.Designer.cs
2014-04-25 21:55:43 +00:00

96 lines
No EOL
3.7 KiB
C#

namespace MSGer.tk
{
partial class Notifier
{
/// <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()
{
this.CloseButton = new System.Windows.Forms.PictureBox();
this.Title = new System.Windows.Forms.Label();
this.Content = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.CloseButton)).BeginInit();
this.SuspendLayout();
//
// CloseButton
//
this.CloseButton.Location = new System.Drawing.Point(241, 12);
this.CloseButton.Name = "CloseButton";
this.CloseButton.Size = new System.Drawing.Size(31, 28);
this.CloseButton.TabIndex = 0;
this.CloseButton.TabStop = false;
//
// Title
//
this.Title.AutoSize = true;
this.Title.Location = new System.Drawing.Point(35, 26);
this.Title.Name = "Title";
this.Title.Size = new System.Drawing.Size(33, 13);
this.Title.TabIndex = 1;
this.Title.Text = "Teszt";
//
// Content
//
this.Content.AutoSize = true;
this.Content.Location = new System.Drawing.Point(12, 58);
this.Content.Name = "Content";
this.Content.Size = new System.Drawing.Size(33, 26);
this.Content.TabIndex = 2;
this.Content.Text = "Teszt\r\nAsd";
//
// Notifier
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(284, 262);
this.ControlBox = false;
this.Controls.Add(this.Content);
this.Controls.Add(this.Title);
this.Controls.Add(this.CloseButton);
this.Cursor = System.Windows.Forms.Cursors.Hand;
this.ForeColor = System.Drawing.Color.Black;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Notifier";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.TopMost = true;
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
((System.ComponentModel.ISupportInitialize)(this.CloseButton)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox CloseButton;
private System.Windows.Forms.Label Title;
private System.Windows.Forms.Label Content;
}
}