99 lines
No EOL
4 KiB
C#
99 lines
No EOL
4 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
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;
|
|
this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click);
|
|
//
|
|
// Title
|
|
//
|
|
this.Title.AutoSize = true;
|
|
this.Title.BackColor = System.Drawing.Color.Transparent;
|
|
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.BackColor = System.Drawing.Color.Transparent;
|
|
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;
|
|
((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;
|
|
}
|
|
} |