添加项目文件。
This commit is contained in:
+86
@@ -0,0 +1,86 @@
|
||||
|
||||
namespace PLCCommunication
|
||||
{
|
||||
partial class FrmOmronPLCCom
|
||||
{
|
||||
/// <summary>
|
||||
/// 必需的设计器变量。
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// 清理所有正在使用的资源。
|
||||
/// </summary>
|
||||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows 窗体设计器生成的代码
|
||||
|
||||
/// <summary>
|
||||
/// 设计器支持所需的方法 - 不要修改
|
||||
/// 使用代码编辑器修改此方法的内容。
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.tabCt_MePlcUI = new System.Windows.Forms.TabControl();
|
||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
this.tabCt_MePlcUI.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tabCt_MePlcUI
|
||||
//
|
||||
this.tabCt_MePlcUI.Controls.Add(this.tabPage1);
|
||||
this.tabCt_MePlcUI.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabCt_MePlcUI.ItemSize = new System.Drawing.Size(85, 28);
|
||||
this.tabCt_MePlcUI.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabCt_MePlcUI.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.tabCt_MePlcUI.Name = "tabCt_MePlcUI";
|
||||
this.tabCt_MePlcUI.SelectedIndex = 0;
|
||||
this.tabCt_MePlcUI.Size = new System.Drawing.Size(1828, 974);
|
||||
this.tabCt_MePlcUI.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
||||
this.tabCt_MePlcUI.TabIndex = 1;
|
||||
//
|
||||
// tabPage1
|
||||
//
|
||||
this.tabPage1.Location = new System.Drawing.Point(4, 32);
|
||||
this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.tabPage1.Name = "tabPage1";
|
||||
this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.tabPage1.Size = new System.Drawing.Size(1820, 938);
|
||||
this.tabPage1.TabIndex = 0;
|
||||
this.tabPage1.Text = "1#通讯块";
|
||||
this.tabPage1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// FrmOmronPLCCom
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.White;
|
||||
this.ClientSize = new System.Drawing.Size(1828, 974);
|
||||
this.Controls.Add(this.tabCt_MePlcUI);
|
||||
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "FrmOmronPLCCom";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "欧姆龙PLC通讯";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmOmronPLCCom_FormClosing);
|
||||
this.tabCt_MePlcUI.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
private System.Windows.Forms.TabControl tabCt_MePlcUI;
|
||||
private System.Windows.Forms.TabPage tabPage1;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user