You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
2.6 KiB
C#

1 year ago
namespace Mesnac.Action.ChemicalWeighing.Sys
{
partial class FrmNotify
{
/// <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.pbInfor = new System.Windows.Forms.ProgressBar();
this.labInfor = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// pbInfor
//
this.pbInfor.Location = new System.Drawing.Point(7, 29);
this.pbInfor.Name = "pbInfor";
this.pbInfor.Size = new System.Drawing.Size(295, 20);
this.pbInfor.TabIndex = 0;
//
// labInfor
//
this.labInfor.AutoSize = true;
this.labInfor.Location = new System.Drawing.Point(11, 11);
this.labInfor.Name = "labInfor";
this.labInfor.Size = new System.Drawing.Size(53, 12);
this.labInfor.TabIndex = 1;
this.labInfor.Text = "lblInfor";
//
// FrmNotify
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(312, 59);
this.Controls.Add(this.labInfor);
this.Controls.Add(this.pbInfor);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Location = new System.Drawing.Point(60, 300);
this.Name = "FrmNotify";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "frmWaiting";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ProgressBar pbInfor;
private System.Windows.Forms.Label labInfor;
}
}