namespace Uninpho.Railway.Waveform { partial class MessageFrm { /// /// 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.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.ChineseLabel = new DevExpress.XtraEditors.LabelControl(); this.ChannelName = new DevExpress.XtraEditors.LabelControl(); this.colorPickEdit1 = new DevExpress.XtraEditors.ColorPickEdit(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.ScaleText = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.WidthText = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.CancelBtn = new DevExpress.XtraEditors.SimpleButton(); this.OkBtn = new DevExpress.XtraEditors.SimpleButton(); this.OffsetText = new DevExpress.XtraEditors.TextEdit(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.colorPickEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ScaleText.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.WidthText.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.OffsetText.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Controls.Add(this.ChineseLabel); this.panelControl1.Controls.Add(this.ChannelName); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(269, 41); this.panelControl1.TabIndex = 6; // // ChineseLabel // this.ChineseLabel.Location = new System.Drawing.Point(99, 12); this.ChineseLabel.Name = "ChineseLabel"; this.ChineseLabel.Size = new System.Drawing.Size(48, 14); this.ChineseLabel.TabIndex = 1; this.ChineseLabel.Text = "通道名称"; // // ChannelName // this.ChannelName.Location = new System.Drawing.Point(60, 12); this.ChannelName.Name = "ChannelName"; this.ChannelName.Size = new System.Drawing.Size(28, 14); this.ChannelName.TabIndex = 0; this.ChannelName.Text = "名称:"; // // colorPickEdit1 // this.colorPickEdit1.EditValue = System.Drawing.Color.Empty; this.colorPickEdit1.Location = new System.Drawing.Point(94, 104); this.colorPickEdit1.Name = "colorPickEdit1"; this.colorPickEdit1.Properties.Appearance.BackColor = System.Drawing.Color.White; this.colorPickEdit1.Properties.Appearance.Options.UseBackColor = true; this.colorPickEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.colorPickEdit1.Size = new System.Drawing.Size(145, 20); this.colorPickEdit1.TabIndex = 0; this.colorPickEdit1.ColorChanged += new System.EventHandler(this.colorPickEdit1_ColorChanged); // // panelControl3 // this.panelControl3.Controls.Add(this.ScaleText); this.panelControl3.Controls.Add(this.labelControl4); this.panelControl3.Controls.Add(this.labelControl3); this.panelControl3.Controls.Add(this.colorPickEdit1); this.panelControl3.Controls.Add(this.WidthText); this.panelControl3.Controls.Add(this.labelControl1); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl3.Location = new System.Drawing.Point(0, 0); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(269, 139); this.panelControl3.TabIndex = 8; // // ScaleText // this.ScaleText.Location = new System.Drawing.Point(94, 52); this.ScaleText.Name = "ScaleText"; this.ScaleText.Size = new System.Drawing.Size(145, 20); this.ScaleText.TabIndex = 0; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(60, 81); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(28, 14); this.labelControl4.TabIndex = 1; this.labelControl4.Text = "线宽:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(36, 107); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(52, 14); this.labelControl3.TabIndex = 1; this.labelControl3.Text = "颜色修改:"; // // WidthText // this.WidthText.Location = new System.Drawing.Point(94, 78); this.WidthText.Name = "WidthText"; this.WidthText.Size = new System.Drawing.Size(145, 20); this.WidthText.TabIndex = 0; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(24, 55); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(64, 14); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "浮动夸张度:"; // // CancelBtn // this.CancelBtn.Location = new System.Drawing.Point(164, 19); this.CancelBtn.Name = "CancelBtn"; this.CancelBtn.Size = new System.Drawing.Size(75, 23); this.CancelBtn.TabIndex = 1; this.CancelBtn.Text = "取消"; this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click); // // OkBtn // this.OkBtn.Location = new System.Drawing.Point(72, 19); this.OkBtn.Name = "OkBtn"; this.OkBtn.Size = new System.Drawing.Size(75, 23); this.OkBtn.TabIndex = 1; this.OkBtn.Text = "应用"; this.OkBtn.Click += new System.EventHandler(this.OkBtn_Click); // // OffsetText // this.OffsetText.Enabled = false; this.OffsetText.Location = new System.Drawing.Point(12, 20); this.OffsetText.Name = "OffsetText"; this.OffsetText.Size = new System.Drawing.Size(35, 20); this.OffsetText.TabIndex = 0; this.OffsetText.Visible = false; // // panelControl2 // this.panelControl2.Controls.Add(this.CancelBtn); this.panelControl2.Controls.Add(this.OkBtn); this.panelControl2.Controls.Add(this.OffsetText); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl2.Location = new System.Drawing.Point(0, 139); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(269, 62); this.panelControl2.TabIndex = 7; // // MessageFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(269, 201); this.Controls.Add(this.panelControl1); this.Controls.Add(this.panelControl3); this.Controls.Add(this.panelControl2); this.Name = "MessageFrm"; this.Text = "MessageFrm"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.colorPickEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); this.panelControl3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ScaleText.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.WidthText.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.OffsetText.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LabelControl ChineseLabel; private DevExpress.XtraEditors.LabelControl ChannelName; private DevExpress.XtraEditors.ColorPickEdit colorPickEdit1; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.TextEdit ScaleText; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.TextEdit WidthText; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton CancelBtn; private DevExpress.XtraEditors.SimpleButton OkBtn; private DevExpress.XtraEditors.TextEdit OffsetText; private DevExpress.XtraEditors.PanelControl panelControl2; } }