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>
77 lines
3.2 KiB
C#
77 lines
3.2 KiB
C#
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;
|
||
}
|
||
} |