添加项目文件。

This commit is contained in:
zhusenlin
2026-01-15 15:06:36 +08:00
parent 4602f42483
commit 63abae1cbe
319 changed files with 197251 additions and 0 deletions

125
CowainHmi/S1/DlgS1Cylinder.Designer.cs generated Normal file
View File

@@ -0,0 +1,125 @@
namespace CowainHmi
{
partial class DlgS1Cylinder
{
/// <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.cylinder1 = new CowainHmi.Cylinder();
this.SuspendLayout();
//
// cylinder1
//
this.cylinder1.CyIdAddr = "U10";
this.cylinder1.CyNameList = new string[] {
"SV-001-相机模组X轴1气缸",
"SV-002-相机模组X轴2气缸",
"SV-003-相机模组Y轴气缸",
"SV-004-激光传感器检测模组X气缸",
"SV-005-加热工位顶升气缸",
"SV-006-入箱工位顶升气缸",
"SV-007-工位1反靠气缸A1左侧外侧",
"SV-008-工位1反靠气缸A2左侧内侧",
"SV-009-工位1反靠气缸B1右侧外侧",
"SV-010-工位1反靠气缸B2右侧内侧",
"SV-011-工位2反靠气缸C1外侧",
"SV-012-工位2反靠气缸C2内侧",
"SV-013-加热升降插销缸",
"SV-014-入箱托盘反靠气缸",
"SV-015-加热工位托盘挡停气缸",
"SV-016-入箱工位托盘挡停气缸",
"SV-017-上压头升降气缸1",
"SV-018-上压头升降气缸2",
"SV-019-上压头升降气缸3",
"SV-020-上压头插销气缸1",
"SV-021-上压头插销气缸2",
"SV-022-上压头插销气缸3",
"SV-023-托盘竖直锁销气缸1",
"SV-024-托盘竖直锁销气缸2",
"SV-025-托盘竖直锁销气缸3",
"SV-026-托盘竖直锁销气缸4",
"SV-027-托盘解锁无杆气缸",
"SV-028-托盘弹簧卡销气缸1",
"SV-029-托盘弹簧卡销气缸2",
"SV-030-托盘弹簧卡销气缸3",
"SV-031-托盘弹簧卡销气缸4",
"SV-032-啮合旋转升降气缸",
"SV-033-差速器轴涨紧气缸",
"SV-034-加热前缓存挡停气缸",
"SV-035-换型位置切换气缸",
"SV-036-浮动/不浮动切换气缸",
"SV-037-twingo中间轴涨紧气缸",
"SV-038-D2C中间轴涨紧气缸",
"SV-039-twingo输入轴涨紧气缸",
"SV-040-twingo中间轴位置切换气缸",
"SV-041-D2C中间轴位置切换气缸",
"SV-042-twingo防掉落气缸",
"SV-043-D2C防掉落气缸",
"SV-044-盲板",
"SV-045-盲板",
"SV-046-盲板",
"SV-047-盲板",
"SV-048-上压机变位气缸",
"SV-049-加热升降气缸",
"SV-050-工位1顶升气缸",
"SV-051-工位2顶升气缸",
"SV-052-盲板",
"SV-053-盲板",
"SV-054-盲板",
"SV-055-盲板"};
this.cylinder1.DataAddr = "DB650";
this.cylinder1.Dock = System.Windows.Forms.DockStyle.Fill;
this.cylinder1.ErrAddr = "DB651";
this.cylinder1.Location = new System.Drawing.Point(0, 0);
this.cylinder1.Margin = new System.Windows.Forms.Padding(2);
this.cylinder1.Name = "cylinder1";
this.cylinder1.ParamAddr = "DB652";
this.cylinder1.Size = new System.Drawing.Size(696, 453);
this.cylinder1.TabIndex = 0;
//
// DlgS1Cylinder
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(696, 453);
this.Controls.Add(this.cylinder1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DlgS1Cylinder";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "气缸控制";
this.TopMost = true;
this.ResumeLayout(false);
}
#endregion
private Cylinder cylinder1;
}
}