添加项目文件。
This commit is contained in:
90
CowainHmi/FrmProgress.Designer.cs
generated
Normal file
90
CowainHmi/FrmProgress.Designer.cs
generated
Normal file
@@ -0,0 +1,90 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user