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.
lj_plc/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Loading.Designer.cs

83 lines
3.2 KiB
C#

namespace Mesnac.Action.ChemicalWeighing
1 year ago
{
partial class Loading
{
/// <summary>
/// 必需的设计器变量。
1 year ago
/// </summary>
private System.ComponentModel.IContainer components = null;
1 year ago
/// <summary>
/// 清理所有正在使用的资源。
1 year ago
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
1 year ago
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
1 year ago
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
1 year ago
/// </summary>
private void InitializeComponent()
{
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
1 year ago
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = global::Mesnac.Action.ChemicalWeighing.Properties.Resources.loading;
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(129, 125);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
1 year ago
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold);
this.label1.Location = new System.Drawing.Point(7, 140);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(110, 27);
this.label1.TabIndex = 1;
this.label1.Text = "加载中……";
1 year ago
//
// Loading
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(153, 175);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
1 year ago
this.Name = "Loading";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Form1";
this.TopMost = true;
this.TransparencyKey = System.Drawing.SystemColors.Control;
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
1 year ago
this.ResumeLayout(false);
this.PerformLayout();
1 year ago
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
1 year ago
}
}