201 lines
10 KiB
C#
201 lines
10 KiB
C#
namespace CRVM
|
|
{
|
|
partial class SetSampleForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetSampleForm));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.ComboBoxExpoint = new System.Windows.Forms.ComboBox();
|
|
this.ComboBoxExfre = new System.Windows.Forms.ComboBox();
|
|
this.bt_OK = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.cancel = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(54, 55);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(93, 25);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "采样点数:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(54, 92);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(93, 25);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "采样频率:";
|
|
//
|
|
// ComboBoxExpoint
|
|
//
|
|
this.ComboBoxExpoint.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ComboBoxExpoint.FormattingEnabled = true;
|
|
this.ComboBoxExpoint.Items.AddRange(new object[] {
|
|
"1024"});
|
|
this.ComboBoxExpoint.Location = new System.Drawing.Point(148, 52);
|
|
this.ComboBoxExpoint.Name = "ComboBoxExpoint";
|
|
this.ComboBoxExpoint.Size = new System.Drawing.Size(100, 33);
|
|
this.ComboBoxExpoint.TabIndex = 0;
|
|
//
|
|
// ComboBoxExfre
|
|
//
|
|
this.ComboBoxExfre.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ComboBoxExfre.FormattingEnabled = true;
|
|
this.ComboBoxExfre.Items.AddRange(new object[] {
|
|
"3072",
|
|
"5120"});
|
|
this.ComboBoxExfre.Location = new System.Drawing.Point(148, 89);
|
|
this.ComboBoxExfre.Name = "ComboBoxExfre";
|
|
this.ComboBoxExfre.Size = new System.Drawing.Size(100, 33);
|
|
this.ComboBoxExfre.TabIndex = 1;
|
|
//
|
|
// bt_OK
|
|
//
|
|
this.bt_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.bt_OK.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.bt_OK.Location = new System.Drawing.Point(276, 6);
|
|
this.bt_OK.Name = "bt_OK";
|
|
this.bt_OK.Size = new System.Drawing.Size(80, 35);
|
|
this.bt_OK.TabIndex = 2;
|
|
this.bt_OK.Text = "确定";
|
|
this.bt_OK.UseVisualStyleBackColor = true;
|
|
this.bt_OK.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(370, 258);
|
|
this.tableLayoutPanel1.TabIndex = 6;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Controls.Add(this.ComboBoxExfre);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.ComboBoxExpoint);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(4, 4);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(362, 199);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.cancel);
|
|
this.panel2.Controls.Add(this.bt_OK);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(4, 210);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(362, 44);
|
|
this.panel2.TabIndex = 1;
|
|
//
|
|
// cancel
|
|
//
|
|
this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cancel.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cancel.Location = new System.Drawing.Point(184, 6);
|
|
this.cancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.cancel.Name = "cancel";
|
|
this.cancel.Size = new System.Drawing.Size(80, 35);
|
|
this.cancel.TabIndex = 3;
|
|
this.cancel.Text = "取消";
|
|
this.cancel.UseVisualStyleBackColor = true;
|
|
this.cancel.Click += new System.EventHandler(this.cancel_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.ForeColor = System.Drawing.Color.Red;
|
|
this.label3.Location = new System.Drawing.Point(56, 166);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(236, 17);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "采集点数和采样频率请设置合法的正整数!";
|
|
//
|
|
// SetSampleForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(370, 258);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(5);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "SetSampleForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "采样参数设置";
|
|
this.Load += new System.EventHandler(this.Sampleparameter_Load);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox ComboBoxExpoint;
|
|
private System.Windows.Forms.ComboBox ComboBoxExfre;
|
|
private System.Windows.Forms.Button bt_OK;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Button cancel;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
} |