namespace WCS { partial class plcset { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(plcset)); this.set = new DevComponents.DotNetBar.ButtonX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.idval = new DevComponents.DotNetBar.Controls.TextBoxX(); this.destval = new DevComponents.DotNetBar.Controls.TextBoxX(); this.id = new System.Windows.Forms.RadioButton(); this.dest = new System.Windows.Forms.RadioButton(); this.iddest = new System.Windows.Forms.RadioButton(); this.iderr = new DevComponents.DotNetBar.LabelX(); this.desterr = new DevComponents.DotNetBar.LabelX(); this.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // set // this.set.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.set.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.set.Location = new System.Drawing.Point(131, 116); this.set.Margin = new System.Windows.Forms.Padding(4); this.set.Name = "set"; this.set.Size = new System.Drawing.Size(100, 29); this.set.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.set.TabIndex = 6; this.set.Text = "执行"; this.set.Click += new System.EventHandler(this.set_Click); // // labelX1 // // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(49, 45); this.labelX1.Margin = new System.Windows.Forms.Padding(4); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(31, 29); this.labelX1.TabIndex = 1; this.labelX1.Text = "ID"; // // labelX2 // // // // this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(35, 79); this.labelX2.Margin = new System.Windows.Forms.Padding(4); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(41, 29); this.labelX2.TabIndex = 2; this.labelX2.Text = "目标"; // // idval // // // // this.idval.Border.Class = "TextBoxBorder"; this.idval.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.idval.FocusHighlightEnabled = true; this.idval.Location = new System.Drawing.Point(84, 48); this.idval.Margin = new System.Windows.Forms.Padding(4); this.idval.Name = "idval"; this.idval.Size = new System.Drawing.Size(195, 25); this.idval.TabIndex = 4; this.idval.Text = "0"; this.idval.TextChanged += new System.EventHandler(this.idval_TextChanged); // // destval // // // // this.destval.Border.Class = "TextBoxBorder"; this.destval.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.destval.FocusHighlightEnabled = true; this.destval.Location = new System.Drawing.Point(84, 78); this.destval.Margin = new System.Windows.Forms.Padding(4); this.destval.Name = "destval"; this.destval.Size = new System.Drawing.Size(195, 25); this.destval.TabIndex = 5; this.destval.Text = "0"; this.destval.TextChanged += new System.EventHandler(this.destval_TextChanged); // // id // this.id.AutoSize = true; this.id.Checked = true; this.id.Location = new System.Drawing.Point(8, 11); this.id.Margin = new System.Windows.Forms.Padding(4); this.id.Name = "id"; this.id.Size = new System.Drawing.Size(59, 19); this.id.TabIndex = 1; this.id.TabStop = true; this.id.Text = "写ID"; this.id.UseVisualStyleBackColor = true; this.id.Click += new System.EventHandler(this.id_Click); // // dest // this.dest.AutoSize = true; this.dest.Location = new System.Drawing.Point(107, 11); this.dest.Margin = new System.Windows.Forms.Padding(4); this.dest.Name = "dest"; this.dest.Size = new System.Drawing.Size(73, 19); this.dest.TabIndex = 2; this.dest.Text = "写目标"; this.dest.UseVisualStyleBackColor = true; this.dest.Click += new System.EventHandler(this.dest_Click); // // iddest // this.iddest.AutoSize = true; this.iddest.Location = new System.Drawing.Point(235, 11); this.iddest.Margin = new System.Windows.Forms.Padding(4); this.iddest.Name = "iddest"; this.iddest.Size = new System.Drawing.Size(104, 19); this.iddest.TabIndex = 3; this.iddest.Text = "写ID和目标"; this.iddest.UseVisualStyleBackColor = true; this.iddest.Click += new System.EventHandler(this.iddest_Click); // // iderr // // // // this.iderr.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.iderr.Location = new System.Drawing.Point(284, 45); this.iderr.Margin = new System.Windows.Forms.Padding(4); this.iderr.Name = "iderr"; this.iderr.Size = new System.Drawing.Size(63, 26); this.iderr.TabIndex = 7; // // desterr // // // // this.desterr.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.desterr.Location = new System.Drawing.Point(281, 79); this.desterr.Margin = new System.Windows.Forms.Padding(4); this.desterr.Name = "desterr"; this.desterr.Size = new System.Drawing.Size(63, 26); this.desterr.TabIndex = 8; // // panelEx1 // this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx1.Controls.Add(this.set); this.panelEx1.Controls.Add(this.labelX1); this.panelEx1.Controls.Add(this.labelX2); this.panelEx1.Controls.Add(this.iddest); this.panelEx1.Controls.Add(this.idval); this.panelEx1.Controls.Add(this.dest); this.panelEx1.Controls.Add(this.destval); this.panelEx1.Controls.Add(this.id); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.Location = new System.Drawing.Point(0, 0); this.panelEx1.Margin = new System.Windows.Forms.Padding(4); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(364, 156); this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx1.Style.GradientAngle = 90; this.panelEx1.TabIndex = 9; // // plcset // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.ClientSize = new System.Drawing.Size(364, 156); this.Controls.Add(this.panelEx1); this.Controls.Add(this.desterr); this.Controls.Add(this.iderr); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "plcset"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.TopMost = true; this.Load += new System.EventHandler(this.plcset_Load); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.ButtonX set; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.Controls.TextBoxX idval; private DevComponents.DotNetBar.Controls.TextBoxX destval; private System.Windows.Forms.RadioButton id; private System.Windows.Forms.RadioButton dest; private System.Windows.Forms.RadioButton iddest; private DevComponents.DotNetBar.LabelX iderr; private DevComponents.DotNetBar.LabelX desterr; private DevComponents.DotNetBar.PanelEx panelEx1; } }