elfisa-pharmacy/src/ElectronicPharmacy/HelpForms/NotificationForm.Designer.cs
Magomed d1740d49bf Initial commit: Электронная Фармация desktop client.
WinForms app with Elfisa.UI, API integration, order workflow, invoices/refusals sync, and production-ready fixes from the desktop roadmap.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-14 12:25:38 +03:00

49 lines
2.0 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Электроннаяармация.HelpForms
{
partial class NotificationForm
{
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.Label lblMessage;
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
private void InitializeComponent()
{
this.lblMessage = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lblMessage
//
this.lblMessage.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblMessage.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lblMessage.Location = new System.Drawing.Point(0, 0);
this.lblMessage.Name = "lblMessage";
this.lblMessage.Padding = new System.Windows.Forms.Padding(17, 16, 17, 16);
this.lblMessage.Size = new System.Drawing.Size(600, 60);
this.lblMessage.TabIndex = 0;
this.lblMessage.Text = "Message Text";
this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblMessage.Click += new System.EventHandler(this.NotificationForm_Click);
//
// NotificationForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(600, 60);
this.Controls.Add(this.lblMessage);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "NotificationForm";
this.TopMost = true;
this.Click += new System.EventHandler(this.NotificationForm_Click);
this.ResumeLayout(false);
}
}
}