namespace WWPipeLine.MapTools.Conditions.EditGuanWang
{
partial class GuanDianBianGeng
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.uiButton2 = new Sunny.UI.UIButton();
this.uibtnLianjie = new Sunny.UI.UIButton();
this.uiLabelY = new Sunny.UI.UILabel();
this.uiLabelX = new Sunny.UI.UILabel();
this.SuspendLayout();
//
// uiButton2
//
this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButton2.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
this.uiButton2.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(160)))), ((int)(((byte)(165)))));
this.uiButton2.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(123)))), ((int)(((byte)(129)))));
this.uiButton2.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(123)))), ((int)(((byte)(129)))));
this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiButton2.Location = new System.Drawing.Point(169, 72);
this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButton2.Name = "uiButton2";
this.uiButton2.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
this.uiButton2.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(160)))), ((int)(((byte)(165)))));
this.uiButton2.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(123)))), ((int)(((byte)(129)))));
this.uiButton2.RectSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(123)))), ((int)(((byte)(129)))));
this.uiButton2.Size = new System.Drawing.Size(100, 30);
this.uiButton2.Style = Sunny.UI.UIStyle.Gray;
this.uiButton2.TabIndex = 7;
this.uiButton2.Text = "取消管线预览";
this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
//
// uibtnLianjie
//
this.uibtnLianjie.Cursor = System.Windows.Forms.Cursors.Hand;
this.uibtnLianjie.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
this.uibtnLianjie.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(160)))), ((int)(((byte)(165)))));
this.uibtnLianjie.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(123)))), ((int)(((byte)(129)))));
this.uibtnLianjie.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(123)))), ((int)(((byte)(129)))));
this.uibtnLianjie.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uibtnLianjie.Location = new System.Drawing.Point(26, 72);
this.uibtnLianjie.MinimumSize = new System.Drawing.Size(1, 1);
this.uibtnLianjie.Name = "uibtnLianjie";
this.uibtnLianjie.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
this.uibtnLianjie.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(160)))), ((int)(((byte)(165)))));
this.uibtnLianjie.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(123)))), ((int)(((byte)(129)))));
this.uibtnLianjie.RectSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(123)))), ((int)(((byte)(129)))));
this.uibtnLianjie.Size = new System.Drawing.Size(100, 30);
this.uibtnLianjie.Style = Sunny.UI.UIStyle.Gray;
this.uibtnLianjie.TabIndex = 6;
this.uibtnLianjie.Text = "预览新管线";
this.uibtnLianjie.Click += new System.EventHandler(this.uibtnLianjie_Click);
//
// uiLabelY
//
this.uiLabelY.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabelY.Location = new System.Drawing.Point(4, 8);
this.uiLabelY.Name = "uiLabelY";
this.uiLabelY.Size = new System.Drawing.Size(293, 23);
this.uiLabelY.Style = Sunny.UI.UIStyle.Gray;
this.uiLabelY.TabIndex = 11;
this.uiLabelY.Text = "原节点:";
this.uiLabelY.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabelX
//
this.uiLabelX.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabelX.Location = new System.Drawing.Point(4, 42);
this.uiLabelX.Name = "uiLabelX";
this.uiLabelX.Size = new System.Drawing.Size(293, 23);
this.uiLabelX.Style = Sunny.UI.UIStyle.Gray;
this.uiLabelX.TabIndex = 12;
this.uiLabelX.Text = "新节点:";
this.uiLabelX.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// GuanDianBianGeng
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.uiLabelX);
this.Controls.Add(this.uiLabelY);
this.Controls.Add(this.uiButton2);
this.Controls.Add(this.uibtnLianjie);
this.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(244)))));
this.Name = "GuanDianBianGeng";
this.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
this.Size = new System.Drawing.Size(300, 115);
this.Style = Sunny.UI.UIStyle.Gray;
this.Text = "";
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIButton uiButton2;
private Sunny.UI.UIButton uibtnLianjie;
private Sunny.UI.UILabel uiLabelY;
private Sunny.UI.UILabel uiLabelX;
}
}