elfisa-pharmacy/src/ElectronicPharmacy/HelpForms/HF_UploadDataToServer.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

77 lines
3.2 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 HF_UploadDataToServer
{
/// <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.lblDataSent = new System.Windows.Forms.Label();
this.progressSentData = new System.Windows.Forms.ProgressBar();
this.SuspendLayout();
//
// lblDataSent
//
this.lblDataSent.AutoSize = true;
this.lblDataSent.Font = new System.Drawing.Font("Segoe UI Semibold", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lblDataSent.ForeColor = System.Drawing.Color.MidnightBlue;
this.lblDataSent.Location = new System.Drawing.Point(100, 50);
this.lblDataSent.Name = "lblDataSent";
this.lblDataSent.Size = new System.Drawing.Size(349, 38);
this.lblDataSent.TabIndex = 1;
this.lblDataSent.Text = "ОТПРАВЛЯЕМ ДАННЫЕ...";
//
// progressSentData
//
this.progressSentData.Location = new System.Drawing.Point(12, 122);
this.progressSentData.Name = "progressSentData";
this.progressSentData.Size = new System.Drawing.Size(537, 41);
this.progressSentData.TabIndex = 0;
//
// HF_UploadDataToServer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(561, 180);
this.Controls.Add(this.lblDataSent);
this.Controls.Add(this.progressSentData);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "HF_UploadDataToServer";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "ВЫГРУЗКА ДАННЫХ";
this.Load += new System.EventHandler(this.HF_UploadDataToServer_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblDataSent;
private System.Windows.Forms.ProgressBar progressSentData;
}
}