namespace WWPipeLine.MapTools.Conditions.EditGuanWang { partial class GuanDianXian { /// /// 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.uilbEnd = new Sunny.UI.UILabel(); this.uilbStart = new Sunny.UI.UILabel(); this.uiButton2 = new Sunny.UI.UIButton(); this.uibtnLianjie = new Sunny.UI.UIButton(); this.uilbRemark = new Sunny.UI.UILabel(); this.SuspendLayout(); // // uilbEnd // this.uilbEnd.AutoSize = true; this.uilbEnd.Font = new System.Drawing.Font("微软雅黑", 12F); this.uilbEnd.Location = new System.Drawing.Point(12, 99); this.uilbEnd.Name = "uilbEnd"; this.uilbEnd.Size = new System.Drawing.Size(58, 21); this.uilbEnd.Style = Sunny.UI.UIStyle.Gray; this.uilbEnd.TabIndex = 9; this.uilbEnd.Text = "新节点"; this.uilbEnd.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uilbStart // this.uilbStart.AutoSize = true; this.uilbStart.Font = new System.Drawing.Font("微软雅黑", 12F); this.uilbStart.Location = new System.Drawing.Point(12, 135); this.uilbStart.Name = "uilbStart"; this.uilbStart.Size = new System.Drawing.Size(58, 21); this.uilbStart.Style = Sunny.UI.UIStyle.Gray; this.uilbStart.TabIndex = 8; this.uilbStart.Text = "原节点"; this.uilbStart.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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(184, 61); 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, 35); 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(41, 61); 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, 35); this.uibtnLianjie.Style = Sunny.UI.UIStyle.Gray; this.uibtnLianjie.TabIndex = 6; this.uibtnLianjie.Text = "新管线预览"; this.uibtnLianjie.Click += new System.EventHandler(this.uibtnLianjie_Click); // // uilbRemark // this.uilbRemark.AutoSize = true; this.uilbRemark.Font = new System.Drawing.Font("微软雅黑", 12F); this.uilbRemark.Location = new System.Drawing.Point(12, 12); this.uilbRemark.Name = "uilbRemark"; this.uilbRemark.Size = new System.Drawing.Size(74, 21); this.uilbRemark.Style = Sunny.UI.UIStyle.Gray; this.uilbRemark.TabIndex = 5; this.uilbRemark.Text = "操作步骤"; this.uilbRemark.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // GuanDianXian // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.uilbEnd); this.Controls.Add(this.uilbStart); this.Controls.Add(this.uiButton2); this.Controls.Add(this.uibtnLianjie); this.Controls.Add(this.uilbRemark); this.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(244))))); this.Name = "GuanDianXian"; this.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140))))); this.Size = new System.Drawing.Size(417, 283); this.Style = Sunny.UI.UIStyle.Gray; this.Text = ""; this.ResumeLayout(false); this.PerformLayout(); } #endregion private Sunny.UI.UILabel uilbEnd; private Sunny.UI.UILabel uilbStart; private Sunny.UI.UIButton uiButton2; private Sunny.UI.UIButton uibtnLianjie; private Sunny.UI.UILabel uilbRemark; } }