Files
6150-HMI/CowainHmi/FrmProgress.Designer.cs

90 lines
3.4 KiB
C#
Raw Normal View History

2026-01-15 15:06:36 +08:00
namespace CowainHmi
{
partial class FrmProgress
{
/// <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.components = new System.ComponentModel.Container();
this.pgLoad = new PCHMI.();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// pgLoad
//
this.pgLoad.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.pgLoad.BorderColor = System.Drawing.Color.LightGray;
this.pgLoad.Dock = System.Windows.Forms.DockStyle.Fill;
this.pgLoad.Font = new System.Drawing.Font("微软雅黑", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pgLoad.HDADDR = "";
this.pgLoad.Location = new System.Drawing.Point(0, 0);
this.pgLoad.Margin = new System.Windows.Forms.Padding(9, 12, 9, 12);
this.pgLoad.Max = new decimal(new int[] {
15,
0,
0,
0});
this.pgLoad.Name = "pgLoad";
this.pgLoad.PLC = ((uint)(0u));
this.pgLoad.ProgressColor = System.Drawing.Color.Coral;
this.pgLoad.ProgressStyle = PCHMI.ProgressStyle.Horizontal;
this.pgLoad.Size = new System.Drawing.Size(690, 95);
this.pgLoad.TabIndex = 2;
this.pgLoad.Value = new decimal(new int[] {
0,
0,
0,
0});
this.pgLoad. = "";
this.pgLoad. = "%";
this.pgLoad. = PCHMI..DatType.UINT16;
this.pgLoad. = PCHMI..TypeEnum.;
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// FrmProgress
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(690, 95);
this.Controls.Add(this.pgLoad);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FrmProgress";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FrmProgress";
this.Load += new System.EventHandler(this.FrmProgress_Load);
this.ResumeLayout(false);
}
#endregion
private PCHMI. pgLoad;
private System.Windows.Forms.Timer timer1;
}
}