namespace Электронная_Фармация.HelpForms { partial class HF_UploadDataToServer { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }