📄 form1.designer.cs
字号:
namespace SYRD245Demo_PDA
{
partial class Form1
{
/// <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()
{
this.components = new System.ComponentModel.Container();
this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
this.tAGMessageBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.dataSet1 = new SYRD245Demo_PDA.DataSet1();
this.dataGrid1 = new System.Windows.Forms.DataGrid();
this.button_Start_Stop = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button_Clear = new System.Windows.Forms.Button();
this.button_Exit = new System.Windows.Forms.Button();
this.comboBoxPort = new System.Windows.Forms.ComboBox();
this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
this.dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn();
this.button_Setup = new System.Windows.Forms.Button();
this.pnl_Setup = new System.Windows.Forms.Panel();
this.lblRssiLevelValue = new System.Windows.Forms.Label();
this.hsbRssiLevel = new System.Windows.Forms.HScrollBar();
this.btn_SetRSSILevel = new System.Windows.Forms.Button();
this.btn_SetGainLevel = new System.Windows.Forms.Button();
this.lblGainLevelValue = new System.Windows.Forms.Label();
this.hsbGainLevel = new System.Windows.Forms.HScrollBar();
this.btn_Exit = new System.Windows.Forms.Button();
this.pnl_Setup.SuspendLayout();
this.SuspendLayout();
//
// serialPort1
//
this.serialPort1.BaudRate = 115200;
this.serialPort1.PortName = "COM8";
this.serialPort1.ReadTimeout = 1;
this.serialPort1.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.serialPort1_DataReceived);
//
// tAGMessageBindingSource
//
this.tAGMessageBindingSource.DataMember = "TAGMessage";
this.tAGMessageBindingSource.DataSource = this.dataSet1;
//
// dataSet1
//
this.dataSet1.DataSetName = "DataSet1";
this.dataSet1.Prefix = "";
this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// dataGrid1
//
this.dataGrid1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.dataGrid1.DataSource = this.tAGMessageBindingSource;
this.dataGrid1.Dock = System.Windows.Forms.DockStyle.Top;
this.dataGrid1.Location = new System.Drawing.Point(0, 0);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.RowHeadersVisible = false;
this.dataGrid1.Size = new System.Drawing.Size(240, 267);
this.dataGrid1.TabIndex = 0;
//
// button_Start_Stop
//
this.button_Start_Stop.Location = new System.Drawing.Point(84, 269);
this.button_Start_Stop.Name = "button_Start_Stop";
this.button_Start_Stop.Size = new System.Drawing.Size(38, 20);
this.button_Start_Stop.TabIndex = 1;
this.button_Start_Stop.Text = "Start";
this.button_Start_Stop.Click += new System.EventHandler(this.button_Start_Stop_Click);
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.textBox1.Location = new System.Drawing.Point(0, 269);
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(32, 21);
this.textBox1.TabIndex = 2;
this.textBox1.Text = "0";
//
// button_Clear
//
this.button_Clear.Location = new System.Drawing.Point(122, 269);
this.button_Clear.Name = "button_Clear";
this.button_Clear.Size = new System.Drawing.Size(38, 20);
this.button_Clear.TabIndex = 3;
this.button_Clear.Text = "Clear";
this.button_Clear.Click += new System.EventHandler(this.button_Clear_Click);
//
// button_Exit
//
this.button_Exit.Location = new System.Drawing.Point(202, 269);
this.button_Exit.Name = "button_Exit";
this.button_Exit.Size = new System.Drawing.Size(38, 20);
this.button_Exit.TabIndex = 4;
this.button_Exit.Text = "Exit";
this.button_Exit.Click += new System.EventHandler(this.button_Exit_Click);
//
// comboBoxPort
//
this.comboBoxPort.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.comboBoxPort.Location = new System.Drawing.Point(32, 269);
this.comboBoxPort.Name = "comboBoxPort";
this.comboBoxPort.Size = new System.Drawing.Size(52, 19);
this.comboBoxPort.TabIndex = 5;
//
// button_Setup
//
this.button_Setup.Location = new System.Drawing.Point(160, 269);
this.button_Setup.Name = "button_Setup";
this.button_Setup.Size = new System.Drawing.Size(42, 20);
this.button_Setup.TabIndex = 7;
this.button_Setup.Text = "Setup";
this.button_Setup.Click += new System.EventHandler(this.button_Setup_Click);
//
// pnl_Setup
//
this.pnl_Setup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnl_Setup.Controls.Add(this.lblRssiLevelValue);
this.pnl_Setup.Controls.Add(this.hsbRssiLevel);
this.pnl_Setup.Controls.Add(this.btn_SetRSSILevel);
this.pnl_Setup.Controls.Add(this.btn_SetGainLevel);
this.pnl_Setup.Controls.Add(this.lblGainLevelValue);
this.pnl_Setup.Controls.Add(this.hsbGainLevel);
this.pnl_Setup.Controls.Add(this.btn_Exit);
this.pnl_Setup.Location = new System.Drawing.Point(0, 1);
this.pnl_Setup.Name = "pnl_Setup";
this.pnl_Setup.Size = new System.Drawing.Size(238, 265);
this.pnl_Setup.Visible = false;
//
// lblRssiLevelValue
//
this.lblRssiLevelValue.BackColor = System.Drawing.SystemColors.Highlight;
this.lblRssiLevelValue.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
this.lblRssiLevelValue.ForeColor = System.Drawing.SystemColors.Window;
this.lblRssiLevelValue.Location = new System.Drawing.Point(203, 41);
this.lblRssiLevelValue.Name = "lblRssiLevelValue";
this.lblRssiLevelValue.Size = new System.Drawing.Size(32, 20);
this.lblRssiLevelValue.Text = "0";
this.lblRssiLevelValue.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.lblRssiLevelValue.Visible = false;
//
// hsbRssiLevel
//
this.hsbRssiLevel.LargeChange = 5;
this.hsbRssiLevel.Location = new System.Drawing.Point(97, 41);
this.hsbRssiLevel.Maximum = 250;
this.hsbRssiLevel.Name = "hsbRssiLevel";
this.hsbRssiLevel.Size = new System.Drawing.Size(105, 20);
this.hsbRssiLevel.TabIndex = 7;
this.hsbRssiLevel.Visible = false;
this.hsbRssiLevel.ValueChanged += new System.EventHandler(this.hsbRssiLevel_ValueChanged);
//
// btn_SetRSSILevel
//
this.btn_SetRSSILevel.Location = new System.Drawing.Point(2, 41);
this.btn_SetRSSILevel.Name = "btn_SetRSSILevel";
this.btn_SetRSSILevel.Size = new System.Drawing.Size(95, 20);
this.btn_SetRSSILevel.TabIndex = 6;
this.btn_SetRSSILevel.Text = "Set RSSI Level";
this.btn_SetRSSILevel.Visible = false;
//
// btn_SetGainLevel
//
this.btn_SetGainLevel.Location = new System.Drawing.Point(2, 14);
this.btn_SetGainLevel.Name = "btn_SetGainLevel";
this.btn_SetGainLevel.Size = new System.Drawing.Size(95, 20);
this.btn_SetGainLevel.TabIndex = 4;
this.btn_SetGainLevel.Text = "Set Gain Level";
this.btn_SetGainLevel.Click += new System.EventHandler(this.btn_SetGainLevel_Click);
//
// lblGainLevelValue
//
this.lblGainLevelValue.BackColor = System.Drawing.SystemColors.Highlight;
this.lblGainLevelValue.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
this.lblGainLevelValue.ForeColor = System.Drawing.SystemColors.Window;
this.lblGainLevelValue.Location = new System.Drawing.Point(203, 14);
this.lblGainLevelValue.Name = "lblGainLevelValue";
this.lblGainLevelValue.Size = new System.Drawing.Size(32, 20);
this.lblGainLevelValue.Text = "7";
this.lblGainLevelValue.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// hsbGainLevel
//
this.hsbGainLevel.LargeChange = 1;
this.hsbGainLevel.Location = new System.Drawing.Point(97, 14);
this.hsbGainLevel.Maximum = 7;
this.hsbGainLevel.Minimum = 1;
this.hsbGainLevel.Name = "hsbGainLevel";
this.hsbGainLevel.Size = new System.Drawing.Size(105, 20);
this.hsbGainLevel.TabIndex = 2;
this.hsbGainLevel.Value = 7;
this.hsbGainLevel.ValueChanged += new System.EventHandler(this.hsbGainLevel_ValueChanged);
//
// btn_Exit
//
this.btn_Exit.Location = new System.Drawing.Point(163, 268);
this.btn_Exit.Name = "btn_Exit";
this.btn_Exit.Size = new System.Drawing.Size(72, 20);
this.btn_Exit.TabIndex = 0;
this.btn_Exit.Text = "Exit";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 294);
this.Controls.Add(this.button_Setup);
this.Controls.Add(this.comboBoxPort);
this.Controls.Add(this.button_Exit);
this.Controls.Add(this.button_Clear);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button_Start_Stop);
this.Controls.Add(this.pnl_Setup);
this.Controls.Add(this.dataGrid1);
this.MinimizeBox = false;
this.Name = "Form1";
this.Text = "SYRD245 Demo V1.00";
this.pnl_Setup.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.IO.Ports.SerialPort serialPort1;
private System.Windows.Forms.DataGrid dataGrid1;
private System.Windows.Forms.Button button_Start_Stop;
private System.Windows.Forms.BindingSource tAGMessageBindingSource;
private DataSet1 dataSet1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button_Clear;
private System.Windows.Forms.Button button_Exit;
private System.Windows.Forms.ComboBox comboBoxPort;
private System.Windows.Forms.DataGridTableStyle dataGridTableStyle1;
private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn1;
private System.Windows.Forms.Button button_Setup;
private System.Windows.Forms.Panel pnl_Setup;
private System.Windows.Forms.Button btn_Exit;
private System.Windows.Forms.Label lblGainLevelValue;
private System.Windows.Forms.HScrollBar hsbGainLevel;
private System.Windows.Forms.Button btn_SetGainLevel;
private System.Windows.Forms.Button btn_SetRSSILevel;
private System.Windows.Forms.HScrollBar hsbRssiLevel;
private System.Windows.Forms.Label lblRssiLevelValue;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -