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.
262 lines
12 KiB
C#
262 lines
12 KiB
C#
namespace Mesnac.Controls.Intake.Base
|
|
{
|
|
partial class LinkControlForm
|
|
{
|
|
/// <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();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LinkControlForm));
|
|
this.btn_OK = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.lsInit = new System.Windows.Forms.ListBox();
|
|
this.lsSelect = new System.Windows.Forms.ListBox();
|
|
this.lblName = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.tvType = new System.Windows.Forms.TreeView();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.lblMes = new System.Windows.Forms.Label();
|
|
this.btnAdd = new System.Windows.Forms.Button();
|
|
this.btnCan = new System.Windows.Forms.Button();
|
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btn_OK
|
|
//
|
|
this.btn_OK.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btn_OK.Location = new System.Drawing.Point(479, 259);
|
|
this.btn_OK.Name = "btn_OK";
|
|
this.btn_OK.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_OK.TabIndex = 0;
|
|
this.btn_OK.Text = "OK";
|
|
this.btn_OK.UseVisualStyleBackColor = true;
|
|
this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.button2.Location = new System.Drawing.Point(602, 259);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|
this.button2.TabIndex = 1;
|
|
this.button2.Text = "Cancel";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// lsInit
|
|
//
|
|
this.lsInit.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.lsInit.FormattingEnabled = true;
|
|
this.lsInit.ItemHeight = 12;
|
|
this.lsInit.Location = new System.Drawing.Point(0, 22);
|
|
this.lsInit.Name = "lsInit";
|
|
this.lsInit.Size = new System.Drawing.Size(196, 184);
|
|
this.lsInit.Sorted = true;
|
|
this.lsInit.TabIndex = 2;
|
|
this.lsInit.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lsInit_MouseDoubleClick);
|
|
//
|
|
// lsSelect
|
|
//
|
|
this.lsSelect.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.lsSelect.FormattingEnabled = true;
|
|
this.lsSelect.ItemHeight = 12;
|
|
this.lsSelect.Location = new System.Drawing.Point(0, 22);
|
|
this.lsSelect.Name = "lsSelect";
|
|
this.lsSelect.Size = new System.Drawing.Size(196, 184);
|
|
this.lsSelect.TabIndex = 2;
|
|
this.lsSelect.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lsSelect_MouseDoubleClick);
|
|
//
|
|
// lblName
|
|
//
|
|
this.lblName.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.lblName.AutoEllipsis = true;
|
|
this.lblName.AutoSize = true;
|
|
this.lblName.Location = new System.Drawing.Point(186, 9);
|
|
this.lblName.Name = "lblName";
|
|
this.lblName.Size = new System.Drawing.Size(41, 12);
|
|
this.lblName.TabIndex = 3;
|
|
this.lblName.Text = "label1";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.panel1.Controls.Add(this.tvType);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Location = new System.Drawing.Point(12, 33);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(200, 210);
|
|
this.panel1.TabIndex = 4;
|
|
//
|
|
// tvType
|
|
//
|
|
this.tvType.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.tvType.Location = new System.Drawing.Point(0, 22);
|
|
this.tvType.Name = "tvType";
|
|
this.tvType.Size = new System.Drawing.Size(196, 184);
|
|
this.tvType.TabIndex = 7;
|
|
this.tvType.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvType_AfterSelect);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(69, 7);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
|
this.label1.TabIndex = 6;
|
|
this.label1.Text = "组件类型";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.panel2.Controls.Add(this.label2);
|
|
this.panel2.Controls.Add(this.lsInit);
|
|
this.panel2.Location = new System.Drawing.Point(218, 33);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(200, 210);
|
|
this.panel2.TabIndex = 5;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(43, 7);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(77, 12);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "可选管路输出";
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.panel3.Controls.Add(this.label3);
|
|
this.panel3.Controls.Add(this.lsSelect);
|
|
this.panel3.Location = new System.Drawing.Point(479, 33);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(200, 210);
|
|
this.panel3.TabIndex = 6;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(60, 7);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(77, 12);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "已设管路连接";
|
|
//
|
|
// lblMes
|
|
//
|
|
this.lblMes.AutoSize = true;
|
|
this.lblMes.Location = new System.Drawing.Point(10, 264);
|
|
this.lblMes.Name = "lblMes";
|
|
this.lblMes.Size = new System.Drawing.Size(0, 12);
|
|
this.lblMes.TabIndex = 7;
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.Location = new System.Drawing.Point(424, 101);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(49, 23);
|
|
this.btnAdd.TabIndex = 8;
|
|
this.btnAdd.Text = ">>";
|
|
this.btnAdd.UseVisualStyleBackColor = true;
|
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
|
//
|
|
// btnCan
|
|
//
|
|
this.btnCan.Location = new System.Drawing.Point(424, 144);
|
|
this.btnCan.Name = "btnCan";
|
|
this.btnCan.Size = new System.Drawing.Size(49, 23);
|
|
this.btnCan.TabIndex = 9;
|
|
this.btnCan.Text = "<<";
|
|
this.btnCan.UseVisualStyleBackColor = true;
|
|
this.btnCan.Click += new System.EventHandler(this.btnCan_Click);
|
|
//
|
|
// imageList1
|
|
//
|
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
|
this.imageList1.Images.SetKeyName(0, "ForkValveOutTwo.bmp");
|
|
this.imageList1.Images.SetKeyName(1, "StraightTube.bmp");
|
|
this.imageList1.Images.SetKeyName(2, "ForkValveInTwo.bmp");
|
|
this.imageList1.Images.SetKeyName(3, "OnoffValve.bmp");
|
|
//
|
|
// LinkControlForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(691, 294);
|
|
this.Controls.Add(this.btnCan);
|
|
this.Controls.Add(this.btnAdd);
|
|
this.Controls.Add(this.lblMes);
|
|
this.Controls.Add(this.panel3);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.lblName);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.btn_OK);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "LinkControlForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "管路流通信息设置";
|
|
this.Load += new System.EventHandler(this.LinkControlForm_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btn_OK;
|
|
private System.Windows.Forms.Button button2;
|
|
public System.Windows.Forms.Label lblName;
|
|
public System.Windows.Forms.ListBox lsSelect;
|
|
public System.Windows.Forms.ListBox lsInit;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Panel panel3;
|
|
public System.Windows.Forms.Label label1;
|
|
public System.Windows.Forms.Label label2;
|
|
public System.Windows.Forms.Label label3;
|
|
public System.Windows.Forms.Label lblMes;
|
|
private System.Windows.Forms.Button btnAdd;
|
|
private System.Windows.Forms.Button btnCan;
|
|
public System.Windows.Forms.TreeView tvType;
|
|
private System.Windows.Forms.ImageList imageList1;
|
|
}
|
|
} |