?? form1.designer.cs
字號:
?namespace Demo
{
partial class btnCLoExit
{
/// <summary>
/// 必需的設計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設計器生成的代碼
/// <summary>
/// 設計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cboData = new System.Windows.Forms.ComboBox();
this.label10 = new System.Windows.Forms.Label();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.cboId = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.txtBcc2 = new System.Windows.Forms.TextBox();
this.txtBcc1 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtSend = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.cmbSend = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.txtShowRece = new System.Windows.Forms.TextBox();
this.txtBcc4 = new System.Windows.Forms.TextBox();
this.txtBcc3 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtRece = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.btnBuzzer = new System.Windows.Forms.Button();
this.closeBuzzer = new System.Windows.Forms.Button();
this.btnOpenPort = new System.Windows.Forms.Button();
this.btnClosePort = new System.Windows.Forms.Button();
this.btnReverseBuzzer = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.label12 = new System.Windows.Forms.Label();
this.lblTime = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.btnSend = new System.Windows.Forms.Button();
this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cboData);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.comboBox3);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.cboId);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.comboBox1);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(23, 30);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(154, 147);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "parameters";
//
// cboData
//
this.cboData.ForeColor = System.Drawing.Color.Red;
this.cboData.FormattingEnabled = true;
this.cboData.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8"});
this.cboData.Location = new System.Drawing.Point(65, 112);
this.cboData.Name = "cboData";
this.cboData.Size = new System.Drawing.Size(81, 20);
this.cboData.TabIndex = 7;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(7, 120);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(41, 12);
this.label10.TabIndex = 6;
this.label10.Text = "Data-:";
//
// comboBox3
//
this.comboBox3.ForeColor = System.Drawing.Color.Red;
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"4800",
"9600",
"19200"});
this.comboBox3.Location = new System.Drawing.Point(66, 77);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(81, 20);
this.comboBox3.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(7, 85);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 4;
this.label3.Text = "BaudRate:";
//
// cboId
//
this.cboId.ForeColor = System.Drawing.Color.Red;
this.cboId.FormattingEnabled = true;
this.cboId.Items.AddRange(new object[] {
"01",
"02",
"03",
"04",
"05",
"06",
"07",
"08",
"09",
"10"});
this.cboId.Location = new System.Drawing.Point(65, 51);
this.cboId.Name = "cboId";
this.cboId.Size = new System.Drawing.Size(82, 20);
this.cboId.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 54);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 2;
this.label2.Text = "RD-ID:";
//
// comboBox1
//
this.comboBox1.ForeColor = System.Drawing.Color.Red;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"COM1",
"COM2",
"COM3",
"COM4"});
this.comboBox1.Location = new System.Drawing.Point(64, 25);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(83, 20);
this.comboBox1.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 12);
this.label1.TabIndex = 0;
this.label1.Text = "Port:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.txtBcc2);
this.groupBox2.Controls.Add(this.txtBcc1);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.txtSend);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.cmbSend);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Location = new System.Drawing.Point(183, 30);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(389, 55);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Send";
//
// txtBcc2
//
this.txtBcc2.ForeColor = System.Drawing.Color.Red;
this.txtBcc2.Location = new System.Drawing.Point(334, 25);
this.txtBcc2.Name = "txtBcc2";
this.txtBcc2.Size = new System.Drawing.Size(24, 21);
this.txtBcc2.TabIndex = 6;
//
// txtBcc1
//
this.txtBcc1.ForeColor = System.Drawing.Color.Red;
this.txtBcc1.Location = new System.Drawing.Point(304, 25);
this.txtBcc1.Name = "txtBcc1";
this.txtBcc1.Size = new System.Drawing.Size(24, 21);
this.txtBcc1.TabIndex = 5;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(269, 28);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 12);
this.label6.TabIndex = 4;
this.label6.Text = "BCC:";
//
// txtSend
//
this.txtSend.ForeColor = System.Drawing.Color.Red;
this.txtSend.Location = new System.Drawing.Point(140, 20);
this.txtSend.Name = "txtSend";
this.txtSend.Size = new System.Drawing.Size(122, 21);
this.txtSend.TabIndex = 3;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(104, 29);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(35, 12);
this.label5.TabIndex = 2;
this.label5.Text = "Data:";
//
// cmbSend
//
this.cmbSend.ForeColor = System.Drawing.Color.Red;
this.cmbSend.FormattingEnabled = true;
this.cmbSend.Items.AddRange(new object[] {
"A0",
"A1",
"A2",
"B0",
"B1",
"B2",
"C0",
"C1",
"C2"});
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -