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/FrmDataItem.Designer.cs

168 lines
7.1 KiB
C#

namespace Mesnac.Gui.Edit.Dialog
{
partial class FrmDataItem
{
/// <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.lblInfo = new System.Windows.Forms.Label();
this.btnRefresh = new System.Windows.Forms.Button();
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.txtFilter = new System.Windows.Forms.TextBox();
this.treeView1 = new System.Windows.Forms.TreeView();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.lblInfo);
this.panel1.Controls.Add(this.btnRefresh);
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, 351);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(633, 58);
this.panel1.TabIndex = 5;
//
// lblInfo
//
this.lblInfo.AutoSize = true;
this.lblInfo.ForeColor = System.Drawing.Color.Red;
this.lblInfo.Location = new System.Drawing.Point(70, 39);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(0, 12);
this.lblInfo.TabIndex = 5;
//
// btnRefresh
//
this.btnRefresh.Location = new System.Drawing.Point(553, 15);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(75, 23);
this.btnRefresh.TabIndex = 4;
this.btnRefresh.Text = "刷新(&F)";
this.btnRefresh.UseVisualStyleBackColor = true;
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(472, 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(96, 15);
this.txtCurrent.Name = "txtCurrent";
this.txtCurrent.Size = new System.Drawing.Size(288, 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(393, 15);
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);
//
// 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(633, 21);
this.txtFilter.TabIndex = 6;
this.txtFilter.TextChanged += new System.EventHandler(this.txtFilter_TextChanged);
//
// 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(633, 320);
this.treeView1.TabIndex = 8;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
//
// FrmDataItem
//
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(653, 419);
this.Controls.Add(this.treeView1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.txtFilter);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmDataItem";
this.Padding = new System.Windows.Forms.Padding(10);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "数据绑定器";
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.TextBox txtFilter;
private System.Windows.Forms.Button btnRefresh;
private System.Windows.Forms.Label lblInfo;
private System.Windows.Forms.TreeView treeView1;
}
}