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/Main/Mesnac.Gui.Edit/Dialog/FrmEventAction.Designer.cs

180 lines
7.7 KiB
C#

namespace Mesnac.Gui.Edit.Dialog
{
partial class FrmEventAction
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.btnClear = new System.Windows.Forms.Button();
this.lblRemarkTitle = new System.Windows.Forms.Label();
this.lblRemark = new System.Windows.Forms.Label();
this.btnCancel = new System.Windows.Forms.Button();
this.txtCurrent = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.btnOk = new System.Windows.Forms.Button();
this.treeView1 = new System.Windows.Forms.TreeView();
this.txtFilter = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.btnClear);
this.panel1.Controls.Add(this.lblRemarkTitle);
this.panel1.Controls.Add(this.lblRemark);
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Controls.Add(this.txtCurrent);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.btnOk);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(10, 349);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(601, 68);
this.panel1.TabIndex = 0;
//
// btnClear
//
this.btnClear.Location = new System.Drawing.Point(525, 15);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(75, 23);
this.btnClear.TabIndex = 6;
this.btnClear.Text = "清除(&R)";
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// lblRemarkTitle
//
this.lblRemarkTitle.AutoSize = true;
this.lblRemarkTitle.Location = new System.Drawing.Point(14, 42);
this.lblRemarkTitle.Name = "lblRemarkTitle";
this.lblRemarkTitle.Size = new System.Drawing.Size(53, 12);
this.lblRemarkTitle.TabIndex = 5;
this.lblRemarkTitle.Text = "备注信息";
//
// lblRemark
//
this.lblRemark.AutoSize = true;
this.lblRemark.Location = new System.Drawing.Point(75, 42);
this.lblRemark.Name = "lblRemark";
this.lblRemark.Size = new System.Drawing.Size(0, 12);
this.lblRemark.TabIndex = 4;
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(443, 15);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "取消(&C)";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// txtCurrent
//
this.txtCurrent.Location = new System.Drawing.Point(116, 15);
this.txtCurrent.Name = "txtCurrent";
this.txtCurrent.Size = new System.Drawing.Size(241, 21);
this.txtCurrent.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 1;
this.label1.Text = "当前选择";
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(362, 14);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 0;
this.btnOk.Text = "确定(&O)";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// treeView1
//
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView1.Location = new System.Drawing.Point(10, 31);
this.treeView1.Name = "treeView1";
this.treeView1.ShowNodeToolTips = true;
this.treeView1.Size = new System.Drawing.Size(601, 318);
this.treeView1.TabIndex = 4;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
//
// txtFilter
//
this.txtFilter.Dock = System.Windows.Forms.DockStyle.Top;
this.txtFilter.Location = new System.Drawing.Point(10, 10);
this.txtFilter.Name = "txtFilter";
this.txtFilter.Size = new System.Drawing.Size(601, 21);
this.txtFilter.TabIndex = 3;
this.txtFilter.TextChanged += new System.EventHandler(this.txtFilter_TextChanged);
//
// FrmEventAction
//
this.AcceptButton = this.btnOk;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(621, 427);
this.Controls.Add(this.treeView1);
this.Controls.Add(this.txtFilter);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmEventAction";
this.Padding = new System.Windows.Forms.Padding(10);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "事件操作选择器";
this.Activated += new System.EventHandler(this.FrmEventAction_Activated);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.TextBox txtCurrent;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.TextBox txtFilter;
private System.Windows.Forms.Label lblRemark;
private System.Windows.Forms.Label lblRemarkTitle;
private System.Windows.Forms.Button btnClear;
}
}