namespace Bro.M141.Process.UI { partial class FrmPointLinec { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { formsPlot1 = new ScottPlot.FormsPlot(); btnStart = new Sunny.UI.UIButton(); comboBox1 = new ComboBox(); comboBox2 = new ComboBox(); label1 = new Label(); label2 = new Label(); comboBox3 = new ComboBox(); SuspendLayout(); // // formsPlot1 // formsPlot1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; formsPlot1.Location = new Point(0, 40); formsPlot1.Margin = new Padding(3, 2, 3, 2); formsPlot1.Name = "formsPlot1"; formsPlot1.Size = new Size(849, 458); formsPlot1.TabIndex = 1; // // btnStart // btnStart.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point); btnStart.IsScaled = false; btnStart.Location = new Point(51, 3); btnStart.MinimumSize = new Size(1, 1); btnStart.Name = "btnStart"; btnStart.Size = new Size(81, 35); btnStart.TabIndex = 3; btnStart.Text = "刷新"; // // comboBox1 // comboBox1.FormattingEnabled = true; comboBox1.Location = new Point(188, 14); comboBox1.Name = "comboBox1"; comboBox1.Size = new Size(84, 21); comboBox1.TabIndex = 4; // // comboBox2 // comboBox2.FormattingEnabled = true; comboBox2.Items.AddRange(new object[] { "10", "20", "30", "40", "50", "60", "70", "80", "100", "150", "200", "250", "300", "350", "400", "450", "500" }); comboBox2.Location = new Point(447, 14); comboBox2.Name = "comboBox2"; comboBox2.Size = new Size(49, 21); comboBox2.TabIndex = 5; comboBox2.Text = "50"; // // label1 // label1.AutoSize = true; label1.Location = new Point(151, 17); label1.Name = "label1"; label1.Size = new Size(31, 13); label1.TabIndex = 6; label1.Text = "点位"; // // label2 // label2.AutoSize = true; label2.Location = new Point(376, 17); label2.Name = "label2"; label2.Size = new Size(55, 13); label2.TabIndex = 7; label2.Text = "显示个数"; // // comboBox3 // comboBox3.FormattingEnabled = true; comboBox3.Items.AddRange(new object[] { "X", "Y" }); comboBox3.Location = new Point(278, 14); comboBox3.Name = "comboBox3"; comboBox3.Size = new Size(46, 21); comboBox3.TabIndex = 8; comboBox3.Text = "X"; // // FrmPointLinec // AutoScaleDimensions = new SizeF(6F, 13F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(comboBox3); Controls.Add(label2); Controls.Add(label1); Controls.Add(comboBox2); Controls.Add(comboBox1); Controls.Add(btnStart); Controls.Add(formsPlot1); Name = "FrmPointLinec"; Size = new Size(849, 498); ResumeLayout(false); PerformLayout(); } #endregion private ScottPlot.FormsPlot formsPlot1; private Sunny.UI.UIButton btnStart; private ComboBox comboBox1; private ComboBox comboBox2; private Label label1; private Label label2; private ComboBox comboBox3; } }